Home
last modified time | relevance | path

Searched defs:Size3 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/device/google/contexthub/firmware/os/algos/common/math/
Dmat.h49 struct Size3 { struct
50 uint32_t elem[3];
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp603 unsigned Size3 = (LdDispImm + getRegSizeInBytes(LoadInst)) - LdDisp1; in breakBlockedCopies() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp612 unsigned Size3 = (LdDispImm + getRegSizeInBytes(LoadInst)) - LdDisp1; in breakBlockedCopies() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2964 unsigned Size3 = MRI.getType(Offset).getSizeInBits(); in getInstrMapping() local
3147 unsigned Size3 = MRI.getType(VIndex).getSizeInBits(); in getInstrMapping() local
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c835 } Size3; typedef
/aosp_15_r20/external/libffi/testsuite/libffi.bhaible/
H A Dtestcases.c44 typedef struct { char x1; char x2; char x3; } Size3; typedef