Home
last modified time | relevance | path

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

1234567

/PHP-7.3/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 Dzend_ssa.c28 static zend_bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
224 static inline zend_bool add_will_overflow(zend_long a, zend_long b) { in add_will_overflow()
228 static inline zend_bool sub_will_overflow(zend_long a, zend_long b) { in sub_will_overflow()
H A Dsccp.c1955 static int join_partial_arrays(zval *a, zval *b) in join_partial_arrays()
1972 static int join_partial_objects(zval *a, zval *b) in join_partial_objects()
1988 static void join_phi_values(zval *a, zval *b, zend_bool escape) { in join_phi_values()
/PHP-7.3/ext/hash/
H A Dhash_snefru.c45 int b, index, rshift, lshift; in Snefru() local
H A Dphp_hash.h100 #define PHP_HASH_HAVAL_OPS(p,b) extern const php_hash_ops php_hash_##p##haval##b##_ops; argument
H A Dhash_sha3.c36 static inline uint64_t rol64(uint64_t v, unsigned char b) { in rol64()
/PHP-7.3/ext/zip/lib/
H A Dzip_source_window.c119 char b[8192]; in window_read() local
H A Dzipint.h100 #define open(a, b, c) _open((a), (b)) argument
204 #define ZIP_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
205 #define ZIP_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/PHP-7.3/ext/gd/libgd/
H A Dgd_webp.c91 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
541 double a, b, c, d; in filter_bspline() local
703 int r, g, b, a; in getPixelInterpolateWeight() local
935 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
981 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.3/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.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c121 #define SELECT_OP(a, b) \ argument
/PHP-7.3/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h61 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c306 const char *b = (const char *)sst->sst_tab; in cdf_check_stream_offset() local
1131 const char *b = CAST(const char *, sst->sst_tab); in cdf_unpack_catalog() local
1292 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1293 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
H A Dencoding.c69 file_encoding(struct magic_set *ms, const struct buffer *b, unichar **ubuf, in file_encoding()
/PHP-7.3/main/streams/
H A Dstreams.c1370 size_t b; in _php_stream_passthru() local
2241 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2249 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2258 int (*compare) (const zend_string **a, const zend_string **b))
/PHP-7.3/ext/standard/
H A Dexec.c102 char *b, *d=NULL; in php_exec() local
/PHP-7.3/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/PHP-7.3/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.3/ext/phar/
H A Ddirstream.c156 static int phar_compare_dir_name(const void *a, const void *b) /* {{{ */ in phar_compare_dir_name()
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_statement.c456 PDO_MYSQL_PARAM_BIND *b; in pdo_mysql_stmt_param_hook() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregenc.c945 onig_codes_cmp(OnigCodePoint a[], OnigCodePoint b[], int n) in onig_codes_cmp()
961 int b; in onig_codes_byte_at() local
/PHP-7.3/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 151 milliseconds

1234567