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

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
structs3.c 23 struct Two
29 struct Two two = { { 1 }, 2, 3 }; variable in typeref:struct:Two
32 typedef struct Two tTwo;
34 tOne *onep = &two.one;
35 tTwo *twop = &two;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
structs3.c 23 struct Two
29 struct Two two = { { 1 }, 2, 3 }; variable in typeref:struct:Two
32 typedef struct Two tTwo;
34 tOne *onep = &two.one;
35 tTwo *twop = &two;
  /src/external/apache2/llvm/dist/llvm/examples/ModuleMaker/
ModuleMaker.cpp 50 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three,
  /src/external/apache2/llvm/dist/llvm/examples/Fibonacci/
fibonacci.cpp 64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
76 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
88 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB);
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-kasp6.conf 14 // Two zones with dnssec-policy with the same zone file.
bad-kasp7.conf 14 // Two zones with dnssec-policy 'insecure' (transitioning to insecure)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
rust-enum.exp 54 {name Two}
variant.exp 72 {name Two}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
rust-enum.exp 54 {name Two}
variant.exp 72 {name Two}
  /src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
ParallelJIT.cpp 11 // This test program creates two LLVM functions then calls them from three
95 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
107 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
118 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB);
276 // Create one thread for add1 and two threads for fib
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 82 E7 MaxSqEr O2 Two X
777 FLOAT two = 2;
796 t = (f / (two * z)) + (z / two);
958 FLOAT Two;
1029 /* First two assignments use integer right-hand sides. */
1032 Two = long(2);
1057 TstCond (Failure, (One + One == Two), "1+1 != 2");
1069 TstCond (Failure, (Three == Two + One), "3 != 2+1");
1071 TstCond (Failure, (Four + Two * (-Two) == Zero), "4 + 2*(-2) != 0")
    [all...]
compareSumTests3 31 compareSumTests3 -- Two-way or three-way compare between DejaGNU .sum files
42 are regressions, and it tells you which of the two old compilers (or both)
67 C<-i X:Y>: Only display differences between the two indicated runs.
75 C<-x X:Y>: Exclude differences between the two indicated runs.
83 in front of each result line. Instead, each result line has two characters
106 C<-i X:Y>: Only differences which are present between the two runs given
112 C<-x X:Y>: Differences which are identical to a difference between the two runs
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 82 E7 MaxSqEr O2 Two X
777 FLOAT two = 2;
796 t = (f / (two * z)) + (z / two);
958 FLOAT Two;
1029 /* First two assignments use integer right-hand sides. */
1032 Two = long(2);
1057 TstCond (Failure, (One + One == Two), "1+1 != 2");
1069 TstCond (Failure, (Three == Two + One), "3 != 2+1");
1071 TstCond (Failure, (Four + Two * (-Two) == Zero), "4 + 2*(-2) != 0")
    [all...]
compareSumTests3 31 compareSumTests3 -- Two-way or three-way compare between DejaGNU .sum files
42 are regressions, and it tells you which of the two old compilers (or both)
67 C<-i X:Y>: Only display differences between the two indicated runs.
75 C<-x X:Y>: Exclude differences between the two indicated runs.
83 in front of each result line. Instead, each result line has two characters
106 C<-i X:Y>: Only differences which are present between the two runs given
112 C<-x X:Y>: Differences which are identical to a difference between the two runs
  /src/usr.sbin/sysinst/
msg_xlat.sh 150 error "Two translations for message \"$name\""
  /src/sys/arch/playstation2/playstation2/
locore_machdep.S 156 srl t2, 1 # Two way set assoc
182 srl t1, 1 # Two way set assoc
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3 18 // Two backslashes (unlike in Java, where this is just one backslash).
101 #. Two backslashes (unlike in Java, where this is just one backslash).
  /src/external/mpl/bind/dist/bin/tests/system/catz/ns2/
named7.conf.j2 109 # Two RRs in TXT RRset for the "version" property
named.conf.j2 195 # Two RRs in TXT RRset for the "version" property
  /src/usr.bin/make/unit-tests/
dotwait.mk 20 # * If it's expected that two or more targets may be made in parallel,
23 # * If it's expected that two or more targets should be made in sequence
30 # are converted to ".*". Two targets that are expected to
varmod-match.mk 40 .if ${One Two Three Four five six seven so s:L:Ms??*} != "six seven"
89 .if ${One Two Three Four five six seven:L:M[A-Z]*} != "One Two Three Four"
94 .if ${One Two Three Four five six seven:L:M[^A-Z]*} != "five six seven"
150 # the inner ']' has two roles: it is the upper bound of the
179 .if ${One Two Three Four five six seven:L:M[^s]*[ex]} != "One Three five"
cond-cmp-string.mk 41 # It is not possible to concatenate two string literals to form a single
110 # comparison is performed. The ".0" in the left-hand side makes the two
148 # Two expressions with different values compare unequal.
  /src/external/mpl/bind/dist/bin/tests/system/catz/ns1/
named.conf.j2 111 # Two RRs in TXT RRset for the "version" property
  /src/external/lgpl3/gmp/dist/mpn/alpha/
sqr_diag_addlsh1.asm 39 C about 3.75 c/l on ev6. Two-way code could run at about 3.25 c/l on ev6.

Completed in 35 milliseconds

1 2