Searched defs:INT16_TYPE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h408 #ifndef INT16_TYPE
410 # define INT16_TYPE int16_t macro
412 # define INT16_TYPE short int macro
436 typedef INT16_TYPE i16; /* 2-byte signed integer */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7388 #ifndef INT16_TYPE
7390 # define INT16_TYPE int16_t macro
7392 # define INT16_TYPE short int macro
7416 typedef INT16_TYPE i16; /* 2-byte signed integer */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8471 #ifndef INT16_TYPE
8473 # define INT16_TYPE int16_t macro
8475 # define INT16_TYPE short int macro
8499 typedef INT16_TYPE i16; /* 2-byte signed integer */
8546 typedef INT16_TYPE LogEst;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8471 #ifndef INT16_TYPE
8473 # define INT16_TYPE int16_t macro
8475 # define INT16_TYPE short int macro
8499 typedef INT16_TYPE i16; /* 2-byte signed integer */
8546 typedef INT16_TYPE LogEst;
[all...]

Completed in 561 milliseconds