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

1 2 34

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdint.h 62 # define INT8_MIN (-128)
64 # define INT_LEAST8_MIN INT8_MIN
66 # define INT_FAST8_MIN INT8_MIN
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 62 # define INT8_MIN (-128)
64 # define INT_LEAST8_MIN INT8_MIN
66 # define INT_FAST8_MIN INT8_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 62 # define INT8_MIN (-128)
64 # define INT_LEAST8_MIN INT8_MIN
66 # define INT_FAST8_MIN INT8_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 62 # define INT8_MIN (-128)
64 # define INT_LEAST8_MIN INT8_MIN
66 # define INT_FAST8_MIN INT8_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 62 # define INT8_MIN (-128)
64 # define INT_LEAST8_MIN INT8_MIN
66 # define INT_FAST8_MIN INT8_MIN
  /external/bison/examples/calc++/
calc++-scanner.cc 83 #ifndef INT8_MIN
84 #define INT8_MIN (-128)
    [all...]
  /external/bison/src/
scan-skel.c 102 #ifndef INT8_MIN
103 #define INT8_MIN (-128)
    [all...]
scan-code.c 102 #ifndef INT8_MIN
103 #define INT8_MIN (-128)
    [all...]
scan-gram.c 102 #ifndef INT8_MIN
103 #define INT8_MIN (-128)
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_lex.cpp 82 #ifndef INT8_MIN
83 #define INT8_MIN (-128)
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Tokenizer.cpp 70 #ifndef INT8_MIN
71 #define INT8_MIN (-128)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 59 #ifndef INT8_MIN
60 #define INT8_MIN (-128)
    [all...]
glsl_lexer.cc 59 #ifndef INT8_MIN
60 #define INT8_MIN (-128)
    [all...]
lex.yy.c 59 #ifndef INT8_MIN
60 #define INT8_MIN (-128)
    [all...]
  /external/clang/lib/Headers/
stdint.h 637 # define INT8_MIN (-INT8_C(127)-1)
639 # define __INT_LEAST8_MIN INT8_MIN
  /external/elfutils/libcpu/
i386_lex.c 78 #ifndef INT8_MIN
79 #define INT8_MIN (-128)
    [all...]
  /external/elfutils/src/
ldlex.c 79 #ifndef INT8_MIN
80 #define INT8_MIN (-128)
    [all...]
  /external/libpcap/
scanner.c 51 #ifndef INT8_MIN
52 #define INT8_MIN (-128)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 637 # define INT8_MIN (-INT8_C(127)-1)
639 # define __INT_LEAST8_MIN INT8_MIN
  /system/core/sh/
arith_lex.c 52 #ifndef INT8_MIN
53 #define INT8_MIN (-128)
    [all...]
init.c 139 #undef INT8_MIN
140 #define INT8_MIN (-128)
431 #undef INT8_MIN
432 #define INT8_MIN (-128)
723 #undef INT8_MIN
724 #define INT8_MIN (-128)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 94 INT8_MIN = (-128)
  /external/mdnsresponder/mDNSShared/
CommonServices.h 746 #if( !defined( INT8_MIN ) )
748 #define INT8_MIN SCHAR_MIN
    [all...]

Completed in 4391 milliseconds

1 2 34