Searched refs:ByteNo (Results 1 - 10 of 10) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_TopazMap.c99 uint16_t ByteNo);
137 uint16_t ByteNo,
893 uint16_t ByteNo)
1008 ByteNo);
1029 ByteNo);
1069 uint16_t ByteNo,
1110 ByteNo);
1133 ByteNo);
1609 ByteNo = PH_FRINFC_TOPAZ_VAL0; local
1624 ByteNo
891 phFriNfc_Tpz_H_RdBytes(phFriNfc_NdefMap_t *NdefMap, uint16_t BlockNo, uint16_t ByteNo) argument
1067 phFriNfc_Tpz_H_WrAByte(phFriNfc_NdefMap_t *NdefMap, uint16_t BlockNo, uint16_t ByteNo, uint8_t ByteVal ) argument
1756 ByteNo = PH_FRINFC_TOPAZ_VAL0; local
1886 uint8_t ByteNo = PH_FRINFC_TOPAZ_VAL0, local
[all...]
H A DphFriNfc_MifareULMap.c3156 ByteNo = PH_FRINFC_NDEFMAP_MFUL_VAL0;
3171 ByteNo = (((NdefMap->TLVStruct.NdefTLVByte -
3215 ByteNo++;
3216 if ((ByteNo == 3) || (ByteNo == 2))
3218 NdefMap->SendRecvBuf[ByteNo]= (uint8_t) ((NdefMap->ApduBuffIndex & 0xFF00) >> 8);
3219 ByteNo++;
3220 NdefMap->SendRecvBuf[ByteNo] = (uint8_t) (NdefMap->ApduBuffIndex);
3221 ByteNo++;
3224 else if (ByteNo
[all...]
/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h65 void BackpatchWord(unsigned ByteNo, unsigned NewWord) { argument
66 Out[ByteNo++] = (unsigned char)(NewWord >> 0);
67 Out[ByteNo++] = (unsigned char)(NewWord >> 8);
68 Out[ByteNo++] = (unsigned char)(NewWord >> 16);
69 Out[ByteNo ] = (unsigned char)(NewWord >> 24);
259 unsigned ByteNo = B.StartSizeWord*4; local
262 BackpatchWord(ByteNo, SizeInWords);
H A DBitstreamReader.h274 uintptr_t ByteNo = uintptr_t(BitNo/8) & ~3; local
276 assert(canSkipToPos(ByteNo) && "Invalid location");
279 NextChar = ByteNo;
/external/clang/lib/Lex/
H A DLiteralSupport.cpp1402 unsigned ByteNo) const {
1435 return SpellingPtr - SpellingStart + ByteNo;
1443 while (ByteNo) {
1449 --ByteNo;
1459 if (Len > ByteNo) {
1460 // ByteNo is somewhere within the escape sequence.
1464 ByteNo -= Len;
1469 --ByteNo;
/external/clang/include/clang/Lex/
H A DLiteralSupport.h209 unsigned getOffsetOfStringByte(const Token &TheTok, unsigned ByteNo) const;
/external/clang/lib/AST/
H A DExpr.cpp816 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, argument
853 if (ByteNo < TokNumBytes ||
854 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) {
855 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo);
864 ByteNo -= TokNumBytes;
/external/clang/lib/Sema/
H A DSemaChecking.cpp46 unsigned ByteNo) const {
47 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(),
/external/clang/include/clang/AST/
H A DExpr.h1468 SourceLocation getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
/external/clang/include/clang/Sema/
H A DSema.h7060 unsigned ByteNo) const;

Completed in 286 milliseconds