| /src/external/gpl3/binutils/dist/include/cgen/ |
| basic-modes.h | 45 typedef unsigned int UINT;
|
| /src/external/gpl3/binutils.old/dist/include/cgen/ |
| basic-modes.h | 45 typedef unsigned int UINT;
|
| /src/external/gpl3/gdb.old/dist/include/cgen/ |
| basic-modes.h | 45 typedef unsigned int UINT;
|
| /src/external/gpl3/gdb/dist/include/cgen/ |
| basic-modes.h | 45 typedef unsigned int UINT;
|
| /src/external/bsd/libbind/dist/dst/ |
| md5_locl.h | 67 #define UINT unsigned int
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-formats.h | 32 #define UINT(SIZE, LSB) \
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-formats.h | 32 #define UINT(SIZE, LSB) \
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mips-formats.h | 32 #define UINT(SIZE, LSB) \
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| mips-formats.h | 32 #define UINT(SIZE, LSB) \
|
| /src/bin/ps/ |
| ps.h | 45 CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG,
|
| /src/usr.bin/audio/ctl/ |
| ctl.c | 77 #define UINT 3 95 { "full_duplex", &fullduplex, UINT, 0 }, 96 { "fullduplex", &fullduplex, UINT, 0 }, 97 { "blocksize", &info.blocksize, UINT, 0 }, 98 { "hiwat", &info.hiwat, UINT, 0 }, 99 { "lowat", &info.lowat, UINT, 0 }, 100 { "monitor_gain", &info.monitor_gain, UINT, 0 }, 103 { "play.rate", &info.play.sample_rate, UINT, 0 }, 104 { "play.sample_rate", &info.play.sample_rate, UINT, ALIAS }, 105 { "play.channels", &info.play.channels, UINT, 0 } [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-types.h | 83 typedef unsigned int UINT;
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-types.h | 83 typedef unsigned int UINT;
|
| /src/usr.bin/xlint/common/ |
| lint.h | 73 UINT, /* unsigned int */
|
| /src/external/bsd/libpcap/dist/ |
| pcap-dos.h | 54 typedef unsigned int UINT;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| value-range.cc | 2143 #define UINT(N) build_int_cstu (unsigned_type_node, (N)) 2418 r0 = int_range<1> (UINT (0), UINT (5)); 2420 ASSERT_TRUE (r0 == int_range<1> (UINT(6), maxuint)); 2423 r0 = int_range<1> (UINT(10), maxuint); 2425 ASSERT_TRUE (r0 == int_range<1> (UINT (0), UINT (9))); 2527 r0 = int_range<1> (UINT (1), UINT (1), VR_ANTI_RANGE); 2529 r1 = int_range<1> (UINT (3), UINT (3), VR_ANTI_RANGE) [all...] |
| range-op.cc | 4155 #define UINT(N) build_int_cstu (unsigned_type_node, (N)) 4217 r0 = int_range<1> (UINT (5), UINT (1974)); 4322 int_range<2> zero (UINT (0), UINT (0)); 4370 ASSERT_FALSE (op1.contains_p (UINT (3)));
|
| genrecog.cc | 1032 UINT, 2064 return parameter::UINT; 4341 case parameter::UINT: 4564 case parameter::UINT:
|
| /src/external/gpl3/gcc/dist/gcc/ |
| value-range.cc | 2214 #define UINT(x) wi::uhwi ((x), TYPE_PRECISION (unsigned_type_node)) 2608 ASSERT_TRUE (vv.contains_p (UINT (2)));
|
| range-op.cc | 4568 #define UINT(x) wi::uhwi ((x), TYPE_PRECISION (unsigned_type_node)) 4633 r0 = int_range<1> (unsigned_type_node, UINT (5), UINT (1974)); 4743 int_range<2> zero (unsigned_type_node, UINT (0), UINT (0)); 4786 UINT (3), max_limit (unsigned_type_node)); 4792 ASSERT_FALSE (op1.contains_p (UINT (3)));
|
| genrecog.cc | 1032 UINT, 2064 return parameter::UINT; 4341 case parameter::UINT: 4564 case parameter::UINT:
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPULibFunc.h | 260 UINT = 0x30, 262 U8 = UINT | B8, 263 U16 = UINT | B16, 264 U32 = UINT | B32, 265 U64 = UINT | B64,
|
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| nvptx.cc | 6311 #define UINT unsigned_type_node 6316 DEF (SHUFFLE, "shuffle", (UINT, UINT, UINT, UINT, NULL_TREE)); 6317 DEF (SHUFFLELL, "shufflell", (LLUINT, LLUINT, UINT, UINT, NULL_TREE)); 6319 (PTRVOID, ST, UINT, UINT, NULL_TREE)); 6321 (PTRVOID, ST, UINT, UINT, NULL_TREE)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| nvptx.cc | 6184 #define UINT unsigned_type_node 6189 DEF (SHUFFLE, "shuffle", (UINT, UINT, UINT, UINT, NULL_TREE)); 6190 DEF (SHUFFLELL, "shufflell", (LLUINT, LLUINT, UINT, UINT, NULL_TREE)); 6192 (PTRVOID, ST, UINT, UINT, NULL_TREE)); 6194 (PTRVOID, ST, UINT, UINT, NULL_TREE)) [all...] |