Searched refs:int8_t (Results 1 - 25 of 840) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/intltest/
H A Dcaltestdata.h22 int8_t gmo; // 1-based
23 int8_t gda;
24 int8_t cyr;
25 int8_t cmo; // 1-based
26 int8_t clp; // 1 for leap month, 0 otherwise
27 int8_t cda;
/external/libcxx/test/libcxx/modules/
H A Dcinttypes_exports.sh.cpp23 int8_t x; ((void)x);
24 std::int8_t y; ((void)y);
H A Dcstdint_exports.sh.cpp23 int8_t x; ((void)x);
24 std::int8_t y; ((void)y);
H A Dinttypes_h_exports.sh.cpp23 int8_t x; ((void)x);
H A Dstdint_h_exports.sh.cpp12 // Test that int8_t and the like are exported from stdint.h not inttypes.h
19 int8_t x; ((void)x);
/external/libvpx/libvpx/vpx_dsp/
H A Dpostproc.h19 int vpx_setup_noise(double sigma, int8_t *noise, int size);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_timezoneprovider.cpp19 m_tz.tzHour = static_cast<int8_t>(_timezone / 3600 * -1);
20 m_tz.tzMinute = static_cast<int8_t>((abs(_timezone) % 3600) / 60);
26 m_tz.tzHour = static_cast<int8_t>(timezone / 3600 * -1);
28 static_cast<int8_t>((abs(static_cast<int>(timezone)) % 3600) / 60);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.h30 int8_t payloadType,
37 int8_t payloadType,
58 int32_t SetRED(int8_t payloadType);
61 int32_t RED(int8_t* payloadType) const;
66 int8_t dtmf_payload_type,
71 bool MarkerBit(const FrameType frameType, const int8_t payloadType);
85 int8_t _dtmfPayloadType GUARDED_BY(_sendAudioCritsect);
93 int8_t _REDPayloadType GUARDED_BY(_sendAudioCritsect);
97 int8_t _cngNBPayloadType GUARDED_BY(_sendAudioCritsect);
98 int8_t _cngWBPayloadTyp
[all...]
H A Drtp_receiver_audio.h43 bool TelephoneEventPayloadType(const int8_t payload_type) const;
49 bool CNGPayloadType(const int8_t payload_type,
69 int8_t payload_type,
74 int8_t payload_type,
90 void CheckPayloadChanged(int8_t payload_type,
106 int8_t telephone_event_payload_type_;
109 int8_t cng_nb_payload_type_;
110 int8_t cng_wb_payload_type_;
111 int8_t cng_swb_payload_type_;
112 int8_t cng_fb_payload_type
[all...]
/external/libexif/contrib/watcom/
H A D_stdint.h8 typedef signed char int8_t; typedef
/external/compiler-rt/test/ubsan/TestCases/Integer/
H A Dadd-overflow.cpp10 (void)(int8_t(0x7f) + int8_t(0x7f));
H A Dmul-overflow.cpp7 (void)(int8_t(-2) * int8_t(0x7f));
H A Dsub-overflow.cpp10 (void)(int8_t(-2) - int8_t(0x7f));
H A Dumul-overflow.cpp7 (void)(int8_t(-2) * int8_t(0x7f));
/external/llvm/lib/Support/
H A DLEB128.cpp24 Size += sizeof(int8_t);
39 Size += sizeof(int8_t);
/external/icu/icu4c/source/common/
H A Ducnv_bld.h75 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
76 int8_t conversionType; /* +69: 1 conversion type */
78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
79 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
82 int8_t subCharLen; /* +76: 1 */
189 int8_t toULength; /* number of bytes in toUBytes */
212 int8_t maxBytesPerUChar;
214 int8_t subCharLen; /* length of the codepage specific character sequence */
215 int8_t invalidCharLength;
216 int8_t charErrorBufferLengt
[all...]
/external/skia/tests/
H A DFitsInTest.cpp17 TEST(int32_t, 1, int8_t, true);
18 TEST(int32_t, -1, int8_t, true);
19 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true);
20 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false);
21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true);
22 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, fals
[all...]
/external/skqp/tests/
H A DFitsInTest.cpp17 TEST(int32_t, 1, int8_t, true);
18 TEST(int32_t, -1, int8_t, true);
19 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true);
20 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false);
21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true);
22 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, fals
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h163 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
164 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
165 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
166 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
206 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
207 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
208 int8_t savingsEndMont
[all...]
/external/clang/test/CodeGen/
H A Dcompound-assign-overflow.c28 int8_t a, b;
/external/icu/icu4c/source/i18n/
H A Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(int8_t minInt, int8_t maxInt) {
23 return {static_cast<int8_t>(minInt), -1};
32 return {fUnion.minMaxInt.fMinInt, static_cast<int8_t>(maxInt)};
/external/syslinux/com32/include/bitsize/
H A Dstdint.h8 typedef signed char int8_t; typedef
/external/syslinux/gpxe/src/arch/i386/include/bits/
H A Dstdint.h15 typedef signed char int8_t; typedef
/external/syslinux/gpxe/src/arch/x86_64/include/bits/
H A Dstdint.h13 typedef signed char int8_t; typedef
/external/webrtc/webrtc/modules/audio_device/
H A Dfine_audio_buffer.h53 void GetPlayoutData(int8_t* buffer);
66 void DeliverRecordedData(const int8_t* buffer,
89 rtc::scoped_ptr<int8_t[]> playout_cache_buffer_;
96 rtc::scoped_ptr<int8_t[]> record_cache_buffer_;

Completed in 1510 milliseconds

1234567891011>>