/external/arm-neon-tests/ |
D | ref_vaddhn.c | 73 VDUP(vector1, q, int, s, 32, 4, 50*(UINT16_MAX+1)); in FNNAME() 76 VDUP(vector1, q, uint, u, 32, 4, 55*(UINT16_MAX+1)); in FNNAME() 80 VDUP(vector2, q, int, s, 32, 4, (uint32_t)UINT16_MAX); in FNNAME() 83 VDUP(vector2, q, uint, u, 32, 4, (uint32_t)UINT16_MAX); in FNNAME()
|
/external/dhcpcd-6.8.2/ |
D | if-options.h | 159 uint8_t requestmask6[(UINT16_MAX + 1) / NBBY]; 160 uint8_t requiremask6[(UINT16_MAX + 1) / NBBY]; 161 uint8_t nomask6[(UINT16_MAX + 1) / NBBY]; 162 uint8_t rejectmask6[(UINT16_MAX + 1) / NBBY];
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h | 88 #define UINT16_MAX 65535 macro 130 #ifndef UINT16_MAX 131 # define UINT16_MAX 65535 macro
|
D | DataTypes.h.in | 88 #define UINT16_MAX 65535 macro 129 #ifndef UINT16_MAX 130 # define UINT16_MAX 65535 macro
|
D | DataTypes.h.cmake | 88 #define UINT16_MAX 65535 129 #ifndef UINT16_MAX 130 # define UINT16_MAX 65535
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 88 #define UINT16_MAX 65535 macro 129 #ifndef UINT16_MAX 130 # define UINT16_MAX 65535 macro
|
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/ |
D | DataTypes.h | 88 #define UINT16_MAX 65535 macro 129 #ifndef UINT16_MAX 130 # define UINT16_MAX 65535 macro
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 88 #define UINT16_MAX 65535 macro 129 #ifndef UINT16_MAX 130 # define UINT16_MAX 65535 macro
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 88 #define UINT16_MAX 65535 macro 129 #ifndef UINT16_MAX 130 # define UINT16_MAX 65535 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 89 #define UINT16_MAX 65535 macro 130 #ifndef UINT16_MAX 131 # define UINT16_MAX 65535 macro
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 88 #define UINT16_MAX 65535 macro 130 #ifndef UINT16_MAX 131 #define UINT16_MAX 65535 macro
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 126 #define UINT16_MAX _UI16_MAX macro 140 #define UINT_LEAST16_MAX UINT16_MAX 154 #define UINT_FAST16_MAX UINT16_MAX
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 141 #define UINT16_MAX _UI16_MAX macro 155 #define UINT_LEAST16_MAX UINT16_MAX 169 #define UINT_FAST16_MAX UINT16_MAX
|
/external/libusb/msvc/ |
D | stdint.h | 138 #define UINT16_MAX 65535 macro 154 #define UINT_LEAST16_MAX UINT16_MAX 170 #define UINT_FAST16_MAX UINT16_MAX
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 141 #define UINT16_MAX _UI16_MAX macro 155 #define UINT_LEAST16_MAX UINT16_MAX 169 #define UINT_FAST16_MAX UINT16_MAX
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | MemoryTypeTableBuilder.cpp | 17 assert(Data.size() <= UINT16_MAX); in writeRecord() 29 assert(TotalSize - SizeOfRecLen <= UINT16_MAX); in writeRecord()
|
/external/llvm/unittests/Support/ |
D | ScaledNumberTest.cpp | 89 EXPECT_EQ(SP32(UINT16_MAX / 3 * UINT16_MAX / 5 * 2, 0), in TEST() 90 getProduct32(UINT16_MAX / 3, UINT16_MAX / 5 * 2)); in TEST() 117 EXPECT_EQ(SP32(UINT16_MAX / 3 * UINT16_MAX / 5 * 2, 0), in TEST() 118 getProduct32(UINT16_MAX / 5 * 2, UINT16_MAX / 3)); in TEST()
|
/external/llvm/include/llvm/MC/ |
D | MCSchedule.h | 102 static const unsigned short InvalidNumMicroOps = UINT16_MAX; 103 static const unsigned short VariantNumMicroOps = UINT16_MAX - 1;
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 189 #ifndef UINT16_MAX 191 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/external/iptables/extensions/ |
D | libxt_TCPMSS.c | 42 .min = 0, .max = UINT16_MAX - sizeof(struct iphdr), 50 .min = 0, .max = UINT16_MAX - SIZEOF_STRUCT_IP6_HDR,
|
D | libip6t_MASQUERADE.c | 48 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX)) in parse_ports() 58 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX)) in parse_ports()
|
D | libipt_MASQUERADE.c | 49 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX)) in parse_ports() 59 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX)) in parse_ports()
|
D | libip6t_REDIRECT.c | 47 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX) && in parse_ports() 58 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX) && in parse_ports()
|
/external/syslinux/com32/include/ |
D | stdint.h | 42 #define UINT16_MAX (65535U) macro 57 #define UINT_LEAST16_MAX UINT16_MAX
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_state.c | 63 rect.ClippedDrawingRectangleYMax = UINT16_MAX; in genX() 64 rect.ClippedDrawingRectangleXMax = UINT16_MAX; in genX()
|