Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A D_endian.h68 __swap16md(__uint16_t x) in __swap16md() function
87 (__uint16_t)(__builtin_constant_p(x) ? __swap16gen(x) : __swap16md(x))
/openbsd/sys/arch/sh/include/
H A Dendian.h14 __swap16md(__uint16_t _x) in __swap16md() function