/external/grpc-grpc/src/core/tsi/ |
ssl_transport_security.cc | [all...] |
/external/libaom/libaom/av1/encoder/ |
encodeframe.c | [all...] |
tpl_model.c | 74 uint32_t bestsme = UINT_MAX;
|
/external/mesa3d/src/compiler/nir/ |
nir.c | 979 if (instr->block && def->index == UINT_MAX) { [all...] |
/external/python/cpython2/Lib/test/ |
string_tests.py | [all...] |
/external/python/cpython3/Lib/test/ |
string_tests.py | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | [all...] |
/bionic/tests/ |
stdio_test.cpp | 737 snprintf(buf, sizeof(buf), "%o", UINT_MAX); 743 snprintf(buf, sizeof(buf), "%u", UINT_MAX); 749 snprintf(buf, sizeof(buf), "%x", UINT_MAX); 755 snprintf(buf, sizeof(buf), "%X", UINT_MAX); [all...] |
/external/adhd/cras/src/server/ |
dev_io.c | 325 cap_limit = get_stream_limit(adev, UINT_MAX, &cap_limit_stream);
|
/external/boringssl/src/tool/ |
transport_common.cc | 826 if (*endptr || code > UINT_MAX) {
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Marshallers.h | 596 (MaxCount == UINT_MAX ? "" : Twine(MaxCount)).str();
|
/external/e2fsprogs/misc/ |
badblocks.c | 1040 if (*tmp || errno || (ret > UINT_MAX) || [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest-printers_test.cc | 350 EXPECT_EQ("4294967295", Print(UINT_MAX)); // uint32 [all...] |
/external/iproute2/lib/ |
utils.c | 141 if (res > UINT_MAX)
|
/external/llvm/lib/CodeGen/GlobalISel/ |
RegBankSelect.cpp | 196 if (Cost != UINT_MAX) [all...] |
/external/llvm/lib/CodeGen/ |
MachinePipeliner.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 395 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
MCCodeView.cpp | 450 assert(Result < UINT_MAX && "label difference greater than 2GB");
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
SystemZTargetTransformInfo.cpp | 270 unsigned const Max = (NumStores ? (12 / NumStores) : UINT_MAX);
|
/external/llvm/lib/Target/ARM/ |
ARMLoadStoreOptimizer.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonBitSimplify.cpp | [all...] |
/external/openssh/ |
ssh-keygen.c | [all...] |
/external/pdfium/third_party/lcms/include/ |
lcms2.h | 98 #elif (UINT_MAX == 65535U) 113 #if (UINT_MAX == 4294967295U) [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMLoadStoreOptimizer.cpp | 451 unsigned PRegNum = PMO.isUndef() ? UINT_MAX 478 unsigned RegNum = MO.isUndef() ? UINT_MAX [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
selectmodule.c | [all...] |