Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/hardware/
H A Dhwvalid.c243 UINT32 OneByte; in AcpiHwReadPort() local
279 Status = AcpiOsReadPort (Address, &OneByte, 8); in AcpiHwReadPort()
285 *Value |= (OneByte << i); in AcpiHwReadPort()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoads.cpp662 APInt OneByte(DL.getPointerTypeSizeInBits(Ty), 1); in canReplacePointersIfEqual() local
664 isDereferenceableAndAlignedPointer(B, Align(1), OneByte, DL, CtxI); in canReplacePointersIfEqual()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h8297 vector unsigned int OneByte = { 0x8, 0x8, 0x8, 0x8 }; in vec_rlnm() local
8298 return __builtin_altivec_vrlwnm(__a, ((__c << OneByte) | __b)); in vec_rlnm()
8304 vector unsigned long long OneByte = { 0x8, 0x8 }; in vec_rlnm() local
8305 return __builtin_altivec_vrldnm(__a, ((__c << OneByte) | __b)); in vec_rlnm()