OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_t
(Results
1 - 8
of
8
) sorted by null
/system/extras/fatblock/
fs.h
39
offset_t
fat_size;
41
offset_t
data_offset;
45
offset_t
len, int type, cluster_t *first_cluster_out);
46
struct extent *fs_find_extent(struct fs *fs,
offset_t
start,
offset_t
len, struct extent *last,
47
offset_t
*r_start_out,
offset_t
*e_start_out,
offset_t
*len_out);
48
int fs_init(struct fs *fs, uint16_t cluster_size,
offset_t
data_size,
offset_t
*total_size_out)
[
all
...]
fatblock.h
25
typedef uint64_t
offset_t
;
typedef
36
offset_t
start;
37
offset_t
len;
68
int fs_read(struct fs *fs, char *buf,
offset_t
start,
offset_t
len);
read.c
28
static int buffer_read(char *buf,
offset_t
buf_len, char *out,
29
offset_t
off,
offset_t
len)
72
static int file_read(struct file *f, char *buf,
offset_t
off,
offset_t
len)
126
static int dir_read(struct dir *d, char *buf,
offset_t
off,
offset_t
len)
135
offset_t
off,
offset_t
len)
161
int fs_read(struct fs *fs, char *buf,
offset_t
start, offset_t len
[
all
...]
fs.c
29
offset_t
start,
offset_t
len, int type)
42
struct extent *fs_find_extent(struct fs *fs,
offset_t
start,
offset_t
len,
44
offset_t
*r_start_out,
45
offset_t
*e_start_out,
46
offset_t
*len_out)
49
offset_t
end;
50
offset_t
e_start, e_end, e_len, e_rel_start, r_rel_start, rel_len;
110
offset_t
len, int type, cluster_t *first_cluster_out
[
all
...]
fatblock.c
34
uint16_t cluster_size,
offset_t
data_size,
35
offset_t
*total_size_out)
153
offset_t
total_size;
/frameworks/compile/linkloader/include/
ELFHeader.h
48
offset_t
e_phoff;
49
offset_t
e_shoff;
114
offset_t
getProgramHeaderTableOffset() const {
118
offset_t
getSectionHeaderTableOffset() const {
ELFSectionHeader.h
43
offset_t
sh_offset;
70
offset_t
getOffset() const {
ELFTypes.h
185
typedef typename ELFPrimitiveTypes<BITWIDTH>::offset
offset_t
; \
203
typedef ELFPrimitiveTypes<BITWIDTH>::offset
offset_t
; \
Completed in 198 milliseconds