Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 – 25 of 74) sorted by relevance

123

/external/dhcpcd-6.8.2/
Dif-options.h159 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/llvm/include/llvm/Support/
DDataTypes.h89 #define UINT16_MAX 65535 macro
130 #ifndef UINT16_MAX
131 # define UINT16_MAX 65535 macro
/external/opencv3/3rdparty/include/
Dmsc_stdint.h112 #define UINT16_MAX _UI16_MAX macro
126 #define UINT_LEAST16_MAX UINT16_MAX
140 #define UINT_FAST16_MAX UINT16_MAX
/external/libvncserver/compat/msvc/
Dstdint.h141 #define UINT16_MAX _UI16_MAX macro
155 #define UINT_LEAST16_MAX UINT16_MAX
169 #define UINT_FAST16_MAX UINT16_MAX
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h141 #define UINT16_MAX _UI16_MAX macro
155 #define UINT_LEAST16_MAX UINT16_MAX
169 #define UINT_FAST16_MAX UINT16_MAX
/external/mesa3d/include/c99/
Dstdint.h141 #define UINT16_MAX _UI16_MAX macro
155 #define UINT_LEAST16_MAX UINT16_MAX
169 #define UINT_FAST16_MAX UINT16_MAX
/external/bison/lib/
Dbitrotate.h95 return ((x << n) | (x >> (16 - n))) & UINT16_MAX; in rotl16()
106 return ((x >> n) | (x << (16 - n))) & UINT16_MAX; in rotr16()
Dinttypes.in.h125 # ifdef UINT16_MAX
131 # ifdef UINT16_MAX
137 # ifdef UINT16_MAX
143 # ifdef UINT16_MAX
630 # ifdef UINT16_MAX
636 # ifdef UINT16_MAX
642 # ifdef UINT16_MAX
Dstdint.in.h361 #undef UINT16_MAX
364 #define UINT16_MAX 65535
402 #define UINT_LEAST16_MAX UINT16_MAX
/external/llvm/unittests/Support/
DScaledNumberTest.cpp89 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/
DMCSchedule.h102 static const unsigned short InvalidNumMicroOps = UINT16_MAX;
103 static const unsigned short VariantNumMicroOps = UINT16_MAX - 1;
/external/icu/icu4c/source/common/unicode/
Dumachine.h187 #ifndef UINT16_MAX
189 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/iptables/extensions/
Dlibxt_TCPMSS.c42 .min = 0, .max = UINT16_MAX - sizeof(struct iphdr),
50 .min = 0, .max = UINT16_MAX - SIZEOF_STRUCT_IP6_HDR,
Dlibip6t_MASQUERADE.c48 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()
Dlibipt_MASQUERADE.c49 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()
Dlibip6t_REDIRECT.c47 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()
Dlibipt_REDIRECT.c48 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()
/external/bison/darwin-lib/
Dinttypes.h437 # ifdef UINT16_MAX
443 # ifdef UINT16_MAX
449 # ifdef UINT16_MAX
455 # ifdef UINT16_MAX
942 # ifdef UINT16_MAX
948 # ifdef UINT16_MAX
954 # ifdef UINT16_MAX
Dstdint.h362 #undef UINT16_MAX
365 #define UINT16_MAX 65535 macro
403 #define UINT_LEAST16_MAX UINT16_MAX
/external/bison/linux-lib/
Dinttypes.h437 # ifdef UINT16_MAX
443 # ifdef UINT16_MAX
449 # ifdef UINT16_MAX
455 # ifdef UINT16_MAX
942 # ifdef UINT16_MAX
948 # ifdef UINT16_MAX
954 # ifdef UINT16_MAX
/external/bison/m4/
Dstdint.m4102 #ifdef UINT16_MAX
103 uint16_t b2 = UINT16_MAX;
191 #ifdef UINT16_MAX
192 int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
246 #ifdef UINT16_MAX
247 MVAL (UINT16_MAX),
/external/tpm2/
DCpriRNG.c115 if (randomSize < 0 || randomSize > UINT16_MAX) in _cpri__GenerateRandom()
/external/clang/lib/Headers/
Dstdint.h615 #define UINT16_MAX UINT16_C(65535) macro
618 # define __UINT_LEAST16_MAX UINT16_MAX
621 # define __UINT_LEAST8_MAX UINT16_MAX
/external/clang/test/Preprocessor/
Dstdint.c1438 UINT16_MAX_ UINT16_MAX
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h91 assert(id < UINT16_MAX && "PSetID overflow."); in PressureChange()
101 unsigned getPSetOrMax() const { return (PSetID - 1) & UINT16_MAX; } in getPSetOrMax()

123