Home
last modified time | relevance | path

Searched refs:UINT8_MAX (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/include/llvm/Support/
DDataTypes.h86 #define UINT8_MAX 255 macro
121 #ifndef UINT8_MAX
122 # define UINT8_MAX 255 macro
/external/opencv3/3rdparty/include/
Dmsc_stdint.h111 #define UINT8_MAX _UI8_MAX macro
125 #define UINT_LEAST8_MAX UINT8_MAX
139 #define UINT_FAST8_MAX UINT8_MAX
/external/libvncserver/compat/msvc/
Dstdint.h140 #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/
Dstdint.h140 #define UINT8_MAX _UI8_MAX macro
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
/external/mesa3d/include/c99/
Dstdint.h140 #define UINT8_MAX _UI8_MAX macro
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
/external/libdivsufsort/include/
Ddivsufsort_private.h86 #if !defined(UINT8_MAX)
87 # define UINT8_MAX (255) macro
93 # define ALPHABET_SIZE (UINT8_MAX + 1)
/external/bison/lib/
Dbitrotate.h117 return ((x << n) | (x >> (8 - n))) & UINT8_MAX; in rotl8()
128 return ((x >> n) | (x << (8 - n))) & UINT8_MAX; in rotr8()
Dinttypes.in.h89 # 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
Dstdint.in.h354 #undef UINT8_MAX
357 #define UINT8_MAX 255
395 #define UINT_LEAST8_MAX UINT8_MAX
/external/icu/icu4c/source/common/unicode/
Dumachine.h183 #ifndef UINT8_MAX
185 # define UINT8_MAX ((uint8_t)(255U)) macro
/external/bison/darwin-lib/
Dinttypes.h401 # 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
Dstdint.h355 #undef UINT8_MAX
358 #define UINT8_MAX 255 macro
396 #define UINT_LEAST8_MAX UINT8_MAX
/external/bison/linux-lib/
Dinttypes.h401 # 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/
Deficompress.c57 #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/
Dhtb.c295 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/
Dproxy-bio-plan9.c33 #ifndef UINT8_MAX
34 #define UINT8_MAX (255) macro
143 if (strlen(ctx->host) == UINT8_MAX + 1) in socks5_connect()
Dproxy-polarssl.c106 if (strnlen(ctx->host, UINT8_MAX + 1) == UINT8_MAX + 1) in socks5_connect()
Dproxy-bio.c133 if (strnlen (ctx->host, UINT8_MAX + 1) == UINT8_MAX + 1) in socks5_connect()
/external/iptables/extensions/
Dlibip6t_icmp6.c129 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()
Dlibipt_icmp.c153 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()
Dlibxt_TCPOPTSTRIP.c75 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX)) in parse_list()
/external/bison/m4/
Dstdint.m497 #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/
Dstdint.c1428 UINT8_MAX_ UINT8_MAX
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c122 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/
Dsystem.h31 # undef UINT8_MAX

123