Home
last modified time | relevance | path

Searched refs:uflags (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Drint.c105 int uflags; in mpfr_rint() local
128 uflags = 0; /* u is an integer, representable or not in r */ in mpfr_rint()
139 uflags = idiff == 0 || MPFR_LIMB_LSHIFT(up[uj],idiff) == 0 ? 0 : 2; in mpfr_rint()
140 if (uflags == 0) in mpfr_rint()
144 uflags = 2; in mpfr_rint()
192 if (uflags == 0) in mpfr_rint()
195 uflags = 1; /* u is not representable in r */ in mpfr_rint()
202 uflags = 1; /* u is not representable in r */ in mpfr_rint()
231 if (uflags == 0 && (rp[0] & ((MPFR_LIMB_ONE << sh) - in mpfr_rint()
233 uflags = 1; /* u is an integer not representable in r */ in mpfr_rint()
[all …]
/netbsd-src/sys/ufs/ffs/
H A Dffs_vnops.c248 int error, flags, uflags; in ffs_spec_fsync() local
252 uflags = UPDATE_CLOSE | ((flags & FSYNC_WAIT) ? UPDATE_WAIT : 0); in ffs_spec_fsync()
276 error = ffs_update(vp, NULL, NULL, uflags); in ffs_spec_fsync()
283 error = ffs_update(vp, NULL, NULL, uflags); in ffs_spec_fsync()
417 int error, i, uflags; in ffs_full_fsync() local
423 uflags = UPDATE_CLOSE | ((flags & FSYNC_WAIT) ? UPDATE_WAIT : 0); in ffs_full_fsync()
460 error = ffs_update(vp, NULL, NULL, uflags); in ffs_full_fsync()
491 error = ffs_update(vp, NULL, NULL, uflags); in ffs_full_fsync()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duri.d52 ubyte[128] uflags;
55 uflags['#'] |= URI_Hash;
59 uflags[c] |= URI_Alpha;
60 uflags[c + 0x20] |= URI_Alpha; // lowercase letters
62 foreach (c; '0' .. '9' + 1) uflags[c] |= URI_Digit;
63 foreach (c; ";/?:@&=+$,") uflags[c] |= URI_Reserved;
64 foreach (c; "-_.!~*'()") uflags[c] |= URI_Mark;
65 return uflags;
/netbsd-src/sys/fs/puffs/
H A Dpuffs_subr.c190 int uflags = 0; in puffs_gop_markupdate() local
193 uflags |= PUFFS_UPDATEATIME; in puffs_gop_markupdate()
195 uflags |= PUFFS_UPDATEMTIME; in puffs_gop_markupdate()
197 puffs_updatenode(VPTOPP(vp), uflags, 0); in puffs_gop_markupdate()
H A Dpuffs_vnops.c2340 int error, uflags; in puffs_vnop_write() local
2343 error = uflags = 0; in puffs_vnop_write()
2388 uflags |= PUFFS_UPDATESIZE; in puffs_vnop_write()
2463 uflags |= PUFFS_UPDATESIZE; in puffs_vnop_write()
2493 uflags |= PUFFS_UPDATEATIME; in puffs_vnop_write()
2494 uflags |= PUFFS_UPDATECTIME; in puffs_vnop_write()
2495 uflags |= PUFFS_UPDATEMTIME; in puffs_vnop_write()
2496 puffs_updatenode(VPTOPP(vp), uflags, vp->v_size); in puffs_vnop_write()
2503 if (!PUFFS_USE_METAFLUSH(pmp) && (uflags & PUFFS_UPDATESIZE)) { in puffs_vnop_write()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Duri.d59 ubyte[128] uflags;
62 uflags['#'] |= URI_Hash;
66 uflags[c] |= URI_Alpha;
67 uflags[c + 0x20] |= URI_Alpha; // lowercase letters
69 foreach (c; '0' .. '9' + 1) uflags[c] |= URI_Digit;
70 foreach (c; ";/?:@&=+$,") uflags[c] |= URI_Reserved;
71 foreach (c; "-_.!~*'()") uflags[c] |= URI_Mark;
72 return uflags;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-operands.cc769 int uflags = opf_use; in get_expr_operands() local
775 uflags |= (flags & opf_no_vops); in get_expr_operands()
837 get_expr_operands (&TREE_OPERAND (expr, 2), uflags); in get_expr_operands()
840 get_expr_operands (&TREE_OPERAND (expr, 1), uflags); in get_expr_operands()
841 get_expr_operands (&TREE_OPERAND (expr, 2), uflags); in get_expr_operands()
842 get_expr_operands (&TREE_OPERAND (expr, 3), uflags); in get_expr_operands()
851 get_expr_operands (&TREE_OPERAND (expr, 1), uflags); in get_expr_operands()
858 get_expr_operands (&TREE_OPERAND (expr, 0), uflags); in get_expr_operands()
859 get_expr_operands (&TREE_OPERAND (expr, 1), uflags); in get_expr_operands()
860 get_expr_operands (&TREE_OPERAND (expr, 2), uflags); in get_expr_operands()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-operands.c708 int uflags = opf_use; in get_expr_operands() local
714 uflags |= (flags & opf_no_vops); in get_expr_operands()
780 get_expr_operands (fn, stmt, &TREE_OPERAND (expr, 2), uflags); in get_expr_operands()
784 get_expr_operands (fn, stmt, &TREE_OPERAND (expr, 1), uflags); in get_expr_operands()
785 get_expr_operands (fn, stmt, &TREE_OPERAND (expr, 2), uflags); in get_expr_operands()
786 get_expr_operands (fn, stmt, &TREE_OPERAND (expr, 3), uflags); in get_expr_operands()
795 get_expr_operands (fn, stmt, &TREE_OPERAND (expr, 1), uflags); in get_expr_operands()
802 get_expr_operands (fn, stmt, &TREE_OPERAND (expr, 0), uflags); in get_expr_operands()
803 get_expr_operands (fn, stmt, &TREE_OPERAND (expr, 1), uflags); in get_expr_operands()
804 get_expr_operands (fn, stmt, &TREE_OPERAND (expr, 2), uflags); in get_expr_operands()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_open.c47 uu_open_tmp(const char *dir, uint_t uflags) in uu_open_tmp() argument
H A Dlibuutil.h141 extern int uu_open_tmp(const char *dir, uint_t uflags);
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtexp.c922 unsigned int flags, uflags = in underflow_up() local
928 if (flags != uflags || in underflow_up()
947 printf (" 0 and flags = %u\nGot ", uflags); in underflow_up()
/netbsd-src/usr.sbin/fstyp/
H A Dhammer2_disk.h943 uint32_t uflags; /* 0004 chflags */ member
H A Dhammer_disk.h894 uint32_t uflags; /* chflags */ member