Searched refs:_NSC_GLALIGN (Results 1 – 2 of 2) sorted by relevance
356 size = (size + _NSC_GLALIGN) & ~_NSC_GLALIGN; in _nsc_global_setup()428 size = (size + _NSC_GLALIGN) & ~_NSC_GLALIGN; in _nsc_need_global_mem()760 size = (size + _NSC_GLALIGN) & ~_NSC_GLALIGN; in _nsc_rm_alloc()
70 #define _NSC_GLALIGN 4095 /* Alignment between areas */ macro