HomeSort by: relevance | last modified time | path
    Searched defs:ub (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/common/lib/libc/quad/
divdi3.c 54 u_quad_t ua, ub, uq; local
58 ub = b;
63 ub = -ub, neg ^= 1;
65 uq = __qdivrem(ua, ub, (u_quad_t *)0);
moddi3.c 55 u_quad_t ua, ub, ur; local
59 ub = b;
64 ub = -ub;
65 (void)__qdivrem(ua, ub, &ur);
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 113 syscallarg(struct aoutm68k_stat43 *) ub; member in struct:aoutm68k_compat_43_sys_stat_args
122 syscallarg(struct aoutm68k_stat43 *) ub; member in struct:aoutm68k_compat_43_sys_lstat_args
440 syscallarg(struct aoutm68k_stat12 *) ub; member in struct:aoutm68k_compat_12_sys_stat_args
452 syscallarg(struct aoutm68k_stat12 *) ub; member in struct:aoutm68k_compat_12_sys_lstat_args
572 syscallarg(struct aoutm68k_stat *) ub; member in struct:aoutm68k_sys___stat13_args
584 syscallarg(struct aoutm68k_stat *) ub; member in struct:aoutm68k_sys___lstat13_args
  /src/usr.bin/error/
filter.c 141 int ub, lb; local
147 for (lb = 0, ub = nignored - 1; ub >= lb; ) {
148 halfway = (ub + lb)/2;
152 ub = halfway - 1;
  /src/sys/dev/sun/
ms.c 235 int mb, ub, d, get, put, any; local
350 ub = ms->ms_ub;
351 while ((d = mb ^ ub) != 0) {
362 ub ^= d;
382 ms->ms_ub = ub;
  /src/sys/dev/usb/
usb_quirks.c 121 const usb_descriptor_t *ub; local
133 ub = dev->ud_quirks->desc[j];
134 if (ub->bDescriptorType == type && i++ == index)
145 ub = dev->ud_quirks->desc[j];
147 if (ub->bLength > len) {
150 type, ub->bLength);
154 memcpy(desc, ub, ub->bLength);
159 desc = (char *)desc + ub->bLength;
160 len -= ub->bLength
    [all...]
ucom.c 540 struct ucom_buffer *ub; local
599 ub = &sc->sc_ibuff[i];
600 error = ucomsubmitread(sc, ub);
671 struct ucom_buffer *ub; local
685 for (ub = &sc->sc_ibuff[0]; ub != &sc->sc_ibuff[UCOM_IN_BUFFS];
686 ub++) {
689 &ub->ub_xfer);
692 ub->ub_data = usbd_get_buffer(ub->ub_xfer)
1067 struct ucom_buffer *ub = &sc->sc_ibuff[i]; local
1630 struct ucom_buffer *ub; local
1783 struct ucom_buffer *ub; local
1832 struct ucom_buffer *ub; local
1888 struct ucom_buffer *ub; local
1967 struct ucom_buffer *ub; local
2136 struct ucom_buffer *ub; local
    [all...]
  /src/sys/arch/sparc/dev/
ms_pckbport.c 198 int mb, ub, d, get, put, any; local
257 ub = ms->ms_ub; /* old buttons state */
259 while ((d = mb ^ ub) != 0) {
270 ub ^= d; /* reflect the button state change */
293 ms->ms_ub = ub; /* save button state */
  /src/sys/arch/vax/vax/
autoconf.c 394 static int ub; local
397 ub = ubtest(aux);
398 if (ub)
  /src/sys/compat/common/
vfs_syscalls_12.c 273 syscallarg(struct stat12 *) ub;
283 error = copyout(&osb, SCARG(uap, ub), sizeof (osb));
298 syscallarg(struct stat12 *) ub;
308 error = copyout(&osb, SCARG(uap, ub), sizeof (osb));
324 struct stat ub; local
328 error = do_sys_fstat(SCARG(uap, fd), &ub);
330 compat_12_stat_conv(&ub, &oub);
  /src/sys/compat/netbsd32/
netbsd32_compat_30.c 109 syscallarg(netbsd32_stat13p_t) ub;
122 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
134 struct stat ub; local
137 error = do_sys_fstat(SCARG(uap, fd), &ub);
139 netbsd32_from___stat13(&ub, &sb32);
150 syscallarg(netbsd32_stat13p_t) ub;
163 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
netbsd32_compat_50.c 694 syscallarg(netbsd32_stat50p_t) ub;
707 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
720 struct stat ub; local
723 error = do_sys_fstat(SCARG(uap, fd), &ub);
725 netbsd32_from___stat50(&ub, &sb32);
737 syscallarg(netbsd32_stat50p_t) ub;
750 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
netbsd32_fs.c 563 syscallarg(netbsd32_statp_t) ub;
576 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
588 struct stat ub; local
591 error = do_sys_fstat(SCARG(uap, fd), &ub);
593 netbsd32_from_stat(&ub, &sb32);
604 syscallarg(netbsd32_statp_t) ub;
617 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
  /src/games/fish/
fish.c 327 int cb, i, ub; local
337 ub = countbooks(userhand);
338 (void)printf("\nI have %d, you have %d.\n", cb, ub);
339 if (ub > cb) {
343 } else if (cb > ub) {
  /src/sys/arch/amiga/dev/
ms.c 264 int mb, ub, d, get, put, any, port; local
353 ub = ms->ms_ub;
354 while ((d = mb ^ ub) != 0) {
377 ub ^= d;
419 ms->ms_ub = ub;
ser.c 988 u_char ub = 0; local
995 ub = 0;
997 ub |= CIAB_PRA_DTR;
999 ub |= CIAB_PRA_RTS;
1001 ub |= CIAB_PRA_CTS;
1003 ub |= CIAB_PRA_CD;
1005 ub |= CIAB_PRA_SEL; /* collision with /dev/par ! */
1007 ub |= CIAB_PRA_DSR;
1013 ciab.pra = ~ub;
1017 ciab.pra |= ub;
    [all...]
mfc.c 894 u_char ub = 0; local
908 ub |= 0x04 << unit;
910 ub |= 0x01 << unit;
915 sc->sc_regs->du_btst = ub;
916 sc->sc_regs->du_btrst = ub ^ (0x05 << unit);
920 sc->sc_regs->du_btrst = ub;
921 ub = ~sc->sc_regs->du_ip;
925 sc->sc_regs->du_btst = ub;
926 ub = ~sc->sc_regs->du_ip;
930 ub = ~sc->sc_regs->du_ip
    [all...]
  /src/games/cgram/
cgram.c 300 char ub = ch_toupper(b); local
307 *p = ub;
310 else if (*p == ub)
  /src/regress/lib/libc/ieeefp/testfloat/
systfloat.c 233 union128 ub; local
235 ub.ld = ua.f;
236 return ub.f128;
243 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local
246 uz.f = ua.f + ub.f;
252 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local
255 uz.f = ua.f - ub.f;
261 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local
264 uz.f = ua.f * ub.f;
270 const union32 ua = { .f32 = a }, ub = { .f32 = b } local
279 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local
286 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local
293 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local
353 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local
362 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local
371 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local
380 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local
398 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local
405 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local
412 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local
457 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local
466 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local
475 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local
484 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local
493 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local
500 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local
507 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local
555 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local
565 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local
574 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local
583 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local
592 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local
599 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local
606 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local
    [all...]
  /src/sys/arch/x68k/dev/
ms.c 368 int mb, ub, d, get, put, any; local
440 ub = ms->ms_ub;
441 while ((d = mb ^ ub) != 0) {
452 ub ^= d;
484 ms->ms_ub = ub;
  /src/sys/dev/wscons/
wsmouse.c 371 int mb, ub, d, nevents; local
407 ub = sc->sc_ub;
464 while ((d = mb ^ ub) != 0) {
474 ub &= ~(1 << sc->sc_repeat_button);
489 " ub=0x%x)\n", mb, ub);
498 ub ^= (1 << btnno);
520 sc->sc_ub = ub;
  /src/sys/compat/sunos32/
sunos32_syscallargs.h 119 syscallarg(netbsd32_stat43p_t) ub; member in struct:sunos32_sys_stat_args
125 syscallarg(netbsd32_stat43p_t) ub; member in struct:sunos32_sys_lstat_args
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 106 syscallarg(struct stat43 *) ub; member in struct:ultrix_sys_stat_args
112 syscallarg(struct stat43 *) ub; member in struct:ultrix_sys_lstat_args
  /src/lib/libedit/
terminal.c 1290 const char *ub; local
1292 ub = ct_encode_string(ct_visual_string(
1296 ub = "(empty)";
1299 t->long_name, t->name, ub);
  /src/usr.bin/deroff/
deroff.c 1440 int lb, ub; local
1477 ub = tabsize - 1;
1478 while (lb <= ub) {
1479 mid = (ub + lb) / 2;
1484 ub = mid - 1;

Completed in 57 milliseconds

1 2