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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka_private.h94 # if __WORDSIZE == 64
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 28 milliseconds