Home
last modified time | relevance | path

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

1234567

/PHP-8.3/ext/opcache/jit/dynasm/
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-8.3/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-8.3/ext/opcache/jit/
H A Dzend_jit_gdb.c290 #define SECTALIGN(p, a) \ argument
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c660 #define ARCH_32_64(a, b) a argument
662 #define ARCH_32_64(a, b) b argument
H A DsljitNativeRISCV_common.c812 #define ARCH_32_64(a, b) a argument
814 #define ARCH_32_64(a, b) b argument
/PHP-8.3/ext/date/lib/
H A Dparse_date.c845 #define sHOUR(a) (int)(a * 3600) argument
846 #define sMIN(a) (int)(a * 60) argument
/PHP-8.3/ext/mysqli/
H A Dmysqli_nonapi.c33 #define SAFE_STR(a) ((a)?a:"") argument
/PHP-8.3/main/
H A DSAPI.h183 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
H A Dnetwork.c396 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c1078 apprentice_sort(const void *a, const void *b) in apprentice_sort()
1904 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier() argument
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c2211 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2227 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
/PHP-8.3/ext/session/
H A Dphp_session.h53 #define PS_SET_MOD_DATA(a) *mod_data = (a) argument
H A Dsession.c1123 #define ADD_HEADER(a) sapi_add_header(a, strlen(a), 1); argument
/PHP-8.3/Zend/Optimizer/
H A Dzend_ssa.c27 static bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
/PHP-8.3/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c34 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset)))) argument
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h989 static SLJIT_INLINE vect_t shift_left_n_lanes(vect_t a, sljit_u8 n) in shift_left_n_lanes()
/PHP-8.3/Zend/
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.c1206 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1210 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
/PHP-8.3/ext/iconv/
H A Diconv.c86 #define _php_iconv_memequal(a, b, c) \ argument
/PHP-8.3/ext/zend_test/
H A Dtest.c1381 bug80847_01 a; member
/PHP-8.3/ext/sockets/
H A Dsockets.c53 # define set_errno(a) (errno = a) argument
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c894 static int php_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void… in php_sqlite3_callback_compare()
/PHP-8.3/ext/gd/
H A Dgd.c531 #define FLIPWORD(a) (((a & 0xff000000) >> 24) | ((a & 0x00ff0000) >> 8) | ((a & 0x0000ff00) << 8) |… argument
3208 zend_long a = 0; in php_image_filter_colorize() local

Completed in 147 milliseconds

1234567