Home
last modified time | relevance | path

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

12

/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/webkit/Source/JavaScriptCore/icu/unicode/
Dumachine.h188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dumachine.h188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dumachine.h188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/webkit/Source/WebCore/icu/unicode/
Dumachine.h188 #ifndef UINT16_MAX
190 # 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),
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()
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()
Dlibxt_string.c75 i->to_offset = UINT16_MAX; in string_init()
/external/icu4c/common/unicode/
Dumachine.h172 #ifndef UINT16_MAX
174 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/llvm/include/llvm/Support/
DDataTypes.h.cmake86 #define UINT16_MAX 65535
127 #ifndef UINT16_MAX
128 # define UINT16_MAX 65535
DDataTypes.h84 #define UINT16_MAX 65535 macro
DDataTypes.h.in84 #define UINT16_MAX 65535 macro
/external/clang/test/Preprocessor/
Dstdint.c1117 UINT16_MAX_ UINT16_MAX
/external/clang/lib/Headers/
Dstdint.h575 #define UINT16_MAX UINT16_C(65535) macro
578 # define __UINT_LEAST16_MAX UINT16_MAX
581 # define __UINT_LEAST8_MAX UINT16_MAX
/external/bison/src/
Dsystem.h35 # undef UINT16_MAX
Dscan-skel.c89 #ifndef UINT16_MAX
90 #define UINT16_MAX (65535U) macro
/external/iproute2/tc/
Dtc_core.c173 if ((sz >> s->size_log) > UINT16_MAX) { in tc_calc_size_table()
/external/icu4c/io/
Duscanf_p.c401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth); in u_scanf_count_handler()
711 *(int16_t*)num = (int16_t)(UINT16_MAX & result); in u_scanf_integer_handler()
1066 *(int16_t*)num = (int16_t)(UINT16_MAX & result); in u_scanf_hex_handler()
1113 *(int16_t*)num = (int16_t)(UINT16_MAX & result); in u_scanf_octal_handler()
Duprntf_p.c426 num &= UINT16_MAX; in u_printf_hex_handler()
461 num &= UINT16_MAX; in u_printf_octal_handler()
497 num &= UINT16_MAX; in u_printf_uinteger_handler()
/external/bluetooth/bluez/tools/
Dlexer.c72 #ifndef UINT16_MAX
73 #define UINT16_MAX (65535U) macro
/external/llvm/unittests/Support/
DConstantRangeTest.cpp125 EXPECT_EQ(Full.getUnsignedMax(), APInt(16, UINT16_MAX)); in TEST_F()
128 EXPECT_EQ(Wrap.getUnsignedMax(), APInt(16, UINT16_MAX)); in TEST_F()
/external/icu4c/tools/gencnval/
Dgencnval.c822 *tagNum = UINT16_MAX; in resolveAliasToConverter()
823 *converterNum = UINT16_MAX; in resolveAliasToConverter()
/external/iptables/iptables/
Dxtoptions.c137 return UINT16_MAX; in xtopt_max_by_type()
635 cb->val.port_range[1] = UINT16_MAX; in xtopt_parse_mport()
/external/libpcap/
Dscanner.c72 #ifndef UINT16_MAX
73 #define UINT16_MAX (65535U) macro

12