Searched refs:B_NEEDSWAP (Results 1 – 3 of 3) sorted by relevance
73 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))141 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
178 F_SET(t, B_NEEDSWAP);237 F_CLR(t, B_NEEDSWAP);239 F_SET(t, B_NEEDSWAP);
378 #define B_NEEDSWAP 0x00008 /* if byte order requires swapping */ macro