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

  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 69 #define __ha(x,n) ((((x) >> (n)) + (((x) & __ha##n) == __ha##n)) & 0xffff) macro
72 #define highesta(x) __ha(__u64(x), 48)
74 #define higher(x) __ha(__u64(x), 32)
77 #define ha(x) __ha(__u32(x), 16)
ppc_reloc.c 69 #define __ha(x,n) ((((x) >> (n)) + (((x) & __ha##n) == __ha##n)) & 0xffff) macro
72 #define highesta(x) __ha(__u64(x), 48)
74 #define higher(x) __ha(__u64(x), 32)
77 #define ha(x) __ha(__u32(x), 16)

Completed in 24 milliseconds