HomeSort by: relevance | last modified time | path
    Searched refs:__res (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amd64/include/xen/
hypercalls.h 49 long __res; \
52 : "=a" (__res) \
55 (type)__res; \
60 long __res, __ign1; \
63 : "=a" (__res), "=D" (__ign1) \
66 (type)__res; \
71 long __res, __ign1, __ign2; \
74 : "=a" (__res), "=D" (__ign1), "=S" (__ign2) \
77 (type)__res; \
82 long __res, __ign1, __ign2, __ign3;
    [all...]
  /src/sys/arch/ia64/include/
fpu.h 105 unsigned int __res; member in struct:fpswa_iface
  /src/sys/dev/efi/
efi.h 141 uint32_t __res; member in struct:efi_tblhdr
  /src/sys/crypto/arch/arm/
arm_neon.h 301 uint8x16_t __res; local in function:vqtbl1q_u8
303 : "=w"(__res) : "w"(__tab), "w"(__idx));
304 return __res;

Completed in 28 milliseconds