OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STAMP_READ
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/rasops/
rasops15.c
65
* destination uint32_t[0] =
STAMP_READ
(offset)
66
* destination uint32_t[1] =
STAMP_READ
(offset + 4)
70
#define
STAMP_READ
(o) (*(uint32_t *)((uint8_t *)stamp + (o)))
rasops2.c
71
* destination =
STAMP_READ
(offset)
75
#define
STAMP_READ
(o) stamp[o]
rasops32.c
65
* destination uint32_t[0] =
STAMP_READ
(offset)
66
* destination uint32_t[1] =
STAMP_READ
(offset + 4)
67
* destination uint32_t[2] =
STAMP_READ
(offset + 8)
68
* destination uint32_t[3] =
STAMP_READ
(offset + 12)
72
#define
STAMP_READ
(o) (*(uint32_t *)((uint8_t *)stamp + (o)))
rasops4.c
70
* destination =
STAMP_READ
(offset)
74
#define
STAMP_READ
(o) stamp[o]
rasops8.c
65
* destination =
STAMP_READ
(offset)
69
#define
STAMP_READ
(o) (*(uint32_t *)((uint8_t *)stamp + (o)))
rasops24.c
73
* destination uint32_t[0] =
STAMP_READ
(offset)
74
* destination uint32_t[1] =
STAMP_READ
(offset + 4)
75
* destination uint32_t[2] =
STAMP_READ
(offset + 8)
79
#define
STAMP_READ
(o) (*(uint32_t *)((uint8_t *)stamp + (o)))
Completed in 28 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025