OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:padded
(Results
1 - 18
of
18
) sorted by relevancy
/src/lib/libc/stdlib/
strfmon.c
96
*--bufend = *(avalue + avalue_size +
padded
); \
539
int
padded
;
local
595
padded
= 0;
596
while (avalue[
padded
] == ' ') {
597
padded
++;
603
memcpy(bufend, avalue + avalue_size +
padded
- right_prec,
634
padded
-= groups;
637
memcpy(bufend, avalue +
padded
, (size_t) avalue_size);
639
padded
-= (int)decimal_point_size;
643
if (
padded
> 0)
[
all
...]
/src/share/examples/asm/hello/
powerpc.s
41
.ascii "NetBSD\0\0" # The OS name,
padded
to 8 bytes.
/src/sys/arch/m68k/m68k/
buserr_10.s
75
movl %d0,%sp@- | and
padded
SSW
buserr_2030.s
118
movl %d0,%sp@- | and
padded
SSW
215
clrw %sp@ | re-clear upper half of
padded
/src/external/gpl3/gdb.old/dist/gdb/
h8300-tdep.c
566
Each argument, whether scalar or aggregate, is
padded
to occupy a
567
whole number of words. Arguments smaller than a word are
padded
at
568
the most significant end; those larger than a word are
padded
at
655
std::vector<gdb_byte>
padded
(padded_len);
657
memcpy ((len < wordsize ?
padded
.data () + padded_len - len
658
:
padded
.data ()),
669
write_memory (sp + stack_offset,
padded
.data (), padded_len);
687
= extract_unsigned_integer (&
padded
[offset],
696
write_memory (sp + stack_offset,
padded
.data (), padded_len);
/src/external/gpl3/gdb/dist/gdb/
h8300-tdep.c
567
Each argument, whether scalar or aggregate, is
padded
to occupy a
568
whole number of words. Arguments smaller than a word are
padded
at
569
the most significant end; those larger than a word are
padded
at
656
std::vector<gdb_byte>
padded
(padded_len);
658
memcpy ((len < wordsize ?
padded
.data () + padded_len - len
659
:
padded
.data ()),
670
write_memory (sp + stack_offset,
padded
.data (), padded_len);
688
= extract_unsigned_integer (&
padded
[offset],
697
write_memory (sp + stack_offset,
padded
.data (), padded_len);
/src/external/bsd/tcpdump/dist/
print-domain.c
319
u_char
padded
[32];
local
355
memset(
padded
, 0, sizeof(
padded
));
356
memcpy(
padded
, cp, data_len - 4);
360
ND_PRINT("%s/%d/%d", addrtostr(
padded
, addr, INET_ADDRSTRLEN),
363
ND_PRINT("%s/%d/%d", addrtostr6(
padded
, addr, INET6_ADDRSTRLEN),
/src/sys/arch/atari/atari/
locore.s
149
clrw %sp@- |
padded
to longword
312
clrw %sp@- |
padded
to longword
329
clrw %sp@- |
padded
to longword
344
clrw %sp@- |
padded
to longword
/src/usr.bin/make/unit-tests/
posix1.mk
133
# Some of these rules are
padded
with useless extra dependencies just so
/src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/
ans.py
111
padded
= b32hex_str.upper() + "=" * ((8 - len(b32hex_str) % 8) % 8)
112
return base64.b32hexdecode(
padded
)
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c
213
CRYPTO_ALIGN(16) unsigned char
padded
[16];
local
216
memset(
padded
, 0, 16);
218
padded
[i] = a[i];
220
A = _mm_load_si128((const __m128i *)
padded
);
/src/sys/arch/luna68k/stand/boot/
locore.S
319
clrw %sp@- |
padded
to longword
511
movl %a1@,%sp@- | push
padded
PS
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_s390x.inc
59
* The IV length needs to be zero
padded
to be a multiple of 16 bytes
/src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_s390x.inc
59
* The IV length needs to be zero
padded
to be a multiple of 16 bytes
/src/sys/arch/amiga/amiga/
locore.s
219
clrw %sp@- |
padded
to longword
243
clrw %sp@- |
padded
to longword
/src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex
227
as a null-terminated string,
padded
to a 32-bit boundary. Then
241
property value (as a 32-bit value) and then the data itself
padded
to
/src/external/gpl3/gdb.old/dist/sim/
configure
17167
array|switch|
padded
-switch|goto-switch) sim_ppc_decode_mechanism="-T ${enableval}";;
/src/external/gpl3/gdb/dist/sim/
configure
17039
array|switch|
padded
-switch|goto-switch) sim_ppc_decode_mechanism="-T ${enableval}";;
Completed in 48 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026