HomeSort by relevance Sort by last modified time
    Searched refs:read_count (Results 26 - 36 of 36) sorted by null

12

  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_ar3k.c 577 int read_count; local
633 read_count = (byte_count > ENTRY_PER_LINE) ?
637 while (read_count > 0) {
639 read_count -= 2;
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 575 int read_count; local
631 read_count = (byte_count > ENTRY_PER_LINE) ?
635 while (read_count > 0) {
637 read_count -= 2;
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 579 int read_count; local
635 read_count = (byte_count > ENTRY_PER_LINE) ?
639 while (read_count > 0) {
641 read_count -= 2;
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_ar3k.c 581 int read_count; local
637 read_count = (byte_count > ENTRY_PER_LINE) ?
641 while (read_count > 0) {
643 read_count -= 2;
    [all...]
  /art/libartbase/base/
hash_set.h 215 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept {
240 *read_count = offset;
  /external/syslinux/core/fs/ntfs/
ntfs.c 1293 int read_count; local
    [all...]
  /system/core/adb/
sysdeps_win32.cpp 1218 DWORD read_count = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 609 urb->read_count = kernel->in.count;
658 gs_info.urb.read_count = kernel->out.count;
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4749 int read_max = read_buf_size \/MAX(src_elem_size, 1), read_count = 0; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 318 size_t read_count = fread(int_data, sizeof(int16_t), frame_size, file); local
319 if (read_count != frame_size) {
535 size_t read_count = fread(frame->data_, local
539 if (read_count != frame_size) {
    [all...]
  /art/runtime/
class_linker.cc 1858 size_t read_count = 0; local
    [all...]

Completed in 658 milliseconds

12