Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/lib/libc/stdlib/
H A Dstrfmon.c89 *--bufend = *(avalue + avalue_size + padded); \
528 int padded; in __format_grouped_double() local
584 padded = 0; in __format_grouped_double()
585 while (avalue[padded] == ' ') { in __format_grouped_double()
586 padded++; in __format_grouped_double()
592 memcpy(bufend, avalue + avalue_size + padded - right_prec, in __format_grouped_double()
621 padded -= groups; in __format_grouped_double()
624 memcpy(bufend, avalue + padded, avalue_size); in __format_grouped_double()
627 padded -= decimal_point_size; in __format_grouped_double()
631 if (padded > 0) { in __format_grouped_double()
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-MDC2.pod31 Normally the final MDC2 block is padded with zeros.
32 If the pad type is set to 2 then the final block is padded with 0x80 followed by
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512.c1111 __m512i padded[16] = { in blake3_hash16_avx512() local
1117 transpose_vecs_512(padded); in blake3_hash16_avx512()
1118 …_mm256_mask_storeu_epi32(&out[0 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[0]… in blake3_hash16_avx512()
1119 …_mm256_mask_storeu_epi32(&out[1 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[1]… in blake3_hash16_avx512()
1120 …_mm256_mask_storeu_epi32(&out[2 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[2]… in blake3_hash16_avx512()
1121 …_mm256_mask_storeu_epi32(&out[3 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[3]… in blake3_hash16_avx512()
1122 …_mm256_mask_storeu_epi32(&out[4 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[4]… in blake3_hash16_avx512()
1123 …_mm256_mask_storeu_epi32(&out[5 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[5]… in blake3_hash16_avx512()
1124 …_mm256_mask_storeu_epi32(&out[6 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[6]… in blake3_hash16_avx512()
1125 …_mm256_mask_storeu_epi32(&out[7 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[7]… in blake3_hash16_avx512()
[all …]
/freebsd/crypto/openssh/
H A DPROTOCOL.key19 string encrypted, padded list of private keys
32 The list of privatekey/comment pairs is padded with the
H A Dsshkey-xmss.c893 struct sshbuf *encrypted = NULL, *encoded = NULL, *padded = NULL; in sshkey_xmss_encrypt_state() local
921 (padded = sshbuf_new()) == NULL || in sshkey_xmss_encrypt_state()
936 if ((r = sshbuf_putb(padded, b)) != 0) in sshkey_xmss_encrypt_state()
939 while (sshbuf_len(padded) % blocksize) { in sshkey_xmss_encrypt_state()
940 if ((r = sshbuf_put_u8(padded, ++i & 0xff)) != 0) in sshkey_xmss_encrypt_state()
943 encrypted_len = sshbuf_len(padded); in sshkey_xmss_encrypt_state()
951 if ((r = sshbuf_putb(encoded, padded)) != 0) in sshkey_xmss_encrypt_state()
971 sshbuf_free(padded); in sshkey_xmss_encrypt_state()
/freebsd/contrib/tcpdump/
H A Dprint-domain.c314 u_char padded[32]; in print_eopt_ecs() local
350 memset(padded, 0, sizeof(padded)); in print_eopt_ecs()
351 memcpy(padded, cp, data_len - 4); in print_eopt_ecs()
355 ND_PRINT("%s/%d/%d", addrtostr(padded, addr, INET_ADDRSTRLEN), in print_eopt_ecs()
358 ND_PRINT("%s/%d/%d", addrtostr6(padded, addr, INET6_ADDRSTRLEN), in print_eopt_ecs()
/freebsd/contrib/file/magic/Magdir/
H A Dmodem39 >>>>>>>>-0 offset !32034 raw G3 (Group 3) FAX, byte-padded
40 # version 5.25 labeled the entry above "raw G3 data, byte-padded"
H A Dc6436 # 32-byte null padded cartridge name like: "BUGS BUNNY" "CART64" "EasyFlash" "FINAL CARTRIDGE" "Mag…
132 # padded with 3 space characters for CRT but for CCS64 Cartridge (*.CAR) maybe different according …
228 # tape container name, 24 characters (padded with 20h but with A0h for DirMaster created samples) l…
247 # 1st filename (in PETASCII, padded with 20h, not A0h) like: "DRILLINSTR. /HTL" "WIZBALL+ " …
H A Dmap61 # Map description[20], 0x20 padded
63 # Map name, continued (0x20 padded, \0 terminated)
/freebsd/contrib/lib9p/
H A DGNUmakefile15 WFLAGS += -Wno-padded
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncodeInit.pod37 multiple of 3 then the output data will be padded at the end using the "="
88 encoded as a final block of data and the output is padded such that it is always
124 output will be padded with 0 bits if necessary to ensure that the output is
H A DRSA_public_encrypt.pod62 The returned ciphertext in B<to> will always be zero padded to exactly
H A DBN_bn2bin.pod43 B<to>. The result is padded with zeros if necessary. If B<tolen> is less than
H A DX509_NAME_print_ex.pod85 If B<XN_FLAG_FN_ALIGN> is set then field names are padded to 20 characters: this
H A DSSL_CTX_set_client_hello_cb.pod44 'challenge' field is exposed via SSL_client_hello_get0_random(), padded to
H A DOSSL_PARAM_BLD.pod86 The object will be padded to occupy exactly I<sz> bytes, if insufficient space
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c213 CRYPTO_ALIGN(16) unsigned char padded[16]; in addmul()
216 memset(padded, 0, 16); in addmul()
218 padded[i] = a[i]; in addmul()
220 A = _mm_load_si128((const __m128i *) padded); in addmul()
/freebsd/contrib/libxo/doc/
H A Dfield-formatting.rst28 - a minus sign ('-'), indicating the output value should be padded on
30 - a leading zero ('0') indicating the output value should be padded on the
34 the minimum width, the value will be padded to reach the minimum.
H A Dfield-roles.rst291 The anchor roles allow a set of strings by be padded as a group,
295 and stop anchor are padded to meet the minimum width given.
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel182 ;# %e day of month (space padded) - ` 1' to `31'
184 ;# %f month of year (space padded) - ` 1' to `12'
187 ;# %i hour (space padded) - ` 1' to `12'
190 ;# %k hour (space padded) - ` 0' to `23'
271 ;# for space padded hours (` 1' to `12' and ` 0' to `23' respectively),
281 ;# Added `%f' format to generate space padded month numbers, added
340 X '%e', q|$rep = &date'pad($mday, 2, " ")|, # day of month (space padded) ` 1' to `31'
342 X '%f', q|$rep = &date'pad($mon+1, 2, " ")|, # month of year (space padded) ` 1' to `12'
345 X '%i', q|$rep = &date'ampmH($hour, " ")|, # hour (space padded ` 1' to `12'
348 X '%k', q|$rep = &date'pad($hour, 2, " ")|, # hour (space padded) ` 0' to `23'
[all …]
/freebsd/crypto/libecc/
H A Dcommon.mk84 -Wno-reserved-id-macro -Wno-padded \
/freebsd/sys/contrib/device-tree/Bindings/
H A Ddts-coding-style.rst38 part can be padded with leading zeros.
/freebsd/sys/geom/uzip/
H A Dg_uzip.c68 unsigned char padded:1; member
655 sc->toc[i].padded = 1; in g_uzip_parse_toc()
/freebsd/sys/contrib/openzfs/config/
H A Dax_compare_version.m494 # 0001001200050617. In other words, each number is zero padded to four
/freebsd/crypto/heimdal/
H A DChangeLog11 is padded to a multiple of 8 bytes. If it is already a multiple of
20 40 bytes, got "padded" to 48 bytes which the rxkad decoder

123