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

  /src/lib/libc/gdtoa/
strtoIg.c 44 int i, nb, nw, nw1, rv, rv1, swap; local in function:strtoIg
57 rv1 = rv ^ STRTOG_Inexact;
74 rv1 += STRTOG_Normal - STRTOG_Zero;
75 rv1 &= ~STRTOG_Underflow;
78 rv1 &= STRTOG_Inexlo | STRTOG_Underflow | STRTOG_Zero;
79 rv1 |= STRTOG_Inexhi | STRTOG_Denormal;
85 rv1 = STRTOG_Infinite | STRTOG_Inexhi;
90 rv1 += STRTOG_Normal - STRTOG_Denormal;
91 rv1 &= ~STRTOG_Underflow;
100 rv1 = STRTOG_Normal | STRTOG_Inexlo
    [all...]
  /src/tests/net/can/
t_can.c 410 int s1, rv1; local in function:ATF_TC_BODY
453 if (can_read(s1, &cf_receive1, &rv1) < 0) {
472 int s1, rv1; local in function:ATF_TC_BODY
514 if (can_recvfrom(s1, &cf_receive1, &rv1, &sa) < 0) {
537 int s1, rv1; local in function:ATF_TC_BODY
578 if (can_recvfrom(s1, &cf_receive1, &rv1, &sa) < 0) {
604 int s1, rv1; local in function:ATF_TC_BODY
661 rv1 = rump_sys_select(MAX(s1,s2) + 1, &rfds, NULL, NULL, &tmout);
662 switch(rv1) {
675 if (( rv1 = rump_sys_recvfrom(s1, &cf_receive1
    [all...]
  /src/sys/arch/arm/broadcom/
bcm53xx_usb.c 193 int rv0 = 0, rv1 = 0; local in function:bcmusb_intr
199 rv1 = ehci_intr(usbsc->usbsc_ehci_sc);
201 return rv0 ? rv0 : rv1;

Completed in 11 milliseconds