Searched refs:fpos_t (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h43 typedef __darwin_off_t fpos_t; typedef
53 fpos_t (*)(void *, fpos_t, int),
/external/libxcam/xcore/
H A Dfile_handle.cpp107 fpos_t cur_pos;
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp110 fpos_t fpos = fpos_t();
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp92 std::fpos_t fpos = std::fpos_t();
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPjitter.cc47 fpos_t cur_pos;
/external/libpng/contrib/libtests/
H A Dtimepng.c273 fpos_t pos;
/external/libpng/contrib/tools/
H A Dpngfix.c873 fpos_t data_pos; /* Position of first byte of chunk data */
1208 file_getpos(struct file *file, fpos_t *pos)
1219 file_setpos(struct file *file, const fpos_t *pos)
1555 fpos_t chunk_data_pos; /* Position of first byte of chunk data */
2621 fpos_t start_pos;
/external/python/cpython2/Lib/lib2to3/tests/data/
H A 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),
2508 'pem_ctx_st', 'uint8_t', 'fpos_t', 'X509', 'COMP_CTX',
/external/python/cpython2/Objects/
H A Dfileobject.c684 typedef fpos_t Py_off_t;
686 #error "Large file support, but neither off_t nor fpos_t is large enough."
706 fpos_t pos;
745 fpos_t pos;
/external/python/cpython3/Lib/lib2to3/tests/data/
H A 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),
2508 'pem_ctx_st', 'uint8_t', 'fpos_t', 'X509', 'COMP_CTX',
/external/elfutils/tests/
H A Drun-show-die-info.sh901 Name : fpos_t
/external/python/cpython2/Modules/
H A Dbz2module.c32 typedef fpos_t Py_off_t;
34 #error "Large file support, but neither off_t nor fpos_t is large enough."
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c5210 typedef _G_fpos_t fpos_t; typedef
5513 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
5518 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);

Completed in 277 milliseconds