Home
last modified time | relevance | path

Searched refs:fpos_t (Results 1 – 25 of 53) sorted by relevance

123

/external/webrtc/rtc_tools/
Dvideo_file_reader.cc40 const std::vector<fpos_t>& frame_positions, in VideoFile()
75 const std::vector<fpos_t> frame_positions_;
205 std::vector<fpos_t> frame_positions; in OpenY4mFile()
216 fpos_t pos; in OpenY4mFile()
257 std::vector<fpos_t> frame_positions; in OpenYuvFile()
259 fpos_t pos; in OpenYuvFile()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h43 typedef __darwin_off_t fpos_t; typedef
53 fpos_t (*)(void *, fpos_t, int),
/external/musl/include/
Dstdio.h60 } fpos_t; typedef
86 int fgetpos(FILE *__restrict, fpos_t *__restrict);
87 int fsetpos(FILE *, const fpos_t *);
216 #define fpos64_t fpos_t
/external/libcxx/include/
Dcstdio42 fpos_t
86 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
88 int fsetpos(FILE*stream, const fpos_t* pos);
109 using ::fpos_t;
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcstdio41 fpos_t
85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
87 int fsetpos(FILE*stream, const fpos_t* pos);
118 using ::fpos_t _LIBCPP_USING_IF_EXISTS;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dstdio_h.compile.pass.cpp104 fpos_t fpos = fpos_t();
/external/musl/src/stdio/
Dfsetpos.c3 int fsetpos(FILE *f, const fpos_t *pos) in fsetpos()
Dfgetpos.c3 int fgetpos(FILE *restrict f, fpos_t *restrict pos) in fgetpos()
/external/rust/crates/libc/src/windows/
Dmod.rs272 pub enum fpos_t {} // FIXME: fill this out with a struct enum
273 impl ::Copy for fpos_t {} implementation
274 impl ::Clone for fpos_t { implementation
275 fn clone(&self) -> fpos_t { in clone() argument
327 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
328 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/external/pigweed/pw_toolchain/arm_gcc/
Dnewlib_os_interface_stubs.cc46 PW_WRAP_NEWLIB_FILE_FUNCTION(__sseek, void*, fpos_t, int)
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp110 fpos_t fpos = fpos_t(); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp87 std::fpos_t fpos = std::fpos_t(); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp92 std::fpos_t fpos = std::fpos_t(); in main()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h75 typedef int fpos_t; typedef
/external/python/cpython3/android/
Dlauncher_main.cpp25 static_assert(sizeof(fpos_t) == SIZEOF_FPOS_T);
/external/rust/crates/libc/src/solid/
Dmod.rs415 pub enum fpos_t {} enum
416 impl ::Copy for fpos_t {} implementation
417 impl ::Clone for fpos_t { implementation
418 fn clone(&self) -> fpos_t { in clone() argument
504 pub fn fgetpos(arg1: *mut FILE, arg2: *mut fpos_t) -> c_int; in fgetpos()
505 pub fn fsetpos(arg1: *mut FILE, arg2: *const fpos_t) -> c_int; in fsetpos()
/external/rust/crates/libc/src/vxworks/
Dmod.rs1030 pub enum fpos_t {} // FIXME: fill this out with a struct enum
1031 impl ::Copy for fpos_t {} implementation
1032 impl ::Clone for fpos_t { implementation
1033 fn clone(&self) -> fpos_t { in clone() argument
1117 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
1118 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/external/rust/crates/libc/src/unix/
Dmod.rs425 pub enum fpos_t {} // FIXME: fill this out with a struct enum
426 impl ::Copy for fpos_t {} implementation
427 impl ::Clone for fpos_t { implementation
428 fn clone(&self) -> fpos_t { in clone() argument
501 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
503 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/external/rust/crates/libc/src/
Dwasi.rs76 pub struct fpos_t {
482 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos()
483 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos()
/external/libpng/contrib/libtests/
Dtimepng.c272 fpos_t pos; in add_one_file()
/external/libpng/contrib/tools/
Dpngfix.c873 fpos_t data_pos; /* Position of first byte of chunk data */
1208 file_getpos(struct file *file, fpos_t *pos) in file_getpos()
1219 file_setpos(struct file *file, const fpos_t *pos) in file_setpos()
1555 fpos_t chunk_data_pos; /* Position of first byte of chunk data */
2621 fpos_t start_pos; in zlib_check()
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c3837 typedef _fpos_t fpos_t; typedef
/external/fastrpc/src/
Dapps_std_imp.c342 fpos_t fpos; in __QAIC_IMPL()
364 fpos_t fpos; in __QAIC_IMPL()
/external/python/cpython2/Objects/
Dfileobject.c694 typedef fpos_t Py_off_t;
716 fpos_t pos; in _portable_fseek()
755 fpos_t pos; in _portable_ftell()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3355 pub enum fpos_t {} // FIXME: fill this out with a struct enum
3356 impl ::Copy for fpos_t {} implementation
3357 impl ::Clone for fpos_t { implementation
3358 fn clone(&self) -> fpos_t { in clone() argument
3400 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
3401 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()

123