Searched refs:pad (Results 1 - 5 of 5) sorted by relevance

/system/core/sh/
H A Doutput.c310 int pad;
418 pad = 0;
424 pad = width - size;
426 while (--pad >= 0)
437 while (--pad >= 0)
442 pad = 0;
447 pad = width - len;
449 while (--pad >= 0)
456 while (--pad >= 0)
/system/core/libsparse/
H A Dsparse.c129 int64_t pad; local
142 pad = s->len - (int64_t)last_block * s->block_size;
143 assert(pad >= 0);
144 if (pad > 0) {
145 write_skip_chunk(out, pad);
H A Doutput_file.c72 int (*pad)(struct output_file *, int64_t); member in struct:output_file_ops
186 .pad = file_pad,
270 .pad = gz_file_pad,
321 .pad = callback_file_pad,
534 return out->ops->pad(out, out->len);
/system/core/include/diskconfig/
H A Ddiskconfig.h76 uint16_t pad; /* bytes 444-445 */ member in struct:pc_boot_record
/system/core/include/private/pixelflinger/
H A Dggl_context.h352 uint8_t pad[2]; member in struct:android::surface_t::__anon322::__anon323

Completed in 524 milliseconds