Home
last modified time | relevance | path

Searched refs:create (Results 76 – 100 of 4910) sorted by relevance

12345678910>>...197

/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc1563 t->vtinfo = TypeInfoSharedDeclaration::create (t); in create_typeinfo()
1568 t->vtinfo = TypeInfoConstDeclaration::create (t); in create_typeinfo()
1578 t->vtinfo = TypeInfoWildDeclaration::create (t); in create_typeinfo()
1583 t->vtinfo = TypeInfoPointerDeclaration::create (t); in create_typeinfo()
1588 t->vtinfo = TypeInfoArrayDeclaration::create (t); in create_typeinfo()
1593 t->vtinfo = TypeInfoVectorDeclaration::create (t); in create_typeinfo()
1640 t->vtinfo = TypeInfoStructDeclaration::create (t); in create_typeinfo()
1651 t->vtinfo = TypeInfoEnumDeclaration::create (t); in create_typeinfo()
1681 t->vtinfo = TypeInfoTupleDeclaration::create (t); in create_typeinfo()
1685 t->vtinfo = TypeInfoClassDeclaration::create (t); in create_typeinfo()
[all …]
H A Dd-builtins.cc103 return (TypePointer::create (dtype))->addMod (mod); in build_frontend_type()
116 dtype = (TypePointer::create (dtype))->addMod (mod); in build_frontend_type()
217 dtype = (TypeVector::create (dtype))->addMod (mod); in build_frontend_type()
241 sdecl->type = (TypeStruct::create (sdecl))->addMod (mod); in build_frontend_type()
325 args->push (Parameter::create (sc, targ, NULL, NULL, NULL)); in build_frontend_type()
368 return ComplexExp::create (loc, value, type); in d_eval_constant_expression()
373 return IntegerExp::create (loc, value, type); in d_eval_constant_expression()
378 return RealExp::create (loc, ldouble (value), type); in d_eval_constant_expression()
402 Expression *e = ArrayLiteralExp::create (loc, elements); in d_eval_constant_expression()
405 return VectorExp::create (loc, e, type); in d_eval_constant_expression()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dtest_hdbplugin.c38 int create; member
47 testresult.create = 1; in hdb_test_create()
78 .create = hdb_test_create
/netbsd/lib/
H A Dbumpversion40 create=TRUE
71 if [ "X$create" != "X" ] ; then
107 if [ "X$create" != "X" ] ; then
/netbsd/crypto/external/bsd/libsaslc/dist/doc/
H A Dlibrary.txt103 * ANONYMOUS (create, destroy, cont)
104 * EXTERNAL (create, destroy, cont)
105 * PLAIN (create, destroy, cont)
106 * LOGIN (create, destroy, cont)
107 * CRAM-MD5 (create, destroy, cont)
108 * DIGEST-MD5 (create, destroy, cont, encode, decode)
109 * GSSAPI (create, destroy, cont, encode, decode)
117 // create mech_sess structure
144 mech_generic_create; /* create function - creates mechanism
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp102 = MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx); in getLongBranchBlockExpr()
103 const MCExpr *SrcBBSym = MCSymbolRefExpr::create(SrcBB.getSymbol(), Ctx); in getLongBranchBlockExpr()
114 const MCConstantExpr *One = MCConstantExpr::create(4, Ctx); in getLongBranchBlockExpr()
141 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in lowerOperand()
152 MCSymbolRefExpr::create(Sym, getVariantKind(MO.getTargetFlags()),Ctx); in lowerOperand()
156 MCConstantExpr::create(Offset, Ctx), Ctx); in lowerOperand()
164 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(Sym, Ctx); in lowerOperand()
242 return MCConstantExpr::create(AT.getNullPointerValue(DstAddr), in lowerAddrSpaceCast()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp85 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_None, Ctx); in LowerSymbolOperand()
88 Expr, MCConstantExpr::create(MO.getOffset(), Ctx), Ctx); in LowerSymbolOperand()
89 Expr = LanaiMCExpr::create(Kind, Expr, Ctx); in LowerSymbolOperand()
112 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in Lower()
/netbsd/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl.h63 XSASL_SERVER *(*create) (struct XSASL_SERVER_IMPL *, XSASL_SERVER_CREATE_ARGS *); member
71 (impl)->create((impl), (args))
108 XSASL_CLIENT *(*create) (struct XSASL_CLIENT_IMPL *, XSASL_CLIENT_CREATE_ARGS *); member
116 (impl)->create((impl), (args))
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc1523 t->vtinfo = TypeInfoSharedDeclaration::create (t); in create_typeinfo()
1528 t->vtinfo = TypeInfoConstDeclaration::create (t); in create_typeinfo()
1538 t->vtinfo = TypeInfoWildDeclaration::create (t); in create_typeinfo()
1543 t->vtinfo = TypeInfoPointerDeclaration::create (t); in create_typeinfo()
1548 t->vtinfo = TypeInfoArrayDeclaration::create (t); in create_typeinfo()
1553 t->vtinfo = TypeInfoVectorDeclaration::create (t); in create_typeinfo()
1603 t->vtinfo = TypeInfoStructDeclaration::create (t); in create_typeinfo()
1614 t->vtinfo = TypeInfoEnumDeclaration::create (t); in create_typeinfo()
1644 t->vtinfo = TypeInfoTupleDeclaration::create (t); in create_typeinfo()
1648 t->vtinfo = TypeInfoClassDeclaration::create (t); in create_typeinfo()
[all …]
H A Dd-builtins.cc100 return (TypePointer::create (dtype))->addMod (mod); in build_frontend_type()
113 dtype = (TypePointer::create (dtype))->addMod (mod); in build_frontend_type()
237 sdecl->type = (TypeStruct::create (sdecl))->addMod (mod); in build_frontend_type()
313 args->push (Parameter::create (sc, targ, NULL, NULL)); in build_frontend_type()
355 return ComplexExp::create (Loc (), value, type); in d_eval_constant_expression()
360 return IntegerExp::create (Loc (), value, type); in d_eval_constant_expression()
365 return RealExp::create (Loc (), ldouble (value), type); in d_eval_constant_expression()
389 Expression *e = ArrayLiteralExp::create (Loc (), elements); in d_eval_constant_expression()
392 return VectorExp::create (Loc (), e, type); in d_eval_constant_expression()
548 = FuncDeclaration::create (Loc (), Loc (), in d_build_builtins_module()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h35 static const ARMMCExpr *create(VariantKind Kind, const MCExpr *Expr,
39 return create(VK_ARM_HI16, Expr, Ctx); in createUpper16()
43 return create(VK_ARM_LO16, Expr, Ctx); in createLower16()
/netbsd/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_cmd.c391 struct qxl_surface_create *create; in qxl_io_create_primary() local
397 create = &qdev->ram_header->create_surface; in qxl_io_create_primary()
398 create->format = bo->surf.format; in qxl_io_create_primary()
399 create->width = bo->surf.width; in qxl_io_create_primary()
400 create->height = bo->surf.height; in qxl_io_create_primary()
401 create->stride = bo->surf.stride; in qxl_io_create_primary()
402 create->mem = qxl_bo_physical_address(qdev, bo, 0); in qxl_io_create_primary()
404 DRM_DEBUG_DRIVER("mem = %llx, from %p\n", create->mem, bo->kptr); in qxl_io_create_primary()
406 create->flags = QXL_SURF_FLAG_KEEP_DATA; in qxl_io_create_primary()
407 create->type = QXL_SURF_TYPE_PRIMARY; in qxl_io_create_primary()
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PARAM_BLD.pod71 B<OSSL_PARAM_BLD_push_I<TYPE>>() are a series of functions which will create
76 OSSL_PARAM_BLD_push_BN() is a function that will create an OSSL_PARAM object
83 OSSL_PARAM_BLD_push_BN_pad() is a function that will create an OSSL_PARAM object
92 OSSL_PARAM_BLD_push_utf8_string() is a function that will create an OSSL_PARAM
99 OSSL_PARAM_BLD_push_octet_string() is a function that will create an OSSL_PARAM
104 OSSL_PARAM_BLD_push_utf8_ptr() is a function that will create an OSSL_PARAM
111 OSSL_PARAM_BLD_push_octet_ptr() is a function that will create an OSSL_PARAM
146 This example shows how to create an OSSL_PARAM array that contains an RSA
170 This example shows how to create an OSSL_PARAM array that contains an RSA
/netbsd/crypto/external/bsd/openssl.old/dist/doc/HOWTO/
H A Dcertificates.txt29 keys, so before you create a certificate or a certificate request, you
30 need to create a private key.
38 create private keys can be found at https://www.openssl.org/docs/HOWTO/keys.txt.
44 To create a certificate, you need to start with a certificate request
50 yourself if you have your own certificate authority or create a
75 You can create a self-signed certificate if you don't want to deal
76 with a certificate authority, or if you just want to create a test
79 This is NOT the recommended way to create a CA certificate, see
/netbsd/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-kdf.pod.in125 Use TLS1-PRF to create a hex-encoded derived key from a secret key and seed:
130 Use HKDF to create a hex-encoded derived key from a secret key, salt and info:
135 Use SSKDF with KMAC to create a hex-encoded derived key from a secret key, salt and info:
141 Use SSKDF with HMAC to create a hex-encoded derived key from a secret key, salt and info:
147 Use SSKDF with Hash to create a hex-encoded derived key from a secret key, salt and info:
153 Use SSHKDF to create a hex-encoded derived key from a secret key, hash and session_id:
161 Use PBKDF2 to create a hex-encoded derived key from a password and salt:
166 Use scrypt to create a hex-encoded derived key from a password and salt:
/netbsd/crypto/external/bsd/openssl/dist/doc/HOWTO/
H A Dcertificates.txt29 keys, so before you create a certificate or a certificate request, you
30 need to create a private key.
38 create private keys can be found at https://www.openssl.org/docs/HOWTO/keys.txt.
44 To create a certificate, you need to start with a certificate request
50 yourself if you have your own certificate authority or create a
75 You can create a self-signed certificate if you don't want to deal
76 with a certificate authority, or if you just want to create a test
79 This is NOT the recommended way to create a CA certificate, see
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp96 const MCExpr *E = MCSymbolRefExpr::create(GetARMGVSymbol(GV, in emitXXStructor()
1066 MCSymbolRefExpr::create(TBInstPC, OutContext), in emitJumpTableTBInst()
1067 MCConstantExpr::create(4, OutContext), OutContext); in emitJumpTableTBInst()
1331 .addExpr(MCSymbolRefExpr::create(CPISymbol, OutContext)) in emitInstruction()
1347 .addExpr(MCSymbolRefExpr::create(JTIPICSymbol, OutContext)) in emitInstruction()
1398 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction()
1513 const MCExpr *BranchLabel = MCSymbolRefExpr::create( in emitInstruction()
1526 BranchTarget = MCSymbolRefExpr::create( in emitInstruction()
1530 BranchTarget = MCSymbolRefExpr::create( in emitInstruction()
1533 BranchTarget = MCSymbolRefExpr::create( in emitInstruction()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h54 template <class... ArgTs> Node *create(ArgTs &&... Args) { in create() function
63 Node *operator()(const Node &N) const { return AL.create(N.V); } in operator()
181 return iterator(List.insert(I.wrapped(), *create(std::forward<Ts>(Vs)...))); in emplace()
185 return iterator(List.insert(I.wrapped(), *create(std::move(V)))); in insert()
188 return iterator(List.insert(I.wrapped(), *create(V))); in insert()
194 List.insert(I.wrapped(), *create(*First)); in insert()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.h85 Fixups.push_back(MCFixup::create(0, MO.getExpr(), Kind, MI.getLoc())); in getBranchSymbolOpValue()
100 Fixups.push_back(MCFixup::create(0, MO.getExpr(), Kind, MI.getLoc())); in getConstpoolSymbolOpValue()
114 Fixups.push_back(MCFixup::create(0, MO.getExpr(), Kind, MI.getLoc())); in getCallSymbolOpValue()
128 Fixups.push_back(MCFixup::create(0, MO.getExpr(), Kind, MI.getLoc())); in getBareSymbolOpValue()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_meth.c189 return biom->create; in BIO_meth_get_create()
192 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *)) in BIO_meth_set_create()
194 biom->create = create; in BIO_meth_set_create()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_meth.c189 return biom->create; in BIO_meth_get_create()
192 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *)) in BIO_meth_set_create()
194 biom->create = create; in BIO_meth_set_create()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp247 MCFixup::create(DF->getContents().size(), Value, in emitValueImpl()
470 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context); in buildSymbolDiff()
471 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff()
473 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
633 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value()
643 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value()
674 MCFixup::create(DF->getContents().size(), Value, FK_GPRel_4)); in emitGPRel32Value()
684 MCFixup::create(DF->getContents().size(), Value, FK_GPRel_4)); in emitGPRel64Value()
775 MCFixup::create(OffsetVal.getConstant(), Expr, Kind, Loc)); in emitRelocDirective()
793 MCFixup::create(SymbolOffset + OffsetVal.getConstant(), in emitRelocDirective()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp117 const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, RefKind, Ctx); in GetSymbolRef()
123 MCBinaryExpr::createAdd(Expr, MCConstantExpr::create(32768, Ctx), Ctx); in GetSymbolRef()
127 MCConstantExpr::create(MO.getOffset(), Ctx), in GetSymbolRef()
134 const MCExpr *PB = MCSymbolRefExpr::create(MF->getPICBaseSymbol(), Ctx); in GetSymbolRef()
182 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), AP.OutContext)); in LowerPPCMachineOperandToMCOperand()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dinit.c108 rc = session->create(session, in wt_db_open()
121 rc = session->create(session, in wt_db_open()
135 rc = session->create(session, WT_INDEX_DN, "columns=(dn)"); in wt_db_open()
144 rc = session->create(session, WT_INDEX_PID, "columns=(pid)"); in wt_db_open()
153 rc = session->create(session, WT_INDEX_REVDN, "columns=(revdn)"); in wt_db_open()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp653 EmitNote(ElfNote::NoteNameV2, MCConstantExpr::create(8, getContext()), in EmitDirectiveHSACodeObjectVersion()
720 SymbolELF->setSize(MCConstantExpr::create(Size, getContext())); in emitAMDGPULDS()
730 MCSymbolRefExpr::create(DescEnd, Context), in EmitISAVersion()
731 MCSymbolRefExpr::create(DescBegin, Context), Context); in EmitISAVersion()
757 MCSymbolRefExpr::create(DescEnd, Context), in EmitHSAMetadata()
758 MCSymbolRefExpr::create(DescBegin, Context), Context); in EmitHSAMetadata()
781 MCSymbolRefExpr::create(DescEnd, Context), in EmitHSAMetadata()
782 MCSymbolRefExpr::create(DescBegin, Context), Context); in EmitHSAMetadata()
839 MCConstantExpr::create(sizeof(KernelDescriptor), Context)); in EmitAmdhsaKernelDescriptor()
859 MCSymbolRefExpr::create( in EmitAmdhsaKernelDescriptor()
[all …]

12345678910>>...197