Searched refs:UINT32_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.h37 #define UINT32_TYPE (STDINT_LONG32 ? "long unsigned int" : INT_TYPE_SIZE == 32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "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)
46 #define UINT_LEAST32_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.h37 #define UINT32_TYPE (STDINT_LONG32 ? "long unsigned int" : INT_TYPE_SIZE == 32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "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)
46 #define UINT_LEAST32_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.h33 #define UINT32_TYPE "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.h604 #ifndef UINT32_TYPE
605 #define UINT32_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.h670 #ifndef UINT32_TYPE
671 #define UINT32_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.h610 #ifndef UINT32_TYPE
611 #define UINT32_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.h290 #ifndef UINT32_TYPE
292 # define UINT32_TYPE uint32_t macro
294 # define UINT32_TYPE unsigned int macro
330 typedef UINT32_TYPE u32; /* 4-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.h290 #ifndef UINT32_TYPE
292 # define UINT32_TYPE uint32_t macro
294 # define UINT32_TYPE unsigned int macro
330 typedef UINT32_TYPE u32; /* 4-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.h290 #ifndef UINT32_TYPE
292 # define UINT32_TYPE uint32_t macro
294 # define UINT32_TYPE unsigned int macro
330 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c6856 #ifndef UINT32_TYPE
6858 # define UINT32_TYPE uint32_t macro
6860 # define UINT32_TYPE unsigned int macro
6896 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c6856 #ifndef UINT32_TYPE
6858 # define UINT32_TYPE uint32_t macro
6860 # define UINT32_TYPE unsigned int macro
6896 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c6856 #ifndef UINT32_TYPE
6858 # define UINT32_TYPE uint32_t macro
6860 # define UINT32_TYPE unsigned int macro
6896 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
[all...]

Completed in 1035 milliseconds