Searched refs:int8_t (Results 76 - 100 of 865) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/core/
H A DSkDebug.cpp14 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/
H A Drtp_receiver.h33 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/
H A Drtp_receiver_strategy.h67 int8_t payloadType,
74 int8_t payload_type,
80 virtual void CheckPayloadChanged(int8_t payload_type,
H A Drtp_receiver_impl.h39 const int8_t payload_type,
44 virtual int32_t DeRegisterReceivePayload(const int8_t payload_type) OVERRIDE;
76 const int8_t first_payload_byte,
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dcoder.h37 const int8_t* incomingPayload, int32_t payloadLength);
41 int32_t Encode(const AudioFrame& audio, int8_t* encodedData,
59 int8_t* _encodedData;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.h79 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/
H A DSkDebug.cpp14 int8_t SkToS8(intmax_t x) {
15 SkASSERT((int8_t)x == x);
16 return (int8_t)x;
/external/llvm/unittests/IR/
H A DTypeBuilderTest.cpp35 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(cons
[all...]
/external/clang/test/CodeGen/
H A Darm64-scalar-test.c46 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_s
[all...]
H A Daarch64-neon-across.c69 int8_t test_vmaxv_s8(int8x8_t a) {
93 int8_t test_vmaxvq_s8(int8x16_t a) {
129 int8_t test_vminv_s8(int8x8_t a) {
153 int8_t test_vminvq_s8(int8x16_t a) {
189 int8_t test_vaddv_s8(int8x8_t a) {
213 int8_t test_vaddvq_s8(int8x16_t a) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_rgtc.c35 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_
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgtc.c35 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_
[all...]
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.h168 int8_t fPositionAttributeIndex;
169 int8_t fLocalCoordAttributeIndex;
170 int8_t fColorAttributeIndex;
171 int8_t fCoverageAttributeIndex;
173 int8_t fColorEffectCnt;
174 int8_t fCoverageEffectCnt;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h125 # define INT8_MIN ((int8_t)(-128))
138 # define INT8_MAX ((int8_t)(127))
200 typedef int8_t UBool;
H A Dptypes.h85 typedef signed char int8_t; typedef
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_wrapper.h40 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/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp5 typedef signed char int8_t; typedef
15 typedef __attribute__((neon_vector_type(8))) int8_t int8x8_t;
16 typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t;
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h125 # define INT8_MIN ((int8_t)(-128))
138 # define INT8_MAX ((int8_t)(127))
200 typedef int8_t UBool;
/external/valgrind/main/drd/tests/
H A Dpth_barrier.c29 int8_t* array;
50 int8_t* const array = p->array;
73 int8_t* array;
/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h38 typedef int8_t INT8;
/external/chromium_org/ppapi/api/dev/
H A Dppb_trace_event_dev.idl41 [in] int8_t phase,
59 [in] int8_t phase,
/external/chromium_org/third_party/icu/source/common/
H A Dcpputils.h35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count)
39 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart,
40 int8_t* dst, int32_t dstStart, int32_t count)
H A Duelement.h57 typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e2);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcasetrn.h100 utrans_rep_caseContextIterator(void *context, int8_t dir);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dplurfmts.h47 int8_t *expectingResults);

Completed in 9385 milliseconds

1234567891011>>