Home
last modified time | relevance | path

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

1234567

/PHP-8.3/Zend/Optimizer/
H A Dsccp.c1924 static zend_result join_partial_arrays(zval *a, zval *b) in join_partial_arrays()
1941 static zend_result join_partial_objects(zval *a, zval *b) in join_partial_objects()
1957 static void join_phi_values(zval *a, zval *b, bool escape) { in join_phi_values()
H A Dzend_cfg.c766 static bool dominates(zend_basic_block *blocks, int a, int b) /* {{{ */ in dominates()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c1705 int a = -1; in PRIV() local
H A Dpcre2.h798 #define PCRE2_JOIN(a,b) a ## b argument
799 #define PCRE2_GLUE(a,b) PCRE2_JOIN(a,b) argument
800 #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
/PHP-8.3/ext/gd/libgd/
H A Dgd_avif.c419 uint8_t a = alpha8BitTo7Bit(*(p++)); in gdImageCreateFromAvifCtx() local
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
/PHP-8.3/main/streams/
H A Dstreams.c2434 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2441 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2448 PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream…
/PHP-8.3/ext/session/
H A Dmod_mm.c64 # define ps_mm_debug(a) argument
/PHP-8.3/Zend/
H A Dmicro_bench.php25 static $a = 0; variable in Foo
H A Dzend_types.h44 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
47 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
51 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
54 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
1111 #define ZVAL_ARR(z, a) do { \ argument
/PHP-8.3/ext/standard/
H A Dfilters.c191 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
192 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument
494 #define bmask(a) (0xffff >> (16 - a)) argument
H A Dpack.c46 #define INC_OUTPUTPOS(a,b) \ argument
/PHP-8.3/ext/sockets/
H A Dphp_sockets.h33 # define IS_INVALID_SOCKET(a) (a->bsd_socket < 0) argument
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c63 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
H A DsljitNativeMIPS_common.c1158 #define ARCH_32_64(a, b) a argument
1160 #define ARCH_32_64(a, b) b argument
1391 #define SELECT_OP(a, b) (b) argument
1399 #define SELECT_OP(a, b) \ argument
H A DsljitNativeX86_32.c48 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
H A DsljitNativePPC_common.c120 #define A(a) ((sljit_ins)reg_map[a] << 16) argument
995 #define ARCH_32_64(a, b) a argument
999 #define ARCH_32_64(a, b) b argument
/PHP-8.3/main/
H A Dphp_network.h45 # define ftruncate(a, b) chsize(a, b) argument
/PHP-8.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-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_singlebyte.c19 static inline uint32_t coalesce(uint32_t a, uint32_t b) in coalesce()
/PHP-8.3/ext/mysqli/
H A Dmysqli.c42 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
/PHP-8.3/ext/snmp/
H A Dsnmp.c80 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
144 #define PHP_SNMP_SESSION_FREE(a) { \ argument
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_ppc.h15 #define DASM_EXTERN(a,b,c,d) 0 argument

Completed in 118 milliseconds

1234567