HomeSort by relevance Sort by last modified time
    Searched full:uint32_max (Results 276 - 300 of 480) sorted by null

<<11121314151617181920

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAbbrev.cpp 48 m_idx_offset = UINT32_MAX; // Out of order indexes, we can't do O(1) lookups...
72 if (m_idx_offset == UINT32_MAX)
  /external/lldb/source/Target/
ObjCLanguageRuntime.cpp 39 m_isa_to_descriptor_stop_id (UINT32_MAX)
118 const uint32_t max_matches = UINT32_MAX;
ThreadPlanStepRange.cpp 302 if (insn_offset == UINT32_MAX)
355 if (branch_index == UINT32_MAX)
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 164 TEST(decoded.uint32_max == UINT32_MAX);
encode_alltypes_callback.c 149 limits.uint32_max = UINT32_MAX;
  /external/nanopb-c/tests/decode_unittests/
decode_unittests.c 82 TEST((s = S("\xFF\xFF\xFF\xFF\x0F"), pb_decode_varint(&s, &u) && u == UINT32_MAX));
83 TEST((s = S("\xFF\xFF\xFF\xFF\x0F"), pb_decode_varint(&s, (uint64_t*)&i) && i == UINT32_MAX));
  /external/oprofile/opjitconv/
jitsymbol.c 134 if (max_entry_count < UINT32_MAX - 18)
136 else if (max_entry_count < UINT32_MAX)
  /external/scrypt/lib/crypto/
crypto_scrypt-sse.c 277 #if SIZE_MAX > UINT32_MAX
292 #if SIZE_MAX / 256 <= UINT32_MAX
  /external/scrypt/patches/
arm-neon.patch 336 +#if SIZE_MAX > UINT32_MAX
351 +#if SIZE_MAX / 256 <= UINT32_MAX
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 55 #ifndef UINT32_MAX
56 #error UINT32_MAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 185 static_assert(UINT32_MAX == 4294967295U, "UINT32_MAX == 4294967295");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
volume.h 113 #define PA_VOLUME_MAX ((pa_volume_t) UINT32_MAX-1)
116 #define PA_VOLUME_INVALID ((pa_volume_t) UINT32_MAX)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
volume.h 113 #define PA_VOLUME_MAX ((pa_volume_t) UINT32_MAX-1)
116 #define PA_VOLUME_INVALID ((pa_volume_t) UINT32_MAX)
  /external/chromium_org/third_party/icu/source/io/
uscanf_p.c 405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth);
715 *(int32_t*)num = (int32_t)(UINT32_MAX & result);
1070 *(int32_t*)num = (int32_t)(UINT32_MAX & result);
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
basictypes.h 35 const uint32 kuint32max = UINT32_MAX;
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 47 const uint32 kuint32max = UINT32_MAX;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 35 const uint32 kuint32max = UINT32_MAX;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 59 UINT32_MAX = (1 << 32) - 1
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp     [all...]
  /external/icu/icu4c/source/io/
uscanf_p.c 405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth);
715 *(int32_t*)num = (int32_t)(UINT32_MAX & result);
1069 *(int32_t*)num = (int32_t)(UINT32_MAX & result);
    [all...]
  /external/iptables/extensions/
libxt_u32.c 94 if (!xtables_strtoui(*s, &end, &number, 0, UINT32_MAX) ||
  /external/lldb/include/lldb/Core/
RegisterValue.h 181 GetAsUInt32 (uint32_t fail_value = UINT32_MAX, bool *success_ptr = NULL) const;
SourceManager.h 76 CalculateLineOffsets (uint32_t line = UINT32_MAX);
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreter.h 394 return UINT32_MAX;
  /external/lldb/source/Breakpoint/
BreakpointResolverFileLine.cpp 95 uint32_t closest_line_number = UINT32_MAX;

Completed in 1076 milliseconds

<<11121314151617181920