Home
last modified time | relevance | path

Searched +full:- +full:qq (Results 1 – 25 of 214) sorted by relevance

123456789

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_test.tmpl1 [{-$testname-}]
2 ssl_conf = {-$testname-}-ssl
4 [{-$testname-}-ssl]
5 server = {-$testname-}-server
6 client = {-$testname-}-client{-
10 $OUT .= "\nserver2 = $testname-server2";
12 $OUT .= "\nserver2 = $testname-server";
15 $OUT .= "\nresume-server = $testname-resume-server";
17 $OUT .= "\nresume-server = $testname-server";
20 $OUT .= "\nresume-client = $testname-resume-client";
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test.tmpl1 [{-$testname-}]
2 ssl_conf = {-$testname-}-ssl
4 [{-$testname-}-ssl]
5 server = {-$testname-}-server
6 client = {-$testname-}-client{-
10 $OUT .= "\nserver2 = $testname-server2";
12 $OUT .= "\nserver2 = $testname-server";
15 $OUT .= "\nresume-server = $testname-resume-server";
17 $OUT .= "\nresume-server = $testname-server";
20 $OUT .= "\nresume-client = $testname-resume-client";
[all …]
/netbsd-src/external/bsd/mdocml/dist/
H A Dmandoc_headers.326 .Bl -dash -offset indent -compact
59 .Bl -tag -width Ds
60 .It Qq Pa mandoc_aux.h
70 .It Qq Pa mandoc_ohash.h
86 .It Qq Pa mandoc.h
110 .It Qq Pa roff.h
146 .It Qq Pa tbl.h
166 .It Qq Pa eqn.h
182 .It Qq Pa mandoc_parse.h
207 .It Qq Pa mandoc_xr.h
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-fixed.md1 ;; This file contains instructions that support fixed-point operations
3 ;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
6 ;; Georg-Johann Lay (avr@gjlay.de)
24 (define_mode_iterator ALL1Q [QQ UQQ])
30 (define_mode_iterator ALL124QA [ QQ HQ HA SA SQ
36 (define_mode_iterator ALL124S [ QQ HQ HA SA SQ])
42 [QQ UQQ
52 [QQ UQQ
111 ;; Fixme: It would be nice if we could expand the 32-bit versions to a
117 ;; for these 32-bit saturated operations.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-fixed.md1 ;; This file contains instructions that support fixed-point operations
3 ;; Copyright (C) 2012-2020 Free Software Foundation, Inc.
6 ;; Georg-Johann Lay (avr@gjlay.de)
24 (define_mode_iterator ALL1Q [QQ UQQ])
30 (define_mode_iterator ALL124QA [ QQ HQ HA SA SQ
36 (define_mode_iterator ALL124S [ QQ HQ HA SA SQ])
42 [QQ UQQ
52 [QQ UQQ
85 ;; Fixme: It would be nice if we could expand the 32-bit versions to a
91 ;; for these 32-bit saturated operations.
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-perl-16 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles="$tmpfiles xg-pl-1.pl"
9 cat <<\EOF > xg-pl-1.pl
39 tied hash $__->{"quoted string"}
40 tied hash $__->{ "weird
45 -> # to the
52 {$__{substitution}}<$__-\>{"find me"}>;
74 # Two consecutive backslashes count as one inside single-quote strings.
86 # Similarly, inside double-quote strings, two consecutive backslashes count
94 printf "%s\n", gettext qq(ecs\tasy);
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dputscj.c4 * Copyright(C) Caldera International Inc. 2001-2002. All rights reserved.
73 #define P2TYPE(x) (types2[(x)->vtype])
74 #define P2OP(x) (ops2[(x)->b_expr.opcode])
112 ipp->ipp_regs[i] = 0; /* no regs used yet */ in puthead()
113 ipp->ipp_autos = 0; /* no autos used yet */ in puthead()
114 ipp->ipp_name = copys(s); /* function name */ in puthead()
115 ipp->ipp_type = INT; /* type not known yet? */ in puthead()
116 ipp->ipp_vis = 1; /* always visible */ in puthead()
117 ipp->ip_tmpnum = 0; /* no temp nodes used in F77 yet */ in puthead()
118 ipp->ip_lblnum = olbl; /* # used labels so far */ in puthead()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_cnt_lsb.c5 /* LibTomMath, multiple-precision integer library -- Tom St Denis
7 * LibTomMath is a library that provides multiple-precision
28 mp_digit q, qq; in mp_cnt_lsb() local
35 /* scan lower digits until non-zero */ in mp_cnt_lsb()
36 for (x = 0; x < a->used && a->dp[x] == 0; x++); in mp_cnt_lsb()
37 q = a->dp[x]; in mp_cnt_lsb()
43 qq = q & 15; in mp_cnt_lsb()
44 x += lnz[qq]; in mp_cnt_lsb()
46 } while (qq == 0); in mp_cnt_lsb()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dt-avr41 # _mulhisi3 and variations - clobber R18, R19
42 # All *di funcs - use regs < R16 or expect args in regs < R20
44 # _load ad _xload variations - expect lpm and elpm support
45 # _movmemx - expects elpm/lpm
47 ifneq ($(MULTIFLAGS),-mmcu=avrtiny)
74 # Fixed point routines in avr/lib1funcs-fixed.S
75 ifneq ($(MULTIFLAGS),-mmcu=avrtiny)
117 HOST_LIBGCC2_CFLAGS += -DDF=SF
121 # so use -mcall-prologues for smaller code size.
122 HOST_LIBGCC2_CFLAGS += -Dinhibit_libc -mcall-prologues -Os
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dt-avr41 # _mulhisi3 and variations - clobber R18, R19
42 # All *di funcs - use regs < R16 or expect args in regs < R20
44 # _load ad _xload variations - expect lpm and elpm support
45 # _movmemx - expects elpm/lpm
47 ifneq ($(MULTIFLAGS),-mmcu=avrtiny)
74 # Fixed point routines in avr/lib1funcs-fixed.S
75 ifneq ($(MULTIFLAGS),-mmcu=avrtiny)
117 HOST_LIBGCC2_CFLAGS += -DDF=SF
121 # so use -mcall-prologues for smaller code size.
122 HOST_LIBGCC2_CFLAGS += -Dinhibit_libc -mcall-prologues -Os
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dover.cpp3 // -*- C++ -*-
22 Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
41 box *make_over_box(box *pp, box *qq) in make_over_box() argument
43 return new over_box(0, pp, qq); in make_over_box()
46 box *make_small_over_box(box *pp, box *qq) in make_small_over_box() argument
48 return new over_box(1, pp, qq); in make_small_over_box()
51 over_box::over_box(int is_small, box *pp, box *qq) in over_box() argument
52 : reduce_size(is_small), num(pp), den(qq) in over_box()
72 int res = num->compute_metrics(style); in compute_metrics()
74 mark_uid = num->uid; in compute_metrics()
[all …]
H A Dlimit.cpp3 // -*- C++ -*-
21 Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
40 box *make_limit_box(box *pp, box *qq, box *rr) in make_limit_box() argument
42 return new limit_box(pp, qq, rr); in make_limit_box()
45 limit_box::limit_box(box *pp, box *qq, box *rr) in limit_box() argument
46 : p(pp), from(qq), to(rr) in limit_box()
48 spacing_type = p->spacing_type; in limit_box()
65 int mark_uid = -1; in compute_metrics()
67 res = from->compute_metrics(cramped_style(script_style(style))); in compute_metrics()
69 mark_uid = from->uid; in compute_metrics()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dbroken.t12 my $r = Text::Template->new(
14 SOURCE => '{1/0}',)->fill_in();
18 # (2) BROKEN sub called in ->new?
20 my $r = Text::Template->new(
23 BROKEN => sub { '---' },)->fill_in();
24 is $r, q{---};
27 # (3) BROKEN sub called in ->fill_in?
29 my $r = Text::Template->new(
31 SOURCE => '{1/0}',)->fill_in(BROKEN => sub { '---' });
32 is $r, q{---};
[all …]
H A Dsafe.t22 $BADOP = qq{};
26 $BADOP = qq{kill 0};
32 my $c = Safe->new or die;
37 my $template1 = Text::Template->new(type => 'STRING', source => $goodtemplate);
38 my $template2 = Text::Template->new(type => 'STRING', source => $goodtemplate);
40 my $text1 = $template1->fill_in();
43 my $text2 = $template1->fill_in(SAFE => $c);
46 my $text3 = $template2->fill_in(SAFE => $c);
49 # (4) Safe and non-safe fills of different template objects with the
58 # (5) Safe and non-safe fills of the same template object
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D14-broken.t17 { my $r = Text::Template->new(TYPE => 'string',
19 )->fill_in();
28 # (2) BROKEN sub called in ->new?
29 { my $r = Text::Template->new(TYPE => 'string',
31 BROKEN => sub {'---'},
32 )->fill_in();
33 if ($r eq q{---}) {
41 # (3) BROKEN sub called in ->fill_in?
42 { my $r = Text::Template->new(TYPE => 'string',
44 )->fill_in(BROKEN => sub {'---'});
[all …]
H A D04-safe.t25 $BADOP = qq{};
28 $BADOP = qq{kill 0};
45 $text1 = $template1->fill_in();
46 $text2 = $template1->fill_in(SAFE => $c);
48 $text3 = $template2->fill_in(SAFE => $c);
59 # (4) Safe and non-safe fills of different template objects with the
70 # (5) Safe and non-safe fills of the same template object
82 $badtemplate = qq{This should fail: { $BADOP; 'NOFAIL' }};
91 $text1 = $template1->fill_in();
92 $text2 = $template1->fill_in(SAFE => $c);
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dmatch.c31 * Copyright(C) Caldera International Inc. 2001-2002. All rights reserved.
83 * SRREG Will match if put in a regster XXX - kill this?
90 o = p->n_op; in tshape()
105 if (o != ICON || p->n_name[0]) in tshape()
111 if (getlval(p) == -1 && shape == SMONE) in tshape()
113 if (getlval(p) > -257 && getlval(p) < 256 && in tshape()
116 if (getlval(p) > -32769 && getlval(p) < 32768 && in tshape()
121 case SSOREG: /* non-indexed OREG */ in tshape()
122 if (o == OREG && !R2TEST(p->n_rval)) in tshape()
156 return flshape(p->n_left); in tshape()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstdbool.m43 dnl Copyright (C) 2002-2006, 2009-2022 Free Software Foundation, Inc.
24 if test -z "$GCC"; then
83 char a[true == 1 ? 1 : -1];
84 char b[false == 0 ? 1 : -1];
85 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
86 char d[(bool) 0.5 == true ? 1 : -1];
88 char f[(Bool) 0.0 == false ? 1 : -1];
96 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
97 char p[-1 - (Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
98 /* Catch a bug in an HP-UX C compiler. See
[all …]
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dmkman.pl21 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
100 while (my $line = $fh->getline)
121 while ($_ = $fh->getline)
123 if (!$gotone && /^\@c ----- START MAN $texi_num -----$/)
133 last if /^\@c ----- END MAN $texi_num -----$/;
142 s/(?<!-)---(?!-)/\\(em/g;
150 print qq{.SP\n.PD 0\n};
158 $indent -= 2;
159 print qq{\n.PD\n.IP "" $indent\n};
170 $_ = qq{.IP "" $indent\n} . $_;
[all …]
/netbsd-src/lib/libc/stdlib/
H A Dstrtonum.349 .Ql -
63 is non-null,
88 .Bd -literal -offset indent
100 .Bl -tag -width Er
114 .Bl -tag -width "too largeXX" -compact
115 .It Qq too large
117 .It Qq too small
119 .It Qq invalid
168 .Bl -dash
/netbsd-src/external/bsd/unbound/dist/contrib/android/
H A Dinstall_tools.sh3 # This step should install tools needed for all packages - OpenSSL, Expat and Unbound
5 sudo apt-get -qq update
6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf aut…
H A Dinstall_ndk.sh3 if [ -z "$ANDROID_SDK_ROOT" ]; then
9 if [ -z "$ANDROID_NDK_ROOT" ]; then
19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinet…
26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-
33 if ! unzip -qq "$HOME/android-sdk.zip" -d "$ANDROID_SDK_ROOT";
40 if ! unzip -qq "$HOME/android-ndk.zip" -d "$HOME";
46 if ! mv "$HOME/android-ndk-r20b" "$ANDROID_NDK_ROOT";
48 echo "Failed to move $HOME/android-ndk-r20b to $ANDROID_NDK_ROOT"
52 rm -f "$HOME/android-sdk.zip"
53 rm -f "$HOME/android-ndk.zip"
/netbsd-src/usr.sbin/lpr/lpc/
H A Dcmds.c44 * lpc -- line printer control program -- commands:
106 (size_t)(cp1 - prbuf) < sizeof(prbuf)) in doabort()
113 while (--argc) { in doabort()
229 (size_t)(cp1 - prbuf) < sizeof(prbuf)) in clean()
236 while (--argc) { in clean()
247 int c = d->d_name[0]; in doselect()
249 if ((c == 't' || c == 'c' || c == 'd') && d->d_name[1] == 'f') in doselect()
256 * by `cf', `tf', or `df', then by the sequence letter A-Z, a-z.
263 if ((c1 = strcmp((*d1)->d_name + 3, (*d2)->d_name + 3)) != 0) in sortq()
265 c1 = (*d1)->d_name[0]; in sortq()
[all …]
/netbsd-src/games/hack/
H A Dhack.c12 * - Redistributions of source code must retain the above copyright notice,
15 * - Redistributions in binary form must reproduce the above copyright
19 * - Neither the name of the Stichting Centrum voor Wiskunde en
96 for (x = u.ux - 1; x < u.ux + 2; x++) in unsee()
97 for (y = u.uy - 1; y < u.uy + 2; y++) { in unsee()
101 if (!lev->lit && lev->scrsym == '.') { in unsee()
102 lev->scrsym = ' '; in unsee()
103 lev->new = 1; in unsee()
110 * called: in hack.eat.c: seeoff(0) - blind after eating rotten food in
111 * hack.mon.c: seeoff(0) - blinded by a yellow light in hack.mon.c: seeoff(1)
[all …]
/netbsd-src/lib/libm/arch/vax/
H A Dn_cbrt.S44 cvtfd 4(%ap),-(%sp)
72 mulf3 %r2,%r2,%r3 # %r3 =qq
73 divf2 %r0,%r3 # %r3 = qq/x
83 muld3 %r2,%r2,%r4 # %r4:%r5 = qq exactly
85 subd3 %r2,%r0,%r6 # %r6:%r7 = x/(q*q) - q exactly
89 divd2 %r4,%r6 # %r6:%r7 = (x/(q*q)-q)/(2*q+x/(q*q))
90 muld2 %r2,%r6 # %r6:%r7 = q*(x/(q*q)-q)/(2*q+x/(q*q))
98 B : .long 721142941 # (86-0.03306235651)*(2^23)
100 D : .float 0f-0.7053061224 # -864/1225

123456789