Searched refs:pad (Results 1 - 16 of 16) sorted by relevance

/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_quota.h29 u_int32_t pad; member in struct:xt_quota_info
/bionic/libc/kernel/common/linux/
H A Dkernel.h35 unsigned short pad; member in struct:sysinfo
H A Dpkt_cls.h272 __u8 pad; member in struct:tc_rsvp_pinfo
422 __u16 pad; member in struct:tcf_ematch_hdr
H A Dif_link.h321 __u8 pad[3]; member in struct:ifla_port_vsi
H A Dpkt_sched.h361 __u16 pad; member in struct:tc_cbq_ovl
/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dmktemp.c96 char *pad; local
171 pad = strchr(padchar, *trv);
172 if (pad == NULL) {
178 *trv = (*++pad == '\0') ? padchar[0] : *pad;
/bionic/libc/kernel/arch-mips/asm/
H A Dfcntl.h55 long pad[4]; member in struct:flock
/bionic/libc/kernel/arch-x86/asm/
H A Dalternative_32.h32 u8 pad; member in struct:alt_instr
H A Ddesc_32.h34 unsigned short pad; member in struct:Xgt_desc_struct
/bionic/libc/bionic/
H A Dlibc_logging.cpp212 char pad[8]; local
213 memset(pad, ch, sizeof(pad));
215 const int pad_size = static_cast<int>(sizeof(pad));
221 o.Send(pad, avail);
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.h460 malloc_trim(size_t pad);
471 The `pad' argument to malloc_trim represents the amount of free
606 int mspace_trim(mspace msp, size_t pad);
H A Dmalloc.c1203 malloc_trim(size_t pad);
1214 The `pad' argument to malloc_trim represents the amount of free
1409 DLMALLOC_EXPORT int mspace_trim(mspace msp, size_t pad);
2227 /* pad request bytes into a usable size */
2231 /* pad request, checking for minimum (but not maximum) */
4100 we can malloc nb bytes upon success, so pad with enough space for
4101 top_foot, plus alignment-pad to make sure we don't lose bytes if
4317 static int sys_trim(mstate m, size_t pad) { argument
4320 if (pad < MAX_REQUEST && is_initialized(m)) {
4321 pad
5356 dlmalloc_trim(size_t pad) argument
5892 mspace_trim(mspace msp, size_t pad) argument
[all...]
/bionic/libc/kernel/common/sound/
H A Dasound.h32 unsigned char pad; member in struct:snd_aes_iec958
684 int pad; member in struct:snd_ctl_card_info
/bionic/libc/private/
H A Dresolv_private.h184 char pad[72 - 4*sizeof (int) - 2*sizeof (void *)]; member in union:__res_state::__anon654
/bionic/libc/arch-arm/generic/bionic/
H A Dmemcpy.S55 .pad #28
/bionic/libc/arch-arm/bionic/
H A Dmemcpy.S350 .pad #28

Completed in 497 milliseconds