Searched refs:int8_t (Results 176 - 200 of 865) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vlc.h56 int8_t length;
57 int8_t value;
269 static INLINE int8_t
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h262 int8_t chroma_qp_index_offset;
263 int8_t second_chroma_qp_index_offset;
264 int8_t pic_init_qp_minus26;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h610 int8_t *len,
635 int8_t len,
687 int8_t *len,
706 int8_t *len,
789 U_STABLE int8_t U_EXPORT2
822 U_STABLE int8_t U_EXPORT2
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc88 const int8_t payloadType,
132 const int8_t payloadType)
213 RTPSenderAudio::SendTelephoneEventActive(int8_t& telephoneEvent) const
233 const int8_t payloadType,
475 RTPSenderAudio::SetRED(const int8_t payloadType)
487 RTPSenderAudio::RED(int8_t& payloadType) const
H A Drtp_receiver_video.cc45 int8_t payload_type,
96 int8_t payload_type,
/external/clang/test/CodeGen/
H A Daarch64-neon-ldst-one.c31 int8x16_t test_vld1q_dup_s8(int8_t *a) {
115 int8x8_t test_vld1_dup_s8(int8_t *a) {
199 int8x16x2_t test_vld2q_dup_s8(int8_t *a) {
283 int8x8x2_t test_vld2_dup_s8(int8_t *a) {
371 int8x16x3_t test_vld3q_dup_s8(int8_t *a) {
469 int8x8x3_t test_vld3_dup_s8(int8_t *a) {
563 int8x16x4_t test_vld4q_dup_s8(int8_t *a) {
647 int8x8x4_t test_vld4_dup_s8(int8_t *a) {
731 int8x16_t test_vld1q_lane_s8(int8_t *a, int8x16_t b) {
815 int8x8_t test_vld1_lane_s8(int8_t *
[all...]
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h610 int8_t *len,
635 int8_t len,
687 int8_t *len,
706 int8_t *len,
789 U_STABLE int8_t U_EXPORT2
822 U_STABLE int8_t U_EXPORT2
/external/chromium_org/third_party/icu/source/common/
H A Dutil_props.cpp30 int8_t radix = 10;
186 int32_t& pos, int8_t radix) {
H A Duchar.c56 U_CAPI int8_t U_EXPORT2
60 return (int8_t)GET_CATEGORY(props);
470 u_digit(UChar32 ch, int8_t radix) {
471 int8_t value;
473 value=(int8_t)u_charDigitValue(ch);
477 value=(int8_t)(ch-0x57); /* ch - 'a' + 10 */
479 value=(int8_t)(ch-0x37); /* ch - 'A' + 10 */
481 value=(int8_t)(ch-0xFF37); /* fullwidth ASCII a-z */
483 value=(int8_t)(ch-0xFF17); /* fullwidth ASCII A-Z */
489 return (int8_t)((valu
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h142 int8_t winding; /* +1 (clockwise) / -1 (counter-clockwise) */
165 int8_t genUserClip; /* request user clip planes for ClipVertex */
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyph.h34 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
35 int8_t fForceBW;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.h133 int8_t fSectorStart; // in 32nds of a circle
134 int8_t fSectorEnd;
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_unittest.cc36 const int8_t*,
39 MOCK_METHOD3(SendTo, int32_t(const int8_t*, int32_t, const SocketAddress&));
/external/chromium_org/v8/src/compiler/
H A Dcode-generator-impl.h45 int8_t InputInt8(int index) { return static_cast<int8_t>(InputInt32(index)); }
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h.in10 typedef signed char int8_t;
/external/icu/icu4c/source/common/
H A Dutil_props.cpp30 int8_t radix = 10;
186 int32_t& pos, int8_t radix) {
H A Duchar.c56 U_CAPI int8_t U_EXPORT2
60 return (int8_t)GET_CATEGORY(props);
470 u_digit(UChar32 ch, int8_t radix) {
471 int8_t value;
473 value=(int8_t)u_charDigitValue(ch);
477 value=(int8_t)(ch-0x57); /* ch - 'a' + 10 */
479 value=(int8_t)(ch-0x37); /* ch - 'A' + 10 */
481 value=(int8_t)(ch-0xFF37); /* fullwidth ASCII a-z */
483 value=(int8_t)(ch-0xFF17); /* fullwidth ASCII A-Z */
489 return (int8_t)((valu
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcoleitr.h352 inline int8_t normalizeDir() const { return dir_ == 1 ? 0 : dir_; }
367 int8_t dir_;
/external/libunwind/include/
H A Dlibunwind-dynamic.h85 int8_t tag; /* what operation? */
86 int8_t qp; /* qualifying predicate register */
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h40 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
41 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h142 int8_t winding; /* +1 (clockwise) / -1 (counter-clockwise) */
165 int8_t genUserClip; /* request user clip planes for ClipVertex */
/external/skia/src/core/
H A DSkEdge.h34 int8_t fCurveCount; // only used by kQuad(+) and kCubic(-)
37 int8_t fWinding; // 1 or -1
/external/skia/src/pathops/
H A DSkOpAngle.h133 int8_t fSectorStart; // in 32nds of a circle
134 int8_t fSectorEnd;
/external/srtp/
H A Dconfig.hw44 /* Define to 1 if the system has the type `int8_t'. */
188 typedef __int8 int8_t;
/external/chromium_org/base/numerics/
H A Dsafe_numerics_unittest.cc268 TEST_ARITHMETIC(int8_t);
468 TEST_NUMERIC_CONVERSION(int8_t, int8_t, SIGN_PRESERVING_VALUE_PRESERVING);
471 TEST_NUMERIC_CONVERSION(int8_t, int, SIGN_PRESERVING_NARROW);
473 TEST_NUMERIC_CONVERSION(int8_t, float, SIGN_PRESERVING_NARROW);
475 TEST_NUMERIC_CONVERSION(uint8_t, int8_t, SIGN_TO_UNSIGN_WIDEN_OR_EQUAL);
481 TEST_NUMERIC_CONVERSION(int8_t, unsigned int, UNSIGN_TO_SIGN_NARROW_OR_EQUAL);
482 TEST_NUMERIC_CONVERSION(int8_t, uintmax_t, UNSIGN_TO_SIGN_NARROW_OR_EQUAL);
489 TEST_NUMERIC_CONVERSION(int, int8_t, SIGN_PRESERVING_VALUE_PRESERVING);
500 TEST_NUMERIC_CONVERSION(unsigned int, int8_t, SIGN_TO_UNSIGN_WIDEN_OR_EQUA
[all...]

Completed in 7755 milliseconds

1234567891011>>