Home
last modified time | relevance | path

Searched defs:a (Results 101 – 125 of 153) sorted by relevance

1234567

/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c213 static int collator_compare_func( const void* a, const void* b ) in collator_compare_func()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c350 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
H A DsljitNativeX86_64.c395 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
H A DsljitNativePPC_common.c120 #define A(a) (reg_map[a] << 16) argument
843 #define ARCH_32_64(a, b) a argument
847 #define ARCH_32_64(a, b) b argument
H A DsljitNativeSPARC_common.c560 #define ARCH_32_64(a, b) a argument
562 #define ARCH_32_64(a, b) b argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h796 #define PCRE2_JOIN(a,b) a ## b argument
797 #define PCRE2_GLUE(a,b) PCRE2_JOIN(a,b) argument
798 #define PCRE2_SUFFIX(a) PCRE2_GLUE(a,PCRE2_LOCAL_WIDTH) argument
H A Dpcre2_match.c113 #define GF_IDMASK(a) ((a) & 0xffff0000u) argument
114 #define GF_DATAMASK(a) ((a) & 0x0000ffffu) argument
H A Dpcre2_jit_simd_inc.h985 static SLJIT_INLINE vect_t shift_left_n_lanes(vect_t a, sljit_u8 n) in shift_left_n_lanes()
/PHP-7.4/main/streams/
H A Dstreams.c2321 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2329 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2337 PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream…
/PHP-7.4/ext/session/
H A Dmod_mm.c66 # define ps_mm_debug(a) argument
/PHP-7.4/Zend/
H A Dmicro_bench.php25 static $a = 0; variable in Foo
H A Dzend_types.h36 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
39 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
43 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
46 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
827 #define ZVAL_ARR(z, a) do { \ argument
H A Dzend_ini.c174 static int ini_key_compare(const void *a, const void *b) /* {{{ */ in ini_key_compare()
/PHP-7.4/main/
H A Dphp_network.h47 # define ftruncate(a, b) chsize(a, b) argument
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.h9 #define PM2STR(a) (a == PM_STYLE_STATIC ? "static" : (a == PM_STYLE_DYNAMIC ? "dynamic" : "ondemand… argument
/PHP-7.4/ext/standard/
H A Dinfo.c750 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
H A Dfilters.c323 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
324 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument
626 #define bmask(a) (0xffff >> (16 - a)) argument
H A Dpack.c48 #define INC_OUTPUTPOS(a,b) \ argument
/PHP-7.4/
H A Drun-tests.php1089 function test_sort($a, $b)
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
H A Dgd_gd2.c366 int a = chunkBuf[chunkPos++] << 24; in gdImageCreateFromGd2Ctx() local
/PHP-7.4/ext/snmp/
H A Dsnmp.c83 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
426 #define PHP_SNMP_SESSION_FREE(a) { \ argument
/PHP-7.4/ext/date/lib/
H A Dparse_date.c739 #define sHOUR(a) (int)(a * 3600) argument
740 #define sMIN(a) (int)(a * 60) argument
/PHP-7.4/sapi/cli/
H A Dphp_cli.c178 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.4/ext/sockets/
H A Dsockets.c55 # define IS_INVALID_SOCKET(a) (a->bsd_socket < 0) argument
56 # define set_errno(a) (errno = a) argument

Completed in 178 milliseconds

1234567