HomeSort by: relevance | last modified time | path
    Searched refs:STAMP_READ (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/rasops/
rasops_putchar_width.h 80 rp[(off) * 1 + 0] = STAMP_READ(so); \
95 rp[(off) * 2 + 0] = STAMP_READ(so); \
96 rp[(off) * 2 + 1] = STAMP_READ(so + 4); \
115 rp[(off) * 3 + 0] = STAMP_READ(so); \
116 rp[(off) * 3 + 1] = STAMP_READ(so + 4); \
117 rp[(off) * 3 + 2] = STAMP_READ(so + 8); \
133 rp[(off) * 4 + 0] = STAMP_READ(so); \
134 rp[(off) * 4 + 1] = STAMP_READ(so + 4); \
135 rp[(off) * 4 + 2] = STAMP_READ(so + 8); \
136 rp[(off) * 4 + 3] = STAMP_READ(so + 12);
    [all...]
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)))
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)))
rasops2.c 71 * destination = STAMP_READ(offset)
75 #define STAMP_READ(o) 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 13 milliseconds