Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h8382 vector unsigned int OneByte = { 0x8, 0x8, 0x8, 0x8 }; in vec_rlnm() local
8383 return __builtin_altivec_vrlwnm(__a, ((__c << OneByte) | __b)); in vec_rlnm()
8389 vector unsigned long long OneByte = { 0x8, 0x8 }; in vec_rlnm() local
8390 return __builtin_altivec_vrldnm(__a, ((__c << OneByte) | __b)); in vec_rlnm()