Searched refs:whence (Results 1 - 25 of 75) sorted by relevance

123

/external/strace/
H A Dlseek.c16 int whence; local
21 whence = tcp->u_arg[2];
22 if (whence == SEEK_SET)
26 printxval(whence_codes, whence, "SEEK_???");
34 int whence; local
39 whence = tcp->u_arg[2];
40 if (whence == SEEK_SET)
44 printxval(whence_codes, whence, "SEEK_???");
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_includes.h78 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence)
84 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence)
/external/marisa-trie/lib/marisa/
H A Dtail.h17 long offset = 0, int whence = SEEK_SET);
22 long offset = 0, int whence = SEEK_SET);
29 long offset = 0, int whence = SEEK_SET) const;
H A Dintvector.cc44 long offset, int whence) {
47 temp_mapper.open(filename, offset, whence);
67 long offset, int whence) {
69 reader.open(filename, offset, whence);
98 long offset, int whence) const {
100 writer.open(filename, trunc_flag, offset, whence);
43 mmap(Mapper *mapper, const char *filename, long offset, int whence) argument
66 load(const char *filename, long offset, int whence) argument
H A Dbitvector.h23 long offset = 0, int whence = SEEK_SET);
28 long offset = 0, int whence = SEEK_SET);
35 long offset = 0, int whence = SEEK_SET) const;
H A Dmapper.h16 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
51 void seek(long offset, int whence);
H A Dintvector.h16 long offset = 0, int whence = SEEK_SET);
21 long offset = 0, int whence = SEEK_SET);
28 long offset = 0, int whence = SEEK_SET) const;
H A Dvector.h15 long offset = 0, int whence = SEEK_SET);
20 long offset = 0, int whence = SEEK_SET);
27 long offset = 0, int whence = SEEK_SET) const;
H A Dmapper.cc64 void Mapper::open(const char *filename, long offset, int whence) { argument
88 temp.seek(offset, whence);
92 void Mapper::open(const char *filename, long offset, int whence) { argument
112 temp.seek(offset, whence);
135 void Mapper::seek(long offset, int whence) { argument
136 switch (whence) {
H A Dtail.cc31 long offset, int whence) {
36 temp_mapper.open(filename, offset, whence);
52 void Tail::load(const char *filename, long offset, int whence) { argument
54 reader.open(filename, offset, whence);
80 long offset, int whence) const {
82 writer.open(filename, trunc_flag, offset, whence);
30 mmap(Mapper *mapper, const char *filename, long offset, int whence) argument
H A Dtrie.cc13 long offset, int whence) {
16 temp_mapper.open(filename, offset, whence);
46 long offset, int whence) {
48 reader.open(filename, offset, whence);
87 long offset, int whence) const {
89 writer.open(filename, trunc_flag, offset, whence);
12 mmap(Mapper *mapper, const char *filename, long offset, int whence) argument
45 load(const char *filename, long offset, int whence) argument
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtail.h17 long offset = 0, int whence = SEEK_SET);
22 long offset = 0, int whence = SEEK_SET);
29 long offset = 0, int whence = SEEK_SET) const;
H A Dintvector.cc44 long offset, int whence) {
47 temp_mapper.open(filename, offset, whence);
67 long offset, int whence) {
69 reader.open(filename, offset, whence);
98 long offset, int whence) const {
100 writer.open(filename, trunc_flag, offset, whence);
43 mmap(Mapper *mapper, const char *filename, long offset, int whence) argument
66 load(const char *filename, long offset, int whence) argument
H A Dbitvector.h23 long offset = 0, int whence = SEEK_SET);
28 long offset = 0, int whence = SEEK_SET);
35 long offset = 0, int whence = SEEK_SET) const;
H A Dmapper.h16 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
52 void seek(long offset, int whence);
H A Dintvector.h16 long offset = 0, int whence = SEEK_SET);
21 long offset = 0, int whence = SEEK_SET);
28 long offset = 0, int whence = SEEK_SET) const;
H A Dvector.h15 long offset = 0, int whence = SEEK_SET);
20 long offset = 0, int whence = SEEK_SET);
27 long offset = 0, int whence = SEEK_SET) const;
H A Dmapper.cc66 void Mapper::open(const char *filename, long offset, int whence) { argument
91 temp.seek(offset, whence);
95 void Mapper::open(const char *filename, long offset, int whence) { argument
116 temp.seek(offset, whence);
139 void Mapper::seek(long offset, int whence) { argument
140 switch (whence) {
H A Dtail.cc31 long offset, int whence) {
36 temp_mapper.open(filename, offset, whence);
52 void Tail::load(const char *filename, long offset, int whence) { argument
54 reader.open(filename, offset, whence);
80 long offset, int whence) const {
82 writer.open(filename, trunc_flag, offset, whence);
30 mmap(Mapper *mapper, const char *filename, long offset, int whence) argument
H A Dtrie.cc13 long offset, int whence) {
16 temp_mapper.open(filename, offset, whence);
46 long offset, int whence) {
48 reader.open(filename, offset, whence);
87 long offset, int whence) const {
89 writer.open(filename, trunc_flag, offset, whence);
12 mmap(Mapper *mapper, const char *filename, long offset, int whence) argument
45 load(const char *filename, long offset, int whence) argument
/external/e2fsprogs/lib/blkid/
H A Dllseek.c90 blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence) argument
97 return lseek(fd, (off_t) offset, whence);
104 result = my_llseek(fd, offset, whence);
/external/flac/include/FLAC/
H A Dcallback.h123 * \param offset The new position, relative to \a whence
124 * \param whence \c SEEK_SET, \c SEEK_CUR, or \c SEEK_END
128 typedef int (*FLAC__IOCallback_Seek) (FLAC__IOHandle handle, FLAC__int64 offset, int whence);
/external/linux-tools-perf/src/tools/perf/ui/
H A Dbrowser.h26 void (*seek)(struct ui_browser *self, off_t offset, int whence);
63 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence);
66 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence);
69 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence);
/external/clang/test/Analysis/
H A Dstream.c46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
81 // PR 8081 - null pointer crash when 'whence' is not an integer constant
82 void pr8081(FILE *stream, long offset, int whence) { argument
83 fseek(stream, offset, whence);
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
53 static int _ov_header_fseek_wrap(FILE *f,ogg_int64_t off,int whence){ argument
57 return fseeko64(f,off,whence);
59 return _fseeki64(f,off,whence);
61 return fseek(f,off,whence);

Completed in 1300 milliseconds

123