Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netsmb/
H A Dsmb_rq.c370 #define ALIGN4(a) (((a) + 3) & ~3) macro
606 len = ALIGN4(len + 5 * 2 + t2p->t2_setupcount * 2 + 2 + nmlen + 1); in smb_t2_request_int()
615 len = ALIGN4(len + txpcount); in smb_t2_request_int()
637 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int()
646 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int()
677 len = ALIGN4(len + 6 * 2 + 2); in smb_t2_request_int()
688 len = ALIGN4(len + txpcount); in smb_t2_request_int()
707 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int()
715 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp65 ALIGN4, in EmitSpecializedLibcall() enumerator
71 AlignVariant = ALIGN4; in EmitSpecializedLibcall()
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2-frame.c1453 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE; in decode_frame_entry() enumerator
1490 if (workaround < ALIGN4 && (start_offset & 3) != 0) in decode_frame_entry()
1493 workaround = ALIGN4; in decode_frame_entry()
1516 case ALIGN4: in decode_frame_entry()