Lines Matching defs:swap
663 #define swap(x) (((x >> 8) & 0377) + 256 * (x & 0377))
665 #define might_swap(x) (must_swap() ? swap(x) : (x))
691 header.magic = swap(MAGIC);
692 header.name_size = swap(namelen);
693 header.bool_count = swap(BoolCount);
694 header.num_count = swap(NumCount);
695 header.str_count = swap(StrCount);
696 header.str_size = swap(l_next_free);
721 Numbers[i] = swap(Numbers[i]);
723 Strings[i] = swap(Strings[i]);