Searched refs:lpos (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/usb/class/
H A Dusb_hid.c522 uint32_t lpos; local
527 lpos = 0xFFFFFFFF;
538 if (lpos > h.loc.position)
539 lpos = h.loc.position;
550 if (lpos > hpos)
553 temp = hpos - lpos;
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbigrat.c880 unsigned long lpos; local
882 lpos = pos-offset;
883 if (lpos >= chunksize)
885 chunk |= 1<<lpos;

Completed in 96 milliseconds