HomeSort by: relevance | last modified time | path
    Searched defs:top_size (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
ucom.c 428 u_int top_size = cn->cn_buf_out_size - consout_idx; local
431 cn->cn_buf_out + consout_idx, top_size);
433 memcpy(cn->cn_linear_buf_out + top_size,
  /xsrc/external/mit/libXfont/dist/src/bitmap/
bitscale.c 1279 int top_size = 0, bottom_size = 0; local
1293 for (top_size = 0; top_size < top_height; top_size++)
1296 *dstptr = sum / (top_size + bottom_height + 1);
1304 for (row = top_size; row + bottom_size < height; row++)
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
bitscale.c 1276 int top_size = 0, bottom_size = 0; local
1290 for (top_size = 0; top_size < top_height; top_size++)
1293 *dstptr = sum / (top_size + bottom_height + 1);
1301 for (row = top_size; row + bottom_size < height; row++)

Completed in 39 milliseconds