Searched refs:INT8_TYPE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h422 #ifndef INT8_TYPE
424 # define INT8_TYPE int8_t macro
426 # define INT8_TYPE signed char macro
438 typedef INT8_TYPE i8; /* 1-byte signed integer */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7402 #ifndef INT8_TYPE
7404 # define INT8_TYPE int8_t macro
7406 # define INT8_TYPE signed char macro
7418 typedef INT8_TYPE i8; /* 1-byte signed integer */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8485 #ifndef INT8_TYPE
8487 # define INT8_TYPE int8_t macro
8489 # define INT8_TYPE signed char macro
8501 typedef INT8_TYPE i8; /* 1-byte signed integer */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8485 #ifndef INT8_TYPE
8487 # define INT8_TYPE int8_t macro
8489 # define INT8_TYPE signed char macro
8501 typedef INT8_TYPE i8; /* 1-byte signed integer */
[all...]

Completed in 559 milliseconds