OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linksize
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/tc/
tc_core.c
81
int
linksize
, cells;
local
86
linksize
= cells * ATM_CELL_SIZE; /* Use full cell size to add ATM tax */
87
return
linksize
;
/external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c
102
size_t
linksize
= 0;
local
151
linksize
= sec_hdrs[i].sh_size;
152
linkbuf = malloc (
linksize
);
155
if (fread (linkbuf, 1,
linksize
, f) !=
linksize
)
159
linksize
, sec_hdrs[i].sh_offset);
175
if (*buf == NULL && linkbuf != NULL && memchr (linkbuf, 0,
linksize
) != NULL)
Completed in 75 milliseconds