HomeSort by: relevance | last modified time | path
    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