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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h394 #ifndef UINT32_TYPE
396 # define UINT32_TYPE uint32_t macro
398 # define UINT32_TYPE unsigned int macro
434 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7389 #ifndef UINT32_TYPE
7391 # define UINT32_TYPE uint32_t macro
7393 # define UINT32_TYPE unsigned int macro
7429 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c7905 #ifndef UINT32_TYPE
7907 # define UINT32_TYPE uint32_t macro
7909 # define UINT32_TYPE unsigned int macro
7945 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7905 #ifndef UINT32_TYPE
7907 # define UINT32_TYPE uint32_t macro
7909 # define UINT32_TYPE unsigned int macro
7945 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
[all...]

Completed in 552 milliseconds