Home
last modified time | relevance | path

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

1234

/freebsd/sbin/hastd/
H A Dtoken.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/contrib/openbsm/bin/auditdistd/
H A Dtoken.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/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.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/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.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...]
H A DP9InstrResources.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 …]
H A DREADME_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/sys/contrib/device-tree/Bindings/display/bridge/
H A Dmegachips-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
H A 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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.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/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_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/sys/dev/sbni/
H A Dif_sbnivar.h43 #define DP(A) A macro
45 #define DP(A) macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp44 void print(DiagnosticPrinter &DP) const override { DP << Msg; } in print()
/freebsd/sys/kern/
H A Duipc_sem.c90 #define DP(x) printf x macro
92 #define DP(x) macro
641 DP((">>> ksem_open start, pid=%d\n", (int)td->td_proc->p_pid)); in sys_ksem_open()
816 DP((">>> kern_sem_wait entered! pid=%d\n", (int)td->td_proc->p_pid)); in kern_sem_wait()
824 DP((">>> kern_sem_wait critical section entered! pid=%d\n", in kern_sem_wait()
829 DP(("kern_sem_wait mac failed\n")); in kern_sem_wait()
833 DP(("kern_sem_wait value = %d, tryflag %d\n", ks->ks_value, tryflag)); in kern_sem_wait()
862 DP(("kern_sem_wait value post-decrement = %d\n", ks->ks_value)); in kern_sem_wait()
867 DP(("<<< kern_sem_wait leaving, pid=%d, error = %d\n", in kern_sem_wait()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.td38 def DP : Ri<13, "dp">, DwarfRegNum<[13]>;
56 R11, CP, DP, SP, LR)> {
/freebsd/crypto/openssl/test/
H A Drsa_sp800_56b_test.c280 const int DP = 3; in test_check_crt_components() local
305 && TEST_BN_eq_word(key->dmp1, DP) in test_check_crt_components()
314 && TEST_true(BN_set_word(key->dmp1, DP)) in test_check_crt_components()
328 && TEST_true(BN_set_word(key->dmp1, DP+1)) in test_check_crt_components()
330 && TEST_true(BN_set_word(key->dmp1, DP)) in test_check_crt_components()
H A Dkeymgmt_internal_test.c75 #define DP 6 macro
126 || !TEST_true(get_ulong_via_BN(p, &keydata[DP])) in export_cb()
168 0x8599, /* DP */ in test_pass_rsa()
197 || !TEST_true(BN_set_word(bn1, expected[DP])) in test_pass_rsa()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp82 DiagnosticPrinterRawOStream DP(errs()); in handleDiagnostics() local
84 DI.print(DP); in handleDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkDiagnosticInfo.h20 void print(DiagnosticPrinter &DP) const override;
/freebsd/contrib/arm-optimized-routines/pl/math/test/testcases/random/
H A Ddouble.tst1 !! double.tst - Random test case specification for DP functions
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Darm,malidp.txt1 ARM Mali-DP
31 - port: The Mali DP connection to an encoder input port. The connection
/freebsd/contrib/dma/
H A Dconf.c46 #define DP ": \t" macro
128 au->host = strsep(&data, DP); in parse_authfile()
/freebsd/contrib/arm-optimized-routines/math/test/testcases/random/
H A Ddouble.tst1 !! double.tst - Random test case specification for DP functions
/freebsd/contrib/bearssl/conf/
H A DUnix.mk19 DP = lib
H A DWin.mk20 DP =
/freebsd/contrib/bearssl/mk/
H A DDefaults.mk31 BEARSSLDLL = $(BUILD)$P$(DP)bearssl$D

1234