Home
last modified time | relevance | path

Searched refs:linksize (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/tc/
Dtc_core.c81 int linksize, cells; in tc_align_to_atm() local
86 linksize = cells * ATM_CELL_SIZE; /* Use full cell size to add ATM tax */ in tc_align_to_atm()
87 return linksize; in tc_align_to_atm()
/external/libunwind/src/dwarf/
DGfind_proc_info-lsb.c103 size_t linksize = 0; in load_debug_frame() local
162 linksize = sec_hdrs[i].sh_size; in load_debug_frame()
163 linkbuf = malloc (linksize); in load_debug_frame()
165 if (linkbuf == NULL || fread (linkbuf, 1, linksize, f) != linksize) in load_debug_frame()
169 linksize, (long) sec_hdrs[i].sh_offset); in load_debug_frame()
249 if (*buf == NULL && linkbuf != NULL && memchr (linkbuf, 0, linksize) != NULL) in load_debug_frame()
/external/libnl/lib/route/
Dtc.c653 int linksize, cells; in align_to_atm() local
658 linksize = cells * ATM_CELL_SIZE; /* Use full cell size to add ATM tax */ in align_to_atm()
659 return linksize; in align_to_atm()
/external/pcre/dist2/
DRunTest300 $sim ./pcre2test -C linksize >/dev/null
DRunTest.bat57 %pcre2test% -C linksize >NUL
/external/pcre/dist2/doc/
Dpcre2test.txt110 linksize the configured internal link size (2, 3, or 4)