Home
last modified time | relevance | path

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

/NextBSD/sys/netsmb/
HDsmb_rq.c368 #define ALIGN4(a) (((a) + 3) & ~3) macro
604 len = ALIGN4(len + 5 * 2 + t2p->t2_setupcount * 2 + 2 + nmlen + 1); in smb_t2_request_int()
613 len = ALIGN4(len + txpcount); in smb_t2_request_int()
635 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int()
644 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int()
675 len = ALIGN4(len + 6 * 2 + 2); in smb_t2_request_int()
686 len = ALIGN4(len + txpcount); in smb_t2_request_int()
705 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int()
713 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMSelectionDAGInfo.cpp68 ALIGN4, in EmitSpecializedLibcall() enumerator
74 AlignVariant = ALIGN4; in EmitSpecializedLibcall()
/NextBSD/contrib/gdb/gdb/
HDdwarf2-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()