Home
last modified time | relevance | path

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

/src/contrib/arm-optimized-routines/string/arm/
H A Dasmdefs.h432 .macro prologue first, last, push_ip=PAC_LEAF_PUSH_IP, push_lr=0, align8=STACK_ALIGN_ENFORCE
433 .if \align8
440 .macro epilogue first, last, push_ip=PAC_LEAF_PUSH_IP, push_lr=0, align8=STACK_ALIGN_ENFORCE
441 .if \align8
/src/tests/atf_python/sys/netpfil/ipfw/
H A Dutils.py25 def align8(val: int) -> int: function
H A Dioctl.py32 from atf_python.sys.netpfil.ipfw.utils import align8
370 off += align8(rule_len)