HomeSort by relevance Sort by last modified time
    Searched refs:int8_t (Results 101 - 125 of 1536) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/test/cintltst/
nccbtst.h 47 const char *mySubChar, int8_t len);
52 const char *mySubChar, int8_t len);
56 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError);
60 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError);
  /external/icu/icu4c/source/test/intltest/
thcoll.h 67 int8_t sign(int32_t i);
  /external/libpcap/Win32/Include/
bittypes.h 34 typedef signed char int8_t; typedef
  /external/libvpx/libvpx/vpx/
vpx_integer.h 19 typedef signed char int8_t; typedef
  /external/tcpdump/win32/Include/
bittypes.h 34 typedef signed char int8_t; typedef
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 75 typedef int8_t Word8;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_integer.h 19 typedef signed char int8_t; typedef
  /art/runtime/
jvalue.h 33 int8_t GetB() const { return b; }
34 void SetB(int8_t new_b) {
66 int8_t b;
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 318 int8_t android_app_read_cmd(struct android_app* android_app);
325 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd);
332 void android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd);
  /external/chromium_org/ppapi/shared_impl/
media_stream_buffer_manager_unittest.cc 54 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0));
55 EXPECT_NE(static_cast<int8_t*>(NULL), memory);
106 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0));
107 EXPECT_NE(static_cast<int8_t*>(NULL), memory);
142 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0));
143 EXPECT_NE(static_cast<int8_t*>(NULL), memory);
165 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
TypeConversions.h 52 int8_t testByte() { return m_byte; }
53 void setTestByte(int8_t value) { m_byte = value; }
79 int8_t m_byte;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi.h 79 int8_t generic_remap_table[MAX_GENERIC_VARYING];
165 int8_t remap_table[MAX_GENERIC_VARYING]);
168 svga_remap_generic_index(int8_t remap_table[MAX_GENERIC_VARYING],
  /external/chromium_org/third_party/skia/src/core/
SkDebug.cpp 14 int8_t SkToS8(intmax_t x) {
15 SkASSERT((int8_t)x == x);
16 return (int8_t)x;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_receiver.h 33 virtual bool TelephoneEventPayloadType(const int8_t payload_type) const = 0;
62 const int8_t payload_type,
68 virtual int32_t DeRegisterReceivePayload(const int8_t payload_type) = 0;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_strategy.h 67 int8_t payloadType,
74 int8_t payload_type,
80 virtual void CheckPayloadChanged(int8_t payload_type,
rtp_sender.h 47 uint8_t *data_buffer, const int8_t payload_type,
94 const int8_t payload_type, const uint32_t frequency,
97 int32_t DeRegisterSendPayload(const int8_t payload_type);
99 int8_t SendPayloadType() const;
136 const FrameType frame_type, const int8_t payload_type,
198 uint8_t *data_buffer, const int8_t payload_type,
225 bool SendTelephoneEventActive(int8_t *telephone_event) const;
236 int32_t SetRED(const int8_t payload_type);
239 int32_t RED(int8_t *payload_type) const;
281 int32_t CheckPayloadType(const int8_t payload_type
    [all...]
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_wrapper.h 40 typedef void(*IncomingSocketCallback)(CallbackObj obj, const int8_t* buf,
73 const int8_t* optval, int32_t optlen) = 0;
82 virtual int32_t SendTo(const int8_t* buf, int32_t len,
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.h 79 int8_t generic_remap_table[MAX_GENERIC_VARYING];
165 int8_t remap_table[MAX_GENERIC_VARYING]);
168 svga_remap_generic_index(int8_t remap_table[MAX_GENERIC_VARYING],
  /external/skia/src/core/
SkDebug.cpp 14 int8_t SkToS8(intmax_t x) {
15 SkASSERT((int8_t)x == x);
16 return (int8_t)x;
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_recorder_impl.h 88 const int8_t* audioBuffer,
103 int8_t _audioBuffer[MAX_AUDIO_BUFFER_IN_BYTES];
113 AudioFrameFileInfo(const int8_t* audioData,
129 int8_t _audioData[MAX_AUDIO_BUFFER_IN_BYTES];
153 const int8_t* audioBuffer,
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 35 EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<int8_t, false>::get(getGlobalContext())));
75 (TypeBuilder<int8_t**, false>::get(getGlobalContext())));
77 (TypeBuilder<int8_t[7], false>::get(getGlobalContext())));
79 (TypeBuilder<int8_t[], false>::get(getGlobalContext())));
97 (TypeBuilder<const int8_t, false>::get(getGlobalContext())));
99 (TypeBuilder<volatile int8_t, false>::get(getGlobalContext())));
101 (TypeBuilder<const volatile int8_t, false>::get(getGlobalContext())));
118 (TypeBuilder<const volatile int8_t*const volatile, false>::get(getGlobalContext())));
126 (TypeBuilder<int8_t(...), false>::get(getGlobalContext())));
129 (TypeBuilder<int8_t(const int32_t*), false>::get(getGlobalContext())))
    [all...]
  /external/clang/test/CodeGen/
arm64-scalar-test.c 46 int8_t test_vqrshlb_s8(int8_t a, int8_t b) {
94 int8_t test_vqshlb_s8(int8_t a, int8_t b) {
178 int8_t test_vqaddb_s8(int8_t a, int8_t b) {
226 int8_t test_vqsubb_s8(int8_t a, int8_t b)
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
hal_outputs.c 57 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
84 int inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy,
108 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
114 *accuracy = (int8_t) hal_out.accuracy_quat;
138 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
162 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
203 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
206 *accuracy = (int8_t) hal_out.accuracy_quat;
233 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
243 *accuracy = (int8_t) hal_out.accuracy_mag;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgtc.c 35 static void u_format_signed_encode_rgtc_ubyte(int8_t *blkaddr, int8_t srccolors[4][4],
38 static void u_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const int8_t *pixdata,
39 unsigned i, unsigned j, int8_t *value, unsigned comps);
181 int8_t *dst = (int8_t *)dst_row;
183 int8_t tmp[4][4]; /* [bh][bw][comps] */
202 const int8_t *src = (int8_t *)src_row;
207 int8_t tmp_r
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgtc.c 35 static void u_format_signed_encode_rgtc_ubyte(int8_t *blkaddr, int8_t srccolors[4][4],
38 static void u_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const int8_t *pixdata,
39 unsigned i, unsigned j, int8_t *value, unsigned comps);
181 int8_t *dst = (int8_t *)dst_row;
183 int8_t tmp[4][4]; /* [bh][bw][comps] */
202 const int8_t *src = (int8_t *)src_row;
207 int8_t tmp_r
    [all...]

Completed in 1534 milliseconds

1 2 3 45 6 7 8 91011>>