Searched refs:ALLOC_ERROR (Results 1 – 1 of 1) sorted by relevance
1022 #define ALLOC_ERROR(stage, type) ((stage) ? 10 * (type) + (stage): 0) macro1023 #define HOST_ERROR(stage) ALLOC_ERROR(stage, 1)1024 #define PG_ERROR(stage) ALLOC_ERROR(stage, 2)