Searched refs:OneByte (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/acpica/components/hardware/ |
| H A D | hwvalid.c | 351 UINT32 OneByte; in AcpiHwReadPort() local 387 Status = AcpiOsReadPort (Address, &OneByte, 8); in AcpiHwReadPort() 393 *Value |= (OneByte << i); in AcpiHwReadPort()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 723 APInt OneByte(DL.getPointerTypeSizeInBits(Ty), 1); in canReplacePointersIfEqual() local 725 isDereferenceableAndAlignedPointer(B, Align(1), OneByte, DL, CtxI); in canReplacePointersIfEqual()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 8382 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()
|