HomeSort by relevance Sort by last modified time
    Searched refs:UINT64_MAX (Results 201 - 225 of 230) sorted by null

1 2 3 4 5 6 7 8910

  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 168 TEST(decoded.uint64_max == UINT64_MAX);
encode_alltypes_callback.c 153 limits.uint64_max = UINT64_MAX;
  /external/nanopb-c/tests/decode_unittests/
decode_unittests.c 87 pb_decode_varint(&s, &u) && u == UINT64_MAX));
  /external/qemu/include/
qemu-common.h 87 #elif UINTPTR_MAX == UINT64_MAX
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 104 UINT64_MAX = (__UINT64_C(18446744073709551615))
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 228 if (Chunk == 0 || Chunk == UINT64_MAX)
238 if (Chunk == 0 || Chunk == UINT64_MAX)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.c     [all...]
annotate.c 118 ops->target.offset = UINT64_MAX;
824 if (dl->ops.target.offset == UINT64_MAX)
    [all...]
  /external/llvm/unittests/ADT/
HashingTest.cpp 212 #if SIZE_MAX == UINT64_MAX
  /external/qemu/audio/
audio_template.h 560 delta = UINT64_MAX - old_ts + cur_ts;
  /external/qemu/tcg/
tcg.h 36 # elif UINTPTR_MAX == UINT64_MAX
  /external/lldb/source/Commands/
CommandObjectCommands.cpp 94 m_start_idx.SetCurrentValue(UINT64_MAX);
165 if (start_idx.first && start_idx.second == UINT64_MAX)
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp     [all...]
  /external/lldb/source/Core/
RegisterValue.cpp 470 uint64_t uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 0, &success);
    [all...]
Scalar.cpp     [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 68 const uint64_t DW64_CIE_ID = UINT64_MAX;
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 757 UINT64_MAX / AllocaArraySize >= AllocaTypeSize) {
    [all...]
SimplifyCFG.cpp     [all...]
  /external/qemu/target-arm/
neon_helper.c 623 if (val == UINT64_MAX) {
864 if (val == UINT64_MAX) {
    [all...]
  /external/iptables/libxtables/
xtoptions.c 143 return UINT64_MAX;
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 351 kernel_range_high = UINT64_MAX;
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 242 oso_symfile->SetID (UINT64_MAX);
    [all...]
  /external/lldb/source/Expression/
DWARFExpression.cpp 695 (m_data.GetAddressByteSize() == 8 && (begin_addr_offset == UINT64_MAX)))
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp 616 m_invalid_key = m_process->GetAddressByteSize() == 8 ? UINT64_MAX : UINT32_MAX;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 825 uint64_t Length = UINT64_MAX;
    [all...]

Completed in 427 milliseconds

1 2 3 4 5 6 7 8910