Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/
Dtype.go240 type align64 struct{} struct
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vvc/packet/
H A Ddecode_vvc_s2l_packet.h467 uint8_t align64[MOS_ALIGN_CEIL(sizeof(struct VvcS2lBssRplInfo), 64)]; member
500 uint8_t align64[MOS_ALIGN_CEIL(sizeof(struct VvcS2lBssPartitionInfo), 64)]; member
524 uint8_t align64[MOS_ALIGN_CEIL(sizeof(struct VvcWeightedPredInfoInPH), 64)]; member
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/
Dtypes.go587 type align64 struct{} struct
/aosp_15_r20/external/mesa3d/src/util/
H A Du_math.h697 align64(uint64_t value, uint64_t alignment) in align64() function
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_math.h693 align64(uint64_t value, unsigned alignment) in align64() function
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c165 uint len, remain, align64; in pktsegcnt_war() local