Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 25 of 1874) sorted by relevance

12345678910>>...75

/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecPacked.c74 uInt cut=DECDPUN; /* downcounter per Unit */ in decPackedFromNumber() local
92 if (cut==0) { in decPackedFromNumber()
95 cut=DECDPUN; in decPackedFromNumber()
107 cut--; in decPackedFromNumber()
112 if (cut==0) { in decPackedFromNumber()
115 cut=DECDPUN; in decPackedFromNumber()
126 cut--; in decPackedFromNumber()
164 Int cut=0; /* phase of output */ in decPackedToNumber() local
203 if (cut==0) *up=(Unit)nib; in decPackedToNumber()
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]); in decPackedToNumber()
[all …]
H A DdecNumber.c504 Int cut, out; /* .. */ in decNumberFromString() local
668 cut=d-(up-res)*DECDPUN; /* digits in top unit */ in decNumberFromString()
673 cut--; in decNumberFromString()
674 if (cut>0) continue; /* more for this unit */ in decNumberFromString()
677 cut=DECDPUN; /* .. */ in decNumberFromString()
3459 uInt cut=DECDPUN; /* downcounter through unit */ in decNumberGetBCD() local
3463 cut--; in decNumberGetBCD()
3464 if (cut>0) continue; /* more in this unit */ in decNumberGetBCD()
3467 cut=DECDPUN; in decNumberGetBCD()
3493 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in decNumberSetBCD() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecPacked.c74 uInt cut=DECDPUN; /* downcounter per Unit */ in decPackedFromNumber() local
92 if (cut==0) { in decPackedFromNumber()
95 cut=DECDPUN; in decPackedFromNumber()
107 cut--; in decPackedFromNumber()
112 if (cut==0) { in decPackedFromNumber()
115 cut=DECDPUN; in decPackedFromNumber()
126 cut--; in decPackedFromNumber()
164 Int cut=0; /* phase of output */ in decPackedToNumber() local
203 if (cut==0) *up=(Unit)nib; in decPackedToNumber()
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]); in decPackedToNumber()
[all …]
H A DdecNumber.c504 Int cut, out; /* .. */ in decNumberFromString() local
668 cut=d-(up-res)*DECDPUN; /* digits in top unit */ in decNumberFromString()
673 cut--; in decNumberFromString()
674 if (cut>0) continue; /* more for this unit */ in decNumberFromString()
677 cut=DECDPUN; /* .. */ in decNumberFromString()
3459 uInt cut=DECDPUN; /* downcounter through unit */ in decNumberGetBCD() local
3463 cut--; in decNumberGetBCD()
3464 if (cut>0) continue; /* more in this unit */ in decNumberGetBCD()
3467 cut=DECDPUN; in decNumberGetBCD()
3493 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in decNumberSetBCD() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecPacked.c74 uInt cut=DECDPUN; /* downcounter per Unit */ in decPackedFromNumber() local
92 if (cut==0) { in decPackedFromNumber()
95 cut=DECDPUN; in decPackedFromNumber()
107 cut--; in decPackedFromNumber()
112 if (cut==0) { in decPackedFromNumber()
115 cut=DECDPUN; in decPackedFromNumber()
126 cut--; in decPackedFromNumber()
164 Int cut=0; /* phase of output */ in decPackedToNumber() local
203 if (cut==0) *up=(Unit)nib; in decPackedToNumber()
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]); in decPackedToNumber()
[all …]
H A DdecNumber.c504 Int cut, out; /* .. */ in decNumberFromString() local
668 cut=d-(up-res)*DECDPUN; /* digits in top unit */ in decNumberFromString()
673 cut--; in decNumberFromString()
674 if (cut>0) continue; /* more for this unit */ in decNumberFromString()
677 cut=DECDPUN; /* .. */ in decNumberFromString()
3459 uInt cut=DECDPUN; /* downcounter through unit */ in decNumberGetBCD() local
3463 cut--; in decNumberGetBCD()
3464 if (cut>0) continue; /* more in this unit */ in decNumberGetBCD()
3467 cut=DECDPUN; in decNumberGetBCD()
3493 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in decNumberSetBCD() local
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecPacked.c74 uInt cut=DECDPUN; /* downcounter per Unit */ in decPackedFromNumber() local
92 if (cut==0) { in decPackedFromNumber()
95 cut=DECDPUN; in decPackedFromNumber()
107 cut--; in decPackedFromNumber()
112 if (cut==0) { in decPackedFromNumber()
115 cut=DECDPUN; in decPackedFromNumber()
126 cut--; in decPackedFromNumber()
164 Int cut=0; /* phase of output */ in decPackedToNumber() local
203 if (cut==0) *up=(Unit)nib; in decPackedToNumber()
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]); in decPackedToNumber()
[all …]
H A DdecNumber.c504 Int cut, out; /* .. */ in decNumberFromString() local
668 cut=d-(up-res)*DECDPUN; /* digits in top unit */ in decNumberFromString()
673 cut--; in decNumberFromString()
674 if (cut>0) continue; /* more for this unit */ in decNumberFromString()
677 cut=DECDPUN; /* .. */ in decNumberFromString()
3459 uInt cut=DECDPUN; /* downcounter through unit */ in decNumberGetBCD() local
3463 cut--; in decNumberGetBCD()
3464 if (cut>0) continue; /* more in this unit */ in decNumberGetBCD()
3467 cut=DECDPUN; in decNumberGetBCD()
3493 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in decNumberSetBCD() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal64.c616 Int cut; /* work */ in decDigitsToDPD() local
639 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */ in decDigitsToDPD()
640 if (cut==0) { /* unit-boundary case */ in decDigitsToDPD()
648 uInt quot=QUOT10(*source, cut); in decDigitsToDPD()
649 uInt rem=*source-quot*DECPOWERS[cut]; in decDigitsToDPD()
652 uInt rem=*source%DECPOWERS[cut]; in decDigitsToDPD()
653 next+=*source/DECPOWERS[cut]; in decDigitsToDPD()
656 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */ in decDigitsToDPD()
672 cut=0; /* at lowest digit */ in decDigitsToDPD()
699 cut++; in decDigitsToDPD()
[all …]
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal64.c616 Int cut; /* work */ in decDigitsToDPD() local
639 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */ in decDigitsToDPD()
640 if (cut==0) { /* unit-boundary case */ in decDigitsToDPD()
648 uInt quot=QUOT10(*source, cut); in decDigitsToDPD()
649 uInt rem=*source-quot*DECPOWERS[cut]; in decDigitsToDPD()
652 uInt rem=*source%DECPOWERS[cut]; in decDigitsToDPD()
653 next+=*source/DECPOWERS[cut]; in decDigitsToDPD()
656 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */ in decDigitsToDPD()
672 cut=0; /* at lowest digit */ in decDigitsToDPD()
699 cut++; in decDigitsToDPD()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal64.c616 Int cut; /* work */ in decDigitsToDPD() local
639 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */ in decDigitsToDPD()
640 if (cut==0) { /* unit-boundary case */ in decDigitsToDPD()
648 uInt quot=QUOT10(*source, cut); in decDigitsToDPD()
649 uInt rem=*source-quot*DECPOWERS[cut]; in decDigitsToDPD()
652 uInt rem=*source%DECPOWERS[cut]; in decDigitsToDPD()
653 next+=*source/DECPOWERS[cut]; in decDigitsToDPD()
656 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */ in decDigitsToDPD()
672 cut=0; /* at lowest digit */ in decDigitsToDPD()
699 cut++; in decDigitsToDPD()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal64.c616 Int cut; /* work */ in decDigitsToDPD() local
639 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */ in decDigitsToDPD()
640 if (cut==0) { /* unit-boundary case */ in decDigitsToDPD()
648 uInt quot=QUOT10(*source, cut); in decDigitsToDPD()
649 uInt rem=*source-quot*DECPOWERS[cut]; in decDigitsToDPD()
652 uInt rem=*source%DECPOWERS[cut]; in decDigitsToDPD()
653 next+=*source/DECPOWERS[cut]; in decDigitsToDPD()
656 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */ in decDigitsToDPD()
672 cut=0; /* at lowest digit */ in decDigitsToDPD()
699 cut++; in decDigitsToDPD()
[all …]
/netbsd-src/tests/usr.bin/cut/
H A Dd_sflag.out1 ----- test: cut -f 1 -s d_cut.in -----
5 ----- test: cut -f 2 -s d_cut.in -----
9 ----- test: cut -f 3 -s d_cut.in -----
13 ----- test: cut -f 1-2 -s d_cut.in -----
17 ----- test: cut -f 2,3 -s d_cut.in -----
21 ----- test: cut -f 4 -s d_cut.in -----
25 ----- test: cut -f 1-3,4-7 -s d_cut.in -----
29 ----- test: cut -f 1,2-7 -s d_cut.in -----
H A Dd_dsflag.out1 ----- test: cut -f 1 -d : -s d_cut.in -----
5 ----- test: cut -f 2 -d : -s d_cut.in -----
9 ----- test: cut -f 3 -d : -s d_cut.in -----
13 ----- test: cut -f 1-2 -d : -s d_cut.in -----
17 ----- test: cut -f 2,3 -d : -s d_cut.in -----
21 ----- test: cut -f 4 -d : -s d_cut.in -----
25 ----- test: cut -f 1-3,4-7 -d : -s d_cut.in -----
29 ----- test: cut -f 1,2-7 -d : -s d_cut.in -----
H A Dd_dflag.out1 ----- test: cut -f 1 -d : d_cut.in -----
12 ----- test: cut -f 2 -d : d_cut.in -----
23 ----- test: cut -f 3 -d : d_cut.in -----
34 ----- test: cut -f 1-2 -d : d_cut.in -----
45 ----- test: cut -f 2,3 -d : d_cut.in -----
56 ----- test: cut -f 4 -d : d_cut.in -----
67 ----- test: cut -f 1-3,4-7 -d : d_cut.in -----
78 ----- test: cut -f 1,2-7 -d : d_cut.in -----
H A Dd_basic.out1 ----- test: cut -f 1 d_cut.in -----
12 ----- test: cut -f 2 d_cut.in -----
23 ----- test: cut -f 3 d_cut.in -----
34 ----- test: cut -f 1-2 d_cut.in -----
45 ----- test: cut -f 2,3 d_cut.in -----
56 ----- test: cut -f 4 d_cut.in -----
67 ----- test: cut -f 1-3,4-7 d_cut.in -----
78 ----- test: cut -f 1,2-7 d_cut.in -----
H A Dt_cut.sh36 echo "----- test: cut ${opts} $(basename $file) -----"
37 cut $opts "$file" || atf_fail "command failed: cut ${opts} $file"
100 cut -b 6,7,8 "$(atf_get_srcdir)/d_latin1.in"
103 cut -c 6,7,8 "$(atf_get_srcdir)/d_latin1.in"
116 cut -b 6,7,8 "$(atf_get_srcdir)/d_utf8.in"
119 cut -c 6,7,8 "$(atf_get_srcdir)/d_utf8.in"
134 cut -b 6,7,8 -n "$(atf_get_srcdir)/d_utf8.in"
/netbsd-src/external/bsd/tre/dist/utils/
H A Dreplace-vars.sh8 version=`grep AC_INIT configure.ac | cut -d , -f 2 | cut -d ')' -f 1`
10 version_1=`echo $version | cut -d . -f 1`
11 version_2=`echo $version | cut -d . -f 2`
12 version_3=`echo $version | cut -d . -f 3`
21 var=`echo $replace | cut -d : -f 1`
22 val=`echo $replace | cut -d : -f 2`
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-digest.in169 snonce=`grep server-nonce= sdigest-reply | cut -f2- -d=`
170 identifier=`grep identifier= sdigest-reply | cut -f2- -d=`
171 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
182 cresponseData=`grep responseData= cdigest-reply | cut -f2- -d=`
199 status=`grep status= s2digest-reply | cut -f2- -d=`
220 status=`grep status= s2digest-reply | cut -f2- -d=`
236 snonce=`grep server-nonce= sdigest-reply | cut -f2- -d=`
237 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
250 cresponseData=`grep responseData= cdigest-reply | cut -f2- -d=`
251 cRsp=`grep AuthenticatorResponse= cdigest-reply | cut -f2- -d=`
[all …]
/netbsd-src/sys/arch/amiga/stand/loadbsd/
H A DREADME61 --cut--
73 --cut--
76 --cut--
89 --cut--
92 --cut--
111 --cut--
114 --cut--
123 --cut--
126 --cut--
134 --cut--
[all …]
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dfido2-unprot.sh20 TOKEN_VERSION_MAJOR=$(echo "$TOKEN_VERSION" | cut -d. -f1)
21 TOKEN_VERSION_MINOR=$(echo "$TOKEN_VERSION" | cut -d. -f2)
36 DEV_PATH=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1)
37 DEV_NAME=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1 --complement)
45 …_RPS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -r $DEV_PATH | cut -d' ' -f3)
52 … ${FIDO_TOOLS_PREFIX}fido2-token -L -k $RESIDENT_RP $DEV_PATH | grep ' uvopt$' | cut -d' ' -f2,3,4)
/netbsd-src/tests/usr.bin/patch/
H A Dt_patch.sh92 cksum=$(sha256 -n to_patch | cut -d' ' -f1)
95 origfile_cksum=$(sha256 -n to_patch.orig | cut -d' ' -f1)
154 cksum1=$(sha256 -n to_patch | cut -d' ' -f1)
165 cksum2=$(sha256 -n to_patch | cut -d' ' -f1)
170 origfile_cksum1=$(sha256 -n to_patch.~1~ | cut -d' ' -f1)
171 origfile_cksum2=$(sha256 -n to_patch.~2~ | cut -d' ' -f1)
/netbsd-src/external/bsd/am-utils/dist/
H A DREADME.osx9 --cut--here----cut--here----cut--here----cut--here----cut--here----cut--here--
/netbsd-src/external/mpl/bind/dist/bin/tests/system/
H A Dtestsummary.sh
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/po/
H A Dfr.po45 msgstr "Ce programme est exécuté en tant que processus numéro %d."
51 msgstr "Ce programme est exécuté en tant que processus numéro %1."
64 msgstr "Ce programme est exécuté en tant que processus numéro $pid."
69 msgstr "Ce programme est exécuté en tant que processus numéro %(pid)d."
74 msgstr "Ce programme est exécuté en tant que processus numéro ~D."
81 msgstr "Ce programme est exécuté en tant que processus numéro {0}."
86 msgstr "Ce programme est exécuté en tant que processus numéro {pid}."

12345678910>>...75