Home
last modified time | relevance | path

Searched full:dce (Results 1 – 25 of 183) sorted by relevance

12345678

/freebsd/sys/powerpc/include/
H A Dhid.h89 "\020ICE\017DCE\016ILOCK\015DLOCK\014ICFI\013DCFI\012SPD\011IFEM" \
96 "\020ICE\017DCE\016ILOCK\015DLOCK\014ICFI\013DCFI\012SPD\011XBSEN" \
147 * 17 DCE DCE DCE DCE DCE DCE DCE TBEN
/freebsd/lib/libc/uuid/
H A Duuid.338 .Nd DCE 1.1 compliant UUID functions
68 The family of DCE 1.1 compliant UUID functions allow applications to operate
99 These routines are not part of the DCE RPC API.
108 These routines are not part of the DCE RPC API.
183 The UUID functions conform to the DCE 1.1 RPC specification.
H A Duuid_stream.c36 * http://www.opengroup.org/dce/info/draft-leach-uuids-guids-01.txt
50 * NOTE: These routines are not part of the DCE RPC API. They are
H A DMakefile.inc1 # DCE 1.1 UUID implementation sources
/freebsd/share/man/man9/
H A Dg_access.934 .Fn g_access "struct g_consumer *cp" "int dcr" "int dcw" "int dce"
45 .Fa dce
67 .Fa dce
85 .Fa dce
/freebsd/crypto/krb5/src/appl/gss-sample/
H A Dt_gss_sample.py117 tgs_test(realm, ['-dce'])
124 tgs_test(realm, ['-dce'])
130 pw_test(realm, ['-dce'])
136 wrong_pw_test(realm, ['-dce'])
143 kt_test(realm, ['-dce'])
H A DREADME87 [-seq] [-noreplay] [-nomutual] [-dce]
115 -dce Tells the client to request DCE-style authentication.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DADCE.h11 // proven otherwise, allowing it to eliminate dead computations that other DCE
25 /// A DCE pass that assumes instructions are dead until proven otherwise.
29 /// dead computations that other DCE passes do not catch, particularly involving
H A DDCE.h1 //===- DCE.h - Dead code elimination ----------------------------*- C++ -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDCE.cpp1 //===- DCE.cpp - Code to perform dead code elimination --------------------===//
18 #include "llvm/Transforms/Scalar/DCE.h"
33 #define DEBUG_TYPE "dce"
36 DEBUG_COUNTER(DCECounter, "dce-transform",
143 INITIALIZE_PASS(DCELegacyPass, "dce", "Dead Code Elimination", false, false) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInliner.h31 /// doing considerable DCE including the DCE of dead functions. This pass makes
32 /// every attempt to be simpler. DCE of functions requires complex reasoning
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra234-cbb.yaml17 which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and
48 - nvidia,tegra234-dce-fabric
/freebsd/sys/geom/
H A Dgeom_subr.c953 g_access(struct g_consumer *cp, int dcr, int dcw, int dce) in g_access() argument
971 cp, pp->name, dcr, dcw, dce); in g_access()
975 KASSERT(cp->ace + dce >= 0, ("access resulting in negative ace")); in g_access()
976 KASSERT(dcr != 0 || dcw != 0 || dce != 0, ("NOP access request")); in g_access()
978 cp->ace + dce != 0 || cp->nstart == cp->nend, in g_access()
988 (dcr > 0 || dcw > 0 || dce > 0)) in g_access()
1021 dcr, dcw, dce, in g_access()
1030 else if (dce > 0 && pw > 0) in g_access()
1036 else if ((dcr > 0 || dcw > 0 || dce > 0) && pp->error != 0) { in g_access()
1050 error = gp->access(pp, dcr, dcw, dce); in g_access()
[all …]
/freebsd/sys/sys/
H A Duuid.h39 * http://www.opengroup.org/dce/info/draft-leach-uuids-guids-01.txt
42 * A DCE 1.1 compatible source representation of UUIDs.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp27 STATISTIC(NumDCEDeleted, "Number of instructions deleted by DCE");
28 STATISTIC(NumDCEFoldedLoads, "Number of single use loads folded after DCE");
29 STATISTIC(NumFracRanges, "Number of live ranges fractured by DCE");
372 // Currently, we don't support DCE of physreg live ranges. If MI reads in eliminateDeadDef()
377 // physregs. That could potentially enable more DCE and it would free up in eliminateDeadDef()
/freebsd/crypto/heimdal/lib/asn1/
H A Dcms.opt1 --decode-dce-ber
/freebsd/crypto/heimdal/appl/
H A DMakefile.am8 if DCE
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c81 #if defined(DCE)
572 #if defined(DCE) in kerberos5_is()
596 #if defined(DCE) in kerberos5_is()
714 #if defined(DCE) in kerberos5_status()
860 #if defined(DCE)
/freebsd/crypto/heimdal/lib/
H A DMakefile.am11 if DCE
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp335 HexagonDCE DCE(G, *MRI); in runOnMachineFunction() local
336 DCE.trace(RDFDump); in runOnMachineFunction()
337 Changed |= DCE.run(); in runOnMachineFunction()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dccdefname.c38 * The Gradient PC-DCE sets the registry key in get_from_registry_indirect()
39 * [HKEY_CURRENT_USER\Software\Gradient\DCE\Default\KRB5CCNAME] in get_from_registry_indirect()
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dfsl-imx-uart.txt10 in DCE mode by default.
/freebsd/include/
H A Duuid.h37 * This implementation mostly conforms to the DCE 1.1 specification.
/freebsd/bin/uuidgen/
H A Duuidgen.142 utility by default generates a single DCE version 1
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp44 cl::opt<bool> NoDCE("disable-dce",
45 cl::desc("Do not use the -dce pass to reduce testcases"));
115 Passes.push_back("dce"); in deleteInstructionFromProgram()

12345678