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

1 2 3 4

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_cnt_lsb.c 28 mp_digit q, qq; local
43 qq = q & 15;
44 x += lnz[qq];
46 } while (qq == 0);
  /src/external/bsd/unbound/dist/contrib/android/
install_tools.sh 5 sudo apt-get -qq update
6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf automake libtool pkg-config
install_ndk.sh 33 if ! unzip -qq "$HOME/android-sdk.zip" -d "$ANDROID_SDK_ROOT";
40 if ! unzip -qq "$HOME/android-ndk.zip" -d "$HOME";
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
author-pod-syntax.t 5 print qq{1..0 # SKIP these tests are for testing by the author\n};
author-signature.t 5 print qq{1..0 # SKIP these tests are for testing by the author\n};
broken.t 42 qq{$a{lineno},$a{error},$a{text}};
44 is $r, qq{1,Illegal division by zero at template line 1.\n,1/0};
55 qq{$a{lineno},$a{error},$a{text}};
57 is $r, qq{1,Illegal division by zero at template line 1.\n,1/0};
safe.t 22 $BADOP = qq{};
26 $BADOP = qq{kill 0};
66 my $badtemplate = qq{This should fail: { $BADOP; 'NOFAIL' }};
134 my $result1 = qq{OK! text:die error:Died lineno:1 arg:barg};
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
author-pod-syntax.t 5 print qq{1..0 # SKIP these tests are for testing by the author\n};
author-signature.t 5 print qq{1..0 # SKIP these tests are for testing by the author\n};
broken.t 42 qq{$a{lineno},$a{error},$a{text}};
44 is $r, qq{1,Illegal division by zero at template line 1.\n,1/0};
55 qq{$a{lineno},$a{error},$a{text}};
57 is $r, qq{1,Illegal division by zero at template line 1.\n,1/0};
safe.t 22 $BADOP = qq{};
26 $BADOP = qq{kill 0};
66 my $badtemplate = qq{This should fail: { $BADOP; 'NOFAIL' }};
134 my $result1 = qq{OK! text:die error:Died lineno:1 arg:barg};
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-symtab.c 27 struct simple_struct qq; variable in typeref:struct:simple_struct
40 qq.a = func (42);
scm-symbol.c 37 int qq = 72; /* line of qq */ variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-symtab.c 27 struct simple_struct qq; variable in typeref:struct:simple_struct
40 qq.a = func (42);
scm-symbol.c 37 int qq = 72; /* line of qq */ variable
  /src/external/bsd/zstd/dist/tests/cli-tests/dictionaries/
dictionary-mismatch.sh 12 zstd --train -r . -o dict0 -qq
18 zstd --train -r . -o dict1 -qq
setup_once 14 zstd --train -r files -o dicts/0 -qq
20 zstd --train -r files -o dicts/1 -qq
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
14-broken.t 57 qq{$a{lineno},$a{error},$a{text}}
60 if ($r eq qq{1,Illegal division by zero at template line 1.\n,1/0}) {
73 qq{$a{lineno},$a{error},$a{text}}
75 if ($r eq qq{1,Illegal division by zero at template line 1.\n,1/0}) {
04-safe.t 25 $BADOP = qq{};
28 $BADOP = qq{kill 0};
82 $badtemplate = qq{This should fail: { $BADOP; 'NOFAIL' }};
154 $result1 = qq{OK! text:die error:Died lineno:1 arg:barg};
  /src/external/gpl2/dtc/dist/
dtdiff 31 $DTC -I $IFORMAT -O dts -qq -f -s -o - "$DT"
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-perl-1 94 printf "%s\n", gettext qq(ecs\tasy);
95 printf "%s\n", gettext qq(ecs\\tasy);
96 printf "%s\n", gettext qq(ecs\\\tasy);
97 printf "%s\n", gettext qq(ecs\\\\tasy);
98 printf "%s\n", gettext qq(ecs\\\\\tasy);
104 printf "%s\n", gettext qq(mari\huana);
105 printf "%s\n", gettext qq(mari\\huana);
106 printf "%s\n", gettext qq(mari\\\huana);
107 printf "%s\n", gettext qq(mari\\\\huana);
108 printf "%s\n", gettext qq(mari\\\\\huana)
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/eqn/
over.cpp 41 box *make_over_box(box *pp, box *qq)
43 return new over_box(0, pp, qq);
46 box *make_small_over_box(box *pp, box *qq)
48 return new over_box(1, pp, qq);
51 over_box::over_box(int is_small, box *pp, box *qq)
52 : reduce_size(is_small), num(pp), den(qq)
  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_ca.t 38 $ENV{OPENSSL_CONFIG} = qq(-config "$cnf");
41 "-extra-req", qq{-key "$cakey"}], stdin => undef)),
45 $ENV{OPENSSL_CONFIG} = qq(-config "$cnf");
48 '-extra-req', qq{-outform DER -section userreq -key "$eekey"}])),
50 $ENV{OPENSSL_CONFIG} = qq(-rand_serial -inform DER -config "$std_openssl_cnf");
62 $ENV{OPENSSL_CONFIG} = qq(-config "$cnf");
64 '-extra-req', qq{-section userreq -key "$eekey2"}], stderr => undef)),
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-symbol.c 45 int qq = 72; /* line of qq */ variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-symbol.c 45 int qq = 72; /* line of qq */ variable

Completed in 35 milliseconds

1 2 3 4