Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/tool/
Dfragck.tcl64 a(header_bytes) \
/external/chromium_org/third_party/libwebp/enc/
Dsyntax.c340 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3); in GeneratePartition0()
341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3); in GeneratePartition0()
/external/webp/src/enc/
Dsyntax.c340 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3); in GeneratePartition0()
341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3); in GeneratePartition0()
/external/chromium_org/net/cert/
Dcrl_set.cc133 const base::StringPiece header_bytes(data->data(), header_len); in ReadHeader() local
137 header_bytes, base::JSON_ALLOW_TRAILING_COMMAS)); in ReadHeader()
/external/chromium_org/third_party/libwebp/webp/
Dencode.h182 int header_bytes[2]; // approximate number of bytes spent for header member
/external/webp/include/webp/
Dencode.h182 int header_bytes[2]; // approximate number of bytes spent for header member
/external/chromium_org/net/tools/balsa/
Dbalsa_frame.cc570 __m128i header_bytes = in FindColonsAndParseIntoKeyValue() local
573 _mm_cmpeq_epi8(header_bytes, reinterpret_cast<__m128i>(colons)); in FindColonsAndParseIntoKeyValue()
/external/chromium/net/tools/flip_server/
Dbalsa_frame.cc570 __m128i header_bytes = in FindColonsAndParseIntoKeyValue() local
573 _mm_cmpeq_epi8(header_bytes, reinterpret_cast<__m128i>(colons)); in FindColonsAndParseIntoKeyValue()
/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h889 unsigned int header_bytes; member
Dssl3con.c11495 if (ss->ssl3.hs.header_bytes < 4) { in ssl3_HandleHandshake()
11499 if (ss->ssl3.hs.header_bytes++ == 0) in ssl3_HandleHandshake()
11503 if (ss->ssl3.hs.header_bytes < 4) in ssl3_HandleHandshake()
11539 ss->ssl3.hs.header_bytes = 0; in ssl3_HandleHandshake()
11578 ss->ssl3.hs.header_bytes = 0; in ssl3_HandleHandshake()