/external/curl/src/ |
D | tool_setopt.c | 45 #define NV(e) {#e, e} macro 50 NV(CURLPROXY_HTTP), 51 NV(CURLPROXY_HTTP_1_0), 52 NV(CURLPROXY_HTTPS), 53 NV(CURLPROXY_SOCKS4), 54 NV(CURLPROXY_SOCKS5), 55 NV(CURLPROXY_SOCKS4A), 56 NV(CURLPROXY_SOCKS5_HOSTNAME), 61 NV(CURLPROXY_SOCKS4), 62 NV(CURLPROXY_SOCKS5), [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractMapEntryTest.java | 32 private static final Integer NV = null; field in AbstractMapEntryTest 58 assertEquals("foo=null", entry("foo", NV).toString()); 59 assertEquals("null=null", entry(NK, NV).toString()); 76 assertEquals(control("bar", NV), entry("bar", NV)); 90 assertEquals(control("bar", NV).hashCode(), entry("bar", NV).hashCode()); 91 assertEquals(control(NK, NV).hashCode(), entry(NK, NV).hashCode());
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | AbstractMapEntryTest.java | 32 private static final Integer NV = null; field in AbstractMapEntryTest 58 assertEquals("foo=null", entry("foo", NV).toString()); 59 assertEquals("null=null", entry(NK, NV).toString()); 76 assertEquals(control("bar", NV), entry("bar", NV)); 90 assertEquals(control("bar", NV).hashCode(), entry("bar", NV).hashCode()); 91 assertEquals(control(NK, NV).hashCode(), entry(NK, NV).hashCode());
|
/external/tpm2-tss/src/tss2-esys/api/ |
D | Esys_NV_DefineSpace.c | 29 esysContext->in.NV.auth = NULL; in store_input_parameters() 31 esysContext->in.NV.authData = *auth; in store_input_parameters() 32 esysContext->in.NV.auth = in store_input_parameters() 33 &esysContext->in.NV.authData; in store_input_parameters() 36 esysContext->in.NV.publicInfo = NULL; in store_input_parameters() 38 esysContext->in.NV.publicInfoData = *publicInfo; in store_input_parameters() 39 esysContext->in.NV.publicInfo = in store_input_parameters() 40 &esysContext->in.NV.publicInfoData; in store_input_parameters() 365 r = iesys_nv_get_name(esysContext->in.NV.publicInfo, in Esys_NV_DefineSpace_Finish() 373 esysContext->in.NV.publicInfo->nvPublic.nvIndex; in Esys_NV_DefineSpace_Finish() [all …]
|
D | Esys_NV_ChangeAuth.c | 28 esysContext->in.NV.nvIndex = nvIndex; in store_input_parameters() 30 esysContext->in.NV.auth = NULL; in store_input_parameters() 32 esysContext->in.NV.authData = *newAuth; in store_input_parameters() 33 esysContext->in.NV.auth = in store_input_parameters() 34 &esysContext->in.NV.authData; in store_input_parameters() 317 nvIndex = esysContext->in.NV.nvIndex; in Esys_NV_ChangeAuth_Finish() 321 if (esysContext->in.NV.auth == NULL) in Esys_NV_ChangeAuth_Finish() 324 nvIndexNode->auth = *esysContext->in.NV.auth; in Esys_NV_ChangeAuth_Finish()
|
D | Esys_NV_UndefineSpaceSpecial.c | 27 esysContext->in.NV.nvIndex = nvIndex; in store_input_parameters() 328 nvIndex = esysContext->in.NV.nvIndex; in Esys_NV_UndefineSpaceSpecial_Finish() 338 r = Esys_TR_Close(esysContext, &esysContext->in.NV.nvIndex); in Esys_NV_UndefineSpaceSpecial_Finish()
|
/external/mbedtls/tests/suites/ |
D | test_suite_entropy.data | 7 Create NV seed_file 16 Entropy write/update seed file: base NV seed file 73 Check NV seed standard IO 76 Check NV seed manually #1 79 Check NV seed manually #2 82 Check NV seed manually #3
|
D | test_suite_psa_crypto_init.data | 1 Create NV seed file 56 NV seed only: less than minimum 59 NV seed only: less than one block 62 NV seed only: just enough 65 Recreate NV seed file
|
D | test_suite_entropy.function | 67 * NV seed read/write functions that use a buffer instead of a file 90 * NV seed read/write helpers that fill the base seedfile 323 /* If the NV seed functionality is enabled, there are two entropy 324 * updates: before and after updating the NV seed. */ 371 /* If the NV seed functionality is enabled, there are two entropy 372 * updates: before and after updating the NV seed. */ 410 /* Check if platform NV read and write manipulate the same data */ 419 /* Check if platform NV write and raw read manipulate the same data */ 460 // Make sure we read/write NV seed from our buffers 471 // Set the initial NV seed to read [all …]
|
/external/openthread/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_entropy.data | 7 Create NV seed_file 16 Entropy write/update seed file: base NV seed file 73 Check NV seed standard IO 76 Check NV seed manually #1 79 Check NV seed manually #2 82 Check NV seed manually #3
|
D | test_suite_psa_crypto_init.data | 1 Create NV seed file 56 NV seed only: less than minimum 59 NV seed only: less than one block 62 NV seed only: just enough 65 Recreate NV seed file
|
D | test_suite_entropy.function | 67 * NV seed read/write functions that use a buffer instead of a file 90 * NV seed read/write helpers that fill the base seedfile 323 /* If the NV seed functionality is enabled, there are two entropy 324 * updates: before and after updating the NV seed. */ 371 /* If the NV seed functionality is enabled, there are two entropy 372 * updates: before and after updating the NV seed. */ 410 /* Check if platform NV read and write manipulate the same data */ 419 /* Check if platform NV write and raw read manipulate the same data */ 460 // Make sure we read/write NV seed from our buffers 471 // Set the initial NV seed to read [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunctionPass.cpp | 87 R << NV("Pass", getPassName()) in runOnFunction() 88 << ": Function: " << NV("Function", F.getName()) << ": " in runOnFunction() 90 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction() 91 << NV("MIInstrsAfter", CountAfter) in runOnFunction() 92 << "; Delta: " << NV("Delta", Delta); in runOnFunction()
|
D | MachineOutliner.cpp | 965 R << "Did not outline " << NV("Length", StringLen) << " instructions" in emitNotOutliningCheaperRemark() 966 << " from " << NV("NumOccurrences", CandidatesForRepeatedSeq.size()) in emitNotOutliningCheaperRemark() 969 << NV("OutliningCost", OF.getOutliningCost()) << ")" in emitNotOutliningCheaperRemark() 971 << NV("NotOutliningCost", OF.getNotOutlinedCost()) << ")" in emitNotOutliningCheaperRemark() 976 R << NV((Twine("OtherStartLoc") + Twine(i)).str(), in emitNotOutliningCheaperRemark() 992 R << "Saved " << NV("OutliningBenefit", OF.getBenefit()) << " bytes by " in emitOutlinedFunctionRemark() 993 << "outlining " << NV("Length", OF.getNumInstrs()) << " instructions " in emitOutlinedFunctionRemark() 994 << "from " << NV("NumOccurrences", OF.getOccurrenceCount()) in emitOutlinedFunctionRemark() 1001 R << NV((Twine("StartLoc") + Twine(i)).str(), in emitOutlinedFunctionRemark()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 389 const ore::NV &Arg) { in operator <<() 401 R << "(cost=" << ore::NV("Cost", IC.getCost()) in operator <<() 402 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<() 405 R << ": " << ore::NV("Reason", Reason); in operator <<() 439 << NV("Callee", Callee) << " not inlined into " in shouldInline() 440 << NV("Caller", Caller) << " because it should never be inlined " in shouldInline() 451 << NV("Callee", Callee) << " not inlined into " in shouldInline() 452 << NV("Caller", Caller) << " because too costly to inline " << IC; in shouldInline() 465 << "Not inlining. Cost of inlining " << NV("Callee", Callee) in shouldInline() 466 << " increases the cost of inlining " << NV("Caller", Caller) in shouldInline() [all …]
|
D | PartialInlining.cpp | 431 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo() 523 << ore::NV("Callee", F) << " inline cost-savings smaller than " in computeOutliningColdRegionsInfo() 524 << ore::NV("Cost", MinOutlineRegionCost); in computeOutliningColdRegionsInfo() 787 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline() 796 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 797 << NV("Caller", Caller) in shouldPartialInline() 806 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 807 << NV("Caller", Caller) << " because too costly to inline (cost=" in shouldPartialInline() 808 << NV("Cost", IC.getCost()) << ", threshold=" in shouldPartialInline() 809 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")"; in shouldPartialInline() [all …]
|
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 183 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLESInterface() 265 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface() 306 GET_PROC_SUFFIX(BlitFramebuffer, NV); in GrGLMakeAssembledGLESInterface() 374 GET_PROC_SUFFIX(CopyBufferSubData, NV); in GrGLMakeAssembledGLESInterface() 462 GET_PROC_SUFFIX(DeleteFences, NV); in GrGLMakeAssembledGLESInterface() 463 GET_PROC_SUFFIX(FinishFence, NV); in GrGLMakeAssembledGLESInterface() 464 GET_PROC_SUFFIX(GenFences, NV); in GrGLMakeAssembledGLESInterface() 465 GET_PROC_SUFFIX(SetFence, NV); in GrGLMakeAssembledGLESInterface() 466 GET_PROC_SUFFIX(TestFence, NV); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 195 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLInterface() 275 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface() 494 GET_PROC_SUFFIX(DeleteFences, NV); in GrGLMakeAssembledGLInterface() 495 GET_PROC_SUFFIX(FinishFence, NV); in GrGLMakeAssembledGLInterface() 496 GET_PROC_SUFFIX(GenFences, NV); in GrGLMakeAssembledGLInterface() 497 GET_PROC_SUFFIX(SetFence, NV); in GrGLMakeAssembledGLInterface() 498 GET_PROC_SUFFIX(TestFence, NV); in GrGLMakeAssembledGLInterface()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 147 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument 148 auto &NAVV = getOrInsertAffectedValues(NV); in transferAffectedValuesInCache() 159 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith() argument 160 if (!isa<Instruction>(NV) && !isa<Argument>(NV)) in allUsesReplacedWith() 165 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 273 << ore::NV("target md5sum", Target) << " not found"; in getPromotionCandidatesForCallSite() 285 << NV("TargetFunction", TargetFunction) << " with count of " in getPromotionCandidatesForCallSite() 286 << NV("Count", Count) << ": " << Reason; in getPromotionCandidatesForCallSite() 325 << "Promote indirect call to " << NV("DirectCallee", DirectCallee) in promoteIndirectCall() 326 << " with count " << NV("Count", Count) << " out of " in promoteIndirectCall() 327 << NV("TotalCount", TotalCount); in promoteIndirectCall()
|
D | PGOMemOPSizeOpt.cpp | 405 << "optimized " << NV("Intrinsic", StringRef(getMIName(MI))) in perform() 406 << " with count " << NV("Count", SumForOpt) << " out of " in perform() 407 << NV("Total", TotalCount) << " for " << NV("Versions", Version) in perform()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingMergeFile.c | 33 uint8_t NV = VR->SiteCountArray[S]; in lprofMergeValueProfData() local 34 for (V = 0; V < NV; V++) { in lprofMergeValueProfData()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 421 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions() 423 << NV("Threshold", VectorizerParams::RuntimeMemoryCheckThreshold); in legalLoopInstructions() 453 << NV("LoadAndStoreCounter", in legalLoopInstructions() 456 << NV("Threshold", InvariantThreshold); in legalLoopInstructions() 526 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
|
/external/mesa3d/docs/relnotes/ |
D | 5.1 | 171 program.[ch] - generic ARB/NV program code 177 nvprogram.[ch] - NV program API functions 178 nvvertprog.h - NV vertex program definitions 179 nvfragprog.h - NV fragment program definitions 180 nvvertparse.[ch] - NV vertex program parser 181 nvfragparse.[ch] - NV fragment program parser 182 nvvertexec.[ch] - NV vertex program execution 183 swrast/s_nvfragprog.[ch] - NV fragment program execution
|
/external/tpm2-tss/ |
D | CHANGELOG.md | 520 - Added code to SimpleHMACTest to read the NV index back. 589 - Changed NV attributes for all NV indices to add orderly attribute. This 590 helps, but doesn't entirely relieve, NV wearout issues with the tests. 591 - Changed NV attributes for all NV indices to add orderly attribute. This 592 helps, but doesn't entirely relieve, NV wearout issues with the tests. 600 turn on NV. Before this change, when running against MS simulator, 602 TPM_RC_NV_UNAVAILABLE: the command may require writing of NV and NV is not 667 HMAC and cpHash calculations are only supported for NV Read and NV Write 679 HMAC and cpHash calculations are only supported for NV Read and NV Write 686 - Added code to create a new session for reading/writing the NV index after [all …]
|