HomeSort by relevance Sort by last modified time
    Searched defs:int16_t (Results 26 - 50 of 60) sorted by null

12 3

  /device/asus/grouper/keymaster/
s_type.h 67 typedef short int16_t; typedef
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 67 typedef short int16_t; typedef
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
s_type.h 67 typedef short int16_t; typedef
  /external/chromium_org/third_party/brotli/src/woff2/
buffer.h 25 typedef short int16_t; typedef
110 bool ReadS16(int16_t *value) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
type.h 26 typedef signed __int16 int16_t; typedef
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 50 typedef short int16_t; typedef
  /external/chromium_org/third_party/ots/include/
opentype-sanitiser.h 12 typedef short int16_t; typedef
114 bool WriteS16(int16_t v) {
  /external/clang/test/CodeGenCXX/
aarch64-mangle-neon-vectors.cpp 6 typedef signed short int16_t; typedef
17 typedef __attribute__((neon_vector_type(4))) int16_t int16x4_t;
18 typedef __attribute__((neon_vector_type(8))) int16_t int16x8_t;
  /external/clang/test/SemaCXX/
conversion.cpp 7 typedef signed short int16_t; typedef
  /external/llvm/include/llvm/Support/
DataTypes.h 110 typedef short int16_t; typedef
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 107 typedef __int16 int16_t; typedef
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 104 typedef __int16 int16_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 90 typedef __int16 int16_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 76 typedef signed short int16_t; typedef
83 typedef signed __int16 int16_t; typedef
95 typedef int16_t int_least16_t;
105 typedef int16_t int_fast16_t;
134 #define INT16_MIN ((int16_t)_I16_MIN)
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 76 typedef signed short int16_t; typedef
83 typedef signed __int16 int16_t; typedef
95 typedef int16_t int_least16_t;
105 typedef int16_t int_fast16_t;
134 #define INT16_MIN ((int16_t)_I16_MIN)
  /external/mesa3d/include/c99/
stdint.h 76 typedef signed short int16_t; typedef
83 typedef signed __int16 int16_t; typedef
95 typedef int16_t int_least16_t;
105 typedef int16_t int_fast16_t;
134 #define INT16_MIN ((int16_t)_I16_MIN)
  /bionic/libc/include/
stdint.h 60 typedef __int16_t int16_t; typedef
75 typedef int16_t int_least16_t;
  /development/ndk/platforms/android-3/include/
stdint.h 44 typedef __int16_t int16_t; typedef
85 * int16_t & uint16_t
88 typedef int16_t int_least16_t;
  /development/ndk/platforms/android-L/include/
stdint.h 60 typedef __int16_t int16_t; typedef
75 typedef int16_t int_least16_t;
  /external/bison/darwin-lib/
stdint.h 147 #undef int16_t macro
151 #define int16_t gl_int16_t macro
233 #define int_least16_t int16_t
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 77 * int32_t, int16_t and int8_t, it just dumps out with a compiler
139 * (u)intmax_t, (u)int64_t, (u)int32_t, (u)int16_t, (u)least64_t,
357 #ifndef int16_t
359 typedef signed int int16_t; typedef
360 # define INT16_C(v) ((int16_t) (v))
365 typedef signed short int16_t; typedef
366 # define INT16_C(v) ((int16_t) (v))
586 typedef int16_t int_least16_t;
  /external/mdnsresponder/mDNSShared/
dns_sd.h 117 typedef INT16 int16_t; typedef
129 typedef INT16 int16_t; typedef
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.h 58 typedef __int16 int16_t; typedef
83 int16_t i16[2];
  /external/chromium_org/v8/src/
unicode.cc 22 typedef signed short int16_t; // NOLINT typedef in namespace:unibrow
    [all...]
  /external/clang/lib/Headers/
stdint.h 215 #ifndef __int8_t_defined /* glibc sys/types.h also defines int16_t*/
216 typedef signed __INT16_TYPE__ int16_t; typedef
219 # define __int_least16_t int16_t
221 # define __int_least8_t int16_t

Completed in 1314 milliseconds

12 3