Searched refs:pad (Results 1 - 8 of 8) 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/media/camera/docs/
H A Dcamera_metadata_tag_info.mako36 ${"[%s]" %(path_name(i)) | csym,pad(36)} = "${path_name(i)}",
42 ${"[%s]" %(path_name(i)) | csym,pad(36)} = { ${path_name(i) | csym}_START,
52 { ${'"%s",' %(entry.name_short) | pad(40)} ${entry.type | ctype_enum,ljust(11)} },
H A Dcamera_metadata_tags.mako65 ${path_name(i) + '.start' | csym,ljust(30)} = ${path_name(i) | csym,pad(64)} << 16,
104 ${'%s_%s'%(csym(entry.name), val.name) | pad(65)} = ${val.id},
H A Dmetadata_helpers.py209 # pad with spaces to make string len == size. add new line if too big
212 Creates a function that given a string will pad it with spaces to make
226 Deprecated. Use pad instead since it works for non-first items in a
255 def pad(col): function
257 Create a function that given a string will pad it to the specified column col.
258 If the string overflows the column, put the string on a new line and pad it.
267 pad(8)("hello") == 'hello '
/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::__anon60::__anon61

Completed in 309 milliseconds