Searched refs:UINT16_TYPE (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/config/
H A Dnewlib-stdint.h36 #define UINT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsigned char" : 0) macro
44 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
45 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/config/
H A Dnewlib-stdint.h36 #define UINT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsigned char" : 0) macro
44 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
45 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/config/
H A Dglibc-stdint.h32 #define UINT16_TYPE "short unsigned int" macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Ddefaults.h600 #ifndef UINT16_TYPE
601 #define UINT16_TYPE ((const char *) NULL) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Ddefaults.h666 #ifndef UINT16_TYPE
667 #define UINT16_TYPE ((const char *) NULL) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Ddefaults.h606 #ifndef UINT16_TYPE
607 #define UINT16_TYPE ((const char *) NULL) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h297 #ifndef UINT16_TYPE
299 # define UINT16_TYPE uint16_t macro
301 # define UINT16_TYPE unsigned short int macro
331 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h297 #ifndef UINT16_TYPE
299 # define UINT16_TYPE uint16_t macro
301 # define UINT16_TYPE unsigned short int macro
331 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h297 #ifndef UINT16_TYPE
299 # define UINT16_TYPE uint16_t macro
301 # define UINT16_TYPE unsigned short int macro
331 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c6863 #ifndef UINT16_TYPE
6865 # define UINT16_TYPE uint16_t macro
6867 # define UINT16_TYPE unsigned short int macro
6897 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c6863 #ifndef UINT16_TYPE
6865 # define UINT16_TYPE uint16_t macro
6867 # define UINT16_TYPE unsigned short int macro
6897 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c6863 #ifndef UINT16_TYPE
6865 # define UINT16_TYPE uint16_t macro
6867 # define UINT16_TYPE unsigned short int macro
6897 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */
[all...]

Completed in 803 milliseconds