Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c351 UINT32 OneByte; in AcpiHwReadPort() local
387 Status = AcpiOsReadPort (Address, &OneByte, 8); in AcpiHwReadPort()
393 *Value |= (OneByte << i); in AcpiHwReadPort()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h7659 vector unsigned int OneByte = { 0x8, 0x8, 0x8, 0x8 }; in vec_rlnm() local
7660 return __builtin_altivec_vrlwnm(__a, ((__c << OneByte) | __b)); in vec_rlnm()
7666 vector unsigned long long OneByte = { 0x8, 0x8 }; in vec_rlnm() local
7667 return __builtin_altivec_vrldnm(__a, ((__c << OneByte) | __b)); in vec_rlnm()