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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/re2/mswin/
stdint.h 142 #define UINT32_MAX _UI32_MAX
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 142 #define UINT32_MAX _UI32_MAX
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/mesa3d/include/c99/
stdint.h 142 #define UINT32_MAX _UI32_MAX
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /system/netd/server/
NetdConstants.h 47 #define UINT32_STRLEN _INT_STRLEN(UINT32_MAX)
  /external/lldb/source/API/
SBListener.cpp 194 if (timeout_secs == UINT32_MAX)
210 if (timeout_secs != UINT32_MAX)
226 if (timeout_secs == UINT32_MAX)
253 if (num_seconds != UINT32_MAX)
284 if (num_seconds != UINT32_MAX)
  /external/lldb/source/DataFormatters/
LibCxxList.cpp 152 m_count(UINT32_MAX),
182 if (m_count != UINT32_MAX)
192 m_count = first->GetValueAsUnsigned(UINT32_MAX);
195 if (m_count != UINT32_MAX)
259 m_count = UINT32_MAX;
NSSet.cpp 181 if (idx < UINT32_MAX && idx >= CalculateNumChildren())
182 return UINT32_MAX;
323 if (idx < UINT32_MAX && idx >= CalculateNumChildren())
324 return UINT32_MAX;
444 m_count(UINT32_MAX),
451 if (m_count != UINT32_MAX)
500 if (idx < UINT32_MAX && idx >= CalculateNumChildren())
501 return UINT32_MAX;
LibStdcpp.cpp 178 return UINT32_MAX;
181 if (idx < UINT32_MAX && idx >= CalculateNumChildren())
182 return UINT32_MAX;
299 return UINT32_MAX;
  /external/lldb/source/Host/freebsd/
Host.cpp 269 process_info.SetEffectiveGroupID (UINT32_MAX);
275 process_info.SetUserID (UINT32_MAX);
276 process_info.SetGroupID (UINT32_MAX);
277 process_info.SetEffectiveUserID (UINT32_MAX);
278 process_info.SetEffectiveGroupID (UINT32_MAX);
  /external/iptables/extensions/
libxt_CONNMARK.c 133 info->ctmask = UINT32_MAX;
134 info->nfmask = UINT32_MAX;
270 if (info->nfmask == UINT32_MAX && info->ctmask == UINT32_MAX)
279 if (info->ctmask == UINT32_MAX && info->nfmask == UINT32_MAX)
libxt_LED.c 62 else if (!xtables_strtoui(cb->arg, NULL, &led->delay, 0, UINT32_MAX))
65 UINT32_MAX);
libxt_devgroup.c 51 ok = xtables_strtoui(arg, &end, group, 0, UINT32_MAX);
55 0, UINT32_MAX);
  /external/bison/m4/
inttypes.m4 77 [defined UINT32_MAX && defined UINTMAX_MAX],
78 [UINT32_MAX < UINTMAX_MAX],
  /external/lldb/include/lldb/Target/
ThreadSpec.h 99 if (m_index == UINT32_MAX || index == UINT32_MAX)
  /external/lldb/include/lldb/
lldb-defines.h 15 #if !defined(UINT32_MAX)
16 #define UINT32_MAX 4294967295U
35 #define LLDB_GENERIC_ERROR UINT32_MAX
74 #define LLDB_INVALID_INDEX32 UINT32_MAX
75 #define LLDB_INVALID_IVAR_OFFSET UINT32_MAX
76 #define LLDB_INVALID_IMAGE_TOKEN UINT32_MAX
77 #define LLDB_INVALID_REGNUM UINT32_MAX
81 #define LLDB_INVALID_FRAME_ID UINT32_MAX
  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 39 FirstAbbrCode = UINT32_MAX;
55 if (FirstAbbrCode == UINT32_MAX) {
  /external/pixman/pixman/
pixman-compiler.h 53 #ifndef UINT32_MAX
54 # define UINT32_MAX (4294967295U)
  /frameworks/base/libs/common_time/
common_clock.cpp 52 if ((numer > UINT32_MAX) || (denom > UINT32_MAX)) {
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 77 #ifndef UINT32_MAX
78 #error UINT32_MAX defined!
test_constant_macros.cpp 78 #ifdef UINT32_MAX
79 #error UINT32_MAX is defined!
test_limit_macros.cpp 77 #ifndef UINT32_MAX
78 #error UINT32_MAX is not defined!
test_no_macros.cpp 77 #ifdef UINT32_MAX
78 #error UINT32_MAX defined!
  /external/lldb/scripts/Python/interface/
SBBroadcaster.i 59 RemoveListener (const lldb::SBListener &listener, uint32_t event_mask = UINT32_MAX);
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.h 32 #define KDP_LOG_ALL (UINT32_MAX)
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemoteLog.h 32 #define GDBR_LOG_ALL (UINT32_MAX)

Completed in 545 milliseconds

1 2 3 45 6 7 8 91011>>