HomeSort by relevance Sort by last modified time
    Searched refs:pad_bytes (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
asyncstuntcpsocket.cc 78 int pad_bytes; local
79 size_t expected_pkt_len = GetExpectedLength(pv, cb, &pad_bytes);
87 ASSERT(pad_bytes < 4);
89 AppendToOutBuffer(padding, pad_bytes);
119 int pad_bytes;
120 size_t expected_pkt_len = GetExpectedLength(data, *len, &pad_bytes);
121 size_t actual_length = expected_pkt_len + pad_bytes;
142 int* pad_bytes) {
143 *pad_bytes = 0;
163 *pad_bytes = 4 - (expected_pkt_len % 4)
    [all...]
asyncstuntcpsocket.h 57 // turn message. |pad_bytes| should be used only when |is_turn| is true.
59 int* pad_bytes);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc 436 int pad_bytes; local
438 input, input_len, &pad_bytes);
440 if (input_len < packet_size + pad_bytes)
449 consumed += pad_bytes;
463 int pad_bytes; local
465 &data[0], data.size(), &pad_bytes);
475 int size = data.size() + pad_bytes;
481 if (pad_bytes) {
483 DCHECK_LE(pad_bytes, 4);
484 memcpy(buffer->data() + data.size(), padding, pad_bytes);
    [all...]
socket_host_tcp.h 129 int GetExpectedPacketSize(const char* data, int len, int* pad_bytes);
  /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:__anon21470
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:__anon26699
100 pad = dest->pad_bytes;
130 pad = dest->pad_bytes;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
  /external/chromium_org/third_party/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...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 2063 unsigned int pad_bytes = 0; local
    [all...]

Completed in 1883 milliseconds