Home
last modified time | relevance | path

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

1234

/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc150 while (slot != UINT8_MAX) { in unref_errs()
154 GPR_ASSERT(err->last_err == slot ? lerr->next == UINT8_MAX in unref_errs()
155 : lerr->next != UINT8_MAX); in unref_errs()
165 if (slot != UINT8_MAX) { in unref_strs()
205 UINT8_MAX - 1, (3 * (*err)->arena_capacity / 2)); in get_placement()
207 return UINT8_MAX; in get_placement()
230 if (slot == UINT8_MAX) { in internal_set_int()
232 if (slot == UINT8_MAX) { in internal_set_int()
245 if (slot == UINT8_MAX) { in internal_set_str()
247 if (slot == UINT8_MAX) { in internal_set_str()
[all …]
/external/arm-trusted-firmware/plat/ti/k3/common/
Dk3_psci.c121 UINT8_MAX, 100, UINT8_MAX, UINT8_MAX, in k3_pwr_domain_off()
158 UINT8_MAX, 2, UINT8_MAX, UINT8_MAX, in k3_pwr_domain_off()
183 UINT8_MAX, 2, UINT8_MAX, UINT8_MAX, in k3_pwr_domain_off()
/external/arm-neon-tests/
Dref_vaddhn.c72 VDUP(vector1, q, int, s, 16, 8, 50*(UINT8_MAX+1)); in FNNAME()
75 VDUP(vector1, q, uint, u, 16, 8, 3*(UINT8_MAX+1)); in FNNAME()
79 VDUP(vector2, q, int, s, 16, 8, (uint16_t)UINT8_MAX); in FNNAME()
82 VDUP(vector2, q, uint, u, 16, 8, (uint16_t)UINT8_MAX); in FNNAME()
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h85 #define UINT8_MAX 255 macro
121 #ifndef UINT8_MAX
122 #define UINT8_MAX 255 macro
/external/llvm/include/llvm/Support/
DDataTypes.h86 #define UINT8_MAX 255 macro
121 #ifndef UINT8_MAX
122 # define UINT8_MAX 255 macro
/external/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/rm/
Dapi.h20 #define SC_RM_PT_ALL ((sc_rm_pt_t)UINT8_MAX) /* All partitions */
21 #define SC_RM_MR_ALL ((sc_rm_mr_t)UINT8_MAX) /* All memory regions */
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h125 #define UINT8_MAX _UI8_MAX macro
139 #define UINT_LEAST8_MAX UINT8_MAX
153 #define UINT_FAST8_MAX UINT8_MAX
/external/libusb/msvc/
Dstdint.h137 #define UINT8_MAX 255 macro
153 #define UINT_LEAST8_MAX UINT8_MAX
169 #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/jemalloc_new/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/libdivsufsort/include/
Ddivsufsort_private.h86 #if !defined(UINT8_MAX)
87 # define UINT8_MAX (255) macro
93 # define ALPHABET_SIZE (UINT8_MAX + 1)
/external/grpc-grpc/src/core/lib/transport/
Derror_utils.cc36 while (slot != UINT8_MAX) { in recursively_find_error_with_field()
109 while (slot != UINT8_MAX) { in grpc_error_has_clear_grpc_status()
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h18 #define UINT8_MAX UCHAR_MAX macro
34 #define UINT_LEAST8_MAX UINT8_MAX
/external/icu/libandroidicu/include/unicode/
Dumachine.h210 #ifndef UINT8_MAX
212 # define UINT8_MAX ((uint8_t)(255U)) macro
/external/icu/icu4c/source/common/unicode/
Dumachine.h210 #ifndef UINT8_MAX
212 # define UINT8_MAX ((uint8_t)(255U)) macro
/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/arm-trusted-firmware/plat/imx/common/include/sci/svc/rm/
Dsci_rm_api.h46 #define SC_RM_PT_ALL ((sc_rm_pt_t) UINT8_MAX) /* All partitions */
47 #define SC_RM_MR_ALL ((sc_rm_mr_t) UINT8_MAX) /* All memory regions */
/external/iptables/extensions/
Dlibipt_icmp.c129 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX)) in parse_icmp()
134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX)) in parse_icmp()
Dlibip6t_icmp6.c109 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6()
114 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6()
/external/libpcap/
Dscanner.h107 #ifndef UINT8_MAX
108 #define UINT8_MAX (255U) macro
/external/arm-trusted-firmware/drivers/st/spi/
Dstm32_qspi.c362 uint32_t prescaler = UINT8_MAX; in stm32_qspi_set_speed()
372 if (prescaler > UINT8_MAX) { in stm32_qspi_set_speed()
373 prescaler = UINT8_MAX; in stm32_qspi_set_speed()
/external/libsrtp2/crypto/replay/
Dut_sim.c58 return r > (UINT8_MAX / 2) ? -1 : 1; in ut_compar()
/external/capstone/include/
Dplatform.h54 #define UINT8_MAX 0xffui8 macro
/external/tensorflow/tensorflow/lite/micro/
Dmicro_utils.cc30 static const uint8_t kAsymmetricUInt8Max = UINT8_MAX;
32 static const uint8_t kSymmetricUInt8Max = UINT8_MAX;
/external/clang/test/Preprocessor/
Dstdint.c1428 UINT8_MAX_ UINT8_MAX

1234