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

1 2 3 4 5 6 7 8 910

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
uberblock.c 31 uberblock_verify(uberblock_t *ub)
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)
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->ub_timestamp = gethrestime_sec()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
array-bounds.f90 18 integer(8) :: lb, ub variable
22 ub = ubound (foo, dim = 1, kind = 8)
23 print *, 'bounds of foo - ', lb, ':', ub
lbound-ubound.F90 19 subroutine do_test (lb, ub)
21 integer*4, dimension (:) :: ub
33 subroutine do_test (lb, ub)
35 integer*4, dimension (:) :: ub
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
array-bounds.f90 18 integer(8) :: lb, ub variable
22 ub = ubound (foo, dim = 1, kind = 8)
23 print *, 'bounds of foo - ', lb, ':', ub
lbound-ubound.F90 19 subroutine do_test (lb, ub)
21 integer*4, dimension (:) :: ub
33 subroutine do_test (lb, ub)
35 integer*4, dimension (:) :: ub
  /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/external/mit/isl/dist/test_inputs/codegen/omega/
lu_spmd-0.c 1 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)
lu_spmd-1.c 1 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)
  /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
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/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 244 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=ulsd
592 const uByte *ub; \/* .. *\/ local
794 uByte *ub; \/* .. *\/ local
1798 uByte *ub; \/* work *\/ local
    [all...]
decBasic.c 192 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--; /* -> lsu *
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...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 244 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=ulsd
592 const uByte *ub; \/* .. *\/ local
794 uByte *ub; \/* .. *\/ local
1798 uByte *ub; \/* work *\/ local
    [all...]
decBasic.c 192 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--; /* -> lsu *
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...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 244 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=ulsd
592 const uByte *ub; \/* .. *\/ local
794 uByte *ub; \/* .. *\/ local
1798 uByte *ub; \/* work *\/ local
    [all...]
decBasic.c 192 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--; /* -> lsu *
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...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 244 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=ulsd
592 const uByte *ub; \/* .. *\/ local
794 uByte *ub; \/* .. *\/ local
1798 uByte *ub; \/* work *\/ local
    [all...]
decBasic.c 192 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--; /* -> lsu *
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...]
  /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/external/bsd/blocklist/lib/
bl.c 384 } ub; local
392 iov.iov_base = ub.buf;
394 ub.bl.bl_len = (uint32_t)iov.iov_len;
395 ub.bl.bl_version = BL_VERSION;
396 ub.bl.bl_type = (uint32_t)e;
398 if (bl_getsock(b, &ub.bl.bl_ss, sa, slen, ctx) == -1)
402 ub.bl.bl_salen = slen;
403 memcpy(ub.bl.bl_data, ctx, ctxlen);
449 } ub; local
458 iov.iov_base = ub.buf
    [all...]
  /src/sys/dev/usb/
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/external/gpl3/gcc/dist/gcc/
range-op-float.cc 100 // For a given operation, fold two sets of ranges into [lb, ub].
102 // UB, the final range has the possibility of a NAN.
2264 // True if [lb, ub] is [+-0, +-0].
2266 zero_p (const REAL_VALUE_TYPE &lb, const REAL_VALUE_TYPE &ub)
2268 return real_iszero (&lb) && real_iszero (&ub);
2271 // True if +0 or -0 is in [lb, ub] range.
2273 contains_zero_p (const REAL_VALUE_TYPE &lb, const REAL_VALUE_TYPE &ub)
2276 && real_compare (GE_EXPR, &ub, &dconst0));
2279 // True if [lb, ub] is [-INF, -INF] or [+INF, +INF].
2281 singleton_inf_p (const REAL_VALUE_TYPE &lb, const REAL_VALUE_TYPE &ub)
2372 REAL_VALUE_TYPE ub = lhs.upper_bound (); local
2398 frange_nextafter (TYPE_MODE (type), ub, dconstinf); local
2454 REAL_VALUE_TYPE lb, ub; local
2517 REAL_VALUE_TYPE lb, ub; local
2597 REAL_VALUE_TYPE lb, ub; local
2631 REAL_VALUE_TYPE lb, ub; local
2763 REAL_VALUE_TYPE lb, ub; variable
2794 REAL_VALUE_TYPE lb, ub; variable
2817 REAL_VALUE_TYPE lb, ub; variable
    [all...]
  /src/external/bsd/jemalloc/dist/src/
decay.c 267 size_t ub = SMOOTHSTEP_NSTEPS; local
274 npurge_ub = decay_npurge_after_interval(decay, ub);
276 return decay_interval_ns * ub;
281 while ((npurge_lb + npages_threshold < npurge_ub) && (lb + 2 < ub)) {
282 target = (lb + ub) / 2;
285 ub = target;
294 return decay_interval_ns * (ub + lb) / 2;

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 910