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/
BitstreamReader.h 303 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
305 assert(canSkipToPos(ByteNo) && "Invalid location");
308 NextChar = ByteNo;
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 229 unsigned getOffsetOfStringByte(const Token &TheTok, unsigned ByteNo) const;
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 46 unsigned ByteNo) const {
47 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts,
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 455 milliseconds