Home
last modified time | relevance | path

Searched defs:A (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/mysqlnd/
H A Dmysqlnd_portability.h17 #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 Dconfig-win.h39 #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 Dmysqlnd_protocol_frame_codec.c43 #define COPY_HEADER(T,A) do { \ argument
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c138 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
/php-src/ext/gd/libgd/
H A Dgdkanji.c338 #define ustrcpy(A,B) (strcpy((char*)(A),(const char*)(B))) argument
/php-src/ext/hash/
H A Dhash_gost.c85 #define A(x, l, r) \ macro
/php-src/ext/fileinfo/libmagic/
H A Dfile.h371 #define BIT(A) (1 << (A)) argument
/php-src/ext/hash/xxhash/
H A Dxxhash.h262 # 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 DsljitNativePPC_common.c120 #define A(a) ((sljit_ins)reg_map[a] << 16) macro

Completed in 49 milliseconds