HomeSort by relevance Sort by last modified time
    Searched full:whence (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /external/zlib/old/
zlib.html 124 <li> z_off_t <a href="#gzseek">gzseek</a> (gzFile file, z_off_t offset, int whence);
289 <font color="Blue"><dt> z_off_t <a name="gzseek">gzseek</a> (gzFile file, z_off_t offset, int whence);</font>
293 uncompressed data stream. The whence parameter is defined as in lseek(2);
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 418 jlong offset, jint whence)
428 offset, (whence > 0) ? SEEK_END : (whence < 0 ? SEEK_SET : SEEK_CUR));
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 519 int line; /* track from whence this buffer was allocated */
  /external/zlib/contrib/masmx86/
gvmat32.asm 933 ;;; Restore the stack and return from whence we came.
  /frameworks/base/core/java/android/content/res/
AssetManager.java 677 private native final long seekAsset(int asset, long offset, int whence);
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libz.so 
libc.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /external/qemu/distrib/zlib-1.2.3/
zlib.h     [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 715 static int _fseek64_wrap(FILE *f,ogg_int64_t off,int whence){
717 return fseek(f,(long)off,whence);
    [all...]
  /external/zlib/
zlib.h     [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/
zlib.h     [all...]
  /external/netperf/
netsh.c 126 char local_test_port[PORTBUFSIZE]; /* from whence we should start */
  /external/sonivox/arm-fm-22k/bin/
arm-fm-22k 
  /external/sonivox/arm-hybrid-22k/bin/
arm-hybrid-22k 
  /external/opencore/extern_tools_v2/bin/linux/
tar 
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 882 int (*fseek)(FILE *f,long offset,int whence);
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 882 int (*fseek)(FILE *f,long offset,int whence);
    [all...]

Completed in 443 milliseconds

1 23 4 5 6 7