Home
last modified time | relevance | path

Searched refs:DP (Results 1 – 25 of 71) sorted by relevance

123

/freebsd-13-stable/sbin/hastd/
HDtoken.l44 #define DP do { } while (0) macro
55 control { DP; return CONTROL; }
56 pidfile { DP; return PIDFILE; }
57 listen { DP; return LISTEN; }
58 replication { DP; return REPLICATION; }
59 checksum { DP; return CHECKSUM; }
60 compression { DP; return COMPRESSION; }
61 timeout { DP; return TIMEOUT; }
62 exec { DP; return EXEC; }
63 metaflush { DP; return METAFLUSH; }
[all …]
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
HDtoken.l52 #define DP do { } while (0) macro
61 certfile { DP; return CERTFILE; }
62 directory { DP; return DIRECTORY; }
63 fingerprint { DP; return FINGERPRINT; }
64 host { DP; return HOST; }
65 keyfile { DP; return KEYFILE; }
66 listen { DP; return LISTEN; }
67 name { DP; return NAME; }
68 password { DP; return PASSWORD; }
69 pidfile { DP; return PIDFILE; }
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDiagnosticInfo.cpp63 void DiagnosticInfoInlineAsm::print(DiagnosticPrinter &DP) const { in print()
64 DP << getMsgStr(); in print()
66 DP << " at line " << getLocCookie(); in print()
76 void DiagnosticInfoResourceLimit::print(DiagnosticPrinter &DP) const { in print()
77 DP << getLocationStr() << ": " << getResourceName() << " (" in print()
82 void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const { in print()
83 DP << "ignoring debug info with an invalid version (" << getMetadataVersion() in print()
88 DiagnosticPrinter &DP) const { in print()
89 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in print()
92 void DiagnosticInfoSampleProfile::print(DiagnosticPrinter &DP) const { in print()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCScheduleP9.td102 // Four DP (Floating Point) units in total. Two even, two Odd.
103 def DP : ProcResource<4>;
105 //Even DP pipelines
106 let Super = DP;
109 //Odd DP pipelines
110 let Super = DP;
244 // DP Unit
245 // A DP unit may take from 2 to 36 cycles to complete.
246 // Some DP operations keep the unit busy for up to 10 cycles.
247 def P9_DP_5C : SchedWriteRes<[DP]> {
[all …]
HDP9InstrResources.td26 // - Four DP (Floating Point) units. One on each slice. P9_DP_*
107 (instregex "XSMAX(C|J)?DP$"),
108 (instregex "XSMIN(C|J)?DP$"),
109 (instregex "XSCMP(EQ|EXP|GE|GT|O|U)DP$"),
290 // 7 cycle DP vector operation that uses an entire superslice.
291 // Uses both DP units (the even DPE and odd DPO units), two pipelines (EXECE,
401 // 5 cycle Restricted DP operation. One DP unit, one EXEC pipeline and all three
409 // 7 cycle Restricted DP operation. One DP unit, one EXEC pipeline and all three
452 // 7 cycle Restricted DP operation and one 3 cycle ALU operation.
453 // These operations can be done in parallel. The DP is restricted so we need a
[all …]
HDREADME_P9.txt306 - DP/QP Compare Exponents: xscmpexpdp xscmpexpqp
309 - DP Compare ==, >=, >, !=: xscmpeqdp xscmpgedp xscmpgtdp xscmpnedp
327 - Convert DP -> QP: xscvdpqp
334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo
354 - (Round &) Convert DP <-> HP: xscvdphp xscvhpdp
383 - Insert Exponent DP/QP: xsiexpdp xsiexpqp
392 - Extract Exponent/Significand DP/QP: xsxexpdp xsxsigdp xsxexpqp xsxsigqp
428 - Vector Insert Exponent DP/SP: xviexpdp xviexpsp
433 - Vector Extract Exponent/Significand DP/SP: xvxexpdp xvxexpsp xvxsigdp xvxsigsp
440 - Test Data Class SP/DP/QP: xststdcsp xststdcdp xststdcqp
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/display/bridge/
HDmegachips-stdpxxxx-ge-b850v3-fw.txt2 STDP4028-ge-b850v3-fw bridges (LVDS-DP)
3 STDP2690-ge-b850v3-fw bridges (DP-DP++)
7 Host -> LVDS|--(STDP4028)--|DP -> DP|--(STDP2690)--|DP++ -> Video output
Dtoshiba,tc358767.txt17 to a DPI/DSI source and to an eDP/DP sink according to [1][2]:
20 - port@2: eDP/DP output port
HDps8622.txt10 - lane-count: number of DP lanes to use
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticInfo.h131 virtual void print(DiagnosticPrinter &DP) const = 0;
177 void print(DiagnosticPrinter &DP) const override;
205 void print(DiagnosticPrinter &DP) const override;
227 void print(DiagnosticPrinter &DP) const override;
251 void print(DiagnosticPrinter &DP) const override;
281 void print(DiagnosticPrinter &DP) const override;
386 void print(DiagnosticPrinter &DP) const override;
470 void print(DiagnosticPrinter &DP) const override;
946 void print(DiagnosticPrinter &DP) const override;
965 void print(DiagnosticPrinter &DP) const override;
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/display/exynos/
HDexynos_dp.txt8 For the DP-PHY initialization, we use the dptx-phy node.
11 Base address of DP PHY register.
13 The bit-mask used to enable/disable DP PHY.
52 For the below properties, please refer to Analogix DP binding document:
/freebsd-13-stable/sys/dev/sbni/
HDif_sbnivar.h43 #define DP(A) A macro
45 #define DP(A) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDKCFI.cpp44 void print(DiagnosticPrinter &DP) const override { DP << Msg; } in print()
/freebsd-13-stable/sys/kern/
HDuipc_sem.c90 #define DP(x) printf x macro
92 #define DP(x) macro
642 DP((">>> ksem_open start, pid=%d\n", (int)td->td_proc->p_pid)); in sys_ksem_open()
817 DP((">>> kern_sem_wait entered! pid=%d\n", (int)td->td_proc->p_pid)); in kern_sem_wait()
825 DP((">>> kern_sem_wait critical section entered! pid=%d\n", in kern_sem_wait()
830 DP(("kern_sem_wait mac failed\n")); in kern_sem_wait()
834 DP(("kern_sem_wait value = %d, tryflag %d\n", ks->ks_value, tryflag)); in kern_sem_wait()
863 DP(("kern_sem_wait value post-decrement = %d\n", ks->ks_value)); in kern_sem_wait()
868 DP(("<<< kern_sem_wait leaving, pid=%d, error = %d\n", in kern_sem_wait()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreRegisterInfo.td38 def DP : Ri<13, "dp">, DwarfRegNum<[13]>;
56 R11, CP, DP, SP, LR)> {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
HDNewPMDriver.cpp82 DiagnosticPrinterRawOStream DP(errs()); in handleDiagnostics() local
84 DI.print(DP); in handleDiagnostics()
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/freescale/
HDfsl-ls1028a-kontron-sl28.dts102 label = "failsafe DP firmware";
130 label = "DP firmware";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
HDLinkDiagnosticInfo.h20 void print(DiagnosticPrinter &DP) const override;
/freebsd-13-stable/sys/contrib/device-tree/Bindings/display/
Darm,malidp.txt1 ARM Mali-DP
31 - port: The Mali DP connection to an encoder input port. The connection
/freebsd-13-stable/contrib/dma/
HDconf.c46 #define DP ": \t" macro
128 au->host = strsep(&data, DP); in parse_authfile()
/freebsd-13-stable/contrib/bearssl/conf/
HDUnix.mk19 DP = lib
HDWin.mk20 DP =
/freebsd-13-stable/contrib/bearssl/mk/
HDDefaults.mk31 BEARSSLDLL = $(BUILD)$P$(DP)bearssl$D
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp716 DiagnosticPrinterRawOStream DP(Stream); in DiagnosticHandler() local
717 DI.print(DP); in DiagnosticHandler()
757 void print(DiagnosticPrinter &DP) const override { DP << Msg; } in print()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaConcept.h239 bool subsumes(Sema &S, NamedDecl *DP, ArrayRef<const Expr *> P, NamedDecl *DQ, in subsumes() argument
247 getNormalizedAssociatedConstraints(S, DP, P); in subsumes()

123