HomeSort by relevance Sort by last modified time
    Searched defs:INT32_MAX (Results 76 - 85 of 85) sorted by null

1 2 34

  /external/elfutils/src/
ldlex.c 94 #ifndef INT32_MAX
95 #define INT32_MAX (2147483647)
    [all...]
  /external/libpcap/
scanner.c 66 #ifndef INT32_MAX
67 #define INT32_MAX (2147483647)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 84 #ifndef INT32_MAX
85 #define INT32_MAX (2147483647)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 529 # define INT32_MAX INT32_C(2147483647)
533 # define __INT_LEAST32_MAX INT32_MAX
536 # define __INT_LEAST16_MAX INT32_MAX
539 # define __INT_LEAST8_MAX INT32_MAX
  /system/core/sh/
arith_lex.c 67 #ifndef INT32_MAX
68 #define INT32_MAX (2147483647)
    [all...]
init.c 149 #undef INT32_MAX
150 #define INT32_MAX (2147483647)
441 #undef INT32_MAX
442 #define INT32_MAX (2147483647)
733 #undef INT32_MAX
734 #define INT32_MAX (2147483647)
  /external/bison/src/
scan-code.c 117 #ifndef INT32_MAX
118 #define INT32_MAX (2147483647)
    [all...]
scan-gram.c 117 #ifndef INT32_MAX
118 #define INT32_MAX (2147483647)
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp 46 #ifndef INT32_MAX
47 #define INT32_MAX 0x7fffffffL
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 35 #ifndef INT32_MAX
36 #define INT32_MAX ((int32_t)(2147483647))
    [all...]

Completed in 1211 milliseconds

1 2 34