HomeSort by relevance Sort by last modified time
    Searched refs:pad_byte (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/
test_assembler.h 405 // relative to the start of the section. Fill the gap with PAD_BYTE.
408 Section &Align(size_t alignment, uint8_t pad_byte = 0);
test_assembler.cc 324 Section &Section::Align(size_t alignment, uint8_t pad_byte) {
328 contents_.append(new_size - contents_.size(), pad_byte);
  /external/webp/src/enc/
syntax_enc.c 30 const uint8_t pad_byte[1] = { 0 }; local
31 return !!pic->writer(pad_byte, 1, pic);
vp8l_enc.c 1088 const uint8_t pad_byte[1] = { 0 }; local
    [all...]

Completed in 161 milliseconds