HomeSort by relevance Sort by last modified time
    Searched defs:reads (Results 1 - 25 of 29) sorted by null

1 2

  /external/freetype/src/base/
ftstream.c 492 FT_Byte reads[2]; local
505 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
508 p = reads;
537 FT_Byte reads[2]; local
550 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
553 p = reads;
582 FT_Byte reads[3]; local
595 if (stream->read( stream, stream->pos, reads, 3L ) != 3L )
598 p = reads;
627 FT_Byte reads[4] local
672 FT_Byte reads[4]; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftstream.c 492 FT_Byte reads[2]; local
505 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
508 p = reads;
537 FT_Byte reads[2]; local
550 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
553 p = reads;
582 FT_Byte reads[3]; local
595 if (stream->read( stream, stream->pos, reads, 3L ) != 3L )
598 p = reads;
627 FT_Byte reads[4] local
672 FT_Byte reads[4]; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstream.c 492 FT_Byte reads[2]; local
505 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
508 p = reads;
537 FT_Byte reads[2]; local
550 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
553 p = reads;
582 FT_Byte reads[3]; local
595 if (stream->read( stream, stream->pos, reads, 3L ) != 3L )
598 p = reads;
627 FT_Byte reads[4] local
672 FT_Byte reads[4]; local
    [all...]
  /external/libbrillo/brillo/message_loops/
message_loop_unittest.cc 327 int reads[kNumTasks] = {}; local
328 auto fd_callback = [this, &pipes, &reads, &total_calls](int i) {
329 reads[i]++;
356 EXPECT_GE(reads[i], 10) << "Reading from pipes[" << i << "], fd "
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 171 bool reads, writes; local
172 std::tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg);
174 writes, reads, &MBFI, mi);
  /hardware/bsp/intel/peripheral/libupm/src/itg3200/
itg3200.cxx 81 int reads = 600; local
86 for(int i = 0; i < reads; i++){
98 m_offsets[i] = (-1) * temp[i] / (reads - skip);
  /external/bison/src/
lalr.c 161 goto_number **reads = xnmalloc (ngotos, sizeof *reads); local
186 reads[i] = NULL;
189 reads[i] = xnmalloc (nedges + 1, sizeof reads[i][0]);
190 memcpy (reads[i], edge, nedges * sizeof edge[0]);
191 reads[i][nedges] = END_NODE;
196 relation_digraph (reads, ngotos, &goto_follows);
199 free (reads[i]);
201 free (reads);
    [all...]
  /external/libchrome/base/process/
process_metrics.h 343 uint64_t reads; member in struct:base::SystemDiskInfo
387 // In ChromeOS, reads files from /sys/block/zram0 that contain ZRAM usage data.
process_metrics_linux.cc 484 // Field 1 -- # of reads completed
485 // This is the total number of reads completed successfully.
486 // Field 2 -- # of reads merged, field 6 -- # of writes merged
487 // Reads and writes which are adjacent to each other may be merged for
488 // efficiency. Thus two 4K reads may become one 8K read before it is
494 // This is the total number of milliseconds spent by all reads (as
756 reads = 0;
774 res->SetDouble("reads", static_cast<double>(reads));
835 diskinfo->reads = 0
847 uint64_t reads = 0; local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
CachedInputStream.java 140 int reads = in.read(buffer, offset, count); local
141 return reads;
160 int reads = in.read(buf, indexInBuf, toRead); local
161 if (reads > 0) {
162 System.arraycopy(buf, indexInBuf, buffer, offset, reads);
163 mPos += reads;
164 mCount += reads;
165 totalReads += reads;
166 offset += reads;
167 count -= reads;
239 int reads = in.read(buf, indexInBuf, toRead); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
quota.h 193 u_int32_t reads; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 193 u_int32_t reads; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 193 u_int32_t reads; member in struct:dqstats
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 129 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local
135 reads.add(entry);
140 int undrainedIndex = reads.size() - segment.recencyQueue.size();
141 checkAndDrainRecencyQueue(map, segment, reads.subList(undrainedIndex, reads.size()));
142 readOrder.addAll(reads);
MapMakerInternalMapTest.java 1281 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local
1322 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local
    [all...]
  /external/fio/
iolog.c 334 int reads, writes, waits, fileno = 0, file_action = 0; /* stupid gcc */ local
349 reads = writes = waits = 0;
401 reads++;
448 if (!reads && !writes && !waits)
450 else if (reads && !writes)
452 else if (!reads && writes)
  /external/strace/
quota.c 210 u_int32_t reads; member in struct:v1_dqstats
222 u_int32_t reads; member in struct:v2_dqstats
395 tprintf("reads=%u, ", dq.reads);
411 tprintf("reads=%u, ", dq.reads);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 525 struct kgsl_perfcounter_read_group *reads; member in struct:kgsl_perfcounter_read
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 772 * @value: Return performance counter reads
787 struct kgsl_perfcounter_read_group *reads; member in struct:kgsl_perfcounter_read
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 472 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local
478 reads.add(entry);
483 int undrainedIndex = reads.size() - segment.recencyQueue.size();
484 checkAndDrainRecencyQueue(map, segment, reads.subList(undrainedIndex, reads.size()));
485 readOrder.addAll(reads);
1962 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local
2003 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_kgsl.h 580 struct kgsl_perfcounter_read_group __user *reads; member in struct:kgsl_perfcounter_read
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_kgsl.h 873 * @value: Return performance counter reads
888 struct kgsl_perfcounter_read_group __user *reads; member in struct:kgsl_perfcounter_read
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_kgsl.h 627 struct kgsl_perfcounter_read_group __user * reads; member in struct:kgsl_perfcounter_read
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_kgsl.h 948 * @value: Return performance counter reads
963 struct kgsl_perfcounter_read_group __user *reads; member in struct:kgsl_perfcounter_read
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_kgsl.h 579 struct kgsl_perfcounter_read_group __user *reads; member in struct:kgsl_perfcounter_read

Completed in 1638 milliseconds

1 2