Searched
full:int16_t (Results
751 -
775 of
1335) sorted by null
<<31323334353637383940>>
/external/chromium_org/third_party/ots/src/ |
ots.h | 108 bool ReadS16(int16_t *value) {
|
/external/clang/lib/Headers/ |
stdint.h | 216 #ifndef __int8_t_defined /* glibc sys/types.h also defines int16_t*/ 217 typedef signed __INT16_TYPE__ int16_t; typedef 220 # define __int_least16_t int16_t 222 # define __int_least8_t int16_t
|
/external/clang/test/SemaCXX/ |
conversion.cpp | 7 typedef signed short int16_t; typedef
|
/external/harfbuzz_ng/test/api/ |
test-common.c | 38 g_assert_cmpint (sizeof (int16_t), ==, 2);
|
/external/icu4c/common/ |
ubidi_props.c | 144 int32_t delta=((int16_t)props)>>UBIDI_MIRROR_DELTA_SHIFT;
|
usprep.cpp | 473 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ 498 value = (int16_t)trieWord; 526 int16_t value; 745 int16_t value;
|
/external/libvpx/libvpx/vp8/decoder/ |
detokenize.c | 90 int ctx, int n, int16_t* out)
|
/external/llvm/include/llvm/Support/ |
DataTypes.h | 110 typedef short int16_t; typedef
|
DataTypes.h.cmake | 97 typedef short int16_t;
|
DataTypes.h.in | 94 typedef short int16_t;
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
ExternalFunctions.cpp | 144 int16_t *I16Ptr = (int16_t *) ArgDataPtr; 145 *I16Ptr = (int16_t) AV.IntVal.getZExtValue(); 230 case 16: Result.IntVal = APInt(16, *(int16_t*) ret.data()); break;
|
/external/llvm/lib/Support/ |
DataExtractor.cpp | 112 return (int16_t)getU16(offset_ptr);
|
YAMLTraits.cpp | 702 void ScalarTraits<int16_t>::output(const int16_t &Val, void *, 707 StringRef ScalarTraits<int16_t>::input(StringRef Scalar, void *, int16_t &Val) {
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCAsmBackend.cpp | 128 return (int16_t)Value != (int64_t)Value;
|
/external/qemu/audio/ |
mixeng.c | 63 #define IN_T int16_t
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_config.h.in | 45 #undef int16_t
|
/external/qemu/ |
softmmu_header.h | 31 #define DATA_STYPE int16_t
|
/external/skia/tests/ |
ClipCubicTest.cpp | 15 // Currently the supersampler blitter uses int16_t for its index into an array
|
/external/srtp/ |
config.h_win32vc7 | 37 /* Define to 1 if the system has the type `int16_t'. */
|
config_in.h | 33 /* Define to 1 if the system has the type `int16_t'. */
|
configure.in | 104 AC_CHECK_TYPES([int8_t,uint8_t,int16_t,uint16_t,int32_t,uint32_t,uint64_t])
|
/external/srtp/googlepatches/ |
google-10-srtp-ios-fixes.pack | 63 typedef short int16_t;
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model_neon.S | 23 @ int16_t* a_polynomial,
|
/frameworks/av/include/media/stagefright/ |
MPEG4Writer.h | 53 void writeInt16(int16_t x);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4def.h | 28 typedef int16_t int16;
|
Completed in 1035 milliseconds
<<31323334353637383940>>