Home
last modified time | relevance | path

Searched defs:a (Results 126 – 150 of 169) sorted by relevance

1234567

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c120 #define A(a) ((sljit_ins)reg_map[a] << 16) argument
1045 #define ARCH_32_64(a, b) a argument
1049 #define ARCH_32_64(a, b) b argument
H A DsljitNativeRISCV_common.c836 #define ARCH_32_64(a, b) a argument
838 #define ARCH_32_64(a, b) b argument
/php-src/Zend/
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
H A Dzend_hash.c76 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
81 #define IS_CONSISTENT(a) argument
H A Dzend_alloc.c1214 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1218 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
/php-src/ext/gd/libgd/
H A Dgd_gd2.c366 int a = chunkBuf[chunkPos++] << 24; in gdImageCreateFromGd2Ctx() local
H A Dgd.h545 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_arm.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_x86.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
/php-src/ext/date/lib/
H A Dparse_date.c841 #define sHOUR(a) (int)(a * 3600) argument
842 #define sMIN(a) (int)(a * 60) argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c118 #define GF_IDMASK(a) ((a) & 0xffff0000u) argument
119 #define GF_DATAMASK(a) ((a) & 0x0000ffffu) argument
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c33 #define SAFE_STR(a) ((a)?a:"") argument
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c285 #define SECTALIGN(p, a) \ argument
H A Dir.c1353 void ir_array_grow(ir_array *a, uint32_t size)
1360 void ir_array_insert(ir_array *a, uint32_t i, ir_ref val)
1370 void ir_array_remove(ir_array *a, uint32_t i)
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1077 apprentice_sort(const void *a, const void *b) in apprentice_sort()
1905 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier() argument
/php-src/main/
H A Dnetwork.c385 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
H A DSAPI.h204 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
/php-src/ext/openssl/
H A Dxp_ssl.c2207 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2223 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
/php-src/ext/session/
H A Dphp_session.h54 #define PS_SET_MOD_DATA(a) *mod_data = (a) argument
/php-src/Zend/Optimizer/
H A Dzend_ssa.c27 static bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c34 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset)))) argument
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h35 lxb_css_display_type_t a; member
/php-src/ext/zend_test/
H A Dtest.c1329 bug80847_01 a; member
/php-src/ext/opcache/jit/
H A Dzend_jit.c110 static bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()

Completed in 175 milliseconds

1234567