HomeSort by relevance Sort by last modified time
    Searched refs:numbytes (Results 1 - 21 of 21) sorted by null

  /libcore/ojluni/src/main/java/java/net/
SocketInputStream.java 232 * @param numbytes the number of bytes to skip
236 public long skip(long numbytes) throws IOException {
237 if (numbytes <= 0) {
240 long n = numbytes;
250 return numbytes - n;
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 283 int length, numbytes, slop; local
307 numbytes = rep.n;
308 slop = numbytes & 3;
309 *ptr = (char *) Xmalloc(numbytes);
316 _XRead(dpy, (char *) *ptr, numbytes);
  /external/libhevc/test/decoder/
main.c 2184 WORD32 numbytes; local
2629 WORD32 numbytes; local
    [all...]
  /external/libhevc/common/arm/
ihevc_mem_fns.s 153 @ Assumptions: numbytes is either 8, 16 or 32
  /external/libavc/test/decoder/
main.c 2286 WORD32 numbytes; local
2751 WORD32 numbytes; local
    [all...]
  /external/libmpeg2/test/decoder/
main.c 2379 WORD32 numbytes; local
2762 WORD32 numbytes; local
    [all...]
  /external/libavc/common/arm/
ih264_mem_fns_neon.s 152 @ Assumptions: numbytes is either 8, 16 or 32
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmaudit.h 30 DWORD WINAPI NetAuditWrite(DWORD type,LPBYTE buf,DWORD numbytes,LPCWSTR service,LPBYTE reserved);
lmerrlog.h 43 NET_API_STATUS WINAPI NetErrorLogWrite(LPBYTE reserved1,DWORD code,LPCWSTR component,LPBYTE buffer,DWORD numbytes,LPBYTE msgbuf,DWORD strcount,LPBYTE reserved2);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py     [all...]
  /external/python/cpython2/Lib/
tarfile.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 470 {offset: 0, numBytes: 2},
471 {offset: 5, numBytes: 3},
478 {offset: 0, numBytes: 2},
479 {offset: 5, numBytes: 3},
486 {offset: 1, numBytes: 3},
487 {offset: 6, numBytes: 2},
494 {offset: 1, numBytes: 3},
495 {offset: 6, numBytes: 0},
496 {offset: 6, numBytes: 0},
497 {offset: 6, numBytes: 2}
    [all...]
reader.go 41 // A numBytesReader is an io.Reader with a numBytes method, returning the number
45 numBytes() int64
75 // {offset: 2, numBytes: 5} // Data fragment for [2..7]
76 // {offset: 18, numBytes: 3} // Data fragment for [18..21]
83 numBytes int64 // Length of the fragment
90 paxGNUSparseNumBytes = "GNU.sparse.numbytes"
389 // used since numBytes returns the bytes remaining in the underlying io.Reader.
391 dataSkip := tr.numBytes() // Number of data bytes to skip
548 numBytes := p.parseNumeric(s.Entry(i).NumBytes())
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 470 {offset: 0, numBytes: 2},
471 {offset: 5, numBytes: 3},
478 {offset: 0, numBytes: 2},
479 {offset: 5, numBytes: 3},
486 {offset: 1, numBytes: 3},
487 {offset: 6, numBytes: 2},
494 {offset: 1, numBytes: 3},
495 {offset: 6, numBytes: 0},
496 {offset: 6, numBytes: 0},
497 {offset: 6, numBytes: 2}
    [all...]
reader.go 41 // A numBytesReader is an io.Reader with a numBytes method, returning the number
45 numBytes() int64
75 // {offset: 2, numBytes: 5} // Data fragment for [2..7]
76 // {offset: 18, numBytes: 3} // Data fragment for [18..21]
83 numBytes int64 // Length of the fragment
90 paxGNUSparseNumBytes = "GNU.sparse.numbytes"
389 // used since numBytes returns the bytes remaining in the underlying io.Reader.
391 dataSkip := tr.numBytes() // Number of data bytes to skip
548 numBytes := p.parseNumeric(s.Entry(i).NumBytes())
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 2175 bfd_size_type numbytes; local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 3404 size_t numbytes = lodepng_get_raw_size(w, h, mode_in); local
    [all...]

Completed in 1004 milliseconds