Searched refs:ival (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci.c77 ohci_fm_interval_t ival = ohci_fm_interval_rd(hc->ohci_base); local
145 ival = ohci_fm_interval_fit_insert(ival, 0);
146 ival = ohci_fm_interval_fsmps_insert(ival, (ival-210)*6/7);
147 ohci_fm_interval_wr(hc->ohci_base, ival);
148 ohci_period_start_wr(hc->ohci_base, (ival)*9/10);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_strings.c81 p_char_int(value chval, type chtag, value ival, type itag);
552 * FUNCTION NAME: p_char_int(chval, chtag, ival, itag) - logical
555 * ival,itag - an integer (0..255) or a variable
564 p_char_int(value chval, type chtag, value ival, type itag) argument
578 if ((ival.nint < 0) || (ival.nint > 255))
583 *s++ = ival.nint;
595 Return_Unify_Integer(ival, itag, (*(StringStart(chval)) & 0xFFL));
H A Dread.c2124 register int length, shift, ival; local
2131 ival = *str & 0x000000FF; /* get rid of sign extension */
2134 hash ^= (ival << (shift) | ival >> (16 - shift));

Completed in 91 milliseconds