HomeSort by: relevance | last modified time | path
    Searched defs:__swap16md_x (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/include/
byte_swap.h 69 register uint16_t __swap16md_x; \ local in function:__byte_swap_u16_variable
73 : "=&r" (__swap16md_x) : "r" (x)); \
74 return(__swap16md_x);
byte_swap.h 69 register uint16_t __swap16md_x; \ local in function:__byte_swap_u16_variable
73 : "=&r" (__swap16md_x) : "r" (x)); \
74 return(__swap16md_x);

Completed in 36 milliseconds