/external/oprofile/libopagent/ |
opagent.c | 126 char pad_bytes[7] = {0, 0, 0, 0, 0, 0, 0}; local 187 if (pad_cnt && !fwrite(pad_bytes, pad_cnt, 1, dumpfile)) { 227 char pad_bytes[7] = { 0, 0, 0, 0, 0, 0, 0 }; local 265 fwrite_unlocked(pad_bytes, padding_count, 1, dumpfile);
|
/external/chromium/net/socket/ |
dns_cert_provenance_checker.cc | 264 unsigned pad_bytes = kPadSize - ((p.size() + 2*sizeof(uint32)) % kPadSize); local 265 p.WriteUInt32(pad_bytes); 266 char* padding = new char[pad_bytes]; 267 memset(padding, 0, pad_bytes); 268 p.WriteData(padding, pad_bytes);
|
/external/jpeg/ |
wrbmp.c | 52 int pad_bytes; /* number of padding bytes needed per row */ member in struct:__anon9423 100 pad = dest->pad_bytes; 130 pad = dest->pad_bytes; 422 dest->pad_bytes = (int) (row_width - dest->data_width);
|
/external/qemu/distrib/jpeg-6b/ |
wrbmp.c | 52 int pad_bytes; /* number of padding bytes needed per row */ member in struct:__anon13263 100 pad = dest->pad_bytes; 130 pad = dest->pad_bytes; 422 dest->pad_bytes = (int) (row_width - dest->data_width);
|
/external/freetype/src/sfnt/ |
ttsbit.c | 1184 FT_Bool pad_bytes = 0; local 1234 blit_sbit( map, (FT_Byte*)stream->cursor, line_bits, pad_bytes, local [all...] |