Lines Matching refs:roundup
873 alloclen = sizeof (*retval) + roundup((hexlen/2 + (hexlen & 0x1)), 8);
1964 alloclen = sizeof (*src) + roundup(sa_len, 8);
2001 alloclen = sizeof (*dst) + roundup(sa_len, 8);
2067 alloclen = sizeof (*isrc) + roundup(sa_len, 8);
2156 alloclen = sizeof (*idst) + roundup(sa_len, 8);
2219 alloclen = sizeof (*natt_local) + roundup(sa_len, 8);
2276 alloclen = sizeof (*natt_remote) + roundup(sa_len, 8);
2370 roundup(strlen(*(argv + 1)) + 1, 8);
2398 roundup(strlen(*(argv + 1)) + 1, 8);
2634 alloclen = sizeof (sadb_address_t) + roundup(sizeof (socktype), 8); \
3014 nextext += SADB_8TO64(roundup(sa_len, 8)); \