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

1 2 3 4 5 6 7 89

  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 813 unsigned int abbrev_number, bytes_read, abbrev_name; local
828 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
829 abbrev_ptr += bytes_read;
842 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
843 abbrev_ptr += bytes_read;
848 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
849 abbrev_ptr += bytes_read;
850 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
851 abbrev_ptr += bytes_read;
885 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
931 unsigned int bytes_read; local
1548 unsigned int i, bytes_read, offset_size; local
2132 unsigned int abbrev_number, bytes_read, i; local
2297 unsigned int abbrev_number, bytes_read, i; local
2549 unsigned int abbrev_number, bytes_read, i; local
    [all...]
  /external/netperf/src/
netlib.c 1534 int bytes_read; local
1701 int bytes_read; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 150 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
omx_vdec_hevc_swvdec.cpp 141 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
omx_vdec_msm8974.cpp 152 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 2831 int bytes_read=0; local
2875 int bytes_read = 0; local
2949 int bytes_read=0; local
2973 int bytes_read = 0; local
3106 int bytes_read = 0; local
3276 int bytes_read = 0; local
3373 unsigned int read_code = 0, bytes_read, byte_pos = 0, frame_type; local
3507 unsigned int bytes_read = 0; local
3555 unsigned int bytes_read = 0; local
3595 int bytes_read = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 146 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
omx_vdec_hevc_swvdec.cpp 135 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
omx_vdec_v4l2.cpp 166 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 181 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 169 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 451 unsigned int bytes_read; local
457 len = read_uleb128 (data, & bytes_read, end);
458 data += bytes_read;
463 return bytes_read;
466 len += bytes_read;
481 SAFE_BYTE_GET (adr, data, len - bytes_read - 1, end);
494 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end)));
495 data += bytes_read;
496 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end)));
497 data += bytes_read;
824 unsigned int bytes_read; local
939 unsigned int bytes_read; local
1550 unsigned int bytes_read; local
2499 unsigned int bytes_read; local
2850 unsigned int bytes_read; local
2885 unsigned int bytes_read; local
3010 unsigned int bytes_read; local
3551 unsigned int bytes_read; local
3572 unsigned int bytes_read; local
3623 unsigned int bytes_read; local
4129 unsigned int bytes_read; local
4210 unsigned int version, opcode_base, bytes_read; local
4291 unsigned int bytes_read; local
4726 unsigned int bytes_read; local
    [all...]
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 

Completed in 2457 milliseconds

1 2 3 4 5 6 7 89