/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 86 #define UINT8_MAX 255 macro 121 #ifndef UINT8_MAX 122 # define UINT8_MAX 255 macro
|
/external/opencv3/3rdparty/include/ |
D | msc_stdint.h | 111 #define UINT8_MAX _UI8_MAX macro 125 #define UINT_LEAST8_MAX UINT8_MAX 139 #define UINT_FAST8_MAX UINT8_MAX
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 140 #define UINT8_MAX _UI8_MAX macro 154 #define UINT_LEAST8_MAX UINT8_MAX 168 #define UINT_FAST8_MAX UINT8_MAX
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 140 #define UINT8_MAX _UI8_MAX macro 154 #define UINT_LEAST8_MAX UINT8_MAX 168 #define UINT_FAST8_MAX UINT8_MAX
|
/external/mesa3d/include/c99/ |
D | stdint.h | 140 #define UINT8_MAX _UI8_MAX macro 154 #define UINT_LEAST8_MAX UINT8_MAX 168 #define UINT_FAST8_MAX UINT8_MAX
|
/external/libdivsufsort/include/ |
D | divsufsort_private.h | 86 #if !defined(UINT8_MAX) 87 # define UINT8_MAX (255) macro 93 # define ALPHABET_SIZE (UINT8_MAX + 1)
|
/external/bison/lib/ |
D | bitrotate.h | 117 return ((x << n) | (x >> (8 - n))) & UINT8_MAX; in rotl8() 128 return ((x >> n) | (x << (8 - n))) & UINT8_MAX; in rotr8()
|
D | inttypes.in.h | 89 # ifdef UINT8_MAX 95 # ifdef UINT8_MAX 101 # ifdef UINT8_MAX 107 # ifdef UINT8_MAX 600 # ifdef UINT8_MAX 606 # ifdef UINT8_MAX 612 # ifdef UINT8_MAX
|
D | stdint.in.h | 354 #undef UINT8_MAX 357 #define UINT8_MAX 255 395 #define UINT_LEAST8_MAX UINT8_MAX
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 183 #ifndef UINT8_MAX 185 # define UINT8_MAX ((uint8_t)(255U)) macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 401 # ifdef UINT8_MAX 407 # ifdef UINT8_MAX 413 # ifdef UINT8_MAX 419 # ifdef UINT8_MAX 912 # ifdef UINT8_MAX 918 # ifdef UINT8_MAX 924 # ifdef UINT8_MAX
|
D | stdint.h | 355 #undef UINT8_MAX 358 #define UINT8_MAX 255 macro 396 #define UINT_LEAST8_MAX UINT8_MAX
|
/external/bison/linux-lib/ |
D | inttypes.h | 401 # ifdef UINT8_MAX 407 # ifdef UINT8_MAX 413 # ifdef UINT8_MAX 419 # ifdef UINT8_MAX 912 # ifdef UINT8_MAX 918 # ifdef UINT8_MAX 924 # ifdef UINT8_MAX
|
/external/vboot_reference/utility/ |
D | eficompress.c | 57 #define MAX_HASH_VAL (3 * WNDSIZ + (WNDSIZ / 512 + 1) * UINT8_MAX) 66 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD) 269 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCCode[NC], 435 mLevel = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mLevel)); in AllocateMemory() 436 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount)); in AllocateMemory() 437 mPosition = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mPosition)); in AllocateMemory() 521 for (i = WNDSIZ; i <= WNDSIZ + UINT8_MAX; i++) { in InitSlide() 926 Output(LastMatchLen + (UINT8_MAX + 1 - THRESHOLD), in Encode() 1272 for (i = 0; i <= UINT8_MAX; i++) { in MakeCrcTable()
|
/external/libnl/lib/route/sch/ |
D | htb.c | 295 if (opts.rate.cell_log == UINT8_MAX) in htb_class_get_opts() 304 if (opts.ceil.cell_log == UINT8_MAX) in htb_class_get_opts() 417 d->ch_rate.rs_cell_log = UINT8_MAX; /* use default value */ in rtnl_htb_set_rate() 433 d->ch_ceil.rs_cell_log = UINT8_MAX; /* use default value */ in rtnl_htb_set_ceil()
|
/external/tlsdate/src/ |
D | proxy-bio-plan9.c | 33 #ifndef UINT8_MAX 34 #define UINT8_MAX (255) macro 143 if (strlen(ctx->host) == UINT8_MAX + 1) in socks5_connect()
|
D | proxy-polarssl.c | 106 if (strnlen(ctx->host, UINT8_MAX + 1) == UINT8_MAX + 1) in socks5_connect()
|
D | proxy-bio.c | 133 if (strnlen (ctx->host, UINT8_MAX + 1) == UINT8_MAX + 1) in socks5_connect()
|
/external/iptables/extensions/ |
D | libip6t_icmp6.c | 129 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6() 134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6()
|
D | libipt_icmp.c | 153 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX)) in parse_icmp() 158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX)) in parse_icmp()
|
D | libxt_TCPOPTSTRIP.c | 75 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX)) in parse_list()
|
/external/bison/m4/ |
D | stdint.m4 | 97 #ifdef UINT8_MAX 98 uint8_t b1 = UINT8_MAX; 188 #ifdef UINT8_MAX 189 int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; 243 #ifdef UINT8_MAX 244 MVAL (UINT8_MAX),
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1428 UINT8_MAX_ UINT8_MAX
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_denoiser.c | 122 avg[c] = VPXMIN(UINT8_MAX, sig[c] + adj); in vp9_denoiser_filter_c() 168 avg[c] = VPXMIN(UINT8_MAX, avg[c] + adj); in vp9_denoiser_filter_c() 672 u[c] = UINT8_MAX / 2; in make_grayscale() 673 v[c] = UINT8_MAX / 2; in make_grayscale()
|
/external/bison/src/ |
D | system.h | 31 # undef UINT8_MAX
|