OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_now
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
strings.c
636
size_t
read_now
= elfmap_size - (elfmap_base - elfmap);
local
665
assert (
read_now
>= to_keep);
667
remap_base +
read_now
- to_keep, to_keep);
672
read_now
= MIN (to - handled_to,
677
if (mmap64 (remap_base,
read_now
, PROT_READ,
684
elfmap_off + (
read_now
& ~(bytes_per_char - 1)),
685
to_keep + (
read_now
& ~(bytes_per_char - 1)),
687
handled_to +=
read_now
;
/external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c
1960
uInt
read_now
;
local
[
all
...]
/external/zlib/src/contrib/minizip/
unzip.c
1960
uInt
read_now
;
local
[
all
...]
Completed in 67 milliseconds