Home
last modified time | relevance | path

Searched refs:UINT32_TYPE (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dzipfile.c39 #ifndef UINT32_TYPE
41 # define UINT32_TYPE uint32_t macro
43 # define UINT32_TYPE unsigned int
55 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
/sqlite-3.40.0/src/
H A DsqliteInt.h766 #ifndef UINT32_TYPE
768 # define UINT32_TYPE uint32_t macro
770 # define UINT32_TYPE unsigned int macro
806 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */