Searched refs:padded (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/regress/bin/ps/
H A Dcwd.sh34 padded=`printf '%-40s' $dirname`
36 test_ps "-o cwd,command" "$padded ./shortsleep"
37 test_ps "-wwo cwd,command" "$padded ./shortsleep"
/openbsd-current/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512.c1111 __m512i padded[16] = { local
1117 transpose_vecs_512(padded);
1118 _mm256_mask_storeu_epi32(&out[0 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[0]));
1119 _mm256_mask_storeu_epi32(&out[1 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[1]));
1120 _mm256_mask_storeu_epi32(&out[2 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[2]));
1121 _mm256_mask_storeu_epi32(&out[3 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[3]));
1122 _mm256_mask_storeu_epi32(&out[4 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[4]));
1123 _mm256_mask_storeu_epi32(&out[5 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[5]));
1124 _mm256_mask_storeu_epi32(&out[6 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[6]));
1125 _mm256_mask_storeu_epi32(&out[7 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dh8300-tdep.c580 Each argument, whether scalar or aggregate, is padded to occupy a
581 whole number of words. Arguments smaller than a word are padded at
582 the most significant end; those larger than a word are padded at
667 char *padded = alloca (padded_len); local
669 memset (padded, 0, padded_len);
670 memcpy (len < wordsize ? padded + padded_len - len : padded,
681 write_memory (sp + stack_offset, padded, padded_len);
699 ULONGEST word = extract_unsigned_integer (padded + offset,
708 write_memory (sp + stack_offset, padded, padded_le
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/
H A DUtils.pm1998 my $padded = sprintf "%0.6f", $version;
2002 if ($padded ne $version && $version == $padded) {
2003 $hash->{$padded} = $hash->{$version};
/openbsd-current/usr.bin/ssh/
H A Dsshkey-xmss.c887 struct sshbuf *encrypted = NULL, *encoded = NULL, *padded = NULL; local
915 (padded = sshbuf_new()) == NULL ||
929 /* padded state will be encrypted */
930 if ((r = sshbuf_putb(padded, b)) != 0)
933 while (sshbuf_len(padded) % blocksize) {
934 if ((r = sshbuf_put_u8(padded, ++i & 0xff)) != 0)
937 encrypted_len = sshbuf_len(padded);
945 if ((r = sshbuf_putb(encoded, padded)) != 0)
965 sshbuf_free(padded);
/openbsd-current/sys/dev/usb/
H A Dif_uaq.c1359 int padded; local
1362 padded = roundup(m->m_pkthdr.len, UAQ_TX_BUF_ALIGN);
1363 if (((padded + sizeof(desc)) % sc->sc_out_frame_size) == 0) {
1365 padded += 8;
1368 if (padded + sizeof(desc) > maxlen)
1379 return (padded + sizeof(desc));
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DGSM0338.pm276 padded with zero bits and 7 zero bits represents character C<@>. Number
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/
H A DCoreList.pm[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Term-Cap/
H A DCap.pm428 The padded $string is returned.
458 Output the string for the given capability padded as appropriate without
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-MD5/
H A DMD5.pm120 Note that the base64 encoded string returned is not padded to be a
227 The base64 encoded string returned is not padded to be a multiple of 4
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/
H A DSHA.pm440 expects properly padded Base64 encodings.
455 which has a length of 43. So, the properly padded version is
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm1487 "", # checksum field - space padded a bit down
2140 zero padded numbers for C<size>, C<mtime> and C<checksum>.
2141 The default is C<0>, indicating that we will create space padded
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm6007 $x->bstr(); # decimal notation, possibly zero padded
7357 Math::BigFloat, the output is zero padded according to the current accuracy or
7632 The string output (of floating point numbers) is padded with zeros:
7653 The string output (of floating point numbers) is padded with zeros:
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm1374 padded with spaces.

Completed in 366 milliseconds