HomeSort by relevance Sort by last modified time
    Searched refs:UINT32_MAX (Results 151 - 170 of 170) sorted by null

1 2 3 4 5 67

  /external/bison/src/
scan-code.c 126 #ifndef UINT32_MAX
127 #define UINT32_MAX (4294967295U)
    [all...]
scan-gram.c 126 #ifndef UINT32_MAX
127 #define UINT32_MAX (4294967295U)
    [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc 645 if (valid_duration.InSeconds() > UINT32_MAX) {
647 valid_duration = base::TimeDelta::FromSeconds(UINT32_MAX);
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Tokenizer.cpp 94 #ifndef UINT32_MAX
95 #define UINT32_MAX (4294967295U)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U)
    [all...]
glsl_lexer.cc 83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U)
    [all...]
lex.yy.c 83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U)
    [all...]
  /external/libpcap/
scanner.c 75 #ifndef UINT32_MAX
76 #define UINT32_MAX (4294967295U)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 220 assert((Type == ELF::R_X86_64_32 && (Value <= UINT32_MAX)) ||
308 static_cast<int64_t>(Result) <= UINT32_MAX);
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_lex.cpp 106 #ifndef UINT32_MAX
107 #define UINT32_MAX (4294967295U)
    [all...]
  /external/pixman/pixman/
pixman-region.c 196 if (n > UINT32_MAX / sizeof(box_type_t))
199 if (sizeof(region_data_type_t) > UINT32_MAX - size)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.c 368 lastMid = UINT32_MAX;
    [all...]
  /external/icu4c/common/
ucnv_bld.cpp 373 lastMid = UINT32_MAX;
    [all...]
  /external/qemu/target-i386/
helper.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 71 return ((double)randul()) / UINT32_MAX;
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 71 return ((double)randul()) / UINT32_MAX;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /external/bison/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 445 milliseconds

1 2 3 4 5 67