HomeSort by: relevance | last modified time | path
    Searched defs:DP (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/stand/
ls.c 84 typedef struct dirent DP;
89 register char *dp; local
94 for (dp = dirbuf; (dp < (dirbuf + size)) &&
95 (dp + ((DP *)dp)->d_reclen) < (dirbuf + size);
96 dp += ((DP *)dp)->d_reclen)
    [all...]
  /src/share/examples/rump/virtual_ip_router/
rumprouter.c 58 #define DP if (1) printf
60 #define DP if (0) printf
71 DP("Entering %s\n", __FUNCTION__);
73 DP("Create an interface(%s)\n", ifname);
79 DP("Get a socket for configuring the interface\n");
104 DP("Set the addresses\n");
110 DP("Done with %s\n", __FUNCTION__);
126 DP("Entering %s\n", __FUNCTION__);
128 DP("Open a routing socket\n");
168 DP("Set the route\n")
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
keymgmt_internal_test.c 75 #define DP 6
126 || !TEST_true(get_ulong_via_BN(p, &keydata[DP]))
168 0x8599, /* DP */
199 || !TEST_true(BN_set_word(bn1, expected[DP]))
rsa_sp800_56b_test.c 280 const int DP = 3;
306 && TEST_BN_eq_word(key->dmp1, DP)
310 /* (a) 1 < dP < (p – 1). */
315 && TEST_true(BN_set_word(key->dmp1, DP))
328 /* (d) 1 = (dP . e) mod (p - 1)*/
329 && TEST_true(BN_set_word(key->dmp1, DP + 1))
331 && TEST_true(BN_set_word(key->dmp1, DP))
evp_pkey_provided_test.c 345 #define DP 5
366 0x8599, /* DP */
376 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_EXPONENT1, &key_numbers[DP]),
  /src/crypto/external/bsd/openssl/dist/test/
keymgmt_internal_test.c 75 #define DP 6
126 || !TEST_true(get_ulong_via_BN(p, &keydata[DP]))
168 0x8599, /* DP */
197 || !TEST_true(BN_set_word(bn1, expected[DP]))
rsa_sp800_56b_test.c 280 const int DP = 3;
305 && TEST_BN_eq_word(key->dmp1, DP)
309 /* (a) 1 < dP < (p – 1). */
314 && TEST_true(BN_set_word(key->dmp1, DP))
327 /* (d) 1 = (dP . e) mod (p - 1)*/
328 && TEST_true(BN_set_word(key->dmp1, DP+1))
330 && TEST_true(BN_set_word(key->dmp1, DP))
evp_pkey_provided_test.c 345 #define DP 5
366 0x8599, /* DP */
376 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_EXPONENT1, &key_numbers[DP]),
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
ior.h 32 DP,
39 /* Armed DP state. */
45 } dp; member in struct:nvkm_ior
88 } dp; member in struct:nvkm_ior_func
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 1232 Decl *DP = Actions.HandleDeclarator(ParentScope, D,
1234 D.complete(DP);
1237 if (SkipFunctionBodies && (!DP || Actions.canSkipFunctionBody(DP)) &&
1240 return Actions.ActOnSkippedFunctionBody(DP);
1246 if (DP) {
1247 FunctionDecl *FnD = DP->getAsFunction();
1249 Actions.MarkAsLateParsedTemplate(FnD, DP, Toks);
1251 return DP;
  /src/external/bsd/pcc/dist/pcc/arch/hppa/
macdefs.h 144 #define DP 27
  /src/external/gpl3/binutils/dist/include/opcode/
arc.h 101 DP = (1U << 6),
  /src/external/gpl3/binutils.old/dist/include/opcode/
arc.h 101 DP = (1U << 6),
  /src/external/gpl3/gdb.old/dist/include/opcode/
arc.h 101 DP = (1U << 6),
  /src/external/gpl3/gdb/dist/include/opcode/
arc.h 101 DP = (1U << 6),
  /src/external/mpl/bind/dist/lib/dns/
adb.c 490 DP(int level, const char *format, ...) ISC_FORMAT_PRINTF(2, 3);
493 DP(int level, const char *format, ...) {
646 DP(NCACHE_LEVEL, "expire_v4 set to %u import_rdataset",
652 DP(NCACHE_LEVEL, "expire_v6 set to %u import_rdataset",
680 DP(DEF_LEVEL, "killing name %p", adbname);
729 DP(DEF_LEVEL, "expiring v4 for name %p", adbname);
742 DP(DEF_LEVEL, "expiring v6 for name %p", adbname);
911 DP(ENTER_LEVEL,
927 DP(ISC_LOG_DEBUG(3), "more addresses");
934 DP(ISC_LOG_DEBUG(3), "no more addresses")
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c 503 DP(int level, const char *format, ...) ISC_FORMAT_PRINTF(2, 3);
506 DP(int level, const char *format, ...) {
609 DP(ISC_LOG_INFO, "adb: grow_entries to %u starting", n);
738 DP(ISC_LOG_INFO, "adb: grow_entries finished");
774 DP(ISC_LOG_INFO, "adb: grow_names to %u starting", n);
900 DP(ISC_LOG_INFO, "adb: grow_names finished");
1030 DP(NCACHE_LEVEL, "expire_v4 set to MIN(%u,%u) import_rdataset",
1036 DP(NCACHE_LEVEL, "expire_v6 set to MIN(%u,%u) import_rdataset",
1072 DP(DEF_LEVEL, "killing name %p", name);
1138 DP(DEF_LEVEL, "expiring v4 for name %p", name)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h 189 * encoder are flushed (for example for DP AUX transactions) and
245 * from HDCP over DP, so to account for these differences, we need to
249 * - DP AUX vs. DDC
250 * HDCP registers on the receiver are set via DP AUX for DP, and
253 * The offsets of the registers are different for DP vs. HDMI
256 * place on DP vs HDMI
258 * Seriously. In the DP spec, the 16-bit register containing
260 * BSTATUS. To confuse matters further, DP has a BSTATUS register
263 * On HDMI, the ksv fifo is read all at once, whereas on DP it mus
1344 struct intel_dp dp; member in struct:intel_digital_port
    [all...]
intel_dp.c 76 /* DP DSC throughput values used for slice count calculations KPixels/s */
81 /* DP DSC FEC Overhead factor = 1/(0.972261) */
132 /* Constants for DP DSC configurations */
142 * @intel_dp: DP struct
144 * If a CPU or PCH DP output is attached to an eDP panel, this function
576 DRM_DEBUG_KMS("Unsupported slice width %d by DP DSC Sink device\n",
603 * Older platforms don't like hdisplay==4096 with DP.
754 #define with_pps_lock(dp, wf) \
755 for ((wf) = pps_lock(dp); (wf); (wf) = pps_unlock((dp), (wf))
6266 struct intel_dp *dp = &intel_dig_port->dp; local
6318 struct intel_dp *dp = &intel_dig_port->dp; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 13961 Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists);
13962 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody);

Completed in 59 milliseconds