HomeSort by relevance Sort by last modified time
    Searched refs:linksize (Results 1 - 5 of 5) 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)
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 288 int linksize; local
307 linksize = readlink(procfile, linkfile, sizeof(linkfile)-1);
308 if ( linksize > 0 ) {
309 linkfile[linksize] = '\0';
    [all...]
  /external/pcre/dist/
RunTest 280 $sim ./pcretest -C linksize >/dev/null
RunTest.bat 50 %pcretest% -C linksize >NUL

Completed in 396 milliseconds