Searched refs:AB (Results 1 – 1 of 1) sorted by relevance
326 #define ATTR_PACK4(AB, V) \ argument328 if ((AB.allocated - (AB.fixedcursor - AB.base)) >= 4) { \329 *(uint32_t *)AB.fixedcursor = V; \330 AB.fixedcursor += 4; \334 #define ATTR_PACK8(AB, V) \ argument336 if ((AB.allocated - (AB.fixedcursor - AB.base)) >= 8) { \337 memcpy(AB.fixedcursor, &V, 8); \338 AB.fixedcursor += 8; \