Home
last modified time | relevance | path

Searched refs:SkipBytes (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/ipc/
Dipc_sync_message.cc54 if (!iter.SkipBytes(kSyncMessageHeaderSize)) in GetDataIterator()
/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc363 static bool SkipBytes(CodedInputStream* input) { in SkipBytes() function in tensorflow::__anon8bcbf5420111::CountCollector
437 return SkipBytes(input); in SkipValue()
443 return SkipBytes(input); in SkipValue()
445 return SkipBytes(input); in SkipValue()
/external/mesa3d/src/mesa/main/
Dtexstore.h135 int SkipBytes; member
Dtexstore.c1274 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()
Dtexgetimage.c801 dest += store.SkipBytes; in get_compressed_texsubimage_sw()
1503 st.SkipBytes + in packed_compressed_size()
/external/libchrome/base/
Dpickle.h78 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function
/external/clang/include/clang/Lex/
DLexer.h612 void SkipBytes(unsigned Bytes, bool StartOfLine);
/external/libchrome/base/metrics/
Dhistogram_unittest.cc619 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_P()
653 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_P()
Dsparse_histogram_unittest.cc232 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_P()
/external/clang/lib/Lex/
DPreprocessor.cpp512 CurLexer->SkipBytes(SkipMainFilePreamble.first, in EnterMainSourceFile()
DLexer.cpp1372 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes() function in Lexer
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c428 src += store.SkipBytes; in nouveau_compressed_copy()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1731 assert(store.SkipBytes % addr.bytes_per_pixel == 0); in st_CompressedTexSubImage()
1734 buf_offset = (intptr_t)data + store.SkipBytes; in st_CompressedTexSubImage()