Home
last modified time | relevance | path

Searched refs:ACC_WORDSIZE (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/lzo/src/
Dminiacc.h1277 #if !defined(ACC_WORDSIZE)
1279 # define ACC_WORDSIZE __ACC_WORDSIZE macro
1281 # define ACC_WORDSIZE ACC_SIZEOF_VOID_P macro
2655 #if defined(ACC_WORDSIZE) && (ACC_WORDSIZE > 0)
2656 #if (ACC_WORDSIZE == ACC_SIZEOF_ACC_INTPTR_T) && !defined(__ACC_INTPTR_T_IS_POINTER)
2660 #elif (ACC_WORDSIZE == ACC_SIZEOF_LONG)
2664 #elif (ACC_WORDSIZE == ACC_SIZEOF_INT)
2668 #elif (ACC_WORDSIZE == ACC_SIZEOF_SHORT)
2672 #elif (ACC_WORDSIZE == 1)
2676 #elif (ACC_WORDSIZE == ACC_SIZEOF_ACC_INT64L_T)
[all …]