Searched refs:ALIGN_VAR (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c62 #define ALIGN_VAR(a) ((is_64bit) ? (ALIGN_QWORD(a)) : (ALIGN_DWORD(a))) macro
597 tag_buf_len = ALIGN_VAR (tag_buf_len
667 p_tag = ALIGN_VAR (p_tag - p) + p;
780 tag_buf_len = ALIGN_VAR (tag_buf_len
1069 tag_buf_len = ALIGN_VAR (tag_buf_len

Completed in 62 milliseconds