Home
last modified time | relevance | path

Searched defs:b (Results 26 – 50 of 181) sorted by relevance

12345678

/php-src/ext/opcache/jit/ir/
H A Dir_dump.c165 static void ir_dump_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_dump_dessa_moves()
213 static void ir_dump_cfg_block(ir_ctx *ctx, FILE *f, uint32_t b, ir_block *bb) in ir_dump_cfg_block()
304 uint32_t b, i, bb_count = ctx->cfg_blocks_count; in ir_dump_cfg() local
482 uint32_t flags, _b, b; in ir_dump_codegen() local
/php-src/sapi/fuzzer/corpus/json/
H A D10.json1 {"a":100.1,"b":"foo"} string
/php-src/ext/gd/libgd/
H A Dgd_filter.c117 int r,g,b,a; in gdImageNegate() local
150 int r,g,b,a; in gdImageGrayScale() local
190 int r,g,b,a; in gdImageBrightness() local
235 int r,g,b,a; in gdImageContrast() local
307 int r,g,b,a; in gdImageColor() local
H A Dgd_security.c21 int overflow2(int a, int b) in overflow2()
H A Dgd_xbm.c47 unsigned int b; in gdImageCreateFromXbm() local
179 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd.c271 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
318 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
320 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
322 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
324 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
350 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
467 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
1187 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
1688 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
1727 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
[all …]
H A Dgdft.c110 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
114 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
340 fontkey_t *b = (fontkey_t *) key; in fontTest() local
367 fontkey_t *b = (fontkey_t *) key; local
571 tweencolorkey_t *b = (tweencolorkey_t *) key; local
588 tweencolorkey_t *b = (tweencolorkey_t *) key; local
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
/php-src/ext/gd/
H A Dgd_compat.c10 int overflow2(int a, int b) in overflow2()
/php-src/ext/spl/
H A Dspl_heap.c124 …_heap_cmp_cb_helper(zval *object, spl_heap_object *heap_object, zval *a, zval *b, zend_long *resul… in spl_ptr_heap_cmp_cb_helper()
166 zval *a = x, *b = y; in spl_ptr_heap_zval_max_cmp() local
189 zval *a = x, *b = y; in spl_ptr_heap_zval_min_cmp() local
213 spl_pqueue_elem *b = y; in spl_ptr_pqueue_elem_cmp() local
242 zend_long b = Z_LVAL(((spl_pqueue_elem*) y)->priority); in spl_ptr_pqueue_elem_cmp_long() local
249 double b = Z_DVAL(((spl_pqueue_elem*) y)->priority); in spl_ptr_pqueue_elem_cmp_double() local
822 zval *a, *b; in PHP_METHOD() local
863 zval *a, *b; in PHP_METHOD() local
876 zval *a, *b; in PHP_METHOD() local
/php-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h77 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
78 #define MIN(a, b) ((a)>(b)?(b):(a)) argument
/php-src/scripts/dev/
H A Dbless_tests.php179 private function calculateTrace(array $a, array $b) {
209 private function extractDiff(array $trace, int $x, int $y, array $a, array $b) {
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h40 #define mysql_change_user(r,a,b,c) mysqlnd_change_user((r), (a), (b), (c), false) argument
49 #define mysql_escape_string(a,b,c) mysqlnd_escape_string((a), (b), (c)) argument
69 #define mysql_real_escape_string(r,a,b,c) mysqlnd_real_escape_string((r), (a), (b), (c)) argument
70 #define mysql_real_query(r,a,b) mysqlnd_query((r), (a), (b)) argument
84 #define mysql_stmt_bind_param(s,b) mysqlnd_stmt_bind_param((s), (b)) argument
85 #define mysql_stmt_bind_result(s,b) mysqlnd_stmt_bind_result((s), (b)) argument
/php-src/main/
H A Dsafe_bcmp.c26 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b) in php_safe_bcmp()
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Danb.h19 long b; member
/php-src/ext/hash/
H A Dhash_sha.c112 #define ROTR32(b,x) ((x >> b) | (x << (32 - b))) argument
113 #define ROTR64(b,x) ((x >> b) | (x << (64 - b))) argument
114 #define SHR(b, x) (x >> b) argument
163 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local
475 uint64_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
H A Dhash_ripemd.c221 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD128Transform() local
313 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD256Transform() local
412 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
512 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
/php-src/ext/fileinfo/libmagic/
H A Dascmagic.c71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic()
105 file_ascmagic_with_encoding(struct magic_set *ms, const struct buffer *b, in file_ascmagic_with_encoding()
H A Dfile.h136 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
140 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
188 uint8_t b; member
422 #define CAST(T, b) static_cast<T>(b) argument
423 #define RCAST(T, b) reinterpret_cast<T>(b) argument
424 #define CCAST(T, b) const_cast<T>(b) argument
426 #define CAST(T, b) ((T)(b)) argument
427 #define RCAST(T, b) ((T)(uintptr_t)(b)) argument
428 #define CCAST(T, b) ((T)(uintptr_t)(b)) argument
/php-src/sapi/phpdbg/
H A Dphpdbg_lexer.l21 #define YYDEBUG(a, b) argument
/php-src/sapi/fpm/fpm/
H A Dfpm_atomic.h19 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
86 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
/php-src/ext/standard/
H A Dflock_compat.h57 # define ftruncate(a, b) chsize(a, b) argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
189 unsigned long long m = 1ULL, a, b, c; in dasm_imm13() local
226 int *b; in dasm_put() local
376 int *b = sec->rbuf; in dasm_link() local
434 int *b = sec->buf; in dasm_encode() local
H A Ddasm_ppc.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
170 int *b; in dasm_put() local
285 int *b = sec->rbuf; in dasm_link() local
332 int *b = sec->buf; in dasm_encode() local
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c33 # define strtoll(s, f, b) _atoi64(s) argument
36 # define strtoll(s, f, b) atoll(s) argument
38 # define strtoll(s, f, b) strtol(s, f, b) argument

Completed in 89 milliseconds

12345678