Home
last modified time | relevance | path

Searched refs:scan_start (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/cipher/
Dtls_cbc.c143 unsigned scan_start = 0; in EVP_tls_cbc_copy_mac() local
146 scan_start = orig_len - (md_size + 255 + 1); in EVP_tls_cbc_copy_mac()
152 for (unsigned i = scan_start, j = 0; i < orig_len; i++, j++) { in EVP_tls_cbc_copy_mac()
/external/zlib/src/contrib/masmx86/
Dmatch686.asm56 scan_start equ word ptr [esp+NbStack-48] define
/external/syslinux/com32/lib/zlib/
Ddeflate.c1086 register ush scan_start = *(ushf*)scan; local
1127 *(ushf*)match != scan_start) continue;
/external/pdfium/third_party/zlib_v128/
Ddeflate.c1170 register ush scan_start = *(ushf*)scan; in longest_match() local
1211 *(ushf*)match != scan_start) continue; in longest_match()
/external/zlib/src/
Ddeflate.c1171 register ush scan_start = *(ushf*)scan; local
1212 *(ushf*)match != scan_start) continue;