/freebsd/sys/powerpc/include/ |
H A D | hid.h | 89 "\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 D | uuid.3 | 38 .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 D | uuid_stream.c | 36 * 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 D | Makefile.inc | 1 # DCE 1.1 UUID implementation sources
|
/freebsd/share/man/man9/ |
H A D | g_access.9 | 34 .Fn g_access "struct g_consumer *cp" "int dcr" "int dcw" "int dce" 45 .Fa dce 67 .Fa dce 85 .Fa dce
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | ADCE.h | 11 // 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 D | DCE.h | 1 //===- DCE.h - Dead code elimination ----------------------------*- C++ -*-===//
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DCE.cpp | 1 //===- 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 D | Inliner.h | 31 /// 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 D | nvidia,tegra234-cbb.yaml | 17 which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and 48 - nvidia,tegra234-dce-fabric
|
/freebsd/sys/geom/ |
H A D | geom_subr.c | 941 g_access(struct g_consumer *cp, int dcr, int dcw, int dce) in g_access() argument 959 cp, pp->name, dcr, dcw, dce); in g_access() 963 KASSERT(cp->ace + dce >= 0, ("access resulting in negative ace")); in g_access() 964 KASSERT(dcr != 0 || dcw != 0 || dce != 0, ("NOP access request")); in g_access() 966 cp->ace + dce != 0 || cp->nstart == cp->nend, in g_access() 976 (dcr > 0 || dcw > 0 || dce > 0)) in g_access() 1009 dcr, dcw, dce, in g_access() 1018 else if (dce > 0 && pw > 0) in g_access() 1024 else if ((dcr > 0 || dcw > 0 || dce > 0) && pp->error != 0) { in g_access() 1038 error = gp->access(pp, dcr, dcw, dce); in g_access() [all …]
|
/freebsd/sys/sys/ |
H A D | uuid.h | 39 * 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 D | LiveRangeEdit.cpp | 27 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 D | cms.opt | 1 --decode-dce-ber
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | kerberos5.c | 81 #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/appl/ |
H A D | Makefile.am | 8 if DCE
|
/freebsd/crypto/heimdal/lib/ |
H A D | Makefile.am | 11 if DCE
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 335 HexagonDCE DCE(G, *MRI); in runOnMachineFunction() local 336 DCE.trace(RDFDump); in runOnMachineFunction() 337 Changed |= DCE.run(); in runOnMachineFunction()
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | fsl-imx-uart.txt | 10 in DCE mode by default.
|
H A D | fsl-imx-uart.yaml | 78 Indicate the uart works in DTE mode. The uart works in DCE mode by default.
|
/freebsd/bin/uuidgen/ |
H A D | uuidgen.1 | 41 utility by default generates a single DCE version 1
|
/freebsd/include/ |
H A D | uuid.h | 37 * This implementation mostly conforms to the DCE 1.1 specification.
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 44 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()
|
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | gssmask.c | 365 logmessage(c, __FILE__, __LINE__, 0, "init_sec_context dce-style"); in HandleOP() 478 logmessage(c, __FILE__, __LINE__, 0, "accept_sec_context dce-style"); in HandleOP() 906 iov_len -= 2; /* skip trailer and padding, aka dce-style */ in HandleOP() 988 iov_len -= 1; /* skip trailer and padding, aka dce-style */ in HandleOP()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombine.h | 87 // instructions dead, so a subsequent DCE pass is useful.
|