Home
last modified time | relevance | path

Searched refs:i8 (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/win32/
H A Dphp_stdint.h233 #define INT8_C(val) val##i8
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput9670 /abcd*/i8
H A Dtestinput5587 /abcd*/i8
H A Dtestinput10609 /\x{100}/i8
H A Dtestinput61499 /[A-`]/i8
H A Dtestoutput51398 /abcd*/i8
H A Dtestoutput101188 /\x{100}/i8
H A Dtestoutput62464 /[A-`]/i8
H A Dtestoutput91209 /abcd*/i8
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c13862 typedef INT8_TYPE i8; /* 1-byte signed integer */ typedef
17112 i8 default_rc; /* Comparison result if keys are equal */
17114 i8 r1; /* Value to return if (lhs < rhs) */
17115 i8 r2; /* Value to return if (lhs > rhs) */
79932 #define ONE_BYTE_INT(x) ((i8)(x)[0])
79933 #define TWO_BYTE_INT(x) (256*(i8)((x)[0])|(x)[1])
111216 i8 p4type, /* P4_STATIC or P4_TRANSIENT */
135709 i8 isOrdered; /* True if satisfies ORDER BY */
143258 pNew->u.vtab.isOrdered = (i8)(pIdxInfo->orderByConsumed ?
143654 static i8 wherePathSatisfiesOrderBy(
[all …]

Completed in 431 milliseconds