| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | newlib-stdint.h | 42 #define UINT32_TYPE (STDINT_LONG32 ? "long unsigned int" : INT_TYPE_SIZE == 32 ? "unsigned int" : S… macro 49 …ST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64… 50 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UI… 51 #define UINT_LEAST32_TYPE (UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
|
| H A D | dragonfly-stdint.h | 34 #define UINT32_TYPE "unsigned int" macro 43 #define UINT_LEAST32_TYPE UINT32_TYPE 50 #define UINT_FAST8_TYPE UINT32_TYPE 51 #define UINT_FAST16_TYPE UINT32_TYPE 52 #define UINT_FAST32_TYPE UINT32_TYPE 56 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
|
| H A D | netbsd-stdint.h | 33 #define UINT32_TYPE "unsigned int" macro 42 #define UINT_LEAST32_TYPE UINT32_TYPE 60 #define UINT_FAST8_TYPE UINT32_TYPE 65 #define UINT_FAST16_TYPE UINT32_TYPE 67 #define UINT_FAST32_TYPE UINT32_TYPE 71 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
|
| H A D | openbsd-stdint.h | 9 #define UINT32_TYPE "unsigned int" macro
|
| H A D | hpux-stdint.h | 12 #define UINT32_TYPE "unsigned int" macro
|
| H A D | freebsd-stdint.h | 34 #define UINT32_TYPE "unsigned int" macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | newlib-stdint.h | 42 #define UINT32_TYPE (STDINT_LONG32 ? "long unsigned int" : INT_TYPE_SIZE == 32 ? "unsigned int" : S… macro 49 …ST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64… 50 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UI… 51 #define UINT_LEAST32_TYPE (UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
|
| H A D | dragonfly-stdint.h | 34 #define UINT32_TYPE "unsigned int" macro 43 #define UINT_LEAST32_TYPE UINT32_TYPE 50 #define UINT_FAST8_TYPE UINT32_TYPE 51 #define UINT_FAST16_TYPE UINT32_TYPE 52 #define UINT_FAST32_TYPE UINT32_TYPE 56 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
|
| H A D | netbsd-stdint.h | 33 #define UINT32_TYPE "unsigned int" macro 42 #define UINT_LEAST32_TYPE UINT32_TYPE 60 #define UINT_FAST8_TYPE UINT32_TYPE 65 #define UINT_FAST16_TYPE UINT32_TYPE 67 #define UINT_FAST32_TYPE UINT32_TYPE 71 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
|
| H A D | openbsd-stdint.h | 9 #define UINT32_TYPE "unsigned int" macro
|
| H A D | hpux-stdint.h | 12 #define UINT32_TYPE "unsigned int" macro
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | sys_defs.h | 47 #define UINT32_TYPE unsigned int macro 229 #define UINT32_TYPE unsigned int macro 280 #define UINT32_TYPE unsigned int macro 333 #define UINT32_TYPE unsigned int macro 374 #define UINT32_TYPE unsigned int macro 424 #define UINT32_TYPE unsigned int macro 503 #define UINT32_TYPE unsigned int macro 533 #define UINT32_TYPE unsigned int macro 565 #define UINT32_TYPE unsigned int macro 627 #define UINT32_TYPE unsigned int macro [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr-stdint.h | 42 #define UINT32_TYPE (INT_TYPE_SIZE == 16 ? "long unsigned int" : "long long unsigned int") macro 51 #define UINT_LEAST32_TYPE UINT32_TYPE 60 #define UINT_FAST32_TYPE UINT32_TYPE
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr-stdint.h | 42 #define UINT32_TYPE (INT_TYPE_SIZE == 16 ? "long unsigned int" : "long long unsigned int") macro 51 #define UINT_LEAST32_TYPE UINT32_TYPE 60 #define UINT_FAST32_TYPE UINT32_TYPE
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| H A D | bpf.h | 107 #define UINT32_TYPE "unsigned int" macro 116 #define UINT_LEAST32_TYPE UINT32_TYPE 125 #define UINT_FAST32_TYPE UINT32_TYPE
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/ |
| H A D | bpf.h | 107 #define UINT32_TYPE "unsigned int" macro 116 #define UINT_LEAST32_TYPE UINT32_TYPE 125 #define UINT_FAST32_TYPE UINT32_TYPE
|
| /netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
| H A D | milter8.c | 589 UINT32_TYPE len; in milter8_read_resp() 641 UINT32_TYPE net_long; in vmilter8_read_data() 642 UINT32_TYPE *host_long_ptr; in vmilter8_read_data() 658 host_long_ptr = va_arg(ap, UINT32_TYPE *); in vmilter8_read_data() 772 (void) va_arg(ap, UINT32_TYPE); in vmilter8_size_data() 834 UINT32_TYPE pkt_len; in vmilter8_write_cmd() 835 UINT32_TYPE host_long; in vmilter8_write_cmd() 836 UINT32_TYPE net_long; in vmilter8_write_cmd() 858 host_long = va_arg(ap, UINT32_TYPE); in vmilter8_write_cmd() 970 UINT32_TYPE index; in milter8_event() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | djgpp-stdint.h | 31 #define UINT32_TYPE "unsigned int" macro
|
| H A D | mingw-stdint.h | 28 #define UINT32_TYPE "unsigned int" macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | djgpp-stdint.h | 31 #define UINT32_TYPE "unsigned int" macro
|
| H A D | mingw-stdint.h | 28 #define UINT32_TYPE "unsigned int" macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
| H A D | vms-stdint.h | 28 #define UINT32_TYPE "unsigned int" macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| H A D | vms-stdint.h | 28 #define UINT32_TYPE "unsigned int" macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | aix-stdint.h | 28 #define UINT32_TYPE "unsigned int" macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | aix-stdint.h | 28 #define UINT32_TYPE "unsigned int" macro
|