Searched refs:INT16_TYPE (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c.orig7169 #ifndef INT16_TYPE
7171 # define INT16_TYPE int16_t
7173 # define INT16_TYPE short int
7197 typedef INT16_TYPE i16; /* 2-byte signed integer */
[all...]
H A Dsqlite3.c7176 #ifndef INT16_TYPE
7178 # define INT16_TYPE int16_t macro
7180 # define INT16_TYPE short int macro
7204 typedef INT16_TYPE i16; /* 2-byte signed integer */
[all...]

Completed in 2700 milliseconds