Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/gd/
H A Dgd_compat.c10 int overflow2(int a, int b) in overflow2()
/PHP-8.1/ext/gd/libgd/
H A Dgd_security.c21 int overflow2(int a, int b) in overflow2()
H A Dgd.c301 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
348 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
350 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
352 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
354 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
497 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
1217 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
1718 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
1757 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
561 tweencolorkey_t *b = (tweencolorkey_t *) key; local
578 tweencolorkey_t *b = (tweencolorkey_t *) key; local
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
/PHP-8.1/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-8.1/scripts/dev/
H A Dbless_tests.php177 private function calculateTrace(array $a, array $b) {
207 private function extractDiff(array $trace, int $x, int $y, array $a, array $b) {
/PHP-8.1/ext/spl/
H A Dspl_heap.c135 static int spl_ptr_heap_cmp_cb_helper(zval *object, spl_heap_object *heap_object, zval *a, zval *b,… in spl_ptr_heap_cmp_cb_helper()
177 zval *a = x, *b = y; in spl_ptr_heap_zval_max_cmp() local
200 zval *a = x, *b = y; in spl_ptr_heap_zval_min_cmp() local
224 spl_pqueue_elem *b = y; in spl_ptr_pqueue_elem_cmp() local
253 zend_long b = Z_LVAL(((spl_pqueue_elem*) y)->priority); in spl_ptr_pqueue_elem_cmp_long() local
260 double b = Z_DVAL(((spl_pqueue_elem*) y)->priority); in spl_ptr_pqueue_elem_cmp_double() local
829 zval *a, *b; in PHP_METHOD() local
870 zval *a, *b; in PHP_METHOD() local
883 zval *a, *b; in PHP_METHOD() local
/PHP-8.1/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
473 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
312 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD256Transform() local
410 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
509 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
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-8.1/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.h133 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
137 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
175 uint8_t b; member
397 #define CAST(T, b) static_cast<T>(b) argument
398 #define RCAST(T, b) reinterpret_cast<T>(b) argument
399 #define CCAST(T, b) const_cast<T>(b) argument
401 #define CAST(T, b) ((T)(b)) argument
402 #define RCAST(T, b) ((T)(uintptr_t)(b)) argument
403 #define CCAST(T, b) ((T)(uintptr_t)(b)) argument
H A Dis_json.c44 #define DPRINTF(a, b, c) \ argument
394 file_is_json(struct magic_set *ms, const struct buffer *b) in file_is_json()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_lexer.l21 #define YYDEBUG(a, b) argument
H A Dtest.php76 protected $b = [1, 3]; variable in testClass
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c152 static bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
175 int b = ssa->cfg.map[use]; in zend_ssa_is_last_use() local
908 int b = ssa->cfg.map[rt_opline - op_array->opcodes]; in dasm_link_and_encode() local
984 int b; in dasm_link_and_encode() local
1001 int b = ssa->cfg.map[rt_opline - op_array->opcodes]; in dasm_link_and_encode() local
1610 zend_basic_block *b = ssa->cfg.blocks + n; in zend_jit_compute_block_order_int() local
1636 static bool zend_jit_in_loop(zend_ssa *ssa, int header, zend_basic_block *b) in zend_jit_in_loop()
1649 zend_basic_block *b = ssa->cfg.blocks + n; in zend_jit_compute_loop_body() local
1734 zend_basic_block *b; in zend_jit_compute_liveness() local
1856 zend_basic_block *b = ssa->cfg.blocks + i; in zend_jit_compute_liveness() local
[all …]
/PHP-8.1/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-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm64.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
191 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_mips.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
175 int *b; in dasm_put() local
286 int *b = sec->rbuf; in dasm_link() local
333 int *b = sec->buf; in dasm_encode() local
H A Ddasm_arm.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
184 int *b; in dasm_put() local
307 int *b = sec->rbuf; in dasm_link() local
355 int *b = sec->buf; in dasm_encode() local
H A Ddasm_ppc.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
175 int *b; in dasm_put() local
290 int *b = sec->rbuf; in dasm_link() local
337 int *b = sec->buf; in dasm_encode() local
H A Ddasm_proto.h79 #define dasm_checkstep(a, b) 0 argument
/PHP-8.1/ext/standard/
H A Dflock_compat.h57 # define ftruncate(a, b) chsize(a, b) argument
/PHP-8.1/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 87 milliseconds

1234567