Searched
full:int16_t (Results
851 -
875 of
1371) sorted by null
<<31323334353637383940>>
/external/qemu/target-arm/ |
op_helper.c | 254 res = (uint16_t)do_ssat((int16_t)x, shift); 270 res = (uint16_t)do_usat((int16_t)x, shift);
|
/external/skia/bench/ |
MathBench.cpp | 582 DEF_BENCH(return new DivModBench<int16_t>("int16_t"))
|
/external/skia/src/core/ |
SkStream.cpp | 26 int16_t SkStream::readS16() { 27 int16_t value;
|
/external/v8/src/arm/ |
simulator-arm.h | 284 inline int16_t ReadH(int32_t addr, Instruction* instr); 287 inline void WriteH(int32_t addr, int16_t value, Instruction* instr);
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.cpp | 390 * sizeof(int16_t) 492 mStreamInfo->frameSize * sizeof(int16_t) * mStreamInfo->numChannels;
|
/frameworks/av/media/mtp/ |
MtpDataPacket.cpp | 169 void MtpDataPacket::putInt16(int16_t value) { 269 void MtpDataPacket::putAInt16(const int16_t* values, int count) {
|
/frameworks/av/services/audioflinger/ |
Tracks.cpp | [all...] |
/frameworks/rs/scriptc/ |
rs_types.rsh | 23 * 16 bit: short, int16_t 67 typedef short int16_t;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
stdint.m4 | 79 int16_t a2 = INT16_MAX; 80 int16_t a2min = INT16_MIN;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node.h | 62 int16_t mInputIndex; 432 int16_t getInputIndex(int pointerId) const {
|
/prebuilts/sdk/renderscript/include/ |
rs_types.rsh | 23 * 16 bit: short, int16_t 67 typedef short int16_t;
|
/bionic/libc/upstream-netbsd/libc/inet/ |
inet_ntop.c | 127 * Note that int32_t and int16_t need only be "at least" large enough
|
/dalvik/docs/ |
porting-proto.c.txt | 31 typedef int16_t s2;
|
/development/ndk/platforms/android-3/include/linux/ |
coda.h | 71 typedef short int16_t; typedef
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera_interface.h | 111 int16_t *zoom_ratio_tbl;
|
/external/chromium_org/media/webm/chromeos/ |
webm_encoder.cc | 309 return EbmlSerializeHelper(static_cast<const int16_t*>(buffer), len);
|
/external/chromium_org/ppapi/api/ |
ppb_audio_config.idl | 66 * <code>int16_t *buffer16;</code>
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
CheckedArithmeticTest.cpp | 145 CheckedArithmeticTest(int16_t, CoerceLiteralNop, IgnoreMixedSignednessTest)
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
sprpdata.c | 132 *value = (int16_t)result;
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
icuio.txt | 29 "\t2: int16_t (hexadecimal)\n"
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/ |
basictypes.h | 25 typedef int16_t int16;
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/ |
basictypes.h | 25 typedef int16_t int16;
|
/external/chromium_org/third_party/libwebp/dec/ |
frame.c | 478 dec->coeffs_ = (int16_t*)mem; 588 const int16_t* coeffs = dec->coeffs_; 649 const int16_t* const u_coeffs = dec->coeffs_ + 16 * 16; 657 const int16_t* const v_coeffs = dec->coeffs_ + 20 * 16;
|
/external/chromium_org/third_party/skia/include/views/animated/ |
SkWidgetViews.h | 282 int16_t fScrollIndex, fCurrIndex;
|
/external/chromium_org/tools/idl_parser/ |
idl_ppapi_parser.py | 222 | INT16_T
|
Completed in 971 milliseconds
<<31323334353637383940>>