Searched defs:pad_bytes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dasyncstuntcpsocket.cc79 int pad_bytes; local
80 size_t expected_pkt_len = GetExpectedLength(pv, cb, &pad_bytes);
88 ASSERT(pad_bytes < 4);
90 AppendToOutBuffer(padding, pad_bytes);
120 int pad_bytes;
121 size_t expected_pkt_len = GetExpectedLength(data, *len, &pad_bytes);
122 size_t actual_length = expected_pkt_len + pad_bytes;
144 int* pad_bytes) {
145 *pad_bytes = 0;
165 *pad_bytes
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrbmp.c52 int pad_bytes; /* number of padding bytes needed per row */ member in struct:__anon12778
100 pad = dest->pad_bytes;
130 pad = dest->pad_bytes;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
/external/jpeg/
H A Dwrbmp.c52 int pad_bytes; /* number of padding bytes needed per row */ member in struct:__anon22739
100 pad = dest->pad_bytes;
130 pad = dest->pad_bytes;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
/external/oprofile/libopagent/
H A Dopagent.c126 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/qemu/distrib/jpeg-6b/
H A Dwrbmp.c52 int pad_bytes; /* number of padding bytes needed per row */ member in struct:__anon29337
100 pad = dest->pad_bytes;
130 pad = dest->pad_bytes;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp.cc532 int pad_bytes; local
534 input, input_len, &pad_bytes);
536 if (input_len < packet_size + pad_bytes)
545 consumed += pad_bytes;
560 int pad_bytes; local
562 &data[0], data.size(), &pad_bytes);
572 int size = data.size() + pad_bytes;
581 if (pad_bytes) {
583 DCHECK_LE(pad_bytes, 4);
584 memcpy(buffer->data() + data.size(), padding, pad_bytes);
592 GetExpectedPacketSize( const char* data, int len, int* pad_bytes) argument
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c2412 unsigned int pad_bytes = 0; local
2420 pad_bytes = 48;
2424 pad_bytes = 40;
2459 hashObj->update(write_mac_context, mac_pad_1, pad_bytes);
2474 hashObj->update(write_mac_context, mac_pad_2, pad_bytes);

Completed in 167 milliseconds