Home
last modified time | relevance | path

Searched defs:b (Results 101 – 125 of 165) sorted by relevance

1234567

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c350 sljit_s32 b, sljit_sw immb) in emit_x86_instruction()
H A DsljitNativeX86_64.c342 sljit_s32 b, sljit_sw immb) in emit_x86_instruction()
H A DsljitNativePPC_common.c121 #define B(b) (reg_map[b] << 11) argument
753 #define ARCH_32_64(a, b) a argument
757 #define ARCH_32_64(a, b) b argument
H A DsljitNativeSPARC_common.c527 #define ARCH_32_64(a, b) a argument
529 #define ARCH_32_64(a, b) b argument
/PHP-7.3/ext/opcache/Optimizer/
H A Ddce.c582 int b = ssa->cfg.blocks_count; in dce_optimize_op_array() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfuncs.c183 struct buffer b; in file_buffer() local
H A Dreadcdf.c536 file_trycdf(struct magic_set *ms, const struct buffer *b) in file_trycdf()
/PHP-7.3/ext/interbase/
H A Dibase_blobs.c514 unsigned short b; in PHP_FUNCTION() local
H A Dphp_ibase_includes.h190 #define max(a,b) ((a)>(b)?(a):(b)) argument
/PHP-7.3/ext/zip/lib/
H A Dzip_dirent.c574 zip_uint8_t b[6]; in _zip_dirent_size() local
/PHP-7.3/ext/standard/
H A Dcrypt_freesec.c213 int i, j, b, k, inbit, obit; in _crypt_extended_init() local
H A Dinfo.c769 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
H A Dpack.c48 #define INC_OUTPUTPOS(a,b) \ argument
/PHP-7.3/Zend/
H A Dmicro_bench.php26 public $b = 0; variable in Foo
H A Dzend_types.h36 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
39 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
43 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
46 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
738 #define ZVAL_BOOL(z, b) do { \ argument
/PHP-7.3/ext/gd/libgd/
H A Dgd.h539 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
547 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
H A Dgd_bmp.c768 int r, g, b, z; in bmp_read_palette() local
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
/PHP-7.3/main/
H A Dfastcgi.c271 fcgi_hash_buckets *b; in fcgi_hash_destroy() local
348 fcgi_hash_buckets *b = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_set() local
1089 fcgi_begin_request *b; in fcgi_read_request() local
H A Dphp_network.h47 # define ftruncate(a, b) chsize(a, b) argument
/PHP-7.3/ext/hash/
H A Dhash_haval.c250 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
/PHP-7.3/ext/phar/
H A Dstream.c883 Bucket *b; in phar_wrapper_rename() local
/PHP-7.3/
H A Dserver-tests.php719 function test_sort($a, $b) {
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c582 register char b; in verifyHeader() local
668 register char b; in swapIntEndian() local
701 register char b; in fixHeaderIndexEndian() local
4231 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-7.3/win32/
H A Dglob.c365 Char *b, *eb; local

Completed in 135 milliseconds

1234567