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

/freebsd-13-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c351 UINT32 OneByte; local
387 Status = AcpiOsReadPort (Address, &OneByte, 8);
393 *Value |= (OneByte << i);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h7704 vector unsigned int OneByte = { 0x8, 0x8, 0x8, 0x8 }; local
7705 return __builtin_altivec_vrlwnm(__a, ((__c << OneByte) | __b));
7711 vector unsigned long long OneByte = { 0x8, 0x8 }; local
7712 return __builtin_altivec_vrldnm(__a, ((__c << OneByte) | __b));

Completed in 210 milliseconds