Searched defs: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.c7417 #ifndef INT8_TYPE
7419 # define INT8_TYPE int8_t macro
7421 # define INT8_TYPE signed char macro
7433 typedef INT8_TYPE i8; /* 1-byte signed integer */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c7933 #ifndef INT8_TYPE
7935 # define INT8_TYPE int8_t macro
7937 # define INT8_TYPE signed char macro
7949 typedef INT8_TYPE i8; /* 1-byte signed integer */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7933 #ifndef INT8_TYPE
7935 # define INT8_TYPE int8_t macro
7937 # define INT8_TYPE signed char macro
7949 typedef INT8_TYPE i8; /* 1-byte signed integer */
[all...]

Completed in 828 milliseconds