Home
last modified time | relevance | path

Searched refs:UINT16_TYPE (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/include/
H A Dk5-platform.h730 #define UINT16_TYPE uint16_t macro
736 UINT16_TYPE n = val; in store_16_n()
754 UINT16_TYPE n; in load_16_n()
772 #undef UINT16_TYPE
/freebsd/contrib/sqlite3/
H A Dshell.c12187 #ifndef UINT16_TYPE
12189 # define UINT16_TYPE uint16_t macro
12191 # define UINT16_TYPE unsigned short int
H A Dsqlite3.c15840 #ifndef UINT16_TYPE
15842 # define UINT16_TYPE uint16_t macro
15844 # define UINT16_TYPE unsigned short int macro
15871 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */