Home
last modified time | relevance | path

Searched refs:padding (Results 1 – 25 of 65) sorted by relevance

123

/glibc-2.36/stdio-common/
Dtst-vfprintf-mbs-prec.c385 size_t padding = 3500 - length[WIDE_STRING_LENGTH]; in test_mbs_long() local
386 for (size_t i = 0; i < padding; ++i) in test_mbs_long()
388 TEST_VERIFY (memcmp (buf + padding, mbs, length[WIDE_STRING_LENGTH]) == 0); in test_mbs_long()
431 size_t padding = 3500 - length[wide_characters_converted]; in test_mbs_long() local
432 for (size_t i = 0; i < padding; ++i) in test_mbs_long()
434 TEST_VERIFY (memcmp (buf + padding, mbs, in test_mbs_long()
469 size_t padding = 1500 - WIDE_STRING_LENGTH; in test_wide_long() local
470 for (size_t i = 0; i < padding; ++i) in test_wide_long()
472 TEST_VERIFY (wmemcmp (buf + padding, wide, WIDE_STRING_LENGTH) == 0); in test_wide_long()
506 size_t padding = 1500 - actual_wide_len; in test_wide_long() local
[all …]
/glibc-2.36/time/
Dstrftime_l.c1003 int padding = digits - (buf + (sizeof (buf) / sizeof (buf[0])) in libc_hidden_def() local
1006 if (padding > 0) in libc_hidden_def()
1010 if ((size_t) padding >= maxsize - i) in libc_hidden_def()
1014 memset_space (p, padding); in libc_hidden_def()
1015 i += padding; in libc_hidden_def()
1016 width = width > padding ? width - padding : 0; in libc_hidden_def()
1033 memset_zero (p, padding); in libc_hidden_def()
1034 i += padding; in libc_hidden_def()
/glibc-2.36/sysdeps/unix/sysv/linux/x86/sys/
Duser.h39 unsigned int padding[24]; member
128 long int padding[56]; member
/glibc-2.36/sysdeps/aarch64/
Dsysdep.h129 #define ENTRY_ALIGN_AND_PAD(name, align, padding) \
133 .rep padding - 1; /* -1 for bti c. */ \
/glibc-2.36/sysdeps/powerpc/nptl/
Dtcb-offsets.sym26 PADDING (offsetof (tcbhead_t, padding) - TLS_TCB_OFFSET - sizeof(tcbhead_t))
Dtls.h76 uint32_t padding; member
/glibc-2.36/localedata/locales/
Dxh_ZA22 % space padding in day.
/glibc-2.36/manual/
Dprobes.texi98 padding introduced by functions that have to ensure stricter alignment.
Dlang.texi687 That expression includes padding bits as well as value and sign bits.
689 than @code{_Bool} do not have any padding bits.
Dterminal.texi979 amount of padding needed. It's best to specify a line speed value that
981 experiment with different values to vary the amount of padding.
Dlocale.texi1265 @samp{-} flag determines the side at which such padding occurs. If
Dmemory.texi1019 @c Same issues as malloc. The padding bytes are safely freed in
1888 the padding needed to start each object on a suitable boundary.
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-mips2473 (__xstat_conv): Use memset to clear padding arrays. Check for
2475 (__xstat64_conv): Use memset to clear padding arrays.
2547 Replace st_atime and its padding field with st_atim. Likewise
DChangeLog.11148 * sysdeps/generic/printf_fp.c: Fixed padding loop condition for zero
1288 * stdio/vfprintf.c (%c format): Tests of LEFT for padding were
1802 * stdio/vfprintf.c: For %#x, print 0x after padding 0s, not before.
DChangeLog.ports-hppa273 * ports/sysdeps/hppa/setjmp.S: Comment byte offsets and padding.
DChangeLog.15637 [struct siginfo] (__pad0): Add for explicit padding.
861 to more valid C99 hosts, even those that have padding bits.
867 to hosts with padding bits.
871 on hosts with padding bits in floating-point values.
DChangeLog.nptl2650 implementation. Add necessary padding and.
2651 * descr.h (struct pthread): Increase padding for tcbhead_t to 24
3199 adjust names of other padding elements.
3204 adjust names of other padding elements.
3206 Renamed __pad1 element to __shared, adjust names of other padding
4302 __shared, adjust names of other padding elements.
5905 (struct pthread): Move specific_used field to avoid padding.
10584 we always define the padding space.
10739 (pthread_cond_t): Add padding.
DChangeLog.7728 consistency, force d_ino to use ino_t and supply padding.
9075 This means that padding happens only up to the given width.
9397 on padding when printing special values.
9814 * time/strftime.c (add): Respect `0' padding flag.
11577 affect the alignment, and therefore the end padding of the structs.
11779 strange Linux/PPC padding of initial stack.
14570 limits, correctly take structure padding into account, use correct
DChangeLog.21035 `((int *) STREAM)[1]'; but that assumes no struct padding, and
2422 * stdio/vfprintf.c (number): Write "0x" before padding, not after.
DChangeLog.17345 which include unnecessary padding in d_reclen.
347 unnecessary padding.
6437 query. Adjust buffer size computation for padding.
12265 * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
12504 * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
DChangeLog.ports-arm2808 * sysdeps/unix/sysv/linux/arm/mmap64.S (__mmap64): Allow for padding
DChangeLog.146062 fits into allocation. Add padding on 32-bit arches so that
9089 padding is required.
9736 no-op padding element.
9840 to decide whether to add padding.
9842 to decide whether to add padding.
/glibc-2.36/po/
Dbe.po586 msgid "nonzero padding in e_ident"
Dsl.po569 msgid "nonzero padding in e_ident"
Dia.po567 msgid "nonzero padding in e_ident"

123