Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dphp_stdint.h235 #define INT8_C(val) val##i8
/PHP-5.5/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-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8986 typedef INT8_TYPE i8; /* 1-byte signed integer */ typedef
11697 i8 default_rc; /* Comparison result if keys are equal */
13285 SQLITE_PRIVATE void sqlite3HaltConstraint(Parse*, int, int, char*, i8, u8);
67820 #define ONE_BYTE_INT(x) ((i8)(x)[0])
67821 #define TWO_BYTE_INT(x) (256*(i8)((x)[0])|(x)[1])
67822 #define THREE_BYTE_INT(x) (65536*(i8)((x)[0])|((x)[1]<<8)|(x)[2])
94805 i8 p4type, /* P4_STATIC or P4_TRANSIENT */
115849 i8 isOrdered; /* True if satisfies ORDER BY */
121582 pNew->u.vtab.isOrdered = (i8)(pIdxInfo->orderByConsumed ?
121782 static i8 wherePathSatisfiesOrderBy(
[all …]

Completed in 338 milliseconds