/external/bzip2/ |
unzcrash.c | 66 int byteno = bit / 8; local 70 // byteno, bitno, (int)mask ); 71 zbuf[byteno] ^= mask;
|
/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 | 169 void BackpatchWord(unsigned ByteNo, unsigned NewWord) { 170 Out[ByteNo++] = (unsigned char)(NewWord >> 0); 171 Out[ByteNo++] = (unsigned char)(NewWord >> 8); 172 Out[ByteNo++] = (unsigned char)(NewWord >> 16); 173 Out[ByteNo ] = (unsigned char)(NewWord >> 24); 243 unsigned ByteNo = B.StartSizeWord*4; 246 BackpatchWord(ByteNo, SizeInWords);
|
BitstreamReader.h | 247 uintptr_t ByteNo = uintptr_t(BitNo/8) & ~3; 249 assert(ByteNo <= (uintptr_t)(BitStream->getLastChar()- 254 NextChar = BitStream->getFirstChar()+ByteNo;
|
/external/clang/include/clang/Lex/ |
LiteralSupport.h | 186 unsigned getOffsetOfStringByte(const Token &TheTok, unsigned ByteNo) const;
|
/external/clang/lib/Lex/ |
LiteralSupport.cpp | [all...] |
/external/clang/lib/AST/ |
Expr.cpp | 588 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, 629 if (ByteNo < TokNumBytes || 630 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) { 631 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo); 640 ByteNo -= TokNumBytes; [all...] |
/external/valgrind/main/memcheck/ |
mc_main.c | [all...] |
/external/clang/lib/Sema/ |
SemaChecking.cpp | 41 unsigned ByteNo) const { 42 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(), [all...] |
/external/valgrind/main/exp-ptrcheck/tests/ |
hackedbz2.c | 5990 int byteno = bit \/ 8; local [all...] |
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.c | 5982 int byteno = bit \/ 8; local [all...] |
varinfo6.c | 6019 int byteno = bit \/ 8; local [all...] |
/external/valgrind/main/perf/ |
bz2.c | 5981 int byteno = bit \/ 8; local [all...] |
test_input_for_tinycc.c | 4443 int byteno = bit \/ 8; local [all...] |
/external/clang/include/clang/AST/ |
Expr.h | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |