Home
last modified time | relevance | path

Searched refs:NV (Results 1 – 25 of 275) sorted by relevance

1234567891011

/third_party/curl/src/
Dtool_setopt.c45 #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 …]
/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.data7 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
Dtest_suite_psa_crypto_init.data1 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
Dtest_suite_entropy.function64 * NV seed read/write functions that use a buffer instead of a file
89 * NV seed read/write helpers that fill the base seedfile
332 /* If the NV seed functionality is enabled, there are two entropy
333 * updates: before and after updating the NV seed. */
377 /* If the NV seed functionality is enabled, there are two entropy
378 * updates: before and after updating the NV seed. */
414 /* Check if platform NV read and write manipulate the same data */
423 /* Check if platform NV write and raw read manipulate the same data */
464 // Make sure we read/write NV seed from our buffers
475 // Set the initial NV seed to read
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp389 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 …]
DPartialInlining.cpp431 << 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp87 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()
DMachineOutliner.cpp965 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()
DStackProtector.cpp268 << ore::NV("Function", F) in RequiresStackProtector()
288 << ore::NV("Function", F) in RequiresStackProtector()
325 << ore::NV("Function", F) in RequiresStackProtector()
340 << ore::NV("Function", F) in RequiresStackProtector()
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp182 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLESInterface()
264 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
305 GET_PROC_SUFFIX(BlitFramebuffer, NV); in GrGLMakeAssembledGLESInterface()
373 GET_PROC_SUFFIX(CoverageModulation, NV); in GrGLMakeAssembledGLESInterface()
460 GET_PROC_SUFFIX(DeleteFences, NV); in GrGLMakeAssembledGLESInterface()
461 GET_PROC_SUFFIX(FinishFence, NV); in GrGLMakeAssembledGLESInterface()
462 GET_PROC_SUFFIX(GenFences, NV); in GrGLMakeAssembledGLESInterface()
463 GET_PROC_SUFFIX(SetFence, NV); in GrGLMakeAssembledGLESInterface()
464 GET_PROC_SUFFIX(TestFence, NV); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp194 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLInterface()
274 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
366 GET_PROC_SUFFIX(CoverageModulation, NV); in GrGLMakeAssembledGLInterface()
489 GET_PROC_SUFFIX(DeleteFences, NV); in GrGLMakeAssembledGLInterface()
490 GET_PROC_SUFFIX(FinishFence, NV); in GrGLMakeAssembledGLInterface()
491 GET_PROC_SUFFIX(GenFences, NV); in GrGLMakeAssembledGLInterface()
492 GET_PROC_SUFFIX(SetFence, NV); in GrGLMakeAssembledGLInterface()
493 GET_PROC_SUFFIX(TestFence, NV); in GrGLMakeAssembledGLInterface()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAssumptionCache.cpp147 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp273 << 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()
DPGOMemOPSizeOpt.cpp405 << "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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp421 << 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()
/third_party/mesa3d/docs/relnotes/
D5.1171 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
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_shader_subgroup_partitioned.txt13 {spirv}/NV/SPV_NV_shader_subgroup_partitioned.html[`SPV_NV_shader_subgroup_partitioned`]
26 {spirv}/NV/SPV_NV_shader_subgroup_partitioned.html[`SPV_NV_shader_subgroup_partitioned`]
DVK_NV_sample_mask_override_coverage.txt15 {spirv}/NV/SPV_NV_sample_mask_override_coverage.html[`SPV_NV_sample_mask_override_coverage`]
17 …https://www.khronos.org/registry/OpenGL/extensions/NV/NV_sample_mask_override_coverage.txt[`GL_NV_…
DVK_NV_win32_keyed_mutex.txt167 - Updated sample code based on the NV external memory extensions.
168 - Renamed from NVX to NV extension.
170 - Updated sample code to use the NV external memory extensions.
DVK_NV_compute_shader_derivatives.txt15 {spirv}/NV/SPV_NV_compute_shader_derivatives.html[`SPV_NV_compute_shader_derivatives`]
24 {spirv}/NV/SPV_NV_compute_shader_derivatives.html[`SPV_NV_compute_shader_derivatives`]
DVK_NV_cooperative_matrix.txt13 {spirv}/NV/SPV_NV_cooperative_matrix.html[`SPV_NV_cooperative_matrix`]
30 {spirv}/NV/SPV_NV_cooperative_matrix.html[`SPV_NV_cooperative_matrix`]
DVK_NV_viewport_array2.txt13 {spirv}/NV/SPV_NV_viewport_array2.html[`SPV_NV_viewport_array2`]
15 …https://www.khronos.org/registry/OpenGL/extensions/NV/NV_viewport_array2.txt[`GL_NV_viewport_array…
/third_party/skia/third_party/externals/angle2/doc/
DExtensionSupport.md54 | [GL_NV_depth_buffer_float2](https://khronos.org/registry/OpenGL/extensions/NV/NV_depth_buffer_flo…
71 | [GL_NV_EGL_stream_consumer_external](https://khronos.org/registry/OpenGL/extensions/NV/NV_EGL_str…
76 | [GL_NV_fence](https://khronos.org/registry/OpenGL/extensions/NV/NV_fence.txt) | &#10004; | &#1000…
80 | [GL_NV_framebuffer_blit](https://khronos.org/registry/OpenGL/extensions/NV/NV_framebuffer_blit.tx…
101 | [GL_NV_pack_subimage](https://khronos.org/registry/OpenGL/extensions/NV/NV_pack_subimage.txt) | &…
103 | [GL_NV_pixel_buffer_object](https://khronos.org/registry/OpenGL/extensions/NV/NV_pixel_buffer_obj…
107 | [GL_NV_read_depth](https://khronos.org/registry/OpenGL/extensions/NV/NV_read_depth.txt) | &#10004…
109 | [GL_NV_read_stencil](https://khronos.org/registry/OpenGL/extensions/NV/NV_read_stencil.txt) | &#1…
113 | [GL_NV_robustness_video_memory_purge](https://khronos.org/registry/OpenGL/extensions/NV/NV_robust…
125 | [GL_NV_shader_noperspective_interpolation](https://khronos.org/registry/OpenGL/extensions/NV/NV_s…
/third_party/libphonenumber/resources/geocoding/en/
D1.txt19069 1702202|Las Vegas, NV
19070 1702207|Las Vegas, NV
19071 1702212|Las Vegas, NV
19072 1702214|Las Vegas, NV
19073 1702216|Las Vegas, NV
19074 170222|Las Vegas, NV
19075 1702233|Las Vegas, NV
19076 1702240|Las Vegas, NV
19077 1702242|Las Vegas, NV
19078 1702243|Las Vegas, NV
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_light_max_exponent.txt128 extension with an "EXT" prefix instead of an "NV" prefix. Release 5
129 and later drivers correctly advertise this extension with an "NV"

1234567891011