Searched refs:linksize (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/tc/ |
D | tc_core.c | 82 int linksize, cells; in tc_align_to_atm() local 88 linksize = cells * ATM_CELL_SIZE; /* Use full cell size to add ATM tax */ in tc_align_to_atm() 89 return linksize; in tc_align_to_atm()
|
/external/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 103 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/ |
D | tc.c | 653 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/ |
D | RunTest | 308 $sim ./pcre2test -C linksize >/dev/null
|
D | RunTest.bat | 57 %pcre2test% -C linksize >NUL
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 146 linksize the configured internal link size (2, 3, or 4)
|