Searched defs:int16 (Results 1 - 13 of 13) sorted by relevance

/external/openfst/src/include/fst/
H A Dtypes.h29 typedef int16_t int16; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h28 typedef short int16; typedef
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h49 typedef short int16; typedef
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h54 typedef signed short int16; typedef
95 int16 valE;
96 int16 bbpE;
/external/regex-re2/util/
H A Dutil.h64 typedef int16_t int16; typedef in namespace:re2
/external/chromium/base/
H A Dbasictypes.h22 typedef short int16; typedef
75 const int16 kint16min = (( int16) 0x8000);
76 const int16 kint16max = (( int16) 0x7FFF);
/external/dbus/tools/
H A Ddbus-send.c62 dbus_int16_t int16; local
85 int16 = strtol (value, NULL, 0);
86 dbus_message_iter_append_basic (iter, DBUS_TYPE_INT16, &int16);
198 else if (!strcmp (arg, "int16"))
/external/stressapptest/src/
H A Dsattypes.h39 typedef signed short int int16; typedef
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h38 typedef short int16; typedef
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h131 typedef __int16 int16; typedef in namespace:google::protobuf
141 typedef int16_t int16; typedef in namespace:google::protobuf
/external/qemu/fpu/
H A Dsoftfloat.h61 typedef int int16; typedef
297 int16 float32_to_int16_round_to_zero( float32 STATUS_PARAM );
412 int16 float64_to_int16_round_to_zero( float64 STATUS_PARAM );
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1738 short int16 = local
1740 ptr = (unsigned char*)&int16;
/external/genext2fs/
H A Dgenext2fs.c277 typedef signed short int16; typedef
508 #define decl16(x) int16 x;

Completed in 689 milliseconds