| /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/sys/arch/evbmips/conf/ |
| Makefile.evbmips.inc | 52 echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.gz $@.ub; \ 53 ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.gz $@.ub 72 echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.lzma $@.ub; \ 73 ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.lzma $@.ub) || \ 80 echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin $@.ub; \ 81 ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin $@.ub; \ 85 EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ub@}
|
| /src/sys/arch/evbppc/conf/ |
| Makefile.obs405.inc | 63 echo ${MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS_GZ} $@.bin.gz $@.gz.ub; \ 64 ${MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS_GZ} $@.bin.gz $@.gz.ub; \ 65 echo ${MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS_NONE} $@.bin $@.ub; \ 66 ${MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS_NONE} $@.bin $@.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/sys/dev/usb/ |
| ucom.c | 318 struct ucom_buffer *ub; local in function:ucom_attach 332 for (ub = &sc->sc_ibuff[0]; ub != &sc->sc_ibuff[UCOM_IN_BUFFS]; 333 ub++) { 336 &ub->ub_xfer); 339 ub->ub_data = usbd_get_buffer(ub->ub_xfer); 350 for (ub = &sc->sc_obuff[0]; ub != &sc->sc_obuff[UCOM_OUT_BUFFS]; 351 ub++) 659 struct ucom_buffer *ub = &sc->sc_ibuff[i]; local in function:ucomopen 1212 struct ucom_buffer *ub; local in function:ucomstart 1375 struct ucom_buffer *ub = SIMPLEQ_FIRST(&sc->sc_obuff_full); local in function:ucom_softintr 1390 struct ucom_buffer *ub; local in function:ucom_read_complete 1447 struct ucom_buffer *ub; local in function:ucomreadcb [all...] |
| 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...] |
| /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/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/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/arch/amiga/dev/ |
| 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...] |
| 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;
|
| /src/sys/kern/ |
| sys_socket.c | 239 soo_stat(file_t *fp, struct stat *ub) 244 memset(ub, 0, sizeof(*ub)); 245 ub->st_mode = S_IFSOCK; 248 error = (*so->so_proto->pr_usrreqs->pr_stat)(so, ub);
|
| uipc_sem.c | 806 ksem_stat_fop(file_t *fp, struct stat *ub) 812 memset(ub, 0, sizeof(*ub)); 814 ub->st_mode = ks->ks_mode | ((ks->ks_name && ks->ks_namelen) 816 ub->st_uid = ks->ks_uid; 817 ub->st_gid = ks->ks_gid; 818 ub->st_size = ks->ks_value; 819 ub->st_blocks = (ub->st_size) ? 1 : 0; 820 ub->st_nlink = ks->ks_ref [all...] |
| sys_pipe.c | 862 pipe_stat(file_t *fp, struct stat *ub) 867 memset(ub, 0, sizeof(*ub)); 868 ub->st_mode = S_IFIFO | S_IRUSR | S_IWUSR; 869 ub->st_blksize = pipe->pipe_buffer.size; 870 if (ub->st_blksize == 0 && pipe->pipe_peer) 871 ub->st_blksize = pipe->pipe_peer->pipe_buffer.size; 872 ub->st_size = pipe->pipe_buffer.cnt; 873 ub->st_blocks = (ub->st_size) ? 1 : 0 [all...] |
| /src/sys/compat/aoutm68k/ |
| aoutm68k_stat.c | 82 return copyout(&ast, SCARG(uap, ub), sizeof(ast)); 114 return copyout(&ast, SCARG(uap, ub), sizeof(ast)); 132 return copyout(&ast, SCARG(uap, ub), sizeof(ast)); 164 return copyout(&ast, SCARG(uap, ub), sizeof(ast)); 181 return copyout(&ast, SCARG(uap, ub), sizeof(ast)); 214 return copyout(&ast, SCARG(uap, ub), sizeof(ast));
|
| /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_12.c | 135 syscallarg(netbsd32_stat12p_t) ub; 149 return copyout(&sb32, SCARG_P32(uap, ub), sizeof sb32); 179 syscallarg(netbsd32_stat12p_t) ub; 193 return copyout(&sb32, SCARG_P32(uap, ub), sizeof sb32);
|
| /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/distrib/evbarm/instkernel/ramdisk/ |
| Makefile | 58 ${MKUBOOTIMAGEARGS} ${IMAGE} ${RAMDISKDIR}/${IMAGE:S/.fs/.ub/}
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| netbsd_syscall_hooks.h | 231 #define __sanitizer_syscall_pre_compat_43_stat43(path, ub) \ 233 (long long)(ub)) 234 #define __sanitizer_syscall_post_compat_43_stat43(res, path, ub) \ 236 (long long)(ub)) 240 #define __sanitizer_syscall_pre_compat_43_lstat43(path, ub) \ 242 (long long)(ub)) 243 #define __sanitizer_syscall_post_compat_43_lstat43(res, path, ub) \ 245 (long long)(ub)) 961 #define __sanitizer_syscall_pre_compat_12_stat12(path, ub) \ 963 (long long)(ub)) [all...] |
| /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/arch/vax/vax/ |
| autoconf.c | 394 static int ub; local in function:booted_rl 397 ub = ubtest(aux); 398 if (ub)
|