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

  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 70 #define __hi(x,n) (((x) >> (n)) & 0xffff) macro
73 #define highest(x) __hi(__u64(x), 48)
75 #define higher(x) __hi(__u64(x), 32)
78 #define hi(x) __hi(__u32(x), 16)
ppc_reloc.c 70 #define __hi(x,n) (((x) >> (n)) & 0xffff) macro
73 #define highest(x) __hi(__u64(x), 48)
75 #define higher(x) __hi(__u64(x), 32)
78 #define hi(x) __hi(__u32(x), 16)

Completed in 25 milliseconds