Searched defs:pad (Results 1 - 9 of 9) sorted by relevance

/system/media/audio_utils/spdif/
H A DSPDIFEncoder.cpp135 uint16_t pad = mBurstBuffer[mByteCursor >> 1]; local
138 pad |= *buffer++; // put second byte in LSB
139 mBurstBuffer[mByteCursor >> 1] = pad;
140 pad = 0;
142 pad |= (*buffer++) << 8; // put first byte in MSB
148 mBurstBuffer[mByteCursor >> 1] = pad;
/system/core/libdiskconfig/include/diskconfig/
H A Ddiskconfig.h76 uint16_t pad; /* bytes 444-445 */ member in struct:pc_boot_record
/system/core/libsparse/
H A Dsparse.c136 int64_t pad; local
152 pad = s->len - (int64_t)last_block * s->block_size;
153 assert(pad >= 0);
154 if (pad > 0) {
155 write_skip_chunk(out, pad);
H A Doutput_file.c65 int (*pad)(struct output_file *, int64_t); member in struct:output_file_ops
184 .pad = file_pad,
270 .pad = gz_file_pad,
320 .pad = callback_file_pad,
532 return out->ops->pad(out, out->len);
/system/media/camera/docs/
H A Dmetadata_helpers.py303 # pad with spaces to make string len == size. add new line if too big
306 Creates a function that given a string will pad it with spaces to make
320 Deprecated. Use pad instead since it works for non-first items in a
349 def pad(col): function
351 Create a function that given a string will pad it to the specified column col.
352 If the string overflows the column, put the string on a new line and pad it.
361 pad(8)("hello") == 'hello '
/system/tools/hidl/
H A DCompoundType.cpp370 size_t pad = offset % fieldAlign; local
371 if (pad > 0) {
372 offset += fieldAlign - pad;
694 size_t pad = offset % fieldAlign; local
695 if (pad > 0) {
696 offset += fieldAlign - pad;
768 size_t pad = offset % fieldAlign; local
769 if (pad > 0) {
770 offset += fieldAlign - pad;
1074 size_t pad local
1095 size_t pad = (*size) % (*align); local
[all...]
/system/keymaster/
H A Docb.c1257 block pad; local
1260 pad = tmp.bl;
1262 tmp.bl = xor_block(tmp.bl, pad);
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h354 GGLubyte pad[2]; member in struct:android::surface_t::__anon1596::__anon1597
/system/nfc/src/nfa/int/
H A Dnfa_dm_int.h180 uint16_t pad; /* add padding to ensure the size is big enough for member in struct:__anon2138

Completed in 235 milliseconds