/external/webrtc/rtc_tools/ |
D | video_file_reader.cc | 40 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/ |
D | system-header-simulator.h | 43 typedef __darwin_off_t fpos_t; typedef 53 fpos_t (*)(void *, fpos_t, int),
|
/external/musl/include/ |
D | stdio.h | 60 } 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/ |
D | cstdio | 42 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/ |
D | cstdio | 41 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/ |
D | stdio_h.compile.pass.cpp | 104 fpos_t fpos = fpos_t();
|
/external/musl/src/stdio/ |
D | fsetpos.c | 3 int fsetpos(FILE *f, const fpos_t *pos) in fsetpos()
|
D | fgetpos.c | 3 int fgetpos(FILE *restrict f, fpos_t *restrict pos) in fgetpos()
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 272 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/ |
D | newlib_os_interface_stubs.cc | 46 PW_WRAP_NEWLIB_FILE_FUNCTION(__sseek, void*, fpos_t, int)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 110 fpos_t fpos = fpos_t(); in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 87 std::fpos_t fpos = std::fpos_t(); in main()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 92 std::fpos_t fpos = std::fpos_t(); in main()
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 75 typedef int fpos_t; typedef
|
/external/python/cpython3/android/ |
D | launcher_main.cpp | 25 static_assert(sizeof(fpos_t) == SIZEOF_FPOS_T);
|
/external/rust/crates/libc/src/solid/ |
D | mod.rs | 415 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/ |
D | mod.rs | 1030 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/ |
D | mod.rs | 425 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/ |
D | wasi.rs | 76 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/ |
D | timepng.c | 272 fpos_t pos; in add_one_file()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 873 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/ |
D | cppd_with_stdio_h.c | 3837 typedef _fpos_t fpos_t; typedef
|
/external/fastrpc/src/ |
D | apps_std_imp.c | 342 fpos_t fpos; in __QAIC_IMPL() 364 fpos_t fpos; in __QAIC_IMPL()
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 694 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/ |
D | mod.rs | 3355 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()
|