Searched defs:ByteNo (Results 1 - 4 of 4) 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...]
/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.h326 uintptr_t ByteNo = uintptr_t(BitNo/8) & ~(sizeof(word_t)-1); local
328 assert(canSkipToPos(ByteNo) && "Invalid location");
331 NextChar = ByteNo;
/external/clang/lib/AST/
H A DExpr.cpp929 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, argument
966 if (ByteNo < TokNumBytes ||
967 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) {
968 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo);
977 ByteNo -= TokNumBytes;

Completed in 208 milliseconds