/external/ltp/testcases/cve/ |
D | meltdown.c | 225 long cached, uncached, i; in set_cache_hit_threshold() local 233 for (uncached = 0, i = 0; i < ESTIMATE_CYCLES; i++) { in set_cache_hit_threshold() 235 uncached += get_access_time(target_array); in set_cache_hit_threshold() 239 uncached /= ESTIMATE_CYCLES; in set_cache_hit_threshold() 241 cache_hit_threshold = mysqrt(cached * uncached); in set_cache_hit_threshold() 245 cached, uncached, cache_hit_threshold); in set_cache_hit_threshold()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_winsys.h | 838 bool uncached; in radeon_get_heap_index() local 878 uncached = flags & RADEON_FLAG_UNCACHED; in radeon_get_heap_index() 882 return uncached ? RADEON_HEAP_GTT_UNCACHED_WC_READ_ONLY_32BIT in radeon_get_heap_index() 885 return uncached ? RADEON_HEAP_GTT_UNCACHED_WC_READ_ONLY in radeon_get_heap_index() 888 return uncached ? RADEON_HEAP_GTT_UNCACHED_WC_32BIT in radeon_get_heap_index() 891 return uncached ? RADEON_HEAP_GTT_UNCACHED_WC : RADEON_HEAP_GTT_WC; in radeon_get_heap_index() 900 return uncached ? RADEON_HEAP_GTT_UNCACHED : RADEON_HEAP_GTT; in radeon_get_heap_index()
|
/external/skqp/bench/ |
D | PathTextBench.cpp | 32 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | SharedResourceHolderTest.java | 148 ResourceInstance uncached = new ResourceInstance(); in releaseWrongInstance() local 150 holder.releaseInternal(SHARED_FOO, uncached); in releaseWrongInstance() 157 holder.releaseInternal(SHARED_FOO, uncached); in releaseWrongInstance()
|
/external/skia/bench/ |
D | PathTextBench.cpp | 33 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_fetch.h | 51 bool uncached, 107 bool uncached() const {return m_uncached; } in uncached() function
|
D | sfn_instruction_fetch.cpp | 93 bool uncached, in FetchInstruction() argument 114 m_uncached(uncached), in FetchInstruction()
|
D | sfn_ir_to_assembly.cpp | 768 vtx.uncached = fetch_instr.uncached(); in emit_vtx()
|
/external/mesa3d/include/android_stub/backtrace/ |
D | BacktraceMap.h | 70 static BacktraceMap* Create(pid_t pid, bool uncached = false);
|
/external/dagger2/java/dagger/internal/codegen/validation/ |
D | DiagnosticMessageGenerator.java | 101 private static <K, V> Function<K, V> memoize(Function<K, V> uncached) { in memoize() argument 109 com.google.common.base.Function<K, V> uncachedAsBaseFunction = uncached::apply; in memoize()
|
/external/skqp/src/utils/ |
D | SkShadowUtils.cpp | 561 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow() local 569 if (uncached) { in drawShadow() 648 if (uncached) { in drawShadow()
|
/external/bcc/tools/ |
D | dcstat_example.txt | 27 08:11:51, a workload began that walked many uncached files, reducing the hit
|
/external/skia/src/utils/ |
D | SkShadowUtils.cpp | 653 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow() local 666 if (uncached) { in drawShadow() 746 if (uncached) { in drawShadow()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 125 unsigned uncached; member
|
D | r700_asm.c | 136 S_SQ_MEM_RD_WORD0_UNCACHED(mem->uncached) | in r700_bytecode_fetch_mem_build()
|
/external/mesa3d/docs/relnotes/ |
D | 17.2.1.rst | 71 - radv/gfx9: allocate events from uncached VA space
|
/external/eigen/cmake/ |
D | FindBLAS.cmake | 21 # BLAS_LINKER_FLAGS - uncached list of required linker flags (excluding -l 23 # BLAS_COMPILER_FLAGS - uncached list of required compiler flags (including -I for mkl headers). 24 # BLAS_LIBRARIES - uncached list of libraries (using full path name) to 26 # BLAS95_LIBRARIES - uncached list of libraries (using full path name)
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | build.log | 437 require-uncached: 1.0.3
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_dump.cpp | 556 if (n.bc.uncached) in dump()
|
D | sb_bc.h | 625 unsigned uncached:1; member
|
D | sb_bc_builder.cpp | 715 .UNCACHED(bc.uncached) in build_fetch_mem()
|
D | sb_bc_decoder.cpp | 548 bc.uncached = w0.get_UNCACHED(); in decode_fetch_mem()
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 797 // di - uncached. 870 // di - uncached.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 797 // di - uncached. 870 // di - uncached.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 438 called from different threads with the same uncached arguments.
|