/external/neven/Embedded/common/src/b_TensorEm/ |
D | CompactMat.c | 80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] ); in bts_CompactMat_fltDotPrdRow() 81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] ); in bts_CompactMat_fltDotPrdRow() 82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] ); in bts_CompactMat_fltDotPrdRow() 83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] ); in bts_CompactMat_fltDotPrdRow() 84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] ); in bts_CompactMat_fltDotPrdRow() 85 sumL += ( ( int8 )( dpL[ 2 ] >> 8 ) * ( int32 )inPtrL[ 5 ] ); in bts_CompactMat_fltDotPrdRow() 86 sumL += ( ( int8 ) dpL[ 3 ] * ( int32 )inPtrL[ 6 ] ); in bts_CompactMat_fltDotPrdRow() 87 sumL += ( ( int8 )( dpL[ 3 ] >> 8 ) * ( int32 )inPtrL[ 7 ] ); in bts_CompactMat_fltDotPrdRow() 93 sumL += ( ( int8 ) *dpL * ( int32 )inPtrL[ 0 ] ); in bts_CompactMat_fltDotPrdRow() 94 sumL += ( ( int8 )( *dpL >> 8 ) * ( int32 )inPtrL[ 1 ] ); in bts_CompactMat_fltDotPrdRow() [all …]
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/ |
D | lcblccmn.cpp | 124 oscl_memcpy((int8*)&openLogicalChannel.forwardLogicalChannelParameters , in MsgOpenSend() 125 (int8*)&p_ForwardReverseParam->forwardLogicalChannelParameters , in MsgOpenSend() 129 oscl_memcpy((int8*)&openLogicalChannel.reverseLogicalChannelParameters , in MsgOpenSend() 130 (int8*)&p_ForwardReverseParam->reverseLogicalChannelParameters , in MsgOpenSend() 134 oscl_memset((int8*)&openLogicalChannel.separateStack , 0 , sizeof(S_NetworkAccessParameters)) ; in MsgOpenSend() 172 oscl_memcpy((int8*)&openLogicalChannelAck.ackReverseLogicalChannelParameters , in MsgOpenAckSend() 173 (int8*)&p_ReverseData->reverseLogicalChannelParameters , in MsgOpenAckSend() 179 … oscl_memset((int8*)&openLogicalChannelAck.separateStack , 0 , sizeof(S_NetworkAccessParameters)) ; in MsgOpenAckSend() 183 oscl_memcpy((int8*)&openLogicalChannelAck.forwardMultiplexAckParameters , in MsgOpenAckSend() 184 (int8*)&p_ReverseData->forwardMultiplexAckParameters , in MsgOpenAckSend() [all …]
|
D | ml.cpp | 338 …oscl_memcpy((int8*)&maintenanceLoopRequest.mlRequestType, (int8*)pLoop_Type, sizeof(S_MlRequestTyp… in MsgLoopReqSend() 396 …oscl_memcpy((int8*)&maintenanceLoopReject.mlRejectCause , (int8*)pCause , sizeof(S_MlRejectCause))… in MsgLoopRjtSend() 452 …oscl_memcpy((int8*)&loop_Type, (int8*)&pMaintenanceLoopRequest->mlRequestType, sizeof(S_MlRequestT… in PtvLoopIdcSend() 484 oscl_memcpy((int8*)&sourceCause_Ml.Cause , (int8*)pCause , sizeof(S_MlRejectCause)) ; in PtvRlsIdcSend()
|
D | mr.cpp | 351 oscl_memcpy((int8*)&requestModeReject.rmRejectCause , (int8*)pCause , sizeof(S_RmRejectCause)) ; in MsgRjtSend() 378 oscl_memset((int8*)&requestModeRelease , 0 , sizeof(S_RequestModeRelease)) ; in MsgRlsSend() 434 oscl_memcpy((int8*)&sourceCause_Mr.Cause , (int8*)pCause , sizeof(S_RmRejectCause)) ; in PtvRjtIndSend() 464 oscl_memcpy((int8*)&modePref , (int8*)&pRequestModeAck->response , sizeof(S_Response)) ; in PtvTrnsCfmSend()
|
D | mt.cpp | 457 …oscl_memcpy((int8*)&multiplexEntryRejectionDescriptions.meRejectCause , (int8*)&p_Cause , sizeof(S… in MsgMtRjtSend() 489 oscl_memcpy((int8*)&multiplexTableEntryNumber , in MsgMtRlsSend() 490 (int8*)entries.MuxTableEntriesRead() , in MsgMtRlsSend() 554 oscl_memcpy((int8*)&sourceCause_Mt.Cause , (int8*)p_Cause , sizeof(S_MeRejectCause)) ; in PtvRjtIdcSend()
|
D | clc.cpp | 317 oscl_memcpy((int8*)&requestChannelCloseReject.rccRejectCause , in MsgCloseRjtSend() 318 (int8*)pCause , sizeof(S_RccRejectCause)) ; in MsgCloseRjtSend() 405 oscl_memcpy((int8*)&sourceCause_Clc.Cause , (int8*)pCause , sizeof(S_RccRejectCause)) ; in PtvRjtIdcSend()
|
D | rme.cpp | 346 oscl_memcpy((int8*)&requestMultiplexEntryRejectionDescriptions.rmeRejectCause , in MsgEntryRjtSend() 347 (int8*)pCause_rmese, sizeof(S_RmeRejectCause)) ; in MsgEntryRjtSend() 436 oscl_memcpy((int8*)&sourceCause.Cause , (int8*)pCause , sizeof(S_RmeRejectCause)) ; in PtvRjtIdcSend()
|
/external/opencore/oscl/oscl/osclutil/src/ |
D | oscl_bin_stream.h | 232 int8 * data, 253 OsclBinIStreamLittleEndian & operator>>(int8 & data); 302 void Read(int8 & data); 315 OsclBinIStreamBigEndian & operator>>(int8 & data); 362 const int8 * data, /* data to store */ 378 OsclBinOStreamLittleEndian & operator<<(const int8 & data); 415 OsclBinOStreamBigEndian & operator<<(const int8 & data);
|
D | oscl_bin_stream.inl | 206 int8 * data, /* Pointer to the place to store the bytes read */ 252 OSCL_INLINE OsclBinIStreamLittleEndian & OsclBinIStreamLittleEndian::operator>>(int8 & data) 254 data = int8(Read_uint8()); 359 OSCL_INLINE void OsclBinIStreamBigEndian::Read(int8 & data) 361 data = int8(Read_uint8()); 389 OSCL_INLINE OsclBinIStreamBigEndian & OsclBinIStreamBigEndian::operator>>(int8 & data) 391 data = int8(Read_uint8()); 488 const int8 * data, /* data to store */ 504 OSCL_INLINE OsclBinOStreamLittleEndian & OsclBinOStreamLittleEndian::operator<<(const int8 & data) 508 *((int8 *)pPosition) = data; [all …]
|
/external/qemu/fpu/ |
D | softfloat-macros.h | 107 int8 negCount = ( - count ) & 63; in shift64ExtraRightJamming() 144 int8 negCount = ( - count ) & 63; in shift128Right() 179 int8 negCount = ( - count ) & 63; in shift128RightJamming() 237 int8 negCount = ( - count ) & 63; in shift128ExtraRightJamming() 314 int8 negCount; in shortShift192Left() 371 int8 carry0, carry1; in add192() 427 int8 borrow0, borrow1; in sub192() 588 int8 index; in estimateSqrt32() 612 static int8 countLeadingZeros32( bits32 a ) in countLeadingZeros32() 614 static const int8 countLeadingZerosHigh[] = { in countLeadingZeros32() [all …]
|
/external/opencore/fileformats/mp4/parser/include/ |
D | textsampleentry.h | 58 int8 getHorzJustification() in getHorzJustification() 63 int8 getVertJustification() in getVertJustification() 96 int8 _horzJustification; 97 int8 _vertJustification;
|
D | h263decoderspecificinfo.h | 50 int8 getEncoderVersion() in getEncoderVersion() 54 int8 getCodecProfile() in getCodecProfile() 58 int8 getCodecLevel() in getCodecLevel()
|
D | 3gpp_h263decoderspecificinfo.h | 44 int8 getDecoderVersion() in getDecoderVersion() 48 int8 getCodecLevel() in getCodecLevel() 52 int8 getCodecProfile() in getCodecProfile()
|
D | fontrecord.h | 39 int8 getFontLength() in getFontLength() 61 int8 _fontLength;
|
D | oma2boxes.h | 283 int8 getHorzJustification() in getHorzJustification() 288 int8 getVertJustification() in getVertJustification() 315 int8 _horzJustification; 316 int8 _vertJustification;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
D | ml.h | 127 oscl_memcpy((int8*)pType, (int8*)&LoopType, sizeof(S_MlRequestType)); in LoopTypeRead() 131 oscl_memcpy((int8*)&LoopType, (int8*)pType, sizeof(S_MlRequestType)); in LoopTypeWrite()
|
D | lcblc.h | 535 oscl_memcpy((int8*)&openLogicalChannel.forwardLogicalChannelParameters , in SendOpenLogicalChannel() 536 (int8*)¶m->forwardLogicalChannelParameters , in SendOpenLogicalChannel() 540 oscl_memcpy((int8*)&openLogicalChannel.reverseLogicalChannelParameters , in SendOpenLogicalChannel() 541 (int8*)¶m->reverseLogicalChannelParameters , in SendOpenLogicalChannel() 545 … oscl_memset((int8*)&openLogicalChannel.separateStack , 0 , sizeof(S_NetworkAccessParameters)) ; in SendOpenLogicalChannel() 568 oscl_memcpy((int8*)&openLogicalChannelAck.ackReverseLogicalChannelParameters , 569 (int8*)&p_ReverseData->reverseLogicalChannelParameters , 574 oscl_memcpy((int8*)&openLogicalChannelAck.forwardMultiplexAckParameters , 575 (int8*)&p_ReverseData->forwardMultiplexAckParameters , 581 … oscl_memset((int8*)&openLogicalChannelAck.separateStack , 0 , sizeof(S_NetworkAccessParameters)) ;
|
D | rme.h | 77 oscl_memcpy((int8*)pEntries, (int8*)Entries, SizeEntries * sizeof(uint32)) ; in EntriesCopy() 83 oscl_memcpy((int8*)Entries, entries, sizeEntries * sizeof(uint32)); in Write()
|
/external/bluetooth/bluez/test/ |
D | service-record.dtd | 6 …quence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|i… 8 …quence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|i… 46 <!ELEMENT int8 EMPTY> element 47 <!ATTLIST int8 value CDATA #REQUIRED> 48 <!ATTLIST int8 name CDATA>
|
/external/opencore/engines/2way/pvlogger/src/ |
D | pv_logger_impl.h | 120 int8 ReadAndParseLoggerConfigFile(); 133 int8 iLogLevel; 135 …int8 iAppenderType; //Type of appender to be used for the logging 0-> Err Appender, 1-> File Appen…
|
/external/opencore/android/ |
D | android_logger_config.h | 61 int8 ReadAndParseLoggerConfigFile() in ReadAndParseLoggerConfigFile() 63 int8 retval = 1; in ReadAndParseLoggerConfigFile() 79 const int8 lnFdLen = oscl_strlen(lnFd); in ReadAndParseLoggerConfigFile() 185 int8 iLogLevel;
|
/external/opencore/fileformats/mp4/composer/include/ |
D | textsampleentry.h | 56 …OSCL_IMPORT_REF void *setFontRecord(uint16 fontlistID, uint16 fontID, int8 fontLength, uint8* fo… 79 int8 _horzJustification; 80 int8 _vertJustification;
|
D | fontrecord.h | 35 PVA_FF_FontRecord(uint16 FontListID, uint16 FontID, int8 FontLength, uint8* FontName); 43 int8 _fontLength;
|
D | textsampledescinfo.h | 114 int8 hJust; 115 int8 vJust; 130 int8 font_length;
|
/external/opencore/codecs_v2/standalone_headerfiles/ |
D | arbt_types.h | 45 #ifndef int8 46 typedef signed char int8; typedef
|