/external/mesa3d/include/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/webkit/Source/JavaScriptCore/icu/unicode/ |
D | umachine.h | 188 #ifndef UINT16_MAX 190 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | umachine.h | 188 #ifndef UINT16_MAX 190 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | umachine.h | 188 #ifndef UINT16_MAX 190 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | umachine.h | 188 #ifndef UINT16_MAX 190 # 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 | 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 | libipt_REDIRECT.c | 48 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 | libxt_string.c | 75 i->to_offset = UINT16_MAX; in string_init()
|
/external/icu4c/common/unicode/ |
D | umachine.h | 172 #ifndef UINT16_MAX 174 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h.cmake | 86 #define UINT16_MAX 65535 127 #ifndef UINT16_MAX 128 # define UINT16_MAX 65535
|
D | DataTypes.h | 84 #define UINT16_MAX 65535 macro
|
D | DataTypes.h.in | 84 #define UINT16_MAX 65535 macro
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1117 UINT16_MAX_ UINT16_MAX
|
/external/clang/lib/Headers/ |
D | stdint.h | 575 #define UINT16_MAX UINT16_C(65535) macro 578 # define __UINT_LEAST16_MAX UINT16_MAX 581 # define __UINT_LEAST8_MAX UINT16_MAX
|
/external/bison/src/ |
D | system.h | 35 # undef UINT16_MAX
|
D | scan-skel.c | 89 #ifndef UINT16_MAX 90 #define UINT16_MAX (65535U) macro
|
/external/iproute2/tc/ |
D | tc_core.c | 173 if ((sz >> s->size_log) > UINT16_MAX) { in tc_calc_size_table()
|
/external/icu4c/io/ |
D | uscanf_p.c | 401 *(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()
|
D | uprntf_p.c | 426 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/ |
D | lexer.c | 72 #ifndef UINT16_MAX 73 #define UINT16_MAX (65535U) macro
|
/external/llvm/unittests/Support/ |
D | ConstantRangeTest.cpp | 125 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/ |
D | gencnval.c | 822 *tagNum = UINT16_MAX; in resolveAliasToConverter() 823 *converterNum = UINT16_MAX; in resolveAliasToConverter()
|
/external/iptables/iptables/ |
D | xtoptions.c | 137 return UINT16_MAX; in xtopt_max_by_type() 635 cb->val.port_range[1] = UINT16_MAX; in xtopt_parse_mport()
|
/external/libpcap/ |
D | scanner.c | 72 #ifndef UINT16_MAX 73 #define UINT16_MAX (65535U) macro
|