Searched defs:A (Results 1 – 10 of 10) sorted by relevance
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 17 #define __attribute(A) argument 62 #define uint1korr(A) (*(((uint8_t*)(A)))) argument 112 #define sint2korr(A) (*((int16_t *) (A))) argument 121 #define sint4korr(A) (*((zend_long *) (A))) argument 123 #define uint2korr(A) (*((uint16_t *) (A))) argument 132 #define sint8korr(A) (*((int64_t *) (A))) argument 134 #define int3store(T,A) { \ argument 139 #define int5store(T,A) { \ argument 179 #define sint8korr(A) (int64_t) uint8korr(A) argument 208 #define int4store(T,A) do { \ argument [all …]
|
H A D | config-win.h | 65 #define sint2korr(A) (*((int16_t *) (A))) argument 74 #define sint4korr(A) (*((int32_t *) (A))) argument 75 #define uint2korr(A) (*((uint16_t *) (A))) argument 77 #define uint4korr(A) (*((uint32_t *) (A))) argument 83 #define uint8korr(A) (*((uint64_t *) (A))) argument 84 #define sint8korr(A) (*((int64_t *) (A))) argument 85 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) argument 86 #define int3store(T,A) { *(T)= (zend_uchar) ((A));\ argument 89 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A) argument 90 #define int5store(T,A) { *(T)= (zend_uchar)((A));\ argument [all …]
|
H A D | mysqlnd_protocol_frame_codec.c | 43 #define COPY_HEADER(T,A) do { \ argument
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_libmysql.h | 63 #define uint1korr(A) (*(((uint8_t*)(A)))) argument 67 #define bit_uint2korr(A) ((uint16_t) (((uint16_t) (((unsigned char*) (A))[1])) +\ argument 72 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\ argument 78 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\ argument 85 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\ argument 93 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\ argument 103 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\ argument 114 #define bit_uint8korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[7])) +\ argument
|
/PHP-8.1/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_uuencode.c | 126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gdkanji.c | 338 #define ustrcpy(A,B) (strcpy((char*)(A),(const char*)(B))) argument
|
/PHP-8.1/ext/hash/ |
H A D | hash_gost.c | 85 #define A(x, l, r) \ macro
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | file.h | 348 #define BIT(A) (1 << (A)) argument
|
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_common.c | 120 #define A(a) (reg_map[a] << 16) macro
|
/PHP-8.1/ext/hash/xxhash/ |
H A D | xxhash.h | 195 # define XXH_CAT(A,B) A##B argument 196 # define XXH_NAME2(A,B) XXH_CAT(A,B) argument
|
Completed in 38 milliseconds