Searched defs:A (Results 1 – 10 of 10) sorted by relevance
/php-src/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 | 39 #define sint2korr(A) (*((int16_t *) (A))) argument 48 #define sint4korr(A) (*((int32_t *) (A))) argument 49 #define uint2korr(A) (*((uint16_t *) (A))) argument 51 #define uint4korr(A) (*((uint32_t *) (A))) argument 57 #define uint8korr(A) (*((uint64_t *) (A))) argument 58 #define sint8korr(A) (*((int64_t *) (A))) argument 59 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) argument 60 #define int3store(T,A) { *(T)= (zend_uchar) ((A));\ argument 63 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A) argument 64 #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-src/ext/bcmath/libbcmath/src/ |
H A D | convert.c | 118 # define BC_ENCODE_LUT(A, B) ((A) | (B) << 4) argument 120 # define BC_ENCODE_LUT(A, B) ((B) | (A) << 4) argument 123 #define LUT_ITERATE(_, A) \ argument
|
/php-src/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_uuencode.c | 138 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
|
/php-src/ext/gd/libgd/ |
H A D | gdkanji.c | 338 #define ustrcpy(A,B) (strcpy((char*)(A),(const char*)(B))) argument
|
/php-src/ext/hash/ |
H A D | hash_gost.c | 85 #define A(x, l, r) \ macro
|
/php-src/ext/fileinfo/libmagic/ |
H A D | file.h | 371 #define BIT(A) (1 << (A)) argument
|
/php-src/ext/hash/xxhash/ |
H A D | xxhash.h | 262 # define XXH_CAT(A,B) A##B argument 263 # define XXH_NAME2(A,B) XXH_CAT(A,B) argument
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_common.c | 120 #define A(a) ((sljit_ins)reg_map[a] << 16) macro
|
Completed in 48 milliseconds