Home
last modified time | relevance | path

Searched refs:do_swap (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arc/lib/
Drelocate.c63 unsigned int val, do_swap = 0; in do_elf_reloc_fixups() local
77 do_swap = 1; in do_elf_reloc_fixups()
83 do_swap ? ", middle-endian encoded" : ""); in do_elf_reloc_fixups()
93 if (do_swap) in do_elf_reloc_fixups()
127 if (do_swap) in do_elf_reloc_fixups()
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_recv.py71 def __init__(self, do_swap): argument
77 self.do_swap = do_swap
104 if self.do_swap:
125 if not self.do_swap:
204 if self.do_swap and (element_size != 1):
285 if param.size() == 1 and not self.do_swap:
315 if self.do_swap:
378 if self.do_swap:
454 if self.do_swap:
491 if self.do_swap:
/external/clang/test/SemaCXX/
Dlibstdcxx_pair_swap_hack.cpp26 template<typename T> void do_swap(T &a, T &b) noexcept(noexcept(swap(a, b))) { in do_swap() function
32 void swap(CLASS &other) noexcept(noexcept(do_swap(member, other.member)));
/external/mesa3d/src/mesa/main/
Dtexgetimage.c525 goto do_swap; in get_tex_rgba_uncompressed()
544 do_swap: in get_tex_rgba_uncompressed()