Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h15 typedef __darwin_off_t fpos_t; typedef
42 fpos_t (*)(void *, fpos_t, int),
55 int fgetpos(FILE *stream, fpos_t *pos);
56 int fsetpos(FILE *stream, const fpos_t *pos);
/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()
215 fpos_t pos; in OpenY4mFile()
256 std::vector<fpos_t> frame_positions; in OpenYuvFile()
258 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/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/llvm-project/libcxx/include/
Dcstdio41 fpos_t
85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
87 int fsetpos(FILE*stream, const fpos_t* pos);
108 using ::fpos_t;
/external/rust/crates/libc/src/windows/
Dmod.rs253 pub enum fpos_t {} // FIXME: fill this out with a struct enum
254 impl ::Copy for fpos_t {} implementation
255 impl ::Clone for fpos_t { implementation
256 fn clone(&self) -> fpos_t { in clone() argument
298 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
299 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/external/llvm-project/clang/test/Analysis/
Dstream.c37 fpos_t pos; in check_fgetpos()
44 fpos_t pos; in check_fsetpos()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfseek.cpp29 fpos_t pos; in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp109 fpos_t fpos = fpos_t(); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp110 fpos_t fpos = fpos_t(); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp91 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/unix/
Dmod.rs398 pub enum fpos_t {} // FIXME: fill this out with a struct enum
399 impl ::Copy for fpos_t {} implementation
400 impl ::Clone for fpos_t { implementation
401 fn clone(&self) -> fpos_t { in clone() argument
476 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
478 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/external/rust/crates/libc/src/vxworks/
Dmod.rs1023 pub enum fpos_t {} // FIXME: fill this out with a struct enum
1024 impl ::Copy for fpos_t {} implementation
1025 impl ::Clone for fpos_t { implementation
1026 fn clone(&self) -> fpos_t { in clone() argument
1110 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
1111 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/external/rust/crates/libc/src/
Dwasi.rs56 pub struct fpos_t {
372 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos()
373 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos()
/external/libpng/contrib/libtests/
Dtimepng.c273 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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.cpp115 unsigned fpos_t_sz = sizeof(fpos_t);
/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.rs3340 pub enum fpos_t {} // FIXME: fill this out with a struct enum
3341 impl ::Copy for fpos_t {} implementation
3342 impl ::Clone for fpos_t { implementation
3343 fn clone(&self) -> fpos_t { in clone() argument
3385 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
3386 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2019 fpos_t = __darwin_off_t variable
2046 ('_seek', CFUNCTYPE(fpos_t, c_void_p, c_longlong, c_int)),
2055 ('_offset', fpos_t),

123