Searched refs:CK_PR_CAS_V (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ck/include/gcc/x86_64/ |
| H A D | ck_pr.h | 543 #define CK_PR_CAS_V(S, W, T) \ macro 561 CK_PR_CAS_V(double, 2, double) 563 CK_PR_CAS_V(char, 16, char) 564 CK_PR_CAS_V(int, 4, int) 565 CK_PR_CAS_V(uint, 4, unsigned int) 566 CK_PR_CAS_V(32, 4, uint32_t) 567 CK_PR_CAS_V(16, 8, uint16_t) 568 CK_PR_CAS_V(8, 16, uint8_t) 570 #undef CK_PR_CAS_V
|