Home
last modified time | relevance | path

Searched refs:pad_bytes (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/socket/
Ddns_cert_provenance_checker.cc264 unsigned pad_bytes = kPadSize - ((p.size() + 2*sizeof(uint32)) % kPadSize); in BuildEncryptedReport() local
265 p.WriteUInt32(pad_bytes); in BuildEncryptedReport()
266 char* padding = new char[pad_bytes]; in BuildEncryptedReport()
267 memset(padding, 0, pad_bytes); in BuildEncryptedReport()
268 p.WriteData(padding, pad_bytes); in BuildEncryptedReport()
/external/oprofile/libopagent/
Dopagent.c126 char pad_bytes[7] = {0, 0, 0, 0, 0, 0, 0}; in op_open_agent() local
187 if (pad_cnt && !fwrite(pad_bytes, pad_cnt, 1, dumpfile)) { in op_open_agent()
227 char pad_bytes[7] = { 0, 0, 0, 0, 0, 0, 0 }; in op_write_native_code() local
265 fwrite_unlocked(pad_bytes, padding_count, 1, dumpfile); in op_write_native_code()
/external/qemu/distrib/jpeg-6b/
Dwrbmp.c52 int pad_bytes; /* number of padding bytes needed per row */ member
100 pad = dest->pad_bytes; in put_pixel_rows()
130 pad = dest->pad_bytes; in put_gray_rows()
422 dest->pad_bytes = (int) (row_width - dest->data_width); in jinit_write_bmp()
/external/jpeg/
Dwrbmp.c52 int pad_bytes; /* number of padding bytes needed per row */ member
100 pad = dest->pad_bytes; in put_pixel_rows()
130 pad = dest->pad_bytes; in put_gray_rows()
422 dest->pad_bytes = (int) (row_width - dest->data_width); in jinit_write_bmp()
/external/freetype/src/sfnt/
Dttsbit.c1184 FT_Bool pad_bytes = 0; in Load_SBit_Single() local
1212 pad_bytes = 1; in Load_SBit_Single()
1234 blit_sbit( map, (FT_Byte*)stream->cursor, line_bits, pad_bytes, in Load_SBit_Single()