Searched refs:linksize (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/tc/
H A Dtc_core.c81 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/
H A DGfind_proc_info-lsb.c102 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)
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c288 int linksize; local
307 linksize = readlink(procfile, linkfile, sizeof(linkfile)-1);
308 if ( linksize > 0 ) {
309 linkfile[linksize] = '\0';
/external/pcre/dist/
H A DRunTest280 $sim ./pcretest -C linksize >/dev/null
H A DRunTest.bat50 %pcretest% -C linksize >NUL

Completed in 1610 milliseconds