HomeSort by relevance Sort by last modified time
    Searched refs:fpos_t (Results 126 - 143 of 143) sorted by null

1 2 3 4 56

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 54 using _STLP_VENDOR_CSTD::fpos_t;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 54 using _STLP_VENDOR_CSTD::fpos_t;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 54 using _STLP_VENDOR_CSTD::fpos_t;
  /bionic/tests/
stdio_test.cpp 572 // Tests that we can only have a consistent and correct fpos_t when using
595 fpos_t pos1;
596 fpos_t pos2;
597 fpos_t pos3;
598 fpos_t pos4;
599 fpos_t pos5;
611 // Bionic's fpos_t is just an alias for off_t. This is inherited from OpenBSD
612 // upstream. Glibc differs by storing the mbstate_t inside its fpos_t. In
667 fpos_t mb_two_bytes_pos;
675 fpos_t pos_inside_mb
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 47 fpos_t cur_pos;
  /external/stlport/src/
stdio_streambuf.cpp 44 # define FPOS_T fpos_t
49 # define FPOS_T fpos64_t
94 FPOS_T pos;
96 // added 21 june 00 mdb,rjf,wjs: glibc 2.2 changed fpos_t to be a struct instead
115 // added 21 june 00 mdb,rjf,wjs: glibc 2.2 changed fpos_t to be a struct instead
118 FPOS_T p;
131 FPOS_T p;
134 FPOS_T p;
138 FPOS_T p(pos)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 44 # define FPOS_T fpos_t
49 # define FPOS_T fpos64_t
94 FPOS_T pos;
96 // added 21 june 00 mdb,rjf,wjs: glibc 2.2 changed fpos_t to be a struct instead
115 // added 21 june 00 mdb,rjf,wjs: glibc 2.2 changed fpos_t to be a struct instead
118 FPOS_T p;
131 FPOS_T p;
134 FPOS_T p;
138 FPOS_T p(pos)
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 86 fpos_t fpos = {0};
  /external/libcxx/test/input.output/file.streams/c.files/
cstdio.disabled.cpp 87 std::fpos_t fpos = {0};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 86 fpos_t fpos = {0};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 87 std::fpos_t fpos = {0};
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 103 __MINGW_EXTENSION typedef __int64 fpos_t; typedef
106 __MINGW_EXTENSION typedef long long fpos_t; typedef
440 int __cdecl fgetpos(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos); /* 64bit only, no 32bit version */
441 int __cdecl fgetpos64(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos); /* fgetpos already 64bit */
457 int __cdecl fsetpos(FILE *_File,const fpos_t *_Pos);
458 int __cdecl fsetpos64(FILE *_File,const fpos_t *_Pos); /* fsetpos already 64bit */
    [all...]
  /external/svox/pico/lib/
picopal.c 360 fpos_t fpos;
  /external/libpng/contrib/tools/
pngfix.c 868 fpos_t data_pos; /* Position of first byte of chunk data */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm 961 .string "fpos_t"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2019 fpos_t = __darwin_off_t variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2019 fpos_t = __darwin_off_t variable
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 5210 typedef _G_fpos_t fpos_t; typedef
    [all...]

Completed in 6737 milliseconds

1 2 3 4 56