Home
last modified time | relevance | path

Searched defs:b (Results 51 – 75 of 181) sorted by relevance

12345678

/php-src/sapi/phpdbg/
H A Dtest.php76 protected $b = [1, 3]; variable in testClass
/php-src/ext/hash/
H A Dphp_hash_haval.h33 #define PHP_HASH_HAVAL_INIT_DECL(p,b) PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *, ZE… argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
170 int *b; in dasm_put() local
281 int *b = sec->rbuf; in dasm_link() local
328 int *b = sec->buf; in dasm_encode() local
H A Ddasm_arm.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
179 int *b; in dasm_put() local
302 int *b = sec->rbuf; in dasm_link() local
350 int *b = sec->buf; in dasm_encode() local
H A Ddasm_proto.h79 #define dasm_checkstep(a, b) 0 argument
H A Dminilua.c147 #define luai_numadd(a,b)((a)+(b)) argument
148 #define luai_numsub(a,b)((a)-(b)) argument
149 #define luai_nummul(a,b)((a)*(b)) argument
150 #define luai_numdiv(a,b)((a)/(b)) argument
152 #define luai_numpow(a,b)(pow(a,b)) argument
154 #define luai_numeq(a,b)((a)==(b)) argument
155 #define luai_numlt(a,b)((a)<(b)) argument
156 #define luai_numle(a,b)((a)<=(b)) argument
229 int b; member
563 #define bitmask(b)(1<<(b)) argument
[all …]
H A Ddasm_x86.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
172 int *b; in dasm_put() local
305 int *b = sec->rbuf; in dasm_link() local
405 int *b = sec->buf; in dasm_encode() local
/php-src/ext/fileinfo/libmagic/
H A Dis_json.c47 #define DPRINTF(a, b, c) \ argument
422 file_is_json(struct magic_set *ms, const struct buffer *b) in file_is_json()
H A Dis_tar.c63 file_is_tar(struct magic_set *ms, const struct buffer *b) in file_is_tar()
H A Dis_csv.c133 file_is_csv(struct magic_set *ms, const struct buffer *b, int looks_text, in file_is_csv()
/php-src/ext/standard/
H A Dmd5.h39 uint32_t a, b, c, d; member
H A Dmd5.c152 #define STEP(f, a, b, c, d, x, t, s) \ argument
189 uint32_t a, b, c, d; in body() local
H A Dcrypt_sha256.c41 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
44 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
97 uint32_t b = ctx->H[1]; in sha256_process_block() local
H A Dcrypt_sha512.c33 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
36 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
125 uint64_t b = ctx->H[1]; in sha512_process_block() local
H A Dpageinfo.c35 #define getgroups(a, b) 0 argument
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h125 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
/php-src/ext/calendar/
H A Deaster.c46 struct tm b, *res; in _cal_easter() local
/php-src/ext/opcache/jit/ir/
H A Dir_strtab.c210 const ir_strtab_bucket *b = ((const ir_strtab_bucket*)strtab->data) + idx; in ir_strtab_strl() local
233 const ir_strtab_bucket *b = &((ir_strtab_bucket*)strtab->data)[i]; in ir_strtab_apply() local
/php-src/main/
H A Dphp.h102 # define mkdir(a, b) _mkdir(a) argument
108 # define getcwd(a, b) _getcwd(a, b) argument
200 #define CREATE_MUTEX(a, b) argument
/php-src/ext/gd/libgd/
H A Dgd_io_dp.c221 unsigned char b; in dynamicPutchar() local
257 unsigned char b; in dynamicGetchar() local
H A Dgd_io_ss.c134 unsigned char b; in sinkPutchar() local
/php-src/ext/phar/
H A Dshortarc.php80 $b = pathinfo($a); variable
/php-src/ext/date/lib/
H A Dtimelib.c254 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
255 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
/php-src/ext/random/
H A Dengine_combinedlcg.c36 #define MODMULT(a, b, c, m, s) q = s / a; s = b * (s - a * q) - c * q; if (s < 0) s += m argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c1607 PCRE2_UCHAR b, e; in set_start_bits() local
1796 int b = -1; in PRIV() local

Completed in 110 milliseconds

12345678