Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/phar/
H A Ddirstream.c156 static int phar_compare_dir_name(const void *a, const void *b) /* {{{ */ in phar_compare_dir_name()
/PHP-7.3/ext/interbase/
H A Dphp_ibase_udf.c103 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-7.3/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.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c348 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
H A DsljitNativeX86_64.c340 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
H A DsljitNativePPC_common.c120 #define A(a) (reg_map[a] << 16) argument
753 #define ARCH_32_64(a, b) a argument
757 #define ARCH_32_64(a, b) b argument
H A DsljitNativeSPARC_common.c527 #define ARCH_32_64(a, b) a argument
529 #define ARCH_32_64(a, b) b argument
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2.h783 #define PCRE2_JOIN(a,b) a ## b argument
784 #define PCRE2_GLUE(a,b) PCRE2_JOIN(a,b) argument
785 #define PCRE2_SUFFIX(a) PCRE2_GLUE(a,PCRE2_LOCAL_WIDTH) argument
H A Dpcre2_match.c112 #define GF_IDMASK(a) ((a) & 0xffff0000u) argument
113 #define GF_DATAMASK(a) ((a) & 0x0000ffffu) argument
/PHP-7.3/main/streams/
H A Dstreams.c2241 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2249 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2257 PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream…
/PHP-7.3/ext/session/
H A Dmod_mm.c66 # define ps_mm_debug(a) argument
/PHP-7.3/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
792 #define ZVAL_ARR(z, a) do { \ argument
H A Dzend_ini.c181 static int ini_key_compare(const void *a, const void *b) /* {{{ */ in ini_key_compare()
/PHP-7.3/ext/zip/lib/
H A Dzip_open.c566 zip_int64_t a; in _zip_find_central_dir() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dreadcdf.c47 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
/PHP-7.3/main/
H A Dphp_network.h47 # define ftruncate(a, b) chsize(a, b) argument
/PHP-7.3/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.3/
H A Dserver-tests.php719 function test_sort($a, $b) {
/PHP-7.3/ext/standard/
H A Dinfo.c769 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
H A Dfilters.c316 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
317 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument
619 #define bmask(a) (0xffff >> (16 - a)) argument
H A Dpack.c48 #define INC_OUTPUTPOS(a,b) \ argument
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c430 node_swap(Node* a, Node* b) in node_swap()
3865 remove_from_list(Node* prev, Node* a) in remove_from_list()
5416 is_equal_mml(MinMax* a, MinMax* b) in is_equal_mml()
5462 clear_opt_anc_info(OptAnc* a) in clear_opt_anc_info()
5495 is_left(int a) in is_left()
6451 print_distance_range(FILE* f, OnigLen a, OnigLen b) in print_distance_range()
/PHP-7.3/ext/gd/libgd/
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
/PHP-7.3/ext/date/lib/
H A Dparse_date.c739 #define sHOUR(a) (int)(a * 3600) argument
740 #define sMIN(a) (int)(a * 60) argument

Completed in 199 milliseconds

1234567