Searched defs:A (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/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.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_uuencode.c | 137 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gdkanji.c | 338 #define ustrcpy(A,B) (strcpy((char*)(A),(const char*)(B))) argument
|
/PHP-8.2/ext/hash/ |
H A D | hash_gost.c | 85 #define A(x, l, r) \ macro
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | file.h | 348 #define BIT(A) (1 << (A)) argument
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_common.c | 120 #define A(a) ((sljit_ins)reg_map[a] << 16) macro
|
/PHP-8.2/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
|
Completed in 42 milliseconds