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

  /src/common/lib/libc/quad/
divdi3.c 54 u_quad_t ua, ub, uq; local in function:__divdi3
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 in function:__moddi3
59 ub = b;
64 ub = -ub;
65 (void)__qdivrem(ua, ub, &ur);
  /src/usr.bin/error/
filter.c 141 int ub, lb; local in function:search_ignore
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 in function:ms_input
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 in function:usbd_get_desc_fake
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 317 struct ucom_buffer *ub; local in function:ucom_attach
331 for (ub = &sc->sc_ibuff[0]; ub != &sc->sc_ibuff[UCOM_IN_BUFFS];
332 ub++) {
335 &ub->ub_xfer);
338 ub->ub_data = usbd_get_buffer(ub->ub_xfer);
349 for (ub = &sc->sc_obuff[0]; ub != &sc->sc_obuff[UCOM_OUT_BUFFS];
350 ub++)
649 struct ucom_buffer *ub = &sc->sc_ibuff[i]; local in function:ucomopen
1205 struct ucom_buffer *ub; local in function:ucomstart
1369 struct ucom_buffer *ub = SIMPLEQ_FIRST(&sc->sc_obuff_full); local in function:ucom_softintr
1384 struct ucom_buffer *ub; local in function:ucom_read_complete
1441 struct ucom_buffer *ub; local in function:ucomreadcb
    [all...]
  /src/sys/arch/sparc/dev/
ms_pckbport.c 198 int mb, ub, d, get, put, any; local in function:ms_pckbport_input
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/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 in function:compat_12_sys_fstat
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 in function:compat_30_netbsd32___fstat13
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 in function:compat_50_netbsd32___fstat30
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 in function:netbsd32___fstat50
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/sys/arch/vax/vax/
autoconf.c 394 static int ub; local in function:booted_rl
397 ub = ubtest(aux);
398 if (ub)
  /src/sys/arch/amiga/dev/
ms.c 264 int mb, ub, d, get, put, any, port; local in function:msintr
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 in function:sermctl
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 in function:mfcsmctl
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/fish/
fish.c 327 int cb, i, ub; local in function:chkwinner
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/regress/lib/libc/ieeefp/testfloat/
systfloat.c 233 union128 ub; local in function:syst_float32_to_float128
235 ub.ld = ua.f;
236 return ub.f128;
243 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local in function:syst_float32_add
246 uz.f = ua.f + ub.f;
252 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local in function:syst_float32_sub
255 uz.f = ua.f - ub.f;
261 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local in function:syst_float32_mul
264 uz.f = ua.f * ub.f;
270 const union32 ua = { .f32 = a }, ub = { .f32 = b } local in function:syst_float32_div
279 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local in function:syst_float32_eq
286 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local in function:syst_float32_le
293 const union32 ua = { .f32 = a }, ub = { .f32 = b }; local in function:syst_float32_lt
353 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local in function:syst_float64_add
362 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local in function:syst_float64_sub
371 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local in function:syst_float64_mul
380 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local in function:syst_float64_div
398 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local in function:syst_float64_eq
405 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local in function:syst_float64_le
412 const union64 ua = { .f64 = a }, ub = { .f64 = b }; local in function:syst_float64_lt
457 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local in function:syst_floatx80_add
466 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local in function:syst_floatx80_sub
475 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local in function:syst_floatx80_mul
484 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local in function:syst_floatx80_div
493 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local in function:syst_floatx80_eq
500 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local in function:syst_floatx80_le
507 const unionx80 ua = { .fx80 = a }, ub = { .fx80 = b }; local in function:syst_floatx80_lt
555 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local in function:syst_float128_add
565 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local in function:syst_float128_sub
574 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local in function:syst_float128_mul
583 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local in function:syst_float128_div
592 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local in function:syst_float128_eq
599 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local in function:syst_float128_le
606 const union128 ua = { .f128 = a }, ub = { .f128 = b }; local in function:syst_float128_lt
    [all...]
  /src/games/cgram/
cgram.c 300 char ub = ch_toupper(b); local in function:substitute
307 *p = ub;
310 else if (*p == ub)
  /src/sys/arch/x68k/dev/
ms.c 368 int mb, ub, d, get, put, any; local in function:ms_input
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 in function:wsmouse_input
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/lib/libedit/
terminal.c 1290 const char *ub; local in function:terminal_telltc
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 in function:comline
1477 ub = tabsize - 1;
1478 while (lb <= ub) {
1479 mid = (ub + lb) / 2;
1484 ub = mid - 1;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 513 unsigned char ub = b; local in function:equal
515 unsigned char x = ub ^ uc; /* 0: yes; 1..255: no */

Completed in 280 milliseconds