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

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.h 23 /// consecutive codes. UINT32_MAX otherwise.
  /external/lldb/include/lldb/Symbol/
Symtab.h 60 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
61 uint32_t AppendSymbolIndexesWithTypeAndFlagsValue (lldb::SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
62 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
  /external/lldb/include/lldb/Target/
StackFrameList.h 62 if (m_current_inlined_depth < UINT32_MAX)
110 return m_concrete_frames_fetched == UINT32_MAX;
116 m_concrete_frames_fetched = UINT32_MAX;
  /external/lldb/source/Symbol/
VariableList.cpp 44 if (FindVariableIndex (var_sp) == UINT32_MAX)
99 return UINT32_MAX;
170 return UINT32_MAX;
CompileUnit.cpp 289 if (file_idx == UINT32_MAX)
290 return UINT32_MAX;
300 if (file_idx == UINT32_MAX)
306 return UINT32_MAX;
336 while (file_idx != UINT32_MAX)
375 while (line_idx != UINT32_MAX)
406 while (line_idx != UINT32_MAX)
LineTable.cpp 187 *index_ptr = UINT32_MAX;
302 size_t best_match = UINT32_MAX;
330 if (best_match == UINT32_MAX)
337 if (best_match != UINT32_MAX)
343 return UINT32_MAX;
350 size_t best_match = UINT32_MAX;
378 if (best_match == UINT32_MAX)
385 if (best_match != UINT32_MAX)
391 return UINT32_MAX;
  /external/llvm/include/llvm/Support/
DataTypes.h 92 #define UINT32_MAX 4294967295U
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 91 static uint32_t uint32_max = UINT32_MAX; local
99 &uint32_min, &uint32_max,
  /external/iptables/extensions/
libxt_SET.c 286 info->timeout = UINT32_MAX;
311 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1))
314 "or out of range 0-%u", UINT32_MAX - 1);
331 if (info->timeout != UINT32_MAX)
344 if (info->timeout != UINT32_MAX)
libxt_owner.c 48 * Note: "UINT32_MAX - 1" is used in the code because -1 is a reserved
149 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
159 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
196 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
206 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
232 if (!xtables_strtoui(s, &end, from, 0, UINT32_MAX - 1))
236 if (!xtables_strtoui(end + 1, &end, to, 0, UINT32_MAX - 1))
  /external/lldb/source/DataFormatters/
NSArray.cpp 185 return UINT32_MAX;
188 if (idx < UINT32_MAX && idx >= CalculateNumChildren())
189 return UINT32_MAX;
225 if (idx < UINT32_MAX && idx >= CalculateNumChildren())
226 return UINT32_MAX;
LibCxx.cpp 153 return UINT32_MAX;
156 if (idx < UINT32_MAX && idx >= CalculateNumChildren())
157 return UINT32_MAX;
253 return UINT32_MAX;
391 return UINT32_MAX;
489 return UINT32_MAX;
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 255 # define UINT32_C(x) (x + (UINT32_MAX - UINT32_MAX))
275 # if !defined (UINT32_MAX)
276 # define UINT32_MAX 4294967295UL
375 #ifndef UINT32_MAX
376 # define UINT32_MAX (0xffffffffUL)
381 #if (UINT_MAX == UINT32_MAX) && !defined (S_SPLINT_S)
387 #elif (ULONG_MAX == UINT32_MAX) || defined (S_SPLINT_S)
393 #elif (USHRT_MAX == UINT32_MAX)
562 # define UINTMAX_MAX UINT32_MAX
    [all...]
  /external/lldb/include/lldb/Core/
MappedHash.h 289 hash_indexes[i] = UINT32_MAX;
312 // for the current bucket, or UINT32_MAX if the bucket is empty
410 return UINT32_MAX;
418 return UINT32_MAX;
426 return UINT32_MAX;
447 while (hash_data_offset != UINT32_MAX)
529 if (hash_data_offset != UINT32_MAX)
  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 427 if (offset != UINT32_MAX)
649 *hash_data_offset_ptr = UINT32_MAX;
688 *hash_data_offset_ptr = UINT32_MAX;
704 *hash_data_offset_ptr = UINT32_MAX;
757 *hash_data_offset_ptr = UINT32_MAX;
773 *hash_data_offset_ptr = UINT32_MAX;
787 while (hash_data_offset != UINT32_MAX)
805 hash_data_offset = UINT32_MAX;
824 while (!done && hash_data_offset != UINT32_MAX)
    [all...]
LogChannelDWARF.h 29 #define DWARF_LOG_ALL (UINT32_MAX)
  /external/bison/m4/
stdint.m4 105 #ifdef UINT32_MAX
106 uint32_t b3 = UINT32_MAX;
194 #ifdef UINT32_MAX
195 int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
249 #ifdef UINT32_MAX
250 MVAL (UINT32_MAX),
  /ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4 98 #ifdef UINT32_MAX
99 uint32_t b3 = UINT32_MAX;
185 #ifdef UINT32_MAX
186 int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
242 #ifdef UINT32_MAX
243 MVAL (UINT32_MAX),
  /external/lldb/source/Interpreter/
OptionValueArray.cpp 102 uint32_t new_idx = UINT32_MAX;
178 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
274 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
  /external/libcxx/include/
cstdint 31 UINT32_MAX
  /external/lldb/include/lldb/API/
SBBroadcaster.h 56 RemoveListener (const lldb::SBListener &listener, uint32_t event_mask = UINT32_MAX);
  /external/lldb/source/Target/
Platform.cpp 241 m_major_os_version (UINT32_MAX),
242 m_minor_os_version (UINT32_MAX),
243 m_update_os_version (UINT32_MAX),
273 uint32_t major = UINT32_MAX;
274 uint32_t minor = UINT32_MAX;
275 uint32_t update = UINT32_MAX;
289 if (minor != UINT32_MAX)
291 if (update != UINT32_MAX)
322 bool success = m_major_os_version != UINT32_MAX;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdint 31 UINT32_MAX
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdint 31 UINT32_MAX
  /external/bison/lib/
bitrotate.h 57 return ((x << n) | (x >> (32 - n))) & UINT32_MAX;
66 return ((x >> n) | (x << (32 - n))) & UINT32_MAX;

Completed in 9270 milliseconds

1 2 3 4 56 7 8 91011>>