Searched defs:SIZE32 (Results 1 – 8 of 8) sorted by relevance
38 set(SIZE32 "int32_t") variable40 set(SIZE32 "short") variable42 set(SIZE32 "int") variable
187 AC_SUBST(SIZE32) subst
64 set(SIZE32 int32_t) variable
308 AC_SUBST([SIZE32]) subst
100 SIZE32 = int32_t macro
260 private static final byte SIZE32 = (byte)(3 << 1); field in ApfTest
235 private static final byte SIZE32 = (byte)(3 << 1); field in LegacyApfTest
87 #define SIZE32( x ) ((uint32_t)( sizeof(x) / sizeof(uint32_t) )) macro