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

  /src/sys/uvm/
uvm_aobj.c 1334 int startidx, endidx; local in function:uao_dropswap_range
1344 startidx =
1347 startidx = 0;
1357 for (j = startidx; j < endidx; j++) {
uvm_aobj.c 1334 int startidx, endidx; local in function:uao_dropswap_range
1344 startidx =
1347 startidx = 0;
1357 for (j = startidx; j < endidx; j++) {
  /src/sys/dev/ic/
hd44780_subr.c 292 int len, crsridx, startidx, x, y; local in function:hlcd_redraw
313 startidx = crsridx =
324 } while (crsridx != startidx);
hd44780_subr.c 292 int len, crsridx, startidx, x, y; local in function:hlcd_redraw
313 startidx = crsridx =
324 } while (crsridx != startidx);
  /src/sys/dev/pci/
unichromefb.c 924 int startidx, endidx, cridx; local in function:uni_load_reg
931 startidx = reg[i].start_bit;
937 for (j = startidx; j <= endidx; j++) {
940 data = data | ((getbit >> shift_next_reg) << startidx);
unichromefb.c 924 int startidx, endidx, cridx; local in function:uni_load_reg
931 startidx = reg[i].start_bit;
937 for (j = startidx; j <= endidx; j++) {
940 data = data | ((getbit >> shift_next_reg) << startidx);

Completed in 28 milliseconds