Home
last modified time | relevance | path

Searched defs:T (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_portability.h72 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) argument
144 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) argument
145 #define int3store(T,A) { \ argument
150 #define int5store(T,A) { \ argument
158 #define int6store(T,A) { \ argument
223 #define int3store(T,A) do { /*lint -save -e734 */\ argument
228 #define int4store(T,A) do { \ argument
233 #define int5store(T,A) do { \ argument
240 #define int6store(T,A) do { \ argument
258 #define float8store(T,V) do { \ argument
[all …]
H A Dconfig-win.h85 #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
95 #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A) argument
99 #define float8store(T,V) { *((int32_t *) T) = *((int32_t*) &V); \ argument
H A Dmysqlnd_protocol_frame_codec.c45 #define COPY_HEADER(T,A) do { \ argument
/PHP-7.4/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c44 int T = op_array->T; in zend_optimize_temporary_variables() local
H A Dpass3.c216 znode_op T = opline->result; in zend_optimizer_pass3() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h382 #define CAST(T, b) static_cast<T>(b) argument
383 #define RCAST(T, b) reinterpret_cast<T>(b) argument
384 #define CCAST(T, b) const_cast<T>(b) argument
386 #define CAST(T, b) ((T)(b)) argument
387 #define RCAST(T, b) ((T)(uintptr_t)(b)) argument
388 #define CCAST(T, b) ((T)(uintptr_t)(b)) argument
H A Dencoding.c227 #define T 1 /* character appears in plain ASCII text */ macro
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c105 #define T(t) (reg_map[t] << 16) macro
/PHP-7.4/Zend/
H A Dzend_compile.h429 uint32_t T; /* number of temporary variables */ member
/PHP-7.4/ext/standard/tests/misc/
H A Dbrowscap.ini6311 Parent=Motorola Internet Browser

Completed in 153 milliseconds