Home
last modified time | relevance | path

Searched refs:pad (Results 1 – 3 of 3) sorted by relevance

/resolv/bits/types/
A Dres_state.h41 char pad[52]; /* On an i386 this means 512b total. */ member
/resolv/nss_dns/
A Ddns-network.c274 uintptr_t pad = -(uintptr_t) buffer % __alignof__ (struct net_data); in libc_hidden_def() local
275 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()
A Ddns-host.c450 uintptr_t pad = -(uintptr_t) buffer % __alignof__ (struct host_data); in libc_hidden_def() local
451 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() local
645 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() local
1196 buffer += pad; in gaih_getanswer_slice()
1197 buflen = buflen > pad ? buflen - pad : 0; in gaih_getanswer_slice()

Completed in 9 milliseconds