gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:_pad_l (0.00 seconds)
tkernel_2
include/sys/sysdepend/tef_em1d/str_align_depend.h - 917B - 35 lines
26: #  define _pad_b(n)     int :n;
27: #  define _pad_l(n)
28: #else
29: #  define _pad_b(n)
30: #  define _pad_l(n)     int :n;
31: #endif