/external/strace/ |
D | lseek.c | 16 int whence; in SYS_FUNC() local 21 whence = tcp->u_arg[2]; in SYS_FUNC() 22 if (whence == SEEK_SET) in SYS_FUNC() 26 printxval(whence_codes, whence, "SEEK_???"); in SYS_FUNC() 34 int whence; in SYS_FUNC() local 39 whence = tcp->u_arg[2]; in SYS_FUNC() 40 if (whence == SEEK_SET) in SYS_FUNC() 44 printxval(whence_codes, whence, "SEEK_???"); in SYS_FUNC()
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | opj_includes.h | 78 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) argument 84 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence) argument
|
/external/marisa-trie/lib/marisa/ |
D | intvector.cc | 44 long offset, int whence) { in mmap() argument 47 temp_mapper.open(filename, offset, whence); in mmap() 67 long offset, int whence) { in load() argument 69 reader.open(filename, offset, whence); in load() 98 long offset, int whence) const { in save() 100 writer.open(filename, trunc_flag, offset, whence); in save()
|
D | mapper.cc | 64 void Mapper::open(const char *filename, long offset, int whence) { in open() argument 88 temp.seek(offset, whence); in open() 92 void Mapper::open(const char *filename, long offset, int whence) { in open() argument 112 temp.seek(offset, whence); in open() 135 void Mapper::seek(long offset, int whence) { in seek() argument 136 switch (whence) { in seek()
|
D | trie.cc | 13 long offset, int whence) { in mmap() argument 16 temp_mapper.open(filename, offset, whence); in mmap() 46 long offset, int whence) { in load() argument 48 reader.open(filename, offset, whence); in load() 87 long offset, int whence) const { in save() 89 writer.open(filename, trunc_flag, offset, whence); in save()
|
D | tail.cc | 31 long offset, int whence) { in mmap() argument 36 temp_mapper.open(filename, offset, whence); in mmap() 52 void Tail::load(const char *filename, long offset, int whence) { in load() argument 54 reader.open(filename, offset, whence); in load() 80 long offset, int whence) const { in save() 82 writer.open(filename, trunc_flag, offset, whence); in save()
|
D | tail.h | 17 long offset = 0, int whence = SEEK_SET); 22 long offset = 0, int whence = SEEK_SET); 29 long offset = 0, int whence = SEEK_SET) const;
|
D | vector-inline.h | 22 long offset, int whence) { in mmap() argument 25 temp_mapper.open(filename, offset, whence); in mmap() 49 long offset, int whence) { in load() argument 51 reader.open(filename, offset, whence); in load() 85 long offset, int whence) const { in save() argument 87 writer.open(filename, trunc_flag, offset, whence); in save()
|
D | bitvector.h | 23 long offset = 0, int whence = SEEK_SET); 28 long offset = 0, int whence = SEEK_SET); 35 long offset = 0, int whence = SEEK_SET) const;
|
D | trie-c.cc | 92 long offset, int whence) { in marisa_mmap() argument 96 h->trie.mmap(&h->mapper, filename, offset, whence); in marisa_mmap() 110 long offset, int whence) { in marisa_load() argument 114 h->trie.load(filename, offset, whence); in marisa_load() 138 int trunc_flag, long offset, int whence) { in marisa_save() argument 142 h->trie.save(filename, trunc_flag != 0, offset, whence); in marisa_save()
|
D | intvector.h | 16 long offset = 0, int whence = SEEK_SET); 21 long offset = 0, int whence = SEEK_SET); 28 long offset = 0, int whence = SEEK_SET) const;
|
D | vector.h | 15 long offset = 0, int whence = SEEK_SET); 20 long offset = 0, int whence = SEEK_SET); 27 long offset = 0, int whence = SEEK_SET) const;
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | intvector.cc | 44 long offset, int whence) { in mmap() argument 47 temp_mapper.open(filename, offset, whence); in mmap() 67 long offset, int whence) { in load() argument 69 reader.open(filename, offset, whence); in load() 98 long offset, int whence) const { in save() 100 writer.open(filename, trunc_flag, offset, whence); in save()
|
D | mapper.cc | 66 void Mapper::open(const char *filename, long offset, int whence) { in open() argument 91 temp.seek(offset, whence); in open() 95 void Mapper::open(const char *filename, long offset, int whence) { in open() argument 116 temp.seek(offset, whence); in open() 139 void Mapper::seek(long offset, int whence) { in seek() argument 140 switch (whence) { in seek()
|
D | trie.cc | 13 long offset, int whence) { in mmap() argument 16 temp_mapper.open(filename, offset, whence); in mmap() 46 long offset, int whence) { in load() argument 48 reader.open(filename, offset, whence); in load() 87 long offset, int whence) const { in save() 89 writer.open(filename, trunc_flag, offset, whence); in save()
|
D | tail.cc | 31 long offset, int whence) { in mmap() argument 36 temp_mapper.open(filename, offset, whence); in mmap() 52 void Tail::load(const char *filename, long offset, int whence) { in load() argument 54 reader.open(filename, offset, whence); in load() 80 long offset, int whence) const { in save() 82 writer.open(filename, trunc_flag, offset, whence); in save()
|
D | tail.h | 17 long offset = 0, int whence = SEEK_SET); 22 long offset = 0, int whence = SEEK_SET); 29 long offset = 0, int whence = SEEK_SET) const;
|
D | vector-inline.h | 22 long offset, int whence) { in mmap() argument 25 temp_mapper.open(filename, offset, whence); in mmap() 49 long offset, int whence) { in load() argument 51 reader.open(filename, offset, whence); in load() 85 long offset, int whence) const { in save() argument 87 writer.open(filename, trunc_flag, offset, whence); in save()
|
D | bitvector.h | 23 long offset = 0, int whence = SEEK_SET); 28 long offset = 0, int whence = SEEK_SET); 35 long offset = 0, int whence = SEEK_SET) const;
|
D | intvector.h | 16 long offset = 0, int whence = SEEK_SET); 21 long offset = 0, int whence = SEEK_SET); 28 long offset = 0, int whence = SEEK_SET) const;
|
D | vector.h | 15 long offset = 0, int whence = SEEK_SET); 20 long offset = 0, int whence = SEEK_SET); 27 long offset = 0, int whence = SEEK_SET) const;
|
/external/linux-tools-perf/src/tools/perf/ui/ |
D | browser.h | 26 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/libvorbis/include/vorbis/ |
D | vorbisfile.h | 41 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){ in _ov_header_fseek_wrap() argument 57 return fseeko64(f,off,whence); in _ov_header_fseek_wrap() 59 return _fseeki64(f,off,whence); in _ov_header_fseek_wrap() 61 return fseek(f,off,whence); in _ov_header_fseek_wrap()
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 90 blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence) in blkid_llseek() argument 97 return lseek(fd, (off_t) offset, whence); in blkid_llseek() 104 result = my_llseek(fd, offset, whence); in blkid_llseek()
|
/external/zlib/src/ |
D | gzlib.c | 362 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 365 int whence; 383 if (whence != SEEK_SET && whence != SEEK_CUR) 387 if (whence == SEEK_SET) 439 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument 442 int whence; 446 ret = gzseek64(file, (z_off64_t)offset, whence);
|