Searched defs:__WORDSIZE (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h57 /* If __WORDSIZE is not set, try to figure it out and default to 32 bit. */
58 #ifndef __WORDSIZE
60 # define __WORDSIZE 64 macro
62 # define __WORDSIZE 32 macro
74 # if __WORDSIZE == 64
87 # if __WORDSIZE == 64
109 # ifdef __WORDSIZE /* glibc */
110 # if __WORDSIZE == 64
114 # endif /* __WORDSIZE == 64 */
115 # else /* __WORDSIZE */
[all...]

Completed in 30 milliseconds