HomeSort by relevance Sort by last modified time
    Searched full:int16_t (Results 226 - 250 of 1335) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/
SkCoreBlitters.h 47 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
67 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
87 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
122 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
135 virtual void blitAntiH(int x, int y, const SkAlpha[], const int16_t[]) SK_OVERRIDE;
  /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/
SkCoreBlitters.h 47 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
67 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
87 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
122 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
135 virtual void blitAntiH(int x, int y, const SkAlpha[], const int16_t[]) SK_OVERRIDE;
  /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 */
  /prebuilts/ndk/7/platforms/android-14/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 */

Completed in 913 milliseconds

1 2 3 4 5 6 7 8 91011>>