Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DEndian.h39 inline value_type byte_swap(value_type value) { in byte_swap() function
55 return byte_swap<value_type, endian>(ret); in read()
62 value = byte_swap<value_type, endian>(value); in write()