OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scan_start
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
s3_cbc.c
241
/*
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/
s3_cbc.c
232
/*
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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm
266
;;; register ush
scan_start
= *(ushf*)scan;
327
;;; *(ushf*)match !=
scan_start
) continue;
/external/chromium_org/third_party/zlib/
deflate.c
1162
register ush
scan_start
= *(ushf*)scan;
local
[
all
...]
Completed in 71 milliseconds