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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_reduce.c 27 int res, um = m->used; local
35 mp_rshd (&q, um - 1);
38 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) {
44 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
48 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
60 mp_rshd (&q, um + 1);
63 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
68 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) {
80 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY)
  /src/sys/fs/union/
union_vfsops.c 112 struct union_mount *um = 0; local
128 um = MOUNTTOUNIONMOUNT(mp);
129 if (um == NULL)
132 args->mntflags = um->um_op;
165 um = kmem_zalloc(sizeof(*um), KM_SLEEP);
176 um->um_op = args->mntflags & UNMNT_OPMASK;
177 switch (um->um_op) {
179 um->um_lowervp = lowerrootvp;
180 um->um_uppervp = upperrootvp
347 struct union_mount *um = MOUNTTOUNIONMOUNT(mp); local
410 struct union_mount *um = MOUNTTOUNIONMOUNT(mp); local
438 struct union_mount *um = MOUNTTOUNIONMOUNT(mp); local
513 struct union_mount *um = MOUNTTOUNIONMOUNT(mp); local
522 struct union_mount *um = MOUNTTOUNIONMOUNT(mp); local
    [all...]
union_subr.c 560 struct union_mount *um; local
566 um = MOUNTTOUNIONMOUNT(mp);
584 if ((un->un_uppervp == um->um_uppervp) &&
585 ((un->un_lowervp == NULLVP) || un->un_lowervp == um->um_lowervp)) {
587 un->un_lowervp = um->um_lowervp;
797 * (um) points to the union mount structure for access to the
809 union_mkshadow(struct union_mount *um, struct vnode *dvp,
826 (um->um_op == UNMNT_ABOVE ? cnp->cn_cred : um->um_cred), pnbuf);
843 va.va_mode = um->um_cmode
    [all...]
union_vnops.c 333 struct union_mount *um = MOUNTTOUNIONMOUNT(dvp->v_mount); local
371 uerror = union_lookup1(um->um_uppervp, &upperdvp,
405 if (um->um_op == UNMNT_BELOW) {
407 cnp->cn_cred = um->um_cred;
416 lerror = union_lookup1(um->um_lowervp, &lowerdvp,
418 if (um->um_op == UNMNT_BELOW)
494 uerror = union_mkshadow(um, upperdvp, cnp,
748 struct union_mount *um = MOUNTTOUNIONMOUNT(vp->v_mount); local
802 if (um->um_op == UNMNT_BELOW) {
803 ap->a_cred = um->um_cred
    [all...]
  /src/sys/fs/unionfs/
unionfs_vfsops.c 475 struct unionfs_mount *um = MOUNTTOUNIONFSMOUNT(mp); local
478 return VFS_RENAMELOCK_ENTER(um->um_uppervp->v_mount);
484 struct unionfs_mount *um = MOUNTTOUNIONFSMOUNT(mp); local
486 VFS_RENAMELOCK_EXIT(um->um_uppervp->v_mount);
  /src/external/gpl3/gcc/dist/gcc/
graphite-dependences.cc 88 isl_union_map *um local
90 reads = isl_union_map_union (reads, um);
104 isl_union_map *um local
106 must_writes = isl_union_map_union (must_writes, um);
120 isl_union_map *um local
122 may_writes = isl_union_map_union (may_writes, um);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-dependences.cc 88 isl_union_map *um local
90 reads = isl_union_map_union (reads, um);
104 isl_union_map *um local
106 must_writes = isl_union_map_union (must_writes, um);
120 isl_union_map *um local
122 may_writes = isl_union_map_union (may_writes, um);
  /src/external/bsd/ntp/dist/libntp/
ntp_calendar.c 844 uint32_t us, um, uh, ud, sf32; local
849 um = (sf32 ^ us) / SECSPERMIN;
850 uh = um / MINSPERHR;
853 um ^= sf32;
858 split[1] = (int32_t)(um - uh * MINSPERHR );
859 split[2] = (int32_t)(us - um * SECSPERMIN);
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 2253 int res, um = m->used; local
2261 mp_rshd (&q, um - 1);
2264 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) {
2270 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2274 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2287 mp_rshd (&q, um + 1);
2290 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
2295 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) {
2307 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) {
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 306 uInt *um=msud-1; local
307 uInt d=*um;
312 else for (um--; um>=div; um--) if (*um) {
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 306 uInt *um=msud-1; local
307 uInt d=*um;
312 else for (um--; um>=div; um--) if (*um) {
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 306 uInt *um=msud-1; local
307 uInt d=*um;
312 else for (um--; um>=div; um--) if (*um) {
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 306 uInt *um=msud-1; local
307 uInt d=*um;
312 else for (um--; um>=div; um--) if (*um) {
  /src/sbin/nvmectl/
bignum.c 2587 int res, um = m->used; local
2595 rshift_digits(&q, um - 1);
2598 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) {
2603 if ((res = basic_multiply_partial_upper(&q, mu, &q, um)) != MP_OKAY) {
2609 rshift_digits(&q, um + 1);
2612 if ((res = modulo_2_to_power(x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
2617 if ((res = basic_multiply_partial_lower(&q, m, &q, um + 1)) != MP_OKAY) {
2629 if ((res = lshift_digits(&q, um + 1)) != MP_OKAY) {
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 2630 int res, um = m->used; local
2638 mp_rshd (&q, um - 1);
2641 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) {
2646 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2652 mp_rshd (&q, um + 1);
2655 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
2660 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) {
2672 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY)
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bignum.c 2591 int res, um = m->used; local
2599 rshift_digits(&q, um - 1);
2602 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) {
2607 if ((res = basic_multiply_partial_upper(&q, mu, &q, um)) != MP_OKAY) {
2613 rshift_digits(&q, um + 1);
2616 if ((res = modulo_2_to_power(x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
2621 if ((res = basic_multiply_partial_lower(&q, m, &q, um + 1)) != MP_OKAY) {
2633 if ((res = lshift_digits(&q, um + 1)) != MP_OKAY) {
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 850 uintmax_t um; local
855 um = malloc_strtoumax(cur, &end, 0);
859 *slab_start = (size_t)um;
863 um = malloc_strtoumax(cur, &end, 0);
867 *slab_end = (size_t)um;
871 um = malloc_strtoumax(cur, &end, 0);
875 *new_size = (size_t)um;
1167 #define CONF_DONT_CHECK_MIN(um, min) false
1168 #define CONF_CHECK_MIN(um, min) ((um) < (min)
    [all...]
  /src/external/mit/isl/dist/imath/
imath.c 1044 mp_size um = MP_USED(m);
1046 REQUIRE(GROW(TEMP(0), 2 * um));
1047 REQUIRE(GROW(TEMP(1), 2 * um));
1051 REQUIRE(GROW(TEMP(2), 2 * um));
1093 mp_size um = MP_USED(m); local
1094 REQUIRE(GROW(TEMP(0), 2 * um));
1098 REQUIRE(GROW(TEMP(1), 2 * um));
2363 mp_size um = MP_USED(m) * 2; local
2365 if (!s_pad(z, um)) return MP_MEMORY;
2367 s_2expt(z, MP_DIGIT_BIT * um);
2372 mp_size um = MP_USED(m), umb_p1, umb_m1; local
    [all...]

Completed in 88 milliseconds