Home
last modified time | relevance | path

Searched defs:ByteNo (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h131 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
151 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
DBitstreamWriter.h106 unsigned ByteNo = BitNo / 8; in BackpatchWord() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h637 const uintptr_t ByteNo = getStartWordByteForBit(BitNo); in JumpToBit() local