Searched refs:align_to (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 1587 function tab_str(strlen, align_to, _lead, _pad, _result, _i) { 1593 if (align_to >= _lead) 1594 _pad = align_to - _lead; 1606 function write_macro_define(macro, align_to, _tabstr, _i) { 1608 _tabstr = tab_str(length(get(macro, p_name)), align_to)
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 505 align_to(ptrdiff_t size, ptrdiff_t alignment) in align_to() function 2466 zic_t *ats = xmalloc(align_to(size_product(timecnt + !timecnt, in writezone()
|