OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_bytes
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
crc32c.c
79
size_t
init_bytes
;
local
88
/* unroll loop into '
init_bytes
' odd bytes followed by
93
init_bytes
= min((uintptr_t)p32 - (uintptr_t)p8, len);
94
words = (len -
init_bytes
) >> 2;
95
end_bytes = (len -
init_bytes
) & 3;
97
for (i = 0; i <
init_bytes
; i++) {
149
size_t
init_bytes
;
local
160
init_bytes
= min((uintptr_t)p32 - (uintptr_t)p8, len);
161
words = (len -
init_bytes
) >> 2;
162
end_bytes = (len -
init_bytes
) & 3
216
size_t
init_bytes
;
local
296
size_t
init_bytes
;
local
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_crc32.c
61
*
init_bytes
- the number of initial bytes that need to be procesed before
[
all
...]
Completed in 74 milliseconds