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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Object/
RelocVisitor.h 295 if (Res < INT32_MIN || Res > UINT32_MAX)
312 if (Res < INT32_MIN || Res > UINT32_MAX)
  /external/llvm/lib/Support/
ScaledNumber.cpp 26 auto getL = [](uint64_t N) { return N & UINT32_MAX; };
73 if (Quotient > UINT32_MAX)
  /external/nanopb-c/tests/alltypes/
decode_alltypes.c 176 TEST(alltypes.req_limits.uint32_max == UINT32_MAX);
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 204 #if SIZE_MAX > UINT32_MAX
219 #if SIZE_MAX / 256 <= UINT32_MAX
crypto_scrypt-ref.c 230 #if SIZE_MAX > UINT32_MAX
245 #if SIZE_MAX / 256 <= UINT32_MAX
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 117 #ifndef UINT32_MAX
118 #define UINT32_MAX 0xffffffff
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 185 static_assert(UINT32_MAX == 4294967295U, "UINT32_MAX == 4294967295");
  /external/bison/lib/
stdint.in.h 368 #undef UINT32_MAX
371 #define UINT32_MAX 4294967295U
409 #define UINT_LEAST32_MAX UINT32_MAX
494 # define UINTMAX_MAX UINT32_MAX
  /external/chromium_org/third_party/re2/patches/
re2-msvc9-chrome.patch 171 +#define UINT32_MAX _UI32_MAX
185 +#define UINT_LEAST32_MAX UINT32_MAX
199 +#define UINT_FAST32_MAX UINT32_MAX
210 +# define UINTPTR_MAX UINT32_MAX
  /external/clang/lib/Headers/
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/examples/python/
globals.py 40 global_variable_list = module.FindGlobalVariables (target, global_name, lldb.UINT32_MAX)
  /external/lldb/include/lldb/Core/
Opcode.h 116 GetOpcode32 (uint32_t invalid_opcode = UINT32_MAX) const
VMRange.h 162 // Returns a valid index into coll when a match is found, else UINT32_MAX
  /external/lldb/include/lldb/Interpreter/
OptionValueArray.h 26 OptionValueArray (uint32_t type_mask = UINT32_MAX, bool raw_value_dump = false) :
OptionValueDictionary.h 26 OptionValueDictionary (uint32_t type_mask = UINT32_MAX, bool raw_value_dump = true) :
  /external/lldb/source/API/
SBBlock.cpp 252 return UINT32_MAX;
SBBreakpointLocation.cpp 197 uint32_t thread_idx = UINT32_MAX;
  /external/lldb/source/Commands/
CommandObjectFrame.cpp 196 uint32_t frame_idx = UINT32_MAX;
201 if (frame_idx == UINT32_MAX)
247 frame_idx = Args::StringToUInt32 (frame_idx_cstr, UINT32_MAX, 0);
252 if (frame_idx == UINT32_MAX)
  /external/lldb/source/Core/
Address.cpp 160 UINT32_MAX, // num per line
200 UINT32_MAX, // num per line
375 // If addr_byte_size is UINT32_MAX, then determine the correct address
377 if (addr_size == UINT32_MAX)
    [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-arm/
ABIMacOSX_arm.h 85 return pc <= UINT32_MAX;
  /external/lldb/source/Plugins/ABI/MacOSX-i386/
ABIMacOSX_i386.h 94 return pc <= UINT32_MAX;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.h 40 size_t AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& matching_dies, uint32_t depth = UINT32_MAX) const;
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 219 else if (Total > UINT32_MAX)
232 // Scale down below UINT32_MAX. Since Shift is larger than necessary, we
236 assert(W.Amount <= UINT32_MAX);
241 assert(Total <= UINT32_MAX);
  /external/oprofile/opjitconv/
create_bfd.c 37 if (entry_count > UINT32_MAX - 1) {
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
raw.c 64 assert( diff <= (ptrdiff_t)0xffffffff && diff >= 0 ); /* UINT32_MAX */

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>