Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c9416 #ifndef UINT32_TYPE
9418 # define UINT32_TYPE uint32_t macro
9420 # define UINT32_TYPE unsigned int
H A Dsqlite3.c14843 #ifndef UINT32_TYPE
14845 # define UINT32_TYPE uint32_t macro
14847 # define UINT32_TYPE unsigned int macro
14883 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */