Searched refs:pad_size (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/lib/libc/stdlib/ |
| D | strfmon.c | 123 int pad_size; /* pad size */ in vstrfmon_l() local 163 pad_size = 0; /* no padding initially */ in vstrfmon_l() 272 pad_size = __calc_left_pad((flags ^ IS_NEGATIVE), in vstrfmon_l() 275 if (pad_size < 0) in vstrfmon_l() 276 pad_size = 0; in vstrfmon_l() 324 while (pad_size-- > 0) in vstrfmon_l() 401 pad_size = (int)(dst - tmpptr); in vstrfmon_l() 402 wps = width - pad_size; in vstrfmon_l() 403 memmove(tmpptr + wps, tmpptr, (size_t)pad_size); in vstrfmon_l()
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | vasprintf.c | 881 mpfr_intmax_t pad_size; /* Number of padding characters */ member 1709 np->pad_size = 0; in partition_number() 1963 np->pad_size = spec.width - total; in partition_number() 2012 if (np.pad_type == LEFT && np.pad_size != 0) in sprnt_fp() 2013 buffer_pad (buf, ' ', np.pad_size); in sprnt_fp() 2024 if (np.pad_type == LEADING_ZEROS && np.pad_size != 0) in sprnt_fp() 2025 buffer_pad (buf, '0', np.pad_size); in sprnt_fp() 2069 if (np.pad_type == RIGHT && np.pad_size != 0) in sprnt_fp() 2070 buffer_pad (buf, ' ', np.pad_size); in sprnt_fp()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | alloca.c | 296 long pad_size; /* Stack pad size. */ member
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | alloca.c | 296 long pad_size; /* Stack pad size. */ member
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | alloca.c | 296 long pad_size; /* Stack pad size. */ member
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | alloca.c | 303 long pad_size; /* Stack pad size. */ member
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elfxx-tilegx.c | 3969 size_t pad_size; in tilegx_elf_finish_dynamic_sections() local 4005 pad_size = PLT_ENTRY_SIZE - PLT_HEADER_SIZE - PLT_TAIL_SIZE; in tilegx_elf_finish_dynamic_sections() 4006 memset (splt->contents + splt->size - pad_size, 0, pad_size); in tilegx_elf_finish_dynamic_sections()
|
| D | elfnn-aarch64.c | 3259 unsigned int pad_size = 0; in aarch64_build_one_stub() local 3309 pad_size = sizeof (aarch64_long_branch_stub) in aarch64_build_one_stub() 3346 template_size += pad_size; in aarch64_build_one_stub()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elfxx-tilegx.c | 3968 size_t pad_size; in tilegx_elf_finish_dynamic_sections() local 4004 pad_size = PLT_ENTRY_SIZE - PLT_HEADER_SIZE - PLT_TAIL_SIZE; in tilegx_elf_finish_dynamic_sections() 4005 memset (splt->contents + splt->size - pad_size, 0, pad_size); in tilegx_elf_finish_dynamic_sections()
|
| D | elfnn-aarch64.c | 3259 unsigned int pad_size = 0; in aarch64_build_one_stub() local 3309 pad_size = sizeof (aarch64_long_branch_stub) in aarch64_build_one_stub() 3346 template_size += pad_size; in aarch64_build_one_stub()
|