OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pad_byte
(Results
1 - 6
of
6
) 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/opencv3/3rdparty/libwebp/enc/
syntax.c
34
const uint8_t
pad_byte
[1] = { 0 };
local
35
return !!pic->writer(
pad_byte
, 1, pic);
vp8l.c
772
const uint8_t
pad_byte
[1] = { 0 };
local
773
if (!pic->writer(
pad_byte
, 1, pic)) {
[
all
...]
/external/webp/src/enc/
syntax.c
30
const uint8_t
pad_byte
[1] = { 0 };
local
31
return !!pic->writer(
pad_byte
, 1, pic);
vp8l.c
1102
const uint8_t
pad_byte
[1] = { 0 };
local
[
all
...]
Completed in 150 milliseconds