HomeSort by relevance Sort by last modified time
    Searched refs:INT16_MIN (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 63 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
125 x = clamp(x, INT16_MIN, INT16_MAX);
  /external/android-clat/
config.c 85 if(conf_int > INT16_MAX || conf_int < INT16_MIN) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 172 static_assert(INT16_MIN == -32768, "INT16_MIN == -32768");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 172 static_assert(INT16_MIN == -32768, "INT16_MIN == -32768");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 19 #ifndef INT16_MIN
20 #error INT16_MIN not defined
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 95 INT16_MIN = (-32767-1)
  /external/bison/examples/calc++/
calc++-scanner.cc 86 #ifndef INT16_MIN
87 #define INT16_MIN (-32767-1)
    [all...]
  /external/bison/src/
scan-skel.c 105 #ifndef INT16_MIN
106 #define INT16_MIN (-32767-1)
    [all...]
scan-code.c 105 #ifndef INT16_MIN
106 #define INT16_MIN (-32767-1)
    [all...]
scan-gram.c 105 #ifndef INT16_MIN
106 #define INT16_MIN (-32767-1)
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 81 #ifndef INT16_MIN
82 #define INT16_MIN (-32767-1)
    [all...]
  /external/elfutils/src/
ldlex.c 82 #ifndef INT16_MIN
83 #define INT16_MIN (-32767-1)
    [all...]
  /system/core/sh/
arith_lex.c 55 #ifndef INT16_MIN
56 #define INT16_MIN (-32767-1)
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Tokenizer.cpp 73 #ifndef INT16_MIN
74 #define INT16_MIN (-32767-1)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1)
    [all...]
glsl_lexer.cc 62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1)
    [all...]
lex.yy.c 62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1)
    [all...]
  /external/libpcap/
scanner.c 54 #ifndef INT16_MIN
55 #define INT16_MIN (-32767-1)
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_lex.cpp 85 #ifndef INT16_MIN
86 #define INT16_MIN (-32767-1)
    [all...]
  /external/pixman/pixman/
pixman.c 396 #define IS_16BIT(x) (((x) >= INT16_MIN) && ((x) <= INT16_MAX))
    [all...]
  /external/bison/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 5433 milliseconds

1 2 3 45