OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_bytes
(Results
1 - 1
of
1
) 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
...]
Completed in 79 milliseconds