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

1234567891011>>

/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Utils.c40 int8_t *b1 =(int8_t *)src;
41 int8_t *b2 =(int8_t *)dest;
42 int8_t diff = 0;
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dsingle_rw_fifo.h29 void Push(int8_t* mem);
30 int8_t* Pop();
38 scoped_ptr<int8_t*[]> queue_;
H A Dsingle_rw_fifo_unittest.cc33 for (int8_t i = 0; i < kCapacity; ++i) {
35 buffer_[i].reset(new int8_t[kBufferSize]);
47 for (int8_t i = 0; i < number_of_buffers; ++i) {
48 int8_t* data = memory_queue_.front();
58 for (int8_t i = 0; i < number_of_buffers; ++i) {
59 int8_t* data = fifo_.Pop();
69 std::list<int8_t*>::const_iterator iter = memory_queue_.begin();
73 int8_t previous_index = DataToElementIndex(*iter);
76 int8_t current_index = DataToElementIndex(*iter);
86 int8_t DataToElementInde
[all...]
H A Dfine_audio_buffer.h47 void GetBufferData(int8_t* buffer);
59 scoped_ptr<int8_t[]> cache_buffer_;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.h30 const int8_t payloadType,
37 const int8_t payloadType,
55 bool SendTelephoneEventActive(int8_t& telephoneEvent) const;
62 int32_t SetRED(const int8_t payloadType);
65 int32_t RED(int8_t& payloadType) const;
76 const int8_t payloadType);
93 int8_t _dtmfPayloadType;
101 int8_t _REDPayloadType;
105 int8_t _cngNBPayloadType;
106 int8_t _cngWBPayloadTyp
[all...]
H A Drtp_receiver_audio.h44 bool TelephoneEventPayloadType(const int8_t payload_type) const;
52 bool CNGPayloadType(const int8_t payload_type,
73 int8_t payload_type,
79 int8_t payload_type,
95 void CheckPayloadChanged(int8_t payload_type,
116 int8_t telephone_event_payload_type_;
119 int8_t cng_nb_payload_type_;
120 int8_t cng_wb_payload_type_;
121 int8_t cng_swb_payload_type_;
122 int8_t cng_fb_payload_type
[all...]
/external/libexif/contrib/watcom/
H A D_stdint.h8 typedef signed char int8_t; typedef
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_payload_registry.h38 const int8_t payloadType,
60 const int8_t payload_type,
67 const int8_t payload_type);
74 int8_t* payload_type) const;
117 int8_t red_payload_type() const {
121 int8_t ulpfec_payload_type() const {
125 int8_t last_received_payload_type() const {
129 void set_last_received_payload_type(int8_t last_received_payload_type) {
134 int8_t last_received_media_payload_type() const {
153 int8_t red_payload_type
[all...]
/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/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h73 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
74 int8_t conversionType; /* +69: 1 conversion type */
76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
80 int8_t subCharLen; /* +76: 1 */
182 int8_t toULength; /* number of bytes in toUBytes */
205 int8_t maxBytesPerUChar;
207 int8_t subCharLen; /* length of the codepage specific character sequence */
208 int8_t invalidCharLength;
209 int8_t charErrorBufferLengt
[all...]
/external/chromium_org/third_party/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/icu/icu4c/source/common/
H A Ducnv_bld.h73 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
74 int8_t conversionType; /* +69: 1 conversion type */
76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
80 int8_t subCharLen; /* +76: 1 */
182 int8_t toULength; /* number of bytes in toUBytes */
205 int8_t maxBytesPerUChar;
207 int8_t subCharLen; /* length of the codepage specific character sequence */
208 int8_t invalidCharLength;
209 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/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsimpletz.h161 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
162 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
163 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
164 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
204 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
205 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
206 int8_t savingsEndMont
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h161 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
162 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
163 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
164 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
204 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
205 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
206 int8_t savingsEndMont
[all...]
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h33 typedef signed char int8_t; typedef
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dtypes.h31 typedef signed char int8_t; typedef
/external/chromium_org/v8/include/
H A Dv8stdint.h17 typedef signed char int8_t; typedef
/external/clang/test/CodeGen/
H A Dcompound-assign-overflow.c28 int8_t a, b;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_minimal.h32 typedef signed char int8_t; typedef
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DBWEStandAlone.cc35 virtual void IncomingRTPPacket(const int8_t* incomingRtpPacket,
37 const int8_t* fromIP,
40 virtual void IncomingRTCPPacket(const int8_t* incomingRtcpPacket,
42 const int8_t* fromIP,
49 void myTransportCB::IncomingRTPPacket(const int8_t* incomingRtpPacket,
51 const int8_t* fromIP,
58 void myTransportCB::IncomingRTCPPacket(const int8_t* incomingRtcpPacket,
60 const int8_t* fromIP,
156 // int8_t data[100];

Completed in 984 milliseconds

1234567891011>>