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

1 2 3 4 5 6 7 891011>>

  /external/lldb/test/python_api/lldbutil/iter/
main.cpp 120 mask_access (eClearBits, UINT32_MAX);
  /external/lldb/test/python_api/lldbutil/process/
main.cpp 120 mask_access (eClearBits, UINT32_MAX);
  /external/lldb/test/python_api/module_section/
main.cpp 120 mask_access (eClearBits, UINT32_MAX);
  /external/lldb/www/python_reference/
identifier-index-U.html 117 <td width="33%" class="link-index"><a href="_lldb%27-module.html#UINT32_MAX">UINT32_MAX</a><br />
125 <td width="33%" class="link-index"><a href="lldb-module.html#UINT32_MAX">UINT32_MAX</a><br />
  /external/nanopb-c/tests/alltypes/
alltypes.proto 20 required uint32 uint32_max = 4 [default = 0];
  /external/nanopb-c/tests/field_size_16/
alltypes.proto 20 required uint32 uint32_max = 4;
  /external/nanopb-c/tests/field_size_32/
alltypes.proto 20 required uint32 uint32_max = 4;
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 309 #undef UINT32_MAX
312 #define UINT32_MAX 4294967295U
353 #define UINT_LEAST32_MAX UINT32_MAX
431 # define UINTMAX_MAX UINT32_MAX
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 85 #ifndef UINT32_MAX
86 #define UINT32_MAX (4294967295U)
  /external/lldb/include/lldb/Core/
Section.h 65 FindSectionContainingFileAddress (lldb::addr_t addr, uint32_t depth = UINT32_MAX) const;
82 ReplaceSection (lldb::user_id_t sect_id, const lldb::SectionSP& section_sp, uint32_t depth = UINT32_MAX);
DataEncoder.h 206 /// was successfully encoded, UINT32_MAX if the encoding failed.
226 /// data, else UINT32_MAX will be returned to indicate that encoding
243 /// was successfully encoded, UINT32_MAX if the encoding failed.
263 /// was successful, else UINT32_MAX to indicate the put failed.
290 /// was successful, else UINT32_MAX to indicate the put failed.
388 SetData (const lldb::DataBufferSP& data_sp, uint32_t offset = 0, uint32_t length = UINT32_MAX);
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 90 /// UINT32_MAX. Note that the raw edge weight is not meaningful in isolation.
99 /// It is guaranteed to fall between 1 and UINT32_MAX.
  /system/core/libutils/
LinearTransform.cpp 56 tmp1 = (val & UINT32_MAX) * N;
85 tmp1 = (tmp1 & UINT32_MAX) | ((uint64_t)r << 32);
  /external/lldb/source/Commands/
CommandObjectBreakpoint.cpp 104 m_thread_index (UINT32_MAX),
195 m_ignore_count = Args::StringToUInt32(option_arg, UINT32_MAX, 0);
196 if (m_ignore_count == UINT32_MAX)
280 m_thread_index = Args::StringToUInt32(option_arg, UINT32_MAX, 0);
281 if (m_thread_id == UINT32_MAX)
309 m_thread_index = UINT32_MAX;
517 if (m_options.m_thread_index != UINT32_MAX)
732 m_thread_index (UINT32_MAX),
775 m_ignore_count = Args::StringToUInt32(option_arg, UINT32_MAX, 0);
776 if (m_ignore_count == UINT32_MAX)
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.h 173 first_symbol_index (UINT32_MAX),
174 last_symbol_index (UINT32_MAX),
175 first_symbol_id (UINT32_MAX),
176 last_symbol_id (UINT32_MAX),
291 m_exe_sym_idx (UINT32_MAX),
DWARFCompileUnit.cpp     [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 630 APInt A9(UINT32_MAX, 0);
673 EXPECT_EQ(A8.nearestLogBase2(), UINT32_MAX);
676 // that the bit width is larger than UINT32_MAX-1.
677 APInt A9(UINT32_MAX, 0);
678 EXPECT_EQ(A9.nearestLogBase2(), UINT32_MAX);
  /external/lldb/tools/debugserver/source/
DNBDefs.h 67 #define INVALID_NUB_HW_INDEX UINT32_MAX
68 #define INVALID_NUB_REGNUM UINT32_MAX
69 #define NUB_GENERIC_ERROR UINT32_MAX
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 367 uint32_max = (1 << 32) - 1
368 text = '-1 %d %d' % (uint32_max + 1, int64_max + 1)
376 self.assertEqual(uint32_max + 1, tokenizer.ConsumeInt64())
  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 843 return UINT32_MAX;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 282 #undef UINT32_MAX
283 #define UINT32_MAX (4294967295U)
  /external/iptables/extensions/
libxt_rateest.c 186 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
233 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 185 static_assert(UINT32_MAX == 4294967295U, "UINT32_MAX == 4294967295");
  /external/lldb/include/lldb/DataFormatters/
TypeSynthetic.h 415 return UINT32_MAX;
572 return UINT32_MAX;
  /external/lldb/source/Symbol/
Symbol.cpp 28 m_uid (UINT32_MAX),
157 m_uid = UINT32_MAX;

Completed in 950 milliseconds

1 2 3 4 5 6 7 891011>>