/external/icu/icu4c/source/i18n/unicode/ |
D | simpletz.h | 161 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 savingsEndMonth, int8_t savingsEndDayOfWeekInMonth, 207 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 252 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth, 253 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, [all …]
|
/external/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 51 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; 87 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone() 88 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone() 89 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone() 90 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone() 106 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone() 107 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone() 108 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone() 109 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone() 125 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone() [all …]
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_audio.h | 30 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 _cngWBPayloadType GUARDED_BY(_sendAudioCritsect); [all …]
|
D | rtp_receiver_audio.h | 43 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 …]
|
D | rtp_sender.h | 55 int8_t payload_type, 118 const int8_t payload_type, const uint32_t frequency, 121 int32_t DeRegisterSendPayload(const int8_t payload_type); 123 void SetSendPayloadType(int8_t payload_type); 125 int8_t SendPayloadType() const; 151 int8_t payload_type, 240 int8_t payload_type, 277 int32_t SetRED(int8_t payload_type); 280 int32_t RED(int8_t *payload_type) const; 316 int32_t CheckPayloadType(int8_t payload_type, RtpVideoCodecTypes* video_type); [all …]
|
/external/skia/tests/ |
D | FitsInTest.cpp | 17 TEST(int32_t, 1, int8_t, true); in DEF_TEST() 18 TEST(int32_t, -1, int8_t, true); in DEF_TEST() 19 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true); in DEF_TEST() 20 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false); in DEF_TEST() 21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true); in DEF_TEST() 22 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, false); in DEF_TEST() 33 TEST(int32_t, 1000, int8_t, false); in DEF_TEST() 46 TEST(uint32_t, 1, int8_t, true); in DEF_TEST() 53 TEST(uint32_t, (std::numeric_limits<uint32_t>::max)(), int8_t, false); in DEF_TEST() 60 TEST(uint64_t, 1, int8_t, true); in DEF_TEST()
|
/external/icu/icu4c/source/common/ |
D | ucnv_bld.h | 73 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 */ 187 int8_t toULength; /* number of bytes in toUBytes */ 210 int8_t maxBytesPerUChar; 212 int8_t subCharLen; /* length of the codepage specific character sequence */ 213 int8_t invalidCharLength; 214 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */ [all …]
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_payload_registry.h | 40 const int8_t payloadType, 62 const int8_t payload_type, 69 const int8_t payload_type); 76 int8_t* payload_type) const; 138 int8_t red_payload_type() const { in red_payload_type() 142 int8_t ulpfec_payload_type() const { in ulpfec_payload_type() 146 int8_t last_received_payload_type() const { in last_received_payload_type() 150 void set_last_received_payload_type(int8_t last_received_payload_type) { in set_last_received_payload_type() 155 int8_t last_received_media_payload_type() const { in last_received_media_payload_type() 184 int8_t red_payload_type_; [all …]
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_transport.h | 38 int8_t sin_length; 39 int8_t sin_family; 45 int8_t sin_zero[8]; 59 int8_t sin_length; 60 int8_t sin_family; 77 int8_t sin_length; 78 int8_t sin_family; 82 int8_t __ss_pad1[SS_PAD1SIZE]; 84 int8_t __ss_pad2[SS_PAD2SIZE]; 100 virtual void IncomingRTPPacket(const int8_t* incomingRtpPacket, [all …]
|
D | udp_transport_impl.h | 101 int32_t SendRaw(const int8_t* data, 106 int32_t SendRTPPacketTo(const int8_t* data, 109 int32_t SendRTCPPacketTo(const int8_t* data, 112 int32_t SendRTPPacketTo(const int8_t* data, 115 int32_t SendRTCPPacketTo(const int8_t* data, 141 const int8_t* rtpPacket, 145 const int8_t* rtcpPacket, 166 void IncomingRTPFunction(const int8_t* rtpPacket, 169 void IncomingRTCPFunction(const int8_t* rtcpPacket,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_latc.c | 36 static void u_format_signed_encode_rgtc_ubyte(int8_t *blkaddr, int8_t srccolors[4][4], 39 static void u_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const int8_t *pixdata, 40 unsigned i, unsigned j, int8_t *value, unsigned comps); 143 const int8_t *src = (int8_t *)src_row; in util_format_latc1_snorm_unpack_rgba_float() 148 int8_t tmp_r; in util_format_latc1_snorm_unpack_rgba_float() 165 int8_t tmp_r; in util_format_latc1_snorm_fetch_rgba_float() 167 u_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 1); in util_format_latc1_snorm_fetch_rgba_float() 268 const int8_t *src = (int8_t *)src_row; in util_format_latc2_snorm_unpack_rgba_float() 273 int8_t tmp_r, tmp_g; in util_format_latc2_snorm_unpack_rgba_float() 297 int8_t tmp_r, tmp_g; in util_format_latc2_snorm_fetch_rgba_float() [all …]
|
D | 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; in util_format_rgtc1_snorm_pack_rgba_float() 183 int8_t tmp[4][4]; /* [bh][bw][comps] */ in util_format_rgtc1_snorm_pack_rgba_float() 202 const int8_t *src = (int8_t *)src_row; in util_format_rgtc1_snorm_unpack_rgba_float() 207 int8_t tmp_r; in util_format_rgtc1_snorm_unpack_rgba_float() 224 int8_t tmp_r; in util_format_rgtc1_snorm_fetch_rgba_float() 225 u_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 1); in util_format_rgtc1_snorm_fetch_rgba_float() 386 const int8_t *src = (int8_t *)src_row; in util_format_rgtc2_snorm_unpack_rgba_float() [all …]
|
/external/webrtc/webrtc/modules/audio_device/ |
D | fine_audio_buffer_unittest.cc | 34 bool VerifyBuffer(const int8_t* buffer, int buffer_number, int size) { in VerifyBuffer() 52 int8_t* buffer = static_cast<int8_t*>(arg0); in ACTION_P2() 63 void UpdateInputBuffer(int8_t* buffer, int iteration, int size) { in UpdateInputBuffer() 75 const int8_t* buffer = static_cast<const int8_t*>(arg0); in ACTION_P2() 121 rtc::scoped_ptr<int8_t[]> out_buffer; in RunFineBufferTest() 122 out_buffer.reset(new int8_t[fine_buffer.RequiredPlayoutBufferSizeBytes()]); in RunFineBufferTest() 123 rtc::scoped_ptr<int8_t[]> in_buffer; in RunFineBufferTest() 124 in_buffer.reset(new int8_t[kFrameSizeBytes]); in RunFineBufferTest()
|
D | fine_audio_buffer.cc | 40 playout_cache_buffer_.reset(new int8_t[bytes_per_10_ms_]); in FineAudioBuffer() 41 record_cache_buffer_.reset(new int8_t[required_record_buffer_size_bytes_]); in FineAudioBuffer() 67 void FineAudioBuffer::GetPlayoutData(int8_t* buffer) { in GetPlayoutData() 82 int8_t* unwritten_buffer = &buffer[playout_cached_bytes_]; in GetPlayoutData() 103 int8_t* cache_ptr = &buffer[cache_location]; in GetPlayoutData() 114 void FineAudioBuffer::DeliverRecordedData(const int8_t* buffer, in DeliverRecordedData()
|
D | fine_audio_buffer.h | 53 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_;
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 17 static INLINE int8_t signed_char_clamp(int t) { in signed_char_clamp() 18 return (int8_t)clamp(t, -128, 127); in signed_char_clamp() 36 static INLINE int8_t filter_mask(uint8_t limit, uint8_t blimit, in filter_mask() 41 int8_t mask = 0; in filter_mask() 52 static INLINE int8_t flat_mask4(uint8_t thresh, in flat_mask4() 57 int8_t mask = 0; in flat_mask4() 67 static INLINE int8_t flat_mask5(uint8_t thresh, in flat_mask5() 73 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3); in flat_mask5() 80 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() 82 int8_t hev = 0; in hev_mask() [all …]
|
/external/clang/test/CodeGen/ |
D | arm64-scalar-test.c | 46 int8_t test_vqrshlb_s8(int8_t a, int8_t b) { in test_vqrshlb_s8() 94 int8_t test_vqshlb_s8(int8_t a, int8_t b) { in test_vqshlb_s8() 178 int8_t test_vqaddb_s8(int8_t a, int8_t b) { in test_vqaddb_s8() 226 int8_t test_vqsubb_s8(int8_t a, int8_t b) { in test_vqsubb_s8() 274 int8_t test_vqmovnh_s16(int16_t a) { in test_vqmovnh_s16() 310 int8_t test_vqmovunh_s16(int16_t a) { in test_vqmovunh_s16() 328 int8_t test_vqabsb_s8(int8_t a) { in test_vqabsb_s8() 352 int8_t test_vqnegb_s8(int8_t a) { in test_vqnegb_s8()
|
/external/webrtc/webrtc/modules/media_file/ |
D | media_file_utility.h | 44 int32_t ReadWavDataAsMono(InStream& stream, int8_t* audioBuffer, 56 int8_t* audioBufferLeft, 57 int8_t* audioBufferRight, 71 const int8_t* audioBuffer, 94 int32_t ReadPCMData(InStream& stream, int8_t* audioBuffer, 107 const int8_t* audioBuffer, 121 int8_t* audioBuffer, 135 const int8_t* audioBuffer, 147 int8_t* audioBuffer, 161 const int8_t* inData,
|
/external/webp/src/dsp/ |
D | dec_clip_tables.c | 66 static const int8_t sclip1[1020 + 1020 + 1] = { 239 static const int8_t sclip2[112 + 112 + 1] = { 332 static int8_t sclip1[1020 + 1020 + 1]; 333 static int8_t sclip2[112 + 112 + 1]; 342 const int8_t* const VP8ksclip1 = &sclip1[1020]; 343 const int8_t* const VP8ksclip2 = &sclip2[112];
|
/external/llvm/unittests/IR/ |
D | TypeBuilderTest.cpp | 35 …EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<int8_t, false>::get(getGlobalContext()… in TEST() 75 (TypeBuilder<int8_t**, false>::get(getGlobalContext()))); in TEST() 77 (TypeBuilder<int8_t[7], false>::get(getGlobalContext()))); in TEST() 79 (TypeBuilder<int8_t[], false>::get(getGlobalContext()))); in TEST() 97 (TypeBuilder<const int8_t, false>::get(getGlobalContext()))); in TEST() 99 (TypeBuilder<volatile int8_t, false>::get(getGlobalContext()))); in TEST() 101 (TypeBuilder<const volatile int8_t, false>::get(getGlobalContext()))); in TEST() 118 (TypeBuilder<const volatile int8_t*const volatile, false>::get(getGlobalContext()))); in TEST() 126 (TypeBuilder<int8_t(...), false>::get(getGlobalContext()))); in TEST() 129 (TypeBuilder<int8_t(const int32_t*), false>::get(getGlobalContext()))); in TEST() [all …]
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Utils.c | 40 int8_t *b1 =(int8_t *)src; in phOsalNfc_MemCompare() 41 int8_t *b2 =(int8_t *)dest; in phOsalNfc_MemCompare() 42 int8_t diff = 0; in phOsalNfc_MemCompare()
|
/external/llvm/unittests/Support/ |
D | SwapByteOrderTest.cpp | 53 int8_t original_int8 = static_cast<int8_t>(value); in TEST() 72 original_int8 = static_cast<int8_t>(value); in TEST() 111 TEST(getSwappedBytes, int8_t) { in TEST() argument 112 EXPECT_EQ(int8_t(0x11), sys::getSwappedBytes(int8_t(0x11))); in TEST() 165 TEST(swapByteOrder, int8_t) { in TEST() argument 166 int8_t value = 0x11; in TEST() 168 EXPECT_EQ(int8_t(0x11), value); in TEST()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_NdefReg.c | 41 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count); 45 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count) in phFriNfc_NdefReg_Strncmp() 49 int16_t phFriNfc_NdefReg_Strnicmp(const int8_t *s1, const int8_t *s2, uint32_t count) in phFriNfc_NdefReg_Strnicmp() 51 int8_t c1, c2; in phFriNfc_NdefReg_Strnicmp() 313 … if( !phFriNfc_NdefReg_Strncmp( (const int8_t *)NdefReg->NdefTypeList->NdefType[index] , in phFriNfc_NdefReg_Process() 314 (const int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process() 330 … if( !phFriNfc_NdefReg_Strnicmp( (int8_t *)NdefReg->NdefTypeList->NdefType[index] , in phFriNfc_NdefReg_Process() 331 (int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process() 515 … if(!phFriNfc_NdefReg_Strncmp((const int8_t *)NdefReg->NdefTypeList->NdefType[NdefReg->RtdIndex], in phFriNfc_NdefReg_Process() 516 (const int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 384 inline int8_t compare(const UnicodeString& text) const; 401 inline int8_t compare(int32_t start, 422 inline int8_t compare(int32_t start, 440 inline int8_t compare(const UChar *srcChars, 457 inline int8_t compare(int32_t start, 478 inline int8_t compare(int32_t start, 501 inline int8_t compareBetween(int32_t start, 524 inline int8_t compareCodePointOrder(const UnicodeString& text) const; 545 inline int8_t compareCodePointOrder(int32_t start, 570 inline int8_t compareCodePointOrder(int32_t start, [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_msa.c | 26 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_4w_msa() 100 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_8w_msa() 196 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_16w_msa() 209 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_32w_msa() 222 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_64w_msa() 235 int8_t *filter_horiz, in common_hv_2ht_2vt_4x4_msa() 236 int8_t *filter_vert) { in common_hv_2ht_2vt_4x4_msa() 266 int8_t *filter_horiz, in common_hv_2ht_2vt_4x8_msa() 267 int8_t *filter_vert) { in common_hv_2ht_2vt_4x8_msa() 310 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_2ht_2vt_4w_msa() [all …]
|