Home
last modified time | relevance | path

Searched defs:b (Results 76 – 100 of 155) sorted by relevance

1234567

/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c130 zend_basic_block *b, zend_basic_block *blocks_end) in is_smart_branch_inhibiting_nop()
159 zend_basic_block *b; in zend_ssa_remove_nops() local
H A Dsccp.c2061 static int join_partial_arrays(zval *a, zval *b) in join_partial_arrays()
2078 static int join_partial_objects(zval *a, zval *b) in join_partial_objects()
2094 static void join_phi_values(zval *a, zval *b, zend_bool escape) { in join_phi_values()
H A Ddce.c521 int b = ssa->cfg.blocks_count; in dce_optimize_op_array() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_webp.c92 register uint8_t b = *(p++); in gdImageCreateFromWebpCtx() local
H A Dgd_interpolation.c80 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
82 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
84 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
86 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
551 double a, b, c, d; in filter_bspline() local
708 int r, g, b, a; in getPixelInterpolateWeight() local
940 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
986 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
H A Dgd_topal.c333 int b = gdTrueColorGetBlue (*ptr) >> C2_SHIFT; in prescan_quantize() local
1020 int r, g, b; in find_best_colors() local
1155 int r, g, b; in pass2_no_dither() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c51 static int phpdbg_array_data_compare(const void *a, const void *b) { in phpdbg_array_data_compare()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c121 #define SELECT_OP(a, b) \ argument
H A DsljitNativeX86_32.c352 sljit_s32 b, sljit_sw immb) in emit_x86_instruction()
H A DsljitNativeX86_64.c397 sljit_s32 b, sljit_sw immb) in emit_x86_instruction()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c312 const char *b = RCAST(const char *, sst->sst_tab); in cdf_check_stream_offset() local
1138 const char *b = CAST(const char *, sst->sst_tab); in cdf_unpack_catalog() local
1299 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1300 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
H A Dencoding.c70 file_encoding(struct magic_set *ms, const struct buffer *b, unichar **ubuf, in file_encoding()
H A Dfuncs.c215 struct buffer b; in file_buffer() local
/PHP-7.4/main/streams/
H A Dstreams.c1420 ssize_t b; in _php_stream_passthru() local
2321 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2329 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2338 int (*compare) (const zend_string **a, const zend_string **b))
/PHP-7.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h61 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-7.4/ext/standard/
H A Dexec.c99 char *b, *d=NULL; in php_exec() local
H A Dcrypt_freesec.c213 int i, j, b, k, inbit, obit; in _crypt_extended_init() local
/PHP-7.4/ext/zend_test/
H A Dtest.c325 struct bug79096 b; in ZEND_GET_MODULE() local
/PHP-7.4/ext/hash/
H A Dhash_sha3.c36 static inline uint64_t rol64(uint64_t v, unsigned char b) { in rol64()
/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c36 …do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, timelib_sll *b) in do_range_limit()
H A Dparse_date.c36 # define strtoll(s, f, b) _atoi64(s) argument
39 # define strtoll(s, f, b) atoll(s) argument
41 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c460 PDO_MYSQL_PARAM_BIND *b; in pdo_mysql_stmt_param_hook() local
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/PHP-7.4/ext/phar/
H A Ddirstream.c155 static int phar_compare_dir_name(const void *a, const void *b) /* {{{ */ in phar_compare_dir_name()
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c213 static int collator_compare_func( const void* a, const void* b ) in collator_compare_func()

Completed in 124 milliseconds

1234567