HomeSort by: relevance | last modified time | path
    Searched defs:Simple (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 8 package OpenSSL::Test::Simple;
21 OpenSSL::Test::Simple - a few very simple test functions
25 use OpenSSL::Test::Simple;
49 use OpenSSL::Test::Simple;
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 8 package OpenSSL::Test::Simple;
21 OpenSSL::Test::Simple - a few very simple test functions
25 use OpenSSL::Test::Simple;
49 use OpenSSL::Test::Simple;
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Simple.pm 8 package OpenSSL::Test::Simple;
21 OpenSSL::Test::Simple - a few very simple test functions
25 use OpenSSL::Test::Simple;
49 use OpenSSL::Test::Simple;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
InfoByHwMode.cpp 48 bool Simple = isSimple();
49 if (Simple != T.isSimple())
51 if (Simple)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
ptype-flags.cc 17 class Simple
31 Simple<T> t;
32 Simple<T*> tstar;
34 typedef Simple< Simple<T> > Z;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
ptype-flags.cc 17 class Simple
31 Simple<T> t;
32 Simple<T*> tstar;
34 typedef Simple< Simple<T> > Z;
  /src/external/mit/isl/dist/doc/
implementation.tex 105 \section{Simple Hull}\label{s:simple hull}
119 The ``simple hull'' of a set is such an overapproximation
123 This means that the simple hull is relatively cheap to compute
124 and that the number of constraints in the simple hull is no
126 \begin{definition}[Simple Hull of a Set]
127 The {\em simple hull} of a set
1862 We use the simple hull (\autoref{s:simple hull}) of $\domain R \cup \range R$.
2033 In our implementation we take as $D$ the simple hul
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 37 /// simple LLVM SSA value, a pair of SSA values for complex numbers, or the
165 /// bitfields, this is not a simple LLVM pointer, it may be a pointer plus a
169 Simple, // This is a normal l-value, use getAddress().
253 bool isSimple() const { return LVType == Simple; }
324 // simple lvalue
395 R.LVType = Simple;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 1698 // the evaluated decls into a vector. Simple is set to true if none
1703 bool Simple;
1712 Simple(true) {}
1714 bool isSimple() { return Simple; }
1718 Simple = false;
1723 void VisitStmt(Stmt *S) { Simple = false; }
1737 Simple = false;
1768 Simple = false;
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 4154 /// ::= .cfi_startproc [simple]
4156 StringRef Simple;
4158 if (check(parseIdentifier(Simple) || Simple != "simple",
4169 getStreamer().emitCFIStartProc(!Simple.empty(), Lexer.getLoc());
MasmParser.cpp 5220 /// ::= .cfi_startproc [simple]
5222 StringRef Simple;
5224 if (check(parseIdentifier(Simple) || Simple != "simple",
5235 getStreamer().emitCFIStartProc(!Simple.empty(), Lexer.getLoc());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 4195 // fold (sdiv X, pow2) -> simple ops after legalize
4470 MVT Simple = VT.getSimpleVT();
4471 unsigned SimpleSize = Simple.getSizeInBits();
4527 MVT Simple = VT.getSimpleVT();
4528 unsigned SimpleSize = Simple.getSizeInBits();
4603 MVT Simple = VT.getSimpleVT();
4604 unsigned SimpleSize = Simple.getSizeInBits();
4646 MVT Simple = VT.getSimpleVT();
4647 unsigned SimpleSize = Simple.getSizeInBits();
7288 // Handle simple types only
    [all...]
  /src/sys/dev/ic/
mpt_mpilib.h 393 /* Simple element structures */
530 SGE_SIMPLE_UNION Simple;
537 /* SGE union for SGL's with Simple and Transaction elements */
544 SGE_SIMPLE_UNION Simple;
558 SGE_SIMPLE_UNION Simple;
622 /* SIMPLE FlagsLength manipulations... */

Completed in 76 milliseconds