Home
last modified time | relevance | path

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

1234567

/PHP-8.3/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.3/main/
H A Dsafe_bcmp.c26 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b) in php_safe_bcmp()
/PHP-8.3/Zend/
H A Dzend_smart_str_public.h23 size_t a; member
H A Dzend_smart_string_public.h26 size_t a; member
H A Dzend_strtod.c333 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ argument
472 #define rounded_product(a,b) a = rnd_prod(a, b) argument
473 #define rounded_quotient(a,b) a = rnd_quot(a, b) argument
480 #define rounded_product(a,b) a *= b argument
481 #define rounded_quotient(a,b) a /= b argument
648 multadd in multadd() argument
843 (a, b) Bigint *a, *b; in mult() argument
1072 (a, b) Bigint *a, *b; in cmp() argument
1106 (a, b) Bigint *a, *b; in diff() argument
1242 (a, e) Bigint *a; int *e; in b2d() argument
[all …]
H A Dbench.php25 function hallo($a) {
40 function hallo2($a) {
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_lexer.l21 #define YYDEBUG(a, b) argument
H A Dphpdbg_break.c28 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dtest.php75 public $a = 2; variable in testClass
/PHP-8.3/ext/hash/
H A Dhash_tiger.c38 #define round(a,b,c,x,mul) \ argument
50 #define pass(a,b,c,mul) \ argument
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-8.3/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.3/ext/gd/libgd/
H A Dgd_webp.c90 register uint8_t a = gdAlphaMax - (*(p++) >> 1); in gdImageCreateFromWebpCtx() local
141 register char a; in gdImageWebpCtx() local
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_config.c57 #define STRING(a) # a argument
H A Dpcre2_error.c48 #define STRING(a) # a argument
/PHP-8.3/ext/standard/
H A Dflock_compat.h57 # define ftruncate(a, b) chsize(a, b) argument
H A Dimage.c166 unsigned char a[64]; in php_handle_swc() local
246 unsigned char a[32]; in php_handle_swf() local
337 unsigned char a[2]; in php_read2() local
350 int a=0, marker; in php_next_marker() local
536 unsigned char a[4]; in php_read4() local
854 unsigned char a[10]; in php_handle_iff() local
H A Dmicrotime.c122 #define PHP_RUSAGE_PARA(a) \ in PHP_FUNCTION() argument
H A Dmd5.h39 uint32_t a, b, c, d; member
/PHP-8.3/ext/intl/locale/
H A Dlocale_methods.c181 #define isIDSeparator(a) (a == '_' || a == '-') argument
182 #define isKeywordSeparator(a) (a == '@' ) argument
183 #define isEndOfTag(a) (a == '\0' ) argument
185 #define isPrefixLetter(a) ((a=='x')||(a=='X')||(a=='i')||(a=='I')) argument
194 #define isTerminator(a) ((a==0)||(a=='.')||(a=='@')) argument
/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.c165 static inline bool add_will_overflow(zend_long a, zend_long b) { in add_will_overflow()
546 zend_ulong minOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minOR()
570 zend_ulong maxOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxOR()
593 zend_ulong minAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minAND()
616 zend_ulong maxAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxAND()
640 zend_ulong minXOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minXOR()
645 zend_ulong maxXOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxXOR()
663 static void zend_ssa_range_or(zend_long a, zend_long b, zend_long c, zend_long d, zend_ssa_range *t… in zend_ssa_range_or()
711 static void zend_ssa_range_and(zend_long a, zend_long b, zend_long c, zend_long d, zend_ssa_range *… in zend_ssa_range_and()
785 static void float_div(zend_long a, zend_long b, zend_long *r1, zend_long *r2) { in float_div()
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_proto.h79 #define dasm_checkstep(a, b) 0 argument
/PHP-8.3/ext/calendar/
H A Deaster.c45 time_t a; in _cal_easter() local
/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h125 #define MIN(a,b) ((a)<(b)?(a):(b)) argument

Completed in 58 milliseconds

1234567