Searched refs:AB (Results 1 – 1 of 1) sorted by relevance
320 #define ATTR_PACK4(AB, V) \ argument322 if ((AB.allocated - (AB.fixedcursor - AB.base)) >= 4) { \323 *(uint32_t *)AB.fixedcursor = V; \324 AB.fixedcursor += 4; \328 #define ATTR_PACK8(AB, V) \ argument330 if ((AB.allocated - (AB.fixedcursor - AB.base)) >= 8) { \331 memcpy(AB.fixedcursor, &V, 8); \332 AB.fixedcursor += 8; \