OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:storage_size
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc
59
static uptr
storage_size
(const args_type &args) {
function in struct:__msan::ChainedOriginDepotNode
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc
72
static uptr
storage_size
(const args_type &args) {
function in struct:__sanitizer::StackDepotNode
/external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h
322
FT_UShort
storage_size
; /* The storage area is now part of */
member in struct:TT_SizeRec_
/external/freetype/src/truetype/
ttobjs.h
322
FT_UShort
storage_size
; /* The storage area is now part of */
member in struct:TT_SizeRec_
/external/e2fsprogs/e2fsck/
pass1.c
277
unsigned int
storage_size
, remain;
local
281
storage_size
= EXT2_INODE_SIZE(ctx->fs->super) - EXT2_GOOD_OLD_INODE_SIZE -
290
remain =
storage_size
- sizeof(__u32);
[
all
...]
/external/e2fsprogs/debugfs/
debugfs.c
537
unsigned int
storage_size
;
local
546
storage_size
= EXT2_INODE_SIZE(current_fs->super) -
559
if (entry->e_value_size >
storage_size
||
[
all
...]
/external/mdnsresponder/mDNSShared/
uds_daemon.c
497
int
storage_size
= rdlen > sizeof(RDataBody) ? rdlen : sizeof(RDataBody);
local
516
rr = mallocL("AuthRecord/read_rr_from_ipc_msg", sizeof(AuthRecord) - sizeof(RDataBody) +
storage_size
);
[
all
...]
Completed in 863 milliseconds