/development/ndk/platforms/android-3/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/device/lge/hammerhead/original-kernel-headers/media/ |
msm_cam_sensor.h | 259 int16_t gyro[2]; 260 int16_t target[2]; 261 int16_t hall[2]; 438 int16_t dest_step_pos; 445 int16_t initial_code;
|
/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/chromium_org/third_party/re2/mswin/ |
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/chromium_org/third_party/skia/include/core/ |
SkMath.h | 126 * SkMulS16(a, b) multiplies a * b, but requires that a and b are both int16_t. 132 SkASSERT((int16_t)x == x); 133 SkASSERT((int16_t)y == y); 144 SkASSERT((int16_t)x == x); 145 SkASSERT((int16_t)y == y);
|
/external/chromium_org/third_party/skia/src/core/ |
SkAntiRun.h | 22 int16_t* fRuns; 55 int16_t* runs = fRuns + offsetX; 117 static void Break(int16_t runs[], uint8_t alpha[], int x, int count) { 123 int16_t* next_runs = runs + x; 170 static void BreakAt(int16_t runs[], uint8_t alpha[], int x) {
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 29 int16_t *diff_ptr, ptrdiff_t diff_stride, 104 static int trellis_get_coeff_context(const int16_t *scan, 105 const int16_t *nb, 124 const int16_t *coeff_ptr = BLOCK_OFFSET(mb->plane[plane].coeff, block); 125 int16_t *qcoeff_ptr; 126 int16_t *dqcoeff_ptr; 136 const int16_t *scan, *nb; 139 const int16_t *dequant_ptr = pd->dequant; 349 int16_t *coeff = BLOCK_OFFSET(p->coeff, block); 350 int16_t *qcoeff = BLOCK_OFFSET(pd->qcoeff, block) [all...] |
/external/llvm/include/llvm/Support/ |
Endian.h | 103 <int16_t, little, unaligned> little16_t; 121 <int16_t, little, aligned> aligned_little16_t; 139 <int16_t, big, unaligned> big16_t; 157 <int16_t, big, aligned> aligned_big16_t; 171 <int16_t, native, unaligned> unaligned_int16_t;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
ErlangGCPrinter.cpp | 67 * int16_t PointCount; 69 * int16_t StackFrameSize; (in words) 70 * int16_t StackArity; 71 * int16_t LiveCount; 72 * int16_t LiveOffsets[LiveCount];
|
/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)
|
/external/pixman/pixman/ |
pixman.h | 96 typedef __int16 int16_t; 401 int16_t x, y; 407 int16_t x1, y1, x2, y2; [all...] |
/external/skia/include/core/ |
SkMath.h | 126 * SkMulS16(a, b) multiplies a * b, but requires that a and b are both int16_t. 132 SkASSERT((int16_t)x == x); 133 SkASSERT((int16_t)y == y); 144 SkASSERT((int16_t)x == x); 145 SkASSERT((int16_t)y == y);
|
/external/skia/src/core/ |
SkAntiRun.h | 22 int16_t* fRuns; 55 int16_t* runs = fRuns + offsetX; 117 static void Break(int16_t runs[], uint8_t alpha[], int x, int count) { 123 int16_t* next_runs = runs + x; 170 static void BreakAt(int16_t runs[], uint8_t alpha[], int x) {
|
/frameworks/av/services/audioflinger/ |
AudioResampler.h | 53 virtual void setVolume(int16_t left, int16_t right); 59 // Resample int16_t samples from provider and accumulate into 'out'. 100 int16_t mVolume[2]; 103 int16_t mTargetVolume[2];
|
/frameworks/base/services/common_time/ |
common_time_server_packets.cpp | 47 #define SERIALIZE_INT16(field_name) SERIALIZE_FIELD(field_name, int16_t, htons) 58 #define DESERIALIZE_INT16(field_name) DESERIALIZE_FIELD(field_name, int16_t, ntohs) 81 int16_t pktType = static_cast<int16_t>(packetType); 93 int16_t tmp;
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
msm_cam_sensor.h | 257 int16_t gyro[2]; 258 int16_t target[2]; 259 int16_t hall[2]; 429 int16_t dest_step_pos; 436 int16_t initial_code;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/ |
inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|