OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJECT_SIZE
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/libdrm/tests/
gem_mmap.c
39
#define
OBJECT_SIZE
16384
78
uint8_t expected[
OBJECT_SIZE
];
79
uint8_t buf[
OBJECT_SIZE
];
99
create.size =
OBJECT_SIZE
;
107
mmap.size =
OBJECT_SIZE
;
120
ret = do_write(fd, handle, buf, 0,
OBJECT_SIZE
);
131
munmap(addr,
OBJECT_SIZE
);
gem_readwrite.c
39
#define
OBJECT_SIZE
16384
76
uint8_t expected[
OBJECT_SIZE
];
77
uint8_t buf[
OBJECT_SIZE
];
88
create.size =
OBJECT_SIZE
;
94
ret = do_read(fd, handle, buf, 0,
OBJECT_SIZE
);
100
ret = do_read(fd, handle, buf,
OBJECT_SIZE
/ 2,
OBJECT_SIZE
);
108
ret = do_write(fd, handle, buf, 0,
OBJECT_SIZE
);
110
ret = do_read(fd, handle, buf, 0,
OBJECT_SIZE
);
119
ret = do_read(fd, handle, buf, 0,
OBJECT_SIZE
);
[
all
...]
Completed in 135 milliseconds