HomeSort by relevance Sort by last modified time
    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/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 287 int linksize; local
306 linksize = readlink(procfile, linkfile, sizeof(linkfile)-1);
307 if ( linksize > 0 ) {
308 linkfile[linksize] = '\0';
    [all...]

Completed in 91 milliseconds