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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.c 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */
879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence)
881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */
879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence)
881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */
879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence)
881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 767 z_off_t ZEXPORT gzseek (file, offset, whence)
770 int whence;
774 if (s == NULL || whence == SEEK_END ||
783 if (whence == SEEK_SET) {
809 if (whence == SEEK_CUR) {
  /external/strace/
file.c 587 static const struct xlat whence[] = { variable in typeref:struct:xlat
611 printxval(whence, _whence, "SEEK_???");
631 printxval(whence, _whence, "SEEK_???");
664 printxval(whence, tcp->u_arg[4], "SEEK_???");
695 printxval(whence, tcp->u_arg[argn], "SEEK_???");
    [all...]
  /external/qemu/
savevm.c 606 int64_t qemu_fseek(QEMUFile *f, int64_t pos, int whence)
608 if (whence == SEEK_SET) {
610 } else if (whence == SEEK_CUR) {
    [all...]
  /external/valgrind/main/docs/xml/
FAQ.xml 46 <qandaentry id="faq.whence">
47 <question id="q-whence">
50 <answer id="a-whence">
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 62 // The main bar controller from whence we or a parent sprang.
  /external/chromium/testing/gmock/scripts/generator/cpp/
tokenize.py 79 self.whence = WHENCE_STREAM
  /external/eigen/Eigen/src/Core/
Dot.h 235 * type is real numbers, a unitary matrix is an orthogonal matrix, whence the name.
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 275 // small fraction of them have to be sorted, whence the following simple procedure:
  /libcore/luni/src/main/java/libcore/io/
Posix.java 82 public native long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 280 /* Values for the WHENCE argument to lseek. */
296 beginning of the file (if WHENCE is SEEK_SET),
297 the current position (if WHENCE is SEEK_CUR),
298 or the end of the file (if WHENCE is SEEK_END).
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 280 /* Values for the WHENCE argument to lseek. */
296 beginning of the file (if WHENCE is SEEK_SET),
297 the current position (if WHENCE is SEEK_CUR),
298 or the end of the file (if WHENCE is SEEK_END).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 280 /* Values for the WHENCE argument to lseek. */
296 beginning of the file (if WHENCE is SEEK_SET),
297 the current position (if WHENCE is SEEK_CUR),
298 or the end of the file (if WHENCE is SEEK_END).
    [all...]
  /external/aac/libSYS/include/
genericStds.h 424 * \fn INT FDKfseek(FDKFILE *FP, LONG OFFSET, int WHENCE);
440 INT FDKfseek(FDKFILE *FP, LONG OFFSET, int WHENCE);
  /external/aac/libSYS/src/
genericStds.cpp 379 INT FDKfseek(FDKFILE *fp, LONG OFFSET, int WHENCE) { return fseek((FILE*)fp, OFFSET, WHENCE);}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 601 OFF_T internal_lseek(fd_t fd, OFF_T offset, int whence) {
602 return syscall(__NR_lseek, fd, offset, whence);
  /external/linux-tools-perf/util/ui/browsers/
hists.c 638 off_t offset, int whence)
647 switch (whence) {
  /external/qemu/hw/
goldfish_nand.c 178 static int do_lseek(int fd, off_t offset, int whence)
182 ret = lseek(fd, offset, whence);
  /external/bison/lib/
unistd.in.h     [all...]
  /external/antlr/antlr-3.4/runtime/C/doxygen/
buildrec.dox 104 /// // The lexer is supplied with a pANTLR3_INPUT_STREAM from whence it consumes its
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3tokenstream.h 88 * name from whence the tokens were produced by the lexer. This pointer is a
  /external/zlib/src/contrib/ada/
zlib-thin.ads 223 whence : Int)
  /external/zlib/src/contrib/amd64/
amd64-match.S 441 /* Restore the registers and return from whence we came. */

Completed in 1904 milliseconds

1 2 3 4 5 6 78 91011>>