Searched refs:ub (Results 1 - 25 of 236) sorted by relevance

12345678910

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Duberblock.c31 uberblock_verify(uberblock_t *ub) argument
33 if (ub->ub_magic == BSWAP_64((uint64_t)UBERBLOCK_MAGIC))
34 byteswap_uint64_array(ub, sizeof (uberblock_t));
36 if (ub->ub_magic != UBERBLOCK_MAGIC)
47 uberblock_update(uberblock_t *ub, vdev_t *rvd, uint64_t txg) argument
49 ASSERT(ub->ub_txg < txg);
55 ub->ub_magic = UBERBLOCK_MAGIC;
56 ub->ub_txg = txg;
57 ub->ub_guid_sum = rvd->vdev_guid_sum;
58 ub
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Darray-bounds.f9018 integer(8) :: lb, ub variable
22 ub = ubound (foo, dim = 1, kind = 8)
23 print *, 'bounds of foo - ', lb, ':', ub
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Darray-bounds.f9018 integer(8) :: lb, ub variable
22 ub = ubound (foo, dim = 1, kind = 8)
23 print *, 'bounds of foo - ', lb, ':', ub
H A Dlbound-ubound.F9019 subroutine do_test (lb, ub)
21 integer*4, dimension (:) :: ub
37 do i=LBOUND (ub, 1), UBOUND (ub, 1), 1
38 if (i > LBOUND (ub, 1)) then
41 write(*, fmt="(I0)", advance="no") ub (i)
55 subroutine do_test (lb, ub)
57 integer*4, dimension (:) :: ub
/netbsd-current/common/lib/libc/quad/
H A Ddivdi3.c54 u_quad_t ua, ub, uq; local
58 ub = b;
63 ub = -ub, neg ^= 1;
65 uq = __qdivrem(ua, ub, (u_quad_t *)0);
H A Dmoddi3.c55 u_quad_t ua, ub, ur; local
59 ub = b;
64 ub = -ub;
65 (void)__qdivrem(ua, ub, &ur);
/netbsd-current/external/mit/isl/dist/test_inputs/codegen/omega/
H A Dlu_spmd-0.c1 if (ub >= lb)
2 for (int c0 = 1; c0 <= ub; c0 += 1)
6 if (n >= ub + 1)
11 for (int c3 = max(lb, c0); c3 <= ub; c3 += 1)
H A Dlu_spmd-1.c1 if (ub >= lb)
2 for (int c0 = 1; c0 <= ub; c0 += 1)
6 if (n >= ub + 1)
11 for (int c3 = max(lb, c0); c3 <= ub; c3 += 1)
/netbsd-current/sys/arch/evbmips/conf/
H A DMakefile.evbmips.inc52 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@}
/netbsd-current/sys/arch/evbppc/conf/
H A DMakefile.obs405.inc63 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;
/netbsd-current/regress/lib/libc/ieeefp/testfloat/
H A Dsystfloat.c233 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 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...]
/netbsd-current/sys/dev/usb/
H A Ducom.c317 struct ucom_buffer *ub; local
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
1205 struct ucom_buffer *ub; local
1281 ucom_write_status(struct ucom_softc *sc, struct ucom_buffer *ub, usbd_status err) argument
1330 ucom_submit_write(struct ucom_softc *sc, struct ucom_buffer *ub) argument
1369 struct ucom_buffer *ub = SIMPLEQ_FIRST(&sc->sc_obuff_full); local
1384 struct ucom_buffer *ub; local
1416 ucomsubmitread(struct ucom_softc *sc, struct ucom_buffer *ub) argument
1440 struct ucom_buffer *ub; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Ditof.d14 c: fc 44 00 itof \[r0\]\.ub, r0
15 f: fc 44 0f itof \[r0\]\.ub, r15
24 32: fc 44 f0 itof \[r15\]\.ub, r0
25 35: fc 44 ff itof \[r15\]\.ub, r15
34 58: fc 45 00 fc itof 252\[r0\]\.ub, r0
35 5c: fc 45 0f fc itof 252\[r0\]\.ub, r15
44 88: fc 45 f0 fc itof 252\[r15\]\.ub, r0
45 8c: fc 45 ff fc itof 252\[r15\]\.ub, r15
54 b8: fc 46 00 fc ff itof 65532\[r0\]\.ub, r0
55 bd: fc 46 0f fc ff itof 65532\[r0\]\.ub, r1
[all...]
H A Dutof.d14 c: fc 54 00 utof \[r0\]\.ub, r0
15 f: fc 54 0f utof \[r0\]\.ub, r15
24 32: fc 54 f0 utof \[r15\]\.ub, r0
25 35: fc 54 ff utof \[r15\]\.ub, r15
34 58: fc 55 00 fc utof 252\[r0\]\.ub, r0
35 5c: fc 55 0f fc utof 252\[r0\]\.ub, r15
44 88: fc 55 f0 fc utof 252\[r15\]\.ub, r0
45 8c: fc 55 ff fc utof 252\[r15\]\.ub, r15
54 b8: fc 56 00 fc ff utof 65532\[r0\]\.ub, r0
55 bd: fc 56 0f fc ff utof 65532\[r0\]\.ub, r1
[all...]
H A Dxchg.d14 c: fc 40 00 xchg \[r0\]\.ub, r0
15 f: fc 40 0f xchg \[r0\]\.ub, r15
24 32: fc 40 f0 xchg \[r15\]\.ub, r0
25 35: fc 40 ff xchg \[r15\]\.ub, r15
34 58: fc 41 00 fc xchg 252\[r0\]\.ub, r0
35 5c: fc 41 0f fc xchg 252\[r0\]\.ub, r15
44 88: fc 41 f0 fc xchg 252\[r15\]\.ub, r0
45 8c: fc 41 ff fc xchg 252\[r15\]\.ub, r15
54 b8: fc 42 00 fc ff xchg 65532\[r0\]\.ub, r0
55 bd: fc 42 0f fc ff xchg 65532\[r0\]\.ub, r1
[all...]
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecCommon.c244 uByte *ub; /* work */ local
303 for (ub=roundat+1; ub<=ulsd; ub++) {
304 if (*ub!=0) { /* non-zero to be discarded */
320 for (ub=roundat+1; ub<=ulsd; ub++) {
321 if (*ub!=0) { /* non-zero to be discarded */
386 ub
592 const uByte *ub; /* .. */ local
794 uByte *ub; /* .. */ local
1798 uByte *ub; /* work */ local
[all...]
H A DdecBasic.c192 uByte *ub; /* .. */ local
539 for (uq=msuq, ub=bcdacc+1; uq>=lsuq; uq--, ub+=9) {
542 UBFROMUI(ub, 0); /* clear 9 BCD8s */
543 UBFROMUI(ub+4, 0); /* .. */
544 *(ub+8)=0; /* .. */
558 UBFROMUI(ub, UBTOUI(&BIN2BCD8[top*4]));
559 UBFROMUI(ub+3, UBTOUI(&BIN2BCD8[mid*4]));
560 UBFROMUI(ub+6, UBTOUI(&BIN2BCD8[rem*4]));
562 ub
723 uByte *ub; /* .. */ local
1117 uByte *ub, *us, *ut; /* work */ local
1757 uByte *ub, *uc; /* work */ local
2024 uByte *ub, *uh, *ul; /* work */ local
2905 uByte *ub, *uc; /* work */ local
3193 uByte buf[DECPMAX], *ub; /* coefficient and pointer */ local
3276 uByte *ub; /* .. */ local
3625 uByte *ub, *uc; /* work */ local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecCommon.c244 uByte *ub; /* work */ local
303 for (ub=roundat+1; ub<=ulsd; ub++) {
304 if (*ub!=0) { /* non-zero to be discarded */
320 for (ub=roundat+1; ub<=ulsd; ub++) {
321 if (*ub!=0) { /* non-zero to be discarded */
386 ub
592 const uByte *ub; /* .. */ local
794 uByte *ub; /* .. */ local
1798 uByte *ub; /* work */ local
[all...]
H A DdecBasic.c192 uByte *ub; /* .. */ local
539 for (uq=msuq, ub=bcdacc+1; uq>=lsuq; uq--, ub+=9) {
542 UBFROMUI(ub, 0); /* clear 9 BCD8s */
543 UBFROMUI(ub+4, 0); /* .. */
544 *(ub+8)=0; /* .. */
558 UBFROMUI(ub, UBTOUI(&BIN2BCD8[top*4]));
559 UBFROMUI(ub+3, UBTOUI(&BIN2BCD8[mid*4]));
560 UBFROMUI(ub+6, UBTOUI(&BIN2BCD8[rem*4]));
562 ub
723 uByte *ub; /* .. */ local
1117 uByte *ub, *us, *ut; /* work */ local
1757 uByte *ub, *uc; /* work */ local
2024 uByte *ub, *uh, *ul; /* work */ local
2905 uByte *ub, *uc; /* work */ local
3193 uByte buf[DECPMAX], *ub; /* coefficient and pointer */ local
3276 uByte *ub; /* .. */ local
3625 uByte *ub, *uc; /* work */ local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecCommon.c244 uByte *ub; /* work */ local
303 for (ub=roundat+1; ub<=ulsd; ub++) {
304 if (*ub!=0) { /* non-zero to be discarded */
320 for (ub=roundat+1; ub<=ulsd; ub++) {
321 if (*ub!=0) { /* non-zero to be discarded */
386 ub
592 const uByte *ub; /* .. */ local
794 uByte *ub; /* .. */ local
1798 uByte *ub; /* work */ local
[all...]
H A DdecBasic.c192 uByte *ub; /* .. */ local
539 for (uq=msuq, ub=bcdacc+1; uq>=lsuq; uq--, ub+=9) {
542 UBFROMUI(ub, 0); /* clear 9 BCD8s */
543 UBFROMUI(ub+4, 0); /* .. */
544 *(ub+8)=0; /* .. */
558 UBFROMUI(ub, UBTOUI(&BIN2BCD8[top*4]));
559 UBFROMUI(ub+3, UBTOUI(&BIN2BCD8[mid*4]));
560 UBFROMUI(ub+6, UBTOUI(&BIN2BCD8[rem*4]));
562 ub
723 uByte *ub; /* .. */ local
1117 uByte *ub, *us, *ut; /* work */ local
1757 uByte *ub, *uc; /* work */ local
2024 uByte *ub, *uh, *ul; /* work */ local
2905 uByte *ub, *uc; /* work */ local
3193 uByte buf[DECPMAX], *ub; /* coefficient and pointer */ local
3276 uByte *ub; /* .. */ local
3625 uByte *ub, *uc; /* work */ local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecCommon.c244 uByte *ub; /* work */ local
303 for (ub=roundat+1; ub<=ulsd; ub++) {
304 if (*ub!=0) { /* non-zero to be discarded */
320 for (ub=roundat+1; ub<=ulsd; ub++) {
321 if (*ub!=0) { /* non-zero to be discarded */
386 ub
592 const uByte *ub; /* .. */ local
794 uByte *ub; /* .. */ local
1798 uByte *ub; /* work */ local
[all...]
H A DdecBasic.c192 uByte *ub; /* .. */ local
539 for (uq=msuq, ub=bcdacc+1; uq>=lsuq; uq--, ub+=9) {
542 UBFROMUI(ub, 0); /* clear 9 BCD8s */
543 UBFROMUI(ub+4, 0); /* .. */
544 *(ub+8)=0; /* .. */
558 UBFROMUI(ub, UBTOUI(&BIN2BCD8[top*4]));
559 UBFROMUI(ub+3, UBTOUI(&BIN2BCD8[mid*4]));
560 UBFROMUI(ub+6, UBTOUI(&BIN2BCD8[rem*4]));
562 ub
723 uByte *ub; /* .. */ local
1117 uByte *ub, *us, *ut; /* work */ local
1757 uByte *ub, *uc; /* work */ local
2024 uByte *ub, *uh, *ul; /* work */ local
2905 uByte *ub, *uc; /* work */ local
3193 uByte buf[DECPMAX], *ub; /* coefficient and pointer */ local
3276 uByte *ub; /* .. */ local
3625 uByte *ub, *uc; /* work */ local
[all...]
/netbsd-current/usr.bin/error/
H A Dfilter.c141 int ub, lb; local
147 for (lb = 0, ub = nignored - 1; ub >= lb; ) {
148 halfway = (ub + lb)/2;
152 ub = halfway - 1;
/netbsd-current/external/bsd/blocklist/lib/
H A Dbl.c370 } ub; local
378 iov.iov_base = ub.buf;
380 ub.bl.bl_len = (uint32_t)iov.iov_len;
381 ub.bl.bl_version = BL_VERSION;
382 ub.bl.bl_type = (uint32_t)e;
384 if (bl_getsock(b, &ub.bl.bl_ss, sa, slen, ctx) == -1)
388 ub.bl.bl_salen = slen;
389 memcpy(ub.bl.bl_data, ctx, ctxlen);
434 } ub; local
443 iov.iov_base = ub
[all...]

Completed in 435 milliseconds

12345678910