Searched refs:scan_start (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c241 /* scan_start contains the number of bytes that we can ignore because
243 unsigned scan_start = 0; local
257 scan_start = orig_len - (md_size + 255 + 1);
267 rotate_offset = (div_spoiler + mac_start - scan_start) % md_size;
270 for (i = scan_start, j = 0; i < orig_len; i++)
/external/openssl/ssl/
H A Ds3_cbc.c232 /* scan_start contains the number of bytes that we can ignore because
234 unsigned scan_start = 0; local
248 scan_start = orig_len - (md_size + 255 + 1);
258 rotate_offset = (div_spoiler + mac_start - scan_start) % md_size;
261 for (i = scan_start, j = 0; i < orig_len; i++)
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm56 scan_start equ word ptr [esp+NbStack-48] define
287 ;;; register ush scan_start = *(ushf*)scan;
307 ;;; *(ushf*)match != scan_start) continue;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm266 ;;; register ush scan_start = *(ushf*)scan;
327 ;;; *(ushf*)match != scan_start) continue;
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm304 ;;; register ush scan_start = *(ushf*)scan;
365 ;;; *(ushf*)match != scan_start) continue;
/external/chromium_org/third_party/zlib/
H A Ddeflate.c1162 register ush scan_start = *(ushf*)scan; local
1206 *(ushf*)match != scan_start) continue;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c1170 register ush scan_start = *(ushf*)scan; local
1211 *(ushf*)match != scan_start) continue;
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c1171 register ush scan_start = *(ushf*)scan; local
1212 *(ushf*)match != scan_start) continue;
/external/zlib/src/
H A Ddeflate.c1171 register ush scan_start = *(ushf*)scan; local
1212 *(ushf*)match != scan_start) continue;

Completed in 267 milliseconds