/freebsd/sbin/hastd/ |
H A D | token.l | 44 #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 D | token.l | 52 #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 D | DiagnosticInfo.cpp | 63 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 D | PPCScheduleP9.td | 102 // 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 D | P9InstrResources.td | 26 // - 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 D | README_P9.txt | 306 - 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 D | megachips-stdpxxxx-ge-b850v3-fw.txt | 2 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 D | toshiba,tc358767.txt | 17 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 D | DiagnosticInfo.h | 131 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 D | exynos_dp.txt | 8 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 D | if_sbnivar.h | 43 #define DP(A) A macro 45 #define DP(A) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | KCFI.cpp | 44 void print(DiagnosticPrinter &DP) const override { DP << Msg; } in print()
|
/freebsd/sys/kern/ |
H A D | uipc_sem.c | 90 #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 D | XCoreRegisterInfo.td | 38 def DP : Ri<13, "dp">, DwarfRegNum<[13]>; 56 R11, CP, DP, SP, LR)> {
|
/freebsd/crypto/openssl/test/ |
H A D | rsa_sp800_56b_test.c | 280 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 D | keymgmt_internal_test.c | 75 #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 D | NewPMDriver.cpp | 82 DiagnosticPrinterRawOStream DP(errs()); in handleDiagnostics() local 84 DI.print(DP); in handleDiagnostics()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkDiagnosticInfo.h | 20 void print(DiagnosticPrinter &DP) const override;
|
/freebsd/contrib/arm-optimized-routines/pl/math/test/testcases/random/ |
H A D | double.tst | 1 !! double.tst - Random test case specification for DP functions
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | arm,malidp.txt | 1 ARM Mali-DP 31 - port: The Mali DP connection to an encoder input port. The connection
|
/freebsd/contrib/dma/ |
H A D | conf.c | 46 #define DP ": \t" macro 128 au->host = strsep(&data, DP); in parse_authfile()
|
/freebsd/contrib/arm-optimized-routines/math/test/testcases/random/ |
H A D | double.tst | 1 !! double.tst - Random test case specification for DP functions
|
/freebsd/contrib/bearssl/conf/ |
H A D | Unix.mk | 19 DP = lib
|
H A D | Win.mk | 20 DP =
|
/freebsd/contrib/bearssl/mk/ |
H A D | Defaults.mk | 31 BEARSSLDLL = $(BUILD)$P$(DP)bearssl$D
|