Searched refs:pad (Results 1 – 3 of 3) sorted by relevance
41 char pad[52]; /* On an i386 this means 512b total. */ member
274 uintptr_t pad = -(uintptr_t) buffer % __alignof__ (struct net_data); in libc_hidden_def() local275 buffer += pad; in libc_hidden_def()277 if (__glibc_unlikely (buflen < sizeof (*net_data) + pad)) in libc_hidden_def()285 buflen -= pad; in libc_hidden_def()
450 uintptr_t pad = -(uintptr_t) buffer % __alignof__ (struct host_data); in libc_hidden_def() local451 buffer += pad; in libc_hidden_def()452 buflen = buflen > pad ? buflen - pad : 0; in libc_hidden_def()644 uintptr_t pad = -(uintptr_t) buffer % __alignof__ (struct host_data); in getanswer_r() local645 buffer += pad; in getanswer_r()646 buflen = buflen > pad ? buflen - pad : 0; in getanswer_r()1194 uintptr_t pad = (-(uintptr_t) buffer in gaih_getanswer_slice() local1196 buffer += pad; in gaih_getanswer_slice()1197 buflen = buflen > pad ? buflen - pad : 0; in gaih_getanswer_slice()
Completed in 9 milliseconds