Home
last modified time | relevance | path

Searched refs:BytesToWrite (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
Draw_ostream.cpp307 size_t BytesToWrite = Size - (Size % NumBytes); in write() local
308 write_impl(Ptr, BytesToWrite); in write()
309 size_t BytesRemaining = Size - BytesToWrite; in write()
312 return write(Ptr + BytesToWrite, BytesRemaining); in write()
314 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write()
/external/libnfc-nxp/src/
DphFriNfc_MifareULMap.c2963 BytesToWrite = PH_FRINFC_NDEFMAP_MFUL_VAL0; in phFriNfc_MfUL_H_fillSendBufToWr() local
2977 BytesToWrite = ((RemainingBytes < in phFriNfc_MfUL_H_fillSendBufToWr()
2986 BytesToWrite = BytesToWrite - NdefMap->NumOfLReminWrite; in phFriNfc_MfUL_H_fillSendBufToWr()
3016 BytesToWrite); in phFriNfc_MfUL_H_fillSendBufToWr()
3019 NdefMap->NumOfBytesWritten = BytesToWrite; in phFriNfc_MfUL_H_fillSendBufToWr()
3024 (BytesToWrite + NdefMap->MifareULContainer.InternalLength + in phFriNfc_MfUL_H_fillSendBufToWr()
3030 if((BytesToWrite + NdefMap->MifareULContainer.InternalLength + in phFriNfc_MfUL_H_fillSendBufToWr()
3034 …for(index = (uint8_t)((BytesToWrite + NdefMap->MifareULContainer.InternalLength + NdefMap->NumOfLR… in phFriNfc_MfUL_H_fillSendBufToWr()
3040 ((BytesToWrite + in phFriNfc_MfUL_H_fillSendBufToWr()
DphFriNfc_MifareStdMap.c4941 BytesToWrite = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifStd_H_fillSendBuf() local
4957 BytesToWrite = ((RemainingBytes < in phFriNfc_MifStd_H_fillSendBuf()
4979 BytesToWrite); in phFriNfc_MifStd_H_fillSendBuf()
4982 NdefMap->NumOfBytesWritten = BytesToWrite; in phFriNfc_MifStd_H_fillSendBuf()
4987 ((BytesToWrite + NdefMap->StdMifareContainer.internalLength in phFriNfc_MifStd_H_fillSendBuf()
4992 if((BytesToWrite + NdefMap->StdMifareContainer.internalLength + in phFriNfc_MifStd_H_fillSendBuf()
4995 for(index = (uint8_t)(BytesToWrite + in phFriNfc_MifStd_H_fillSendBuf()
5002 (BytesToWrite + Length + in phFriNfc_MifStd_H_fillSendBuf()