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

<<11121314151617181920

  /external/qemu/audio/
mixeng.c 129 #define IN_MAX UINT32_MAX
  /external/qemu/slirp-android/
slirp_config.h 156 #if UINTPTR_MAX == UINT32_MAX
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
stdint.h 572 # define UINT32_MAX UINT32_C(4294967295)
575 # define __UINT_LEAST32_MAX UINT32_MAX
578 # define __UINT_LEAST16_MAX UINT32_MAX
581 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stdint.h 571 # define UINT32_MAX UINT32_C(4294967295)
574 # define __UINT_LEAST32_MAX UINT32_MAX
577 # define __UINT_LEAST16_MAX UINT32_MAX
580 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
stdint.h 572 # define UINT32_MAX UINT32_C(4294967295)
575 # define __UINT_LEAST32_MAX UINT32_MAX
578 # define __UINT_LEAST16_MAX UINT32_MAX
581 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stdint.h 571 # define UINT32_MAX UINT32_C(4294967295)
574 # define __UINT_LEAST32_MAX UINT32_MAX
577 # define __UINT_LEAST16_MAX UINT32_MAX
580 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdint.h 572 # define UINT32_MAX UINT32_C(4294967295)
575 # define __UINT_LEAST32_MAX UINT32_MAX
578 # define __UINT_LEAST16_MAX UINT32_MAX
581 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdint.h 572 # define UINT32_MAX UINT32_C(4294967295)
575 # define __UINT_LEAST32_MAX UINT32_MAX
578 # define __UINT_LEAST16_MAX UINT32_MAX
581 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 571 # define UINT32_MAX UINT32_C(4294967295)
574 # define __UINT_LEAST32_MAX UINT32_MAX
577 # define __UINT_LEAST16_MAX UINT32_MAX
580 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
stdint.h 571 # define UINT32_MAX UINT32_C(4294967295)
574 # define __UINT_LEAST32_MAX UINT32_MAX
577 # define __UINT_LEAST16_MAX UINT32_MAX
580 # define __UINT_LEAST8_MAX UINT32_MAX
  /external/lldb/source/Core/
SearchFilter.cpp 501 if (module_sp && m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) != UINT32_MAX)
513 if (m_module_spec_list.FindFileIndex(0, spec, true) != UINT32_MAX)
563 if (m_module_spec_list.FindFileIndex(0, module->GetFileSpec(), false) != UINT32_MAX)
685 return m_cu_spec_list.FindFileIndex(0, fileSpec, false) != UINT32_MAX;
691 bool in_cu_list = m_cu_spec_list.FindFileIndex(0, compUnit, false) != UINT32_MAX;
733 if (no_modules_in_filter || m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) != UINT32_MAX)
753 if (m_cu_spec_list.FindFileIndex(0, *matchingContext.comp_unit, false) != UINT32_MAX)
FileSpecList.cpp 107 // it is found, else UINT32_MAX is returned.
133 return UINT32_MAX;
Section.cpp 347 return UINT32_MAX;
354 if (sect_idx == UINT32_MAX)
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 87 assert (comp_unit_info->first_symbol_index != UINT32_MAX);
577 return UINT32_MAX;
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp 80 m_os_version_major (UINT32_MAX),
81 m_os_version_minor (UINT32_MAX),
82 m_os_version_update (UINT32_MAX)
563 if (WaitForPacketWithTimeoutMicroSecondsNoLock(response, UINT32_MAX))
    [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-arm/
ABIMacOSX_arm.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.c 349 return UINT32_MAX;
573 return UINT32_MAX;
585 lastMid = UINT32_MAX;
624 return UINT32_MAX;
702 return UINT32_MAX;
745 return UINT32_MAX;
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp 335 return UINT32_MAX;
559 return UINT32_MAX;
571 lastMid = UINT32_MAX;
610 return UINT32_MAX;
688 return UINT32_MAX;
731 return UINT32_MAX;
    [all...]
  /external/icu/icu4c/source/common/unicode/
umachine.h 157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/icu/icu4c/source/layout/
LETypes.h 299 #ifndef UINT32_MAX
302 #define LE_UINT32_MAX UINT32_MAX
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 55 #ifndef UINT32_MAX
56 #error UINT32_MAX not defined
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 185 static_assert(UINT32_MAX == 4294967295U, "UINT32_MAX == 4294967295");
  /external/lldb/source/API/
SBModule.cpp 538 UINT32_MAX,
650 versions[i] = UINT32_MAX;
  /external/lldb/source/Expression/
IRMemoryMap.cpp 184 return UINT32_MAX;
509 if (size == UINT32_MAX)
  /external/lldb/source/Host/macosx/
Host.mm     [all...]

Completed in 1247 milliseconds

<<11121314151617181920