Home
last modified time | relevance | path

Searched defs:last_byte (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp120 int last_byte = (endpos - 1) / 8; in FaxFillBits() local
786 uint8_t last_byte = 0; in Encode() local
/external/libavc/encoder/
Dih264e_cabac.c263 WORD32 last_byte; in ih264e_cabac_flush() local
/external/libhevc/encoder/
Dihevce_cabac.c786 WORD32 last_byte; in ihevce_cabac_flush() local
/external/u-boot/net/
Dnet.c898 u16 last_byte; /* last byte in this hole + 1 (begin of next hole) */ member
/external/mesa3d/src/compiler/
Dglsl_types.cpp2281 unsigned last_byte = this->fields.structure[i].offset + in explicit_size() local
/external/u-boot/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c188 unsigned int last_byte; member
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2670 uint8_t last_byte = p[-1]; in check_trailing_bits_after_symbol_coder() local
/external/u-boot/drivers/net/
De1000.h1850 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument