HomeSort by relevance Sort by last modified time
    Searched full:whence (Results 201 - 225 of 357) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/zlib/src/contrib/asm686/
match.S 344 /* Restore the stack and return from whence we came. */
  /external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S 551 //;;; Restore the stack and return from whence we came.
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 528 ;;; Restore the stack and return from whence we came.
  /external/zlib/src/contrib/masmx86/
match686.asm 447 ;;; Restore the stack and return from whence we came.
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 511 extern off_t lseek (int fd, off_t offset, int whence);
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 891 int whence, __u64 *ret_pos);
893 int whence, ext2_off_t *ret_pos);
    [all...]
  /external/bison/darwin-lib/
unistd.h     [all...]
  /external/bison/linux-lib/
unistd.h     [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 393 jlong offset, jint whence)
403 offset, (whence > 0) ? SEEK_END : (whence < 0 ? SEEK_SET : SEEK_CUR));
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 503 ne_io_seek(nestegg_io * io, int64_t offset, int whence)
505 return io->seek(offset, whence, io->userdata);
    [all...]
  /external/mksh/src/
funcs.c 137 {"whence", c_whence},
522 * Convert command options to whence options - note that
523 * command -pV uses a different path search than whence -v
524 * or whence -pv. This should be considered a feature.
    [all...]
mksh.1     [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 519 int line; /* track from whence this buffer was allocated */
  /frameworks/base/core/java/android/content/res/
AssetManager.java 686 private native final long seekAsset(int asset, long offset, int whence);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /development/ndk/platforms/android-3/include/
zlib.h     [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h     [all...]
  /external/open-vcdiff/src/zlib/
zlib.h     [all...]
  /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...]

Completed in 1279 milliseconds

1 2 3 4 5 6 7 891011>>