Searched refs:header_bytes (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dfragck.tcl51 # $arrayvar(header_bytes) = Header size in bytes
64 a(header_bytes) \
/external/chromium_org/third_party/libwebp/enc/
H A Dsyntax.c340 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3);
341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
/external/webp/src/enc/
H A Dsyntax.c340 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3);
341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h182 int header_bytes[2]; // approximate number of bytes spent for header member in struct:WebPAuxStats
/external/webp/include/webp/
H A Dencode.h182 int header_bytes[2]; // approximate number of bytes spent for header member in struct:WebPAuxStats
/external/chromium_org/net/cert/
H A Dcrl_set.cc58 // byte[header_len] header_bytes
67 // header_bytes consists of a JSON dictionary with the following keys:
83 // byte[header_len] header_bytes
133 const base::StringPiece header_bytes(data->data(), header_len);
137 header_bytes, base::JSON_ALLOW_TRAILING_COMMAS));
/external/chromium/net/tools/flip_server/
H A Dbalsa_frame.cc570 __m128i header_bytes = local
573 _mm_cmpeq_epi8(header_bytes, reinterpret_cast<__m128i>(colons));
/external/chromium_org/net/tools/flip_server/
H A Dbalsa_frame.cc570 __m128i header_bytes = local
573 _mm_cmpeq_epi8(header_bytes, reinterpret_cast<__m128i>(colons));
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h840 unsigned int header_bytes; member in struct:SSL3HandshakeStateStr
H A Dssl3con.c10905 if (ss->ssl3.hs.header_bytes < 4) {
10909 if (ss->ssl3.hs.header_bytes++ == 0)
10913 if (ss->ssl3.hs.header_bytes < 4)
10949 ss->ssl3.hs.header_bytes = 0;
10988 ss->ssl3.hs.header_bytes = 0;

Completed in 342 milliseconds