Home
last modified time | relevance | path

Searched refs:uncached (Results 1 – 25 of 38) sorted by relevance

12

/external/ltp/testcases/cve/
Dmeltdown.c225 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/
Dradeon_winsys.h838 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/
DPathTextBench.cpp32 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DSharedResourceHolderTest.java148 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/
DPathTextBench.cpp33 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.h51 bool uncached,
107 bool uncached() const {return m_uncached; } in uncached() function
Dsfn_instruction_fetch.cpp93 bool uncached, in FetchInstruction() argument
114 m_uncached(uncached), in FetchInstruction()
Dsfn_ir_to_assembly.cpp768 vtx.uncached = fetch_instr.uncached(); in emit_vtx()
/external/mesa3d/include/android_stub/backtrace/
DBacktraceMap.h70 static BacktraceMap* Create(pid_t pid, bool uncached = false);
/external/dagger2/java/dagger/internal/codegen/validation/
DDiagnosticMessageGenerator.java101 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/
DSkShadowUtils.cpp561 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow() local
569 if (uncached) { in drawShadow()
648 if (uncached) { in drawShadow()
/external/bcc/tools/
Ddcstat_example.txt27 08:11:51, a workload began that walked many uncached files, reducing the hit
/external/skia/src/utils/
DSkShadowUtils.cpp653 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow() local
666 if (uncached) { in drawShadow()
746 if (uncached) { in drawShadow()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h125 unsigned uncached; member
Dr700_asm.c136 S_SQ_MEM_RD_WORD0_UNCACHED(mem->uncached) | in r700_bytecode_fetch_mem_build()
/external/mesa3d/docs/relnotes/
D17.2.1.rst71 - radv/gfx9: allocate events from uncached VA space
/external/eigen/cmake/
DFindBLAS.cmake21 # 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/
Dbuild.log437 require-uncached: 1.0.3
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp556 if (n.bc.uncached) in dump()
Dsb_bc.h625 unsigned uncached:1; member
Dsb_bc_builder.cpp715 .UNCACHED(bc.uncached) in build_fetch_mem()
Dsb_bc_decoder.cpp548 bc.uncached = w0.get_UNCACHED(); in decode_fetch_mem()
/external/llvm-project/llvm/lib/Target/ARC/
DARCInstrInfo.td797 // di - uncached.
870 // di - uncached.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.td797 // di - uncached.
870 // di - uncached.
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst438 called from different threads with the same uncached arguments.

12