Searched refs:SkipBytes (Results 1 – 13 of 13) sorted by relevance
54 if (!iter.SkipBytes(kSyncMessageHeaderSize)) in GetDataIterator()
363 static bool SkipBytes(CodedInputStream* input) { in SkipBytes() function in tensorflow::__anon8bcbf5420111::CountCollector437 return SkipBytes(input); in SkipValue()443 return SkipBytes(input); in SkipValue()445 return SkipBytes(input); in SkipValue()
135 int SkipBytes; member
1274 store->SkipBytes = 0; in _mesa_compute_compressed_pixelstore()1291 store->SkipBytes += packing->SkipPixels * packing->CompressedBlockSize / bw; in _mesa_compute_compressed_pixelstore()1299 store->SkipBytes += packing->SkipRows * store->TotalBytesPerRow / bh; in _mesa_compute_compressed_pixelstore()1312 store->SkipBytes += packing->SkipImages * store->TotalBytesPerRow * in _mesa_compute_compressed_pixelstore()1351 src = (const GLubyte *) data + store.SkipBytes; in _mesa_store_compressed_texsubimage()
801 dest += store.SkipBytes; in get_compressed_texsubimage_sw()1503 st.SkipBytes + in packed_compressed_size()
78 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function
612 void SkipBytes(unsigned Bytes, bool StartOfLine);
619 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_P()653 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_P()
232 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_P()
512 CurLexer->SkipBytes(SkipMainFilePreamble.first, in EnterMainSourceFile()
1372 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes() function in Lexer
428 src += store.SkipBytes; in nouveau_compressed_copy()
1731 assert(store.SkipBytes % addr.bytes_per_pixel == 0); in st_CompressedTexSubImage()1734 buf_offset = (intptr_t)data + store.SkipBytes; in st_CompressedTexSubImage()