HomeSort by relevance Sort by last modified time
    Searched refs:ByteNo (Results 1 - 10 of 10) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_TopazMap.c 99 uint16_t ByteNo);
137 uint16_t ByteNo,
893 uint16_t ByteNo)
    [all...]
phFriNfc_MifareULMap.c     [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 65 void BackpatchWord(unsigned ByteNo, unsigned NewWord) {
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;
262 BackpatchWord(ByteNo, SizeInWords);
BitstreamReader.h 326 uintptr_t ByteNo = uintptr_t(BitNo/8) & ~(sizeof(word_t)-1);
328 assert(canSkipToPos(ByteNo) && "Invalid location");
331 NextChar = ByteNo;
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 211 unsigned getOffsetOfStringByte(const Token &TheTok, unsigned ByteNo) const;
  /external/clang/lib/AST/
Expr.cpp 913 getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 45 unsigned ByteNo) const {
46 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(),
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 285 milliseconds