Searched defs:do_swap (Results 1 – 3 of 3) sorted by relevance
63 unsigned int val, do_swap = 0; in do_elf_reloc_fixups() local
26 template<typename T> void do_swap(T &a, T &b) noexcept(noexcept(swap(a, b))) { in do_swap() function
71 def __init__(self, do_swap): argument