Home
last modified time | relevance | path

Searched defs:a (Results 26 – 50 of 157) sorted by relevance

1234567

/PHP-7.0/ext/gd/
H A Dgd_compat.c53 int overflow2(int a, int b) in overflow2()
/PHP-7.0/Zend/
H A Dzend_portability.h370 # define SETJMP(a) sigsetjmp(a, 0) argument
371 # define LONGJMP(a,b) siglongjmp(a, b) argument
374 # define SETJMP(a) setjmp(a) argument
375 # define LONGJMP(a,b) longjmp(a, b) argument
431 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
432 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
438 #define ZEND_LOG_XOR(a, b) (ZEND_TRUTH(a) ^ ZEND_TRUTH(b)) argument
H A Dzend_smart_str_public.h24 size_t a; member
H A Dzend_strtod.c337 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ argument
476 #define rounded_product(a,b) a = rnd_prod(a, b) argument
477 #define rounded_quotient(a,b) a = rnd_quot(a, b) argument
484 #define rounded_product(a,b) a *= b argument
485 #define rounded_quotient(a,b) a /= b argument
655 multadd in multadd() argument
850 (a, b) Bigint *a, *b; in mult() argument
1079 (a, b) Bigint *a, *b; in cmp() argument
1113 (a, b) Bigint *a, *b; in diff() argument
1249 (a, e) Bigint *a; int *e; in b2d() argument
[all …]
/PHP-7.0/ext/hash/
H A Dhash_sha.c181 #define FF(a, b, c, d, e, w) { \ argument
186 #define GG(a, b, c, d, e, w) { \ argument
191 #define HH(a, b, c, d, e, w) { \ argument
196 #define II(a, b, c, d, e, w) { \ argument
224 php_hash_uint32 a = state[0], b = state[1], c = state[2]; in SHA1Transform() local
482 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local
792 php_hash_uint64 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
H A Dhash_tiger.c42 #define round(a,b,c,x,mul) \ argument
54 #define pass(a,b,c,mul) \ argument
H A Dhash_ripemd.c205 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD128Transform() local
296 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD256Transform() local
394 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
493 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
/PHP-7.0/ext/standard/
H A Dphp_smart_string_public.h30 size_t a; member
H A Dflock_compat.h50 # define ftruncate(a, b) chsize(a, b) argument
H A Dimage.c203 unsigned char a[64]; in php_handle_swc() local
280 unsigned char a[32]; in php_handle_swf() local
372 unsigned char a[2]; in php_read2() local
385 int a=0, marker; in php_next_marker() local
559 unsigned char a[4]; in php_read4() local
879 unsigned char a[10]; in php_handle_iff() local
H A Dmd5.h46 php_uint32 a, b, c, d; member
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregerror.c35 #define va_init_list(a,b) va_start(a,b) argument
38 #define va_init_list(a,b) va_start(a) argument
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_lexer.l21 #define YYDEBUG(a, b) argument
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dtest.php75 public $a = 2; variable in testClass
/PHP-7.0/ext/spl/
H A Dspl_heap.c106 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()
144 static int spl_ptr_heap_zval_max_cmp(zval *a, zval *b, zval *object) { /* {{{ */ in spl_ptr_heap_zval_max_cmp()
168 static int spl_ptr_heap_zval_min_cmp(zval *a, zval *b, zval *object) { /* {{{ */ in spl_ptr_heap_zval_min_cmp()
192 static int spl_ptr_pqueue_zval_cmp(zval *a, zval *b, zval *object) { /* {{{ */ in spl_ptr_pqueue_zval_cmp()
808 zval *a, *b; in SPL_METHOD() local
852 zval *a, *b; in SPL_METHOD() local
866 zval *a, *b; in SPL_METHOD() local
/PHP-7.0/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c36 size_t n = map->nalloc << 1, a; in mappings_grow() local
68 size_t n = map->n - i, a = sizeof(*map->entries) * n; in mappings_add() local
86 size_t n = (map->n - i - 1), a = sizeof(*map->entries) * n; in mappings_add() local
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_atomic.h25 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
92 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
/PHP-7.0/ext/gd/libgd/
H A Dgd_webp.c88 register uint8_t a = gdAlphaMax - (*(p++) >> 1); in gdImageCreateFromWebpCtx() local
139 register char a; in gdImageWebpCtx() local
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
/PHP-7.0/ext/interbase/
H A Dphp_ibase_includes.h39 #define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__); argument
43 #define IBDEBUG(a) argument
190 #define max(a,b) ((a)>(b)?(a):(b)) argument
/PHP-7.0/ext/fileinfo/libmagic/
H A Dencoding.c56 #define DPRINTF(a) printf a argument
58 #define DPRINTF(a) argument
H A Dsoftmagic.c104 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument
118 #define F(a, b, c) fmtcheck((b)->desc, (c)) argument
120 #define F(a, b, c) ((b)->desc) argument
1741 const unsigned char *a = (const unsigned char *)s1; in file_strncmp() local
1796 file_strncmp16(const char *a, const char *b, size_t len, uint32_t flags) in file_strncmp16()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_priv.h101 #define SET_CLIENT_ERROR(error_info, a, b, c) \ argument
133 #define SET_STMT_ERROR(stmt, a, b, c) SET_CLIENT_ERROR(*(stmt)->error_info, a, b, c) argument
/PHP-7.0/ext/intl/locale/
H A Dlocale_methods.c92 #define isIDSeparator(a) (a == '_' || a == '-') argument
93 #define isKeywordSeparator(a) (a == '@' ) argument
94 #define isEndOfTag(a) (a == '\0' ) argument
96 #define isPrefixLetter(a) ((a=='x')||(a=='X')||(a=='i')||(a=='I')) argument
105 #define isTerminator(a) ((a==0)||(a=='.')||(a=='@')) argument

Completed in 120 milliseconds

1234567