Searched refs:QCDS (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Disp_tpublic.h288 #ifndef QCDS
289 #define QCDS (sizeof (uint64_t)) macro
315 void * ptrs[QCDS / sizeof (void *)]; /* (assume) one pointer */
316 uint64_t llongs[QCDS / sizeof (uint64_t)]; /* one long long */
317 uint32_t longs[QCDS / sizeof (uint32_t)]; /* two longs */
318 uint16_t shorts[QCDS / sizeof (uint16_t)]; /* four shorts */
319 uint8_t bytes[QCDS]; /* eight bytes */

Completed in 82 milliseconds