Searched refs:PACK_SIZE_UNPREDICTABLE (Results 1 – 2 of 2) sorted by relevance
45 /* U */ sizeof(char) | PACK_SIZE_UNPREDICTABLE,47 /* W */ sizeof(unsigned char) | PACK_SIZE_UNPREDICTABLE,71 /* w */ sizeof(char) | PACK_SIZE_UNPREDICTABLE | PACK_SIZE_CANNOT_CSUM,153 /* w */ sizeof(char) | PACK_SIZE_UNPREDICTABLE | PACK_SIZE_CANNOT_CSUM,181 /* U */ sizeof(char) | PACK_SIZE_UNPREDICTABLE,183 /* W */ sizeof(unsigned char) | PACK_SIZE_UNPREDICTABLE,
234 #define PACK_SIZE_UNPREDICTABLE 0x40 /* Not a fixed size element */ macro2153 if (props && !(props & PACK_SIZE_UNPREDICTABLE)) { in S_pack_rec()