Home
last modified time | relevance | path

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

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/
A Dsigrestorer.S47 .pad #32
49 .pad #12
74 .pad #160
76 .pad #168
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/arm/
A Dsysdep-cancel.h99 .pad #8
113 .pad #8
127 .pad #16
141 .pad #16
157 .pad #20
165 .pad #4
180 .pad #16
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dsha256.c202 size_t pad; in __sha256_finish_ctx() local
209 pad = bytes >= 56 ? 64 + 56 - bytes : 56 - bytes; in __sha256_finish_ctx()
210 memcpy (&ctx->buffer[bytes], fillbuf, pad); in __sha256_finish_ctx()
213 *(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3); in __sha256_finish_ctx()
214 *(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) | in __sha256_finish_ctx()
218 sha256_process_block (ctx->buffer, bytes + pad + 8, ctx); in __sha256_finish_ctx()
A Dsha512.c233 size_t pad; in __sha512_finish_ctx() local
240 pad = bytes >= 112 ? 128 + 112 - bytes : 112 - bytes; in __sha512_finish_ctx()
241 memcpy (&ctx->buffer[bytes], fillbuf, pad); in __sha512_finish_ctx()
244 *(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP (ctx->total[0] << 3); in __sha512_finish_ctx()
245 *(uint64_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) | in __sha512_finish_ctx()
249 sha512_process_block (ctx->buffer, bytes + pad + 16, ctx); in __sha512_finish_ctx()
/l4re-core-master/cxx/lib/io/include/
A Dbasic_ostream67 unsigned char len = 0, char pad = ' ');
102 unsigned char len = 0, char pad = ' ')
105 iob->write(c, base, len, pad);
145 unsigned char len = 0, char pad = ' ')
146 : n(n), base(base), len(len), pad(pad)
154 char pad;
172 o.write(n, base, len, pad);
/l4re-core-master/uclibc/lib/contrib/uclibc/include/protocols/
A Dtalkd.h63 u_char pad; member
82 u_char pad; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_udp.c113 int pad; in svcudp_bufcreate() local
169 pad = 1; in svcudp_bufcreate()
170 if (setsockopt (sock, SOL_IP, IP_PKTINFO, (void *) &pad, in svcudp_bufcreate()
171 sizeof (pad)) == 0) in svcudp_bufcreate()
173 pad = 0xff; in svcudp_bufcreate()
177 pad = 0; in svcudp_bufcreate()
178 memset (&xprt->xp_pad [0], pad, sizeof (xprt->xp_pad)); in svcudp_bufcreate()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/
A Dfree.c28 static int __malloc_trim(size_t pad, mstate av) in __malloc_trim() argument
41 extra = ((top_size - pad - MINSIZE + (pagesz-1)) / pagesz - 1) * pagesz; in __malloc_trim()
105 int malloc_trim(size_t pad) in malloc_trim() argument
109 return __malloc_trim(pad, av); in malloc_trim()
/l4re-core-master/cxx/lib/io/src/
A Diob_write.cc76 unsigned char len, char pad) in write() argument
94 buffer[--pos] = pad; in write()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dprintf.h126 wchar_t pad; /* Padding character. */ member
128 int pad; member
A Dmalloc.h155 extern int malloc_trim(size_t pad);
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dold_vfprintf.c208 char pad[1]; in _charpad() local
210 *pad = padchar; in _charpad()
212 OUTNSTR(stream, pad, 1); in _charpad()
548 info.pad = flag[FLAG_0_PAD]; in vfprintf()
A D_vfprintf.c674 ppfs->info.pad = ' '; in _ppfs_setargs()
1026 ppfs->info.pad = ((flags & FLAG_ZERO) ? '0' : ' '); in _ppfs_parsespec()
1379 FMT_TYPE pad[1]; in _charpad() local
1381 *pad = padchar; in _charpad()
1382 while (todo && (OUTNSTR(stream, (const char *) pad, 1) == 1)) { in _charpad()
1513 padchar = ppfs->info.pad; in _do_one_spec()
1742 #warning CONSIDER: If using outdigits and/or grouping, how should we pad? in _do_one_spec()
A D_fpmaxtostr.c280 info->pad = ' '; in _fpmaxtostr()
663 } else if (info->pad == '0') { /* 0 padding */ in _fpmaxtostr()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/
A Dinternaltypes.h23 unsigned char pad[2]; member
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dnconf.gui.c556 WINDOW *pad; in show_scroll_win() local
570 pad = newpad(total_lines+10, total_cols+10); in show_scroll_win()
571 (void) wattrset(pad, attributes[SCROLLWIN_TEXT]); in show_scroll_win()
572 fill_window(pad, text); in show_scroll_win()
595 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dsysinfo.h39 unsigned short pad; /* Padding needed for m68k */ member
/l4re-core-master/l4util/include/
A Dmb_info.h39 l4_uint32_t pad; /**< padding to take it to 16 bytes */ member
220 l4_uint32_t pad; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Dfcntl.h175 long int pad[4]; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Ddescr.h76 void *pad[4]; member
/l4re-core-master/ldscripts/ARCH-amd64/
A Dmain_rel.ld159 pad the .data section. */
/l4re-core-master/ldscripts/ARCH-arm64/
A Dmain_rel.ld151 pad the .data section. */
A Dmain_stat.ld177 pad the .data section. */
/l4re-core-master/ldscripts/ARCH-ppc32/
A Dmain_rel.ld180 pad the .data section. */
/l4re-core-master/ldscripts/ARCH-sparc/
A Dmain_rel.ld181 pad the .data section. */

Completed in 43 milliseconds

12