HomeSort by relevance Sort by last modified time
    Searched defs:bytes_read (Results 201 - 213 of 213) sorted by null

1 2 3 4 5 6 7 89

  /external/e2fsprogs/e2fsck/
e2fsck.h 138 unsigned long long bytes_read; member in struct:resource_track
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 262 unsigned * bytes_read)
267 out |= bytes[(*bytes_read)++] << (8 * i);
273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx)
277 sel0 = bytes[bytes_read++];
278 sel1 = bytes[bytes_read++];
280 alu->src[src_idx].chan = bytes[bytes_read++];
281 alu->src[src_idx].neg = bytes[bytes_read++];
282 alu->src[src_idx].abs = bytes[bytes_read++];
283 alu->src[src_idx].rel = bytes[bytes_read++];
284 alu->src[src_idx].kc_bank = bytes[bytes_read++]
519 unsigned bytes_read = 0; local
    [all...]
  /external/stressapptest/src/
worker.cc 3067 int64 bytes_read = 0; local
    [all...]
  /external/bison/src/
scan-gram.c 3530 size_t bytes_read = fread (buf, 1, size, fp); local
    [all...]
  /external/blktrace/
blktrace.c 926 int bytes_read; local
930 bytes_read = __net_recv_data(nc->fd, bnh, sizeof(*bnh));
933 if (bytes_read == sizeof(*bnh))
935 else if (bytes_read == 0)
    [all...]
  /external/netperf/
netlib.c 1238 int bytes_read;
1225 int bytes_read; local
1386 int bytes_read; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 2594 int bytes_read=0; local
2637 int bytes_read=0; local
2661 int bytes_read = 0; local
2803 int bytes_read = 0; local
2982 int bytes_read = 0; local
3088 unsigned int read_code = 0, bytes_read, byte_pos = 0, frame_type; local
3218 unsigned int bytes_read = 0; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 342 Int bytes_read; local
347 len = read_leb128 (data, & bytes_read, 0);
348 data += bytes_read;
354 return (Word)bytes_read;
357 len += bytes_read;
407 read_leb128 (data, & bytes_read, 0);
408 data += bytes_read;
409 read_leb128 (data, & bytes_read, 0);
410 data += bytes_read;
411 read_leb128 (data, & bytes_read, 0)
694 Int bytes_read, diridx; local
734 Int bytes_read; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 143 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
omx_vdec_msm8974.cpp 142 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 2699 int bytes_read=0; local
2743 int bytes_read = 0; local
2817 int bytes_read=0; local
2841 int bytes_read = 0; local
2974 int bytes_read = 0; local
3144 int bytes_read = 0; local
3241 unsigned int read_code = 0, bytes_read, byte_pos = 0, frame_type; local
3375 unsigned int bytes_read = 0; local
3423 unsigned int bytes_read = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 1313 milliseconds

1 2 3 4 5 6 7 89