/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 48 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 156 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary() 175 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary() 196 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST() 200 SDValue DAGTypeLegalizer::SoftenFloatRes_FREEZE(SDNode *N) { in SoftenFloatRes_FREEZE() 206 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES() 212 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR() 221 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) { in SoftenFloatRes_ConstantFP() 245 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() 252 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) { in SoftenFloatRes_FABS() [all …]
|
H A D | LegalizeIntegerTypes.cpp | 37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 240 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES() 246 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext() 253 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext() 260 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0() 272 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1() 284 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, in PromoteIntRes_AtomicCmpSwap() 335 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST() 451 SDValue DAGTypeLegalizer::PromoteIntRes_FREEZE(SDNode *N) { in PromoteIntRes_FREEZE() 457 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() [all …]
|
H A D | LegalizeTypesGeneric.cpp | 34 void DAGTypeLegalizer::ExpandRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in ExpandRes_MERGE_VALUES() 40 void DAGTypeLegalizer::ExpandRes_BITCAST(SDNode *N, SDValue &Lo, SDValue &Hi) { in ExpandRes_BITCAST() 190 void DAGTypeLegalizer::ExpandRes_BUILD_PAIR(SDNode *N, SDValue &Lo, in ExpandRes_BUILD_PAIR() 197 void DAGTypeLegalizer::ExpandRes_EXTRACT_ELEMENT(SDNode *N, SDValue &Lo, in ExpandRes_EXTRACT_ELEMENT() 209 void DAGTypeLegalizer::ExpandRes_EXTRACT_VECTOR_ELT(SDNode *N, SDValue &Lo, in ExpandRes_EXTRACT_VECTOR_ELT() 249 void DAGTypeLegalizer::ExpandRes_NormalLoad(SDNode *N, SDValue &Lo, in ExpandRes_NormalLoad() 289 void DAGTypeLegalizer::ExpandRes_VAARG(SDNode *N, SDValue &Lo, SDValue &Hi) { in ExpandRes_VAARG() 334 SDValue DAGTypeLegalizer::ExpandOp_BITCAST(SDNode *N) { in ExpandOp_BITCAST() 371 SDValue DAGTypeLegalizer::ExpandOp_BUILD_VECTOR(SDNode *N) { in ExpandOp_BUILD_VECTOR() 403 SDValue DAGTypeLegalizer::ExpandOp_EXTRACT_ELEMENT(SDNode *N) { in ExpandOp_EXTRACT_ELEMENT() [all …]
|
H A D | LegalizeVectorTypes.cpp | 36 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult() 195 SDValue DAGTypeLegalizer::ScalarizeVecRes_BinOp(SDNode *N) { in ScalarizeVecRes_BinOp() 202 SDValue DAGTypeLegalizer::ScalarizeVecRes_TernaryOp(SDNode *N) { in ScalarizeVecRes_TernaryOp() 210 SDValue DAGTypeLegalizer::ScalarizeVecRes_FIX(SDNode *N) { in ScalarizeVecRes_FIX() 218 SDValue DAGTypeLegalizer::ScalarizeVecRes_StrictFPOp(SDNode *N) { in ScalarizeVecRes_StrictFPOp() 249 SDValue DAGTypeLegalizer::ScalarizeVecRes_OverflowOp(SDNode *N, in ScalarizeVecRes_OverflowOp() 287 SDValue DAGTypeLegalizer::ScalarizeVecRes_MERGE_VALUES(SDNode *N, in ScalarizeVecRes_MERGE_VALUES() 293 SDValue DAGTypeLegalizer::ScalarizeVecRes_BITCAST(SDNode *N) { in ScalarizeVecRes_BITCAST() 304 SDValue DAGTypeLegalizer::ScalarizeVecRes_BUILD_VECTOR(SDNode *N) { in ScalarizeVecRes_BUILD_VECTOR() 314 SDValue DAGTypeLegalizer::ScalarizeVecRes_EXTRACT_SUBVECTOR(SDNode *N) { in ScalarizeVecRes_EXTRACT_SUBVECTOR() [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | GenerateInput.h | 52 inline std::vector<IntT> getDuplicateIntegerInputs(size_t N) { in getDuplicateIntegerInputs() 58 inline std::vector<IntT> getSortedIntegerInputs(size_t N) { in getSortedIntegerInputs() 66 std::vector<IntT> getSortedLargeIntegerInputs(size_t N) { in getSortedLargeIntegerInputs() 75 std::vector<IntT> getSortedTopBitsIntegerInputs(size_t N) { in getSortedTopBitsIntegerInputs() 82 inline std::vector<IntT> getReverseSortedIntegerInputs(size_t N) { in getReverseSortedIntegerInputs() 93 std::vector<IntT> getPipeOrganIntegerInputs(size_t N) { in getPipeOrganIntegerInputs() 102 std::vector<IntT> getRandomIntegerInputs(size_t N) { in getRandomIntegerInputs() 110 inline std::vector<std::string> getDuplicateStringInputs(size_t N) { in getDuplicateStringInputs() 115 inline std::vector<std::string> getRandomStringInputs(size_t N) { in getRandomStringInputs() 123 inline std::vector<std::string> getSortedStringInputs(size_t N) { in getSortedStringInputs() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 61 StringRef N, in Enumerate() 91 StringRef N = Opcode->getValueAsString("Name"); in run() local 105 void ClangOpcodesEmitter::EmitEnum(raw_ostream &OS, StringRef N, Record *R) { in EmitEnum() 113 void ClangOpcodesEmitter::EmitInterp(raw_ostream &OS, StringRef N, Record *R) { in EmitInterp() 124 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitInterp() local 140 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitInterp() local 157 void ClangOpcodesEmitter::EmitDisasm(raw_ostream &OS, StringRef N, Record *R) { in EmitDisasm() 173 void ClangOpcodesEmitter::EmitEmitter(raw_ostream &OS, StringRef N, Record *R) { in EmitEmitter() 183 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitEmitter() local 189 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitEmitter() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 31 explicit DGEdge(NodeType &N) : TargetNode(N) {} in DGEdge() 54 void setTargetNode(const NodeType &N) { TargetNode = N; } in setTargetNode() 82 explicit DGNode(const DGNode<NodeType, EdgeType> &N) : Edges(N.Edges) {} in DGNode() 83 DGNode(DGNode<NodeType, EdgeType> &&N) : Edges(std::move(N.Edges)) {} in DGNode() 116 bool findEdgesTo(const NodeType &N, SmallVectorImpl<EdgeType *> &EL) const { in findEdgesTo() 132 bool hasEdgeTo(const NodeType &N) const { in hasEdgeTo() 148 bool isEqualTo(const NodeType &N) const { return this == &N; } in isEqualTo() 158 const_iterator findEdgeTo(const NodeType &N) const { in findEdgeTo() 182 explicit DirectedGraph(NodeType &N) : Nodes() { addNode(N); } in DirectedGraph() 206 const_iterator findNode(const NodeType &N) const { in findNode() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DiagnosticPrinter.cpp | 53 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned long N) { in operator <<() 57 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long N) { in operator <<() 63 unsigned long long N) { in operator <<() 68 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long long N) { in operator <<() 78 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned int N) { in operator <<() 83 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(int N) { in operator <<() 88 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(double N) { in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 222 MapDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Map); } in MapDocNode() 252 ArrayDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Array); } in ArrayDocNode() 260 void push_back(DocNode N) { in push_back() 303 auto N = DocNode(&KindAndDocs[size_t(Type::Empty)]); in getEmptyNode() local 309 auto N = DocNode(&KindAndDocs[size_t(Type::Nil)]); in getNode() local 315 auto N = DocNode(&KindAndDocs[size_t(Type::Int)]); in getNode() local 322 auto N = DocNode(&KindAndDocs[size_t(Type::Int)]); in getNode() local 329 auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]); in getNode() local 336 auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]); in getNode() local 343 auto N = DocNode(&KindAndDocs[size_t(Type::Boolean)]); in getNode() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
H A D | freebsd-atomic.c | 59 #define SYNC_LOCK_TEST_AND_SET_N(N, TYPE, LDR, STR) \ argument 88 #define SYNC_LOCK_RELEASE_N(N, TYPE) \ argument 98 #define SYNC_VAL_CAS_N(N, TYPE, LDR, STREQ) \ argument 132 #define SYNC_BOOL_CAS_N(N, TYPE) \ argument 142 #define SYNC_FETCH_AND_OP_N(N, TYPE, LDR, STR, NAME, OP) \ argument 172 #define SYNC_OP_AND_FETCH_N(N, TYPE, LDR, STR, NAME, OP) \ argument 202 #define EMIT_ALL_OPS_N(N, TYPE, LDR, STR, STREQ) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
H A D | freebsd-atomic.c | 59 #define SYNC_LOCK_TEST_AND_SET_N(N, TYPE, LDR, STR) \ argument 88 #define SYNC_LOCK_RELEASE_N(N, TYPE) \ argument 98 #define SYNC_VAL_CAS_N(N, TYPE, LDR, STREQ) \ argument 132 #define SYNC_BOOL_CAS_N(N, TYPE) \ argument 142 #define SYNC_FETCH_AND_OP_N(N, TYPE, LDR, STR, NAME, OP) \ argument 172 #define SYNC_OP_AND_FETCH_N(N, TYPE, LDR, STR, NAME, OP) \ argument 202 #define EMIT_ALL_OPS_N(N, TYPE, LDR, STR, STREQ) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | NativeFormatting.cpp | 20 static int format_to_buffer(T Value, char (&Buffer)[N]) { in format_to_buffer() 50 static void write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, in write_unsigned_impl() 76 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned() 87 static void write_signed(raw_ostream &S, T N, size_t MinDigits, in write_signed() 102 void llvm::write_integer(raw_ostream &S, unsigned int N, size_t MinDigits, in write_integer() 107 void llvm::write_integer(raw_ostream &S, int N, size_t MinDigits, in write_integer() 112 void llvm::write_integer(raw_ostream &S, unsigned long N, size_t MinDigits, in write_integer() 117 void llvm::write_integer(raw_ostream &S, long N, size_t MinDigits, in write_integer() 122 void llvm::write_integer(raw_ostream &S, unsigned long long N, size_t MinDigits, in write_integer() 127 void llvm::write_integer(raw_ostream &S, long long N, size_t MinDigits, in write_integer() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordSerialization.cpp | 51 int8_t N; in consume() local 58 int16_t N; in consume() local 65 uint16_t N; in consume() local 72 int32_t N; in consume() local 79 uint32_t N; in consume() local 86 int64_t N; in consume() local 93 uint64_t N; in consume() local 116 APSInt N; in consume_numeric() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | names.cc | 23 #define GCC_METHOD0(R, N) \ argument 25 #define GCC_METHOD1(R, N, A) \ argument 27 #define GCC_METHOD2(R, N, A, B) \ argument 29 #define GCC_METHOD3(R, N, A, B, C) \ argument 31 #define GCC_METHOD4(R, N, A, B, C, D) \ argument 33 #define GCC_METHOD5(R, N, A, B, C, D, E) \ argument 35 #define GCC_METHOD7(R, N, A, B, C, D, E, F, G) \ argument
|
H A D | names.hh | 25 #define GCC_METHOD0(R, N) \ argument 27 #define GCC_METHOD1(R, N, A) \ argument 29 #define GCC_METHOD2(R, N, A, B) \ argument 31 #define GCC_METHOD3(R, N, A, B, C) \ argument 33 #define GCC_METHOD4(R, N, A, B, C, D) \ argument 35 #define GCC_METHOD5(R, N, A, B, C, D, E) \ argument 37 #define GCC_METHOD7(R, N, A, B, C, D, E, F, G) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | names.cc | 23 #define GCC_METHOD0(R, N) \ argument 25 #define GCC_METHOD1(R, N, A) \ argument 27 #define GCC_METHOD2(R, N, A, B) \ argument 29 #define GCC_METHOD3(R, N, A, B, C) \ argument 31 #define GCC_METHOD4(R, N, A, B, C, D) \ argument 33 #define GCC_METHOD5(R, N, A, B, C, D, E) \ argument 35 #define GCC_METHOD7(R, N, A, B, C, D, E, F, G) \ argument
|
H A D | names.hh | 25 #define GCC_METHOD0(R, N) \ argument 27 #define GCC_METHOD1(R, N, A) \ argument 29 #define GCC_METHOD2(R, N, A, B) \ argument 31 #define GCC_METHOD3(R, N, A, B, C) \ argument 33 #define GCC_METHOD4(R, N, A, B, C, D) \ argument 35 #define GCC_METHOD5(R, N, A, B, C, D, E) \ argument 37 #define GCC_METHOD7(R, N, A, B, C, D, E, F, G) \ argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/srp/ |
H A D | srp_lib.c | 26 static BIGNUM *srp_Calc_xy(const BIGNUM *x, const BIGNUM *y, const BIGNUM *N, in srp_Calc_xy() 55 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g, in srp_Calc_k() 63 BIGNUM *SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N, in SRP_Calc_u_ex() 70 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N) in SRP_Calc_u() 77 const BIGNUM *b, const BIGNUM *N) in SRP_Calc_server_key() 106 BIGNUM *SRP_Calc_B_ex(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B_ex() 138 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B() 196 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A() 212 BIGNUM *SRP_Calc_client_key_ex(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key_ex() 260 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/srp/ |
H A D | srp_lib.c | 23 static BIGNUM *srp_Calc_xy(const BIGNUM *x, const BIGNUM *y, const BIGNUM *N) in srp_Calc_xy() 46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k() 52 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N) in SRP_Calc_u() 59 const BIGNUM *b, const BIGNUM *N) in SRP_Calc_server_key() 88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B() 160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A() 176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key() 223 int SRP_Verify_B_mod_N(const BIGNUM *B, const BIGNUM *N) in SRP_Verify_B_mod_N() 244 int SRP_Verify_A_mod_N(const BIGNUM *A, const BIGNUM *N) in SRP_Verify_A_mod_N() 266 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 74 bool SelectArithShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectArithShiftedRegister() 77 bool SelectLogicalShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectLogicalShiftedRegister() 80 bool SelectAddrModeIndexed7S8(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S8() 83 bool SelectAddrModeIndexed7S16(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S16() 86 bool SelectAddrModeIndexed7S32(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S32() 89 bool SelectAddrModeIndexed7S64(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S64() 92 bool SelectAddrModeIndexed7S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S128() 95 bool SelectAddrModeIndexedS9S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexedS9S128() 98 bool SelectAddrModeIndexedU6S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexedU6S128() 101 bool SelectAddrModeIndexed8(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed8() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 154 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm, in selectVSplat() 160 bool MipsDAGToDAGISel::selectVSplatUimm1(SDValue N, SDValue &Imm) const { in selectVSplatUimm1() 165 bool MipsDAGToDAGISel::selectVSplatUimm2(SDValue N, SDValue &Imm) const { in selectVSplatUimm2() 170 bool MipsDAGToDAGISel::selectVSplatUimm3(SDValue N, SDValue &Imm) const { in selectVSplatUimm3() 175 bool MipsDAGToDAGISel::selectVSplatUimm4(SDValue N, SDValue &Imm) const { in selectVSplatUimm4() 180 bool MipsDAGToDAGISel::selectVSplatUimm5(SDValue N, SDValue &Imm) const { in selectVSplatUimm5() 185 bool MipsDAGToDAGISel::selectVSplatUimm6(SDValue N, SDValue &Imm) const { in selectVSplatUimm6() 190 bool MipsDAGToDAGISel::selectVSplatUimm8(SDValue N, SDValue &Imm) const { in selectVSplatUimm8() 195 bool MipsDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &Imm) const { in selectVSplatSimm5() 200 bool MipsDAGToDAGISel::selectVSplatUimmPow2(SDValue N, SDValue &Imm) const { in selectVSplatUimmPow2() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/ |
H A D | Enumeration.py | 55 def getNthPairInfo(N): argument 81 def getNthPair(N): argument 85 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): argument 129 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): argument 134 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False): argument 156 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple): argument 163 def getNthTuple(N, maxSize=aleph0, maxElement=aleph0, useDivmod=False, useLeftToRight=False): argument 181 def getNthTupleChecked(N, maxSize=aleph0, maxElement=aleph0, argument 190 def getNthPairVariableBounds(N, bounds): argument 223 def getNthPairVariableBoundsChecked(N, bounds, GNVP=getNthPairVariableBounds): argument
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_rb.h | 52 #define ARCHIVE_RB_TREE_NEXT(T, N) \ argument 54 #define ARCHIVE_RB_TREE_PREV(T, N) \ argument 56 #define ARCHIVE_RB_TREE_FOREACH(N, T) \ argument 59 #define ARCHIVE_RB_TREE_FOREACH_REVERSE(N, T) \ argument 62 #define ARCHIVE_RB_TREE_FOREACH_SAFE(N, T, S) \ argument 66 #define ARCHIVE_RB_TREE_FOREACH_REVERSE_SAFE(N, T, S) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h | 202 void resetChild(unsigned i, Matcher *N) { in resetChild() 222 static bool classof(const Matcher *N) { in classof() 247 static bool classof(const Matcher *N) { in classof() 279 static bool classof(const Matcher *N) { in classof() 295 static bool classof(const Matcher *N) { in classof() 311 static bool classof(const Matcher *N) { in classof() 329 static bool classof(const Matcher *N) { in classof() 346 static bool classof(const Matcher *N) { in classof() 366 static bool classof(const Matcher *N) { in classof() 390 static bool classof(const Matcher *N) { in classof() [all …]
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tfits.c | 28 #define FTEST_AUX(N,NOT,FCT) \ argument 56 #define FTEST(N,NOT,FCT) \ argument 72 #define CHECK_ALL(N,NOT) \ argument 84 #define CHECK_MAX(N,NOT) \ argument 96 #define CHECK_LIM(N,V,SET,FCT) \ argument
|