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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
asyncstuntcpsocket.cc 79 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 = 4 - (expected_pkt_len % 4)
    [all...]
asyncstuntcpsocket.h 58 // turn message. |pad_bytes| should be used only when |is_turn| is true.
60 int* pad_bytes);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc 532 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);
    [all...]
socket_host_tcp.h 137 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_org/third_party/libjpeg_turbo/
wrbmp.c 52 int pad_bytes; /* number of padding bytes needed per row */ member in struct:__anon17403
100 pad = dest->pad_bytes;
130 pad = dest->pad_bytes;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
  /external/jpeg/
wrbmp.c 52 int pad_bytes; /* number of padding bytes needed per row */ member in struct:__anon6444
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:__anon13028
100 pad = dest->pad_bytes;
130 pad = dest->pad_bytes;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 2412 unsigned int pad_bytes = 0; local
    [all...]

Completed in 3740 milliseconds