OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:realloc_size
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/SparseCore/
CompressedStorage.h
93
Index
realloc_size
= (std::min<Index>)(NumTraits<StorageIndex>::highest(), size + Index(reserveSizeFactor*double(size)));
local
94
if(
realloc_size
<size)
96
reallocate(
realloc_size
);
/external/squashfs-tools/squashfs-tools/
xattr.c
348
int
realloc_size
= req_size - data_space;
local
350
realloc_size
);
353
cache_size +=
realloc_size
;
mksquashfs.c
512
int
realloc_size
= cache_size == 0 ?
local
518
realloc_size
);
521
cache_size +=
realloc_size
;
1308
int
realloc_size
= directory_cache_size == 0 ?
local
[
all
...]
Completed in 2773 milliseconds