Home
last modified time | relevance | path

Searched defs:reads (Results 1 – 25 of 25) sorted by relevance

/external/skia/src/compute/skc/
Dextent_ring.h42 skc_uint reads; // number of reads member
50 skc_uint reads; // number of reads member
111 skc_uint reads; // number of reads member
/external/skqp/src/compute/skc/
Dextent_ring.h42 skc_uint reads; // number of reads member
50 skc_uint reads; // number of reads member
111 skc_uint reads; // number of reads member
/external/freetype/src/base/
Dftstream.c493 FT_Byte reads[2]; in FT_Stream_ReadUShort() local
538 FT_Byte reads[2]; in FT_Stream_ReadUShortLE() local
583 FT_Byte reads[3]; in FT_Stream_ReadUOffset() local
628 FT_Byte reads[4]; in FT_Stream_ReadULong() local
673 FT_Byte reads[4]; in FT_Stream_ReadULongLE() local
/external/skqp/src/compute/skc/platforms/cl_12/
Dcq_pool_cl.h27 skc_uint reads; member
Dblock_pool_cl.h44 skc_uint reads; member
Draster_builder_cl_12.h127 …skc_uint reads[SKC_TTSK_SIZE_COHORT]; // starting ring reads -- [0] is … member
Dpath_builder_cl_12.c213 …cl_mem reads; // each kernel only requires one word to store the block… member
/external/skia/src/compute/skc/platforms/cl_12/
Dcq_pool_cl.h27 skc_uint reads; member
Dblock_pool_cl.h44 skc_uint reads; member
Draster_builder_cl_12.h127 …skc_uint reads[SKC_TTSK_SIZE_COHORT]; // starting ring reads -- [0] is … member
Dpath_builder_cl_12.c213 …cl_mem reads; // each kernel only requires one word to store the block… member
/external/python/cpython3/Lib/test/
Dtest_telnetlib.py91 def __init__(self, reads=()): argument
151 def test_socket(reads): argument
162 def test_telnet(reads=(), cls=TelnetAlike): argument
/external/mesa3d/src/compiler/nir/
Dnir_lower_subgroups.c75 nir_ssa_def *reads[4]; in lower_read_invocation_to_scalar() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp127 bool reads, writes; in CalculateWeightAndHint() local
/external/curl/lib/
Dselect.c576 int tpf_select_libcurl(int maxfds, fd_set *reads, fd_set *writes, in tpf_select_libcurl()
/external/libbrillo/brillo/message_loops/
Dmessage_loop_unittest.cc335 int reads[kNumTasks] = {}; in TYPED_TEST() local
338 int* total_calls, int i) { in TYPED_TEST()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp171 bool reads, writes; in calculateSpillWeightAndHint() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp254 bool reads, writes; in weightCalcHelper() local
/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c88 static int reads = 1; variable
/external/guava/guava-tests/test/com/google/common/collect/
DComputingConcurrentHashMapTest.java129 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); in testRecordReadOnCompute() local
DMapMakerInternalMapTest.java1281 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); in testRecordRead() local
1322 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); in testRecordReadOnGet() local
1381 Segment<K, V> segment, List<ReferenceEntry<K, V>> reads) { in checkAndDrainRecencyQueue()
/external/libchrome/base/process/
Dprocess_metrics.h412 uint64_t reads = 0; member
Dprocess_metrics_linux.cc753 uint64_t reads = 0; in GetSystemDiskInfo() local
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java472 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); in testRecordReadOnCompute() local
1962 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); in testRecordRead() local
2003 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); in testRecordReadOnGet() local
2062 Segment<K, V> segment, List<ReferenceEntry<K, V>> reads) { in checkAndDrainRecencyQueue()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp816 …ShaderStageFlags shaderStage, ShaderType shaderType, VkFormat bufferFormat, bool reads, bool dummy) in MakeShader()
1825 de::MovePtr<tcu::TestCaseGroup>& reads; in createBufferAccessWithVariablePointersTests() member