Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypesDetails.h35 bool padded; member
39 bool incomplete, bool packed, bool padded, in KeyTy()
42 padded(padded), kind(kind) {} in KeyTy()
49 bool padded; member
53 bool incomplete, bool packed, bool padded, in RecordTypeStorage()
56 padded(padded), kind(kind) { in RecordTypeStorage()
61 return KeyTy(members, name, incomplete, packed, padded, kind); in getAsKey()
67 return std::tie(members, name, incomplete, packed, padded, kind) ==
69 key.padded, key.kind);
76 key.padded, key.kind); in hashKey()
[all …]
H A DCIRTypes.td516 !rec_p2 = !cir.record<struct "p2" padded {!u8i, !u8i}>
517 !rec_p3 = !cir.record<struct "p3" packed padded {!s32i, !u8i, !u8i}>
538 "bool":$padded,
555 "bool":$padded,
558 return $_get($_ctxt, members, name, /*incomplete=*/false, packed, padded,
569 /*padded=*/false, kind);
576 "bool":$padded,
580 packed, padded, kind);
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_from_text_overread.c73 static const char padded[] = "user:100:rwx "; in DEFINE_TEST() local
76 char *b2 = malloc(sizeof(padded) - 1); in DEFINE_TEST()
81 memcpy(b2, padded, sizeof(padded) - 1); in DEFINE_TEST()
86 archive_acl_from_text_nl(&acl2, b2, sizeof(padded) - 1, in DEFINE_TEST()
/freebsd/lib/libc/stdlib/
H A Dstrfmon.c89 *--bufend = *(avalue + avalue_size + padded); \
530 int padded; in __format_grouped_double() local
586 padded = 0; in __format_grouped_double()
587 while (avalue[padded] == ' ') { in __format_grouped_double()
588 padded++; in __format_grouped_double()
594 memcpy(bufend, avalue + avalue_size + padded - right_prec, in __format_grouped_double()
623 padded -= groups; in __format_grouped_double()
626 memcpy(bufend, avalue + padded, avalue_size); in __format_grouped_double()
629 padded -= decimal_point_size; in __format_grouped_double()
633 if (padded > 0) { in __format_grouped_double()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp100 bool padded = false; in parse() local
147 padded = true; in parse()
171 type = getChecked(eLoc, context, membersRef, packed, padded, kind); in parse()
173 type = getChecked(eLoc, context, membersRef, name, packed, padded, kind); in parse()
177 mlir::cast<RecordType>(type).complete(membersRef, packed, padded); in parse()
236 bool incomplete, bool packed, bool padded, in verify() argument
255 bool RecordType::getPadded() const { return getImpl()->padded; } in getPadded()
261 void RecordType::complete(ArrayRef<Type> members, bool packed, bool padded) { in complete() argument
263 if (mutate(members, packed, padded).failed()) in complete()
/freebsd/crypto/krb5/src/lib/crypto/builtin/
H A Dcmac.c130 unsigned char Y[BLOCK_SIZE], M_last[BLOCK_SIZE], padded[BLOCK_SIZE]; in krb5int_cmac_checksum() local
186 padding(input, padded, length % BLOCK_SIZE); in krb5int_cmac_checksum()
187 xor_128(padded, K2, M_last); in krb5int_cmac_checksum()
/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/crypto/openssh/
H A DPROTOCOL.key19 string encrypted, padded list of private keys
32 The list of privatekey/comment pairs is padded with the
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayoutBuilder.cpp174 padded = true; in appendPaddingBytes()
199 unsigned padded : 1;
215 padded(false) {} in CIRRecordLowering()
581 padded = true; in insertPadding()
607 baseLowering.packed, baseLowering.padded); in computeRecordLayout()
621 ty->complete(lowering.fieldTypes, lowering.packed, lowering.padded); in computeRecordLayout()
H A DCIRGenBuilder.h109 bool padded) { in getCompleteRecordTy() argument
116 getType<cir::RecordType>(members, nameAttr, packed, padded, kind); in getCompleteRecordTy()
122 type.getPadded() == padded)); in getCompleteRecordTy()
126 type.complete(members, packed, padded); in getCompleteRecordTy()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512.c1220 __m512i padded[16] = { in blake3_hash16_avx512() local
1226 transpose_vecs_512(padded); in blake3_hash16_avx512()
1227 …_mm256_mask_storeu_epi32(&out[0 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[0]… in blake3_hash16_avx512()
1228 …_mm256_mask_storeu_epi32(&out[1 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[1]… in blake3_hash16_avx512()
1229 …_mm256_mask_storeu_epi32(&out[2 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[2]… in blake3_hash16_avx512()
1230 …_mm256_mask_storeu_epi32(&out[3 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[3]… in blake3_hash16_avx512()
1231 …_mm256_mask_storeu_epi32(&out[4 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[4]… in blake3_hash16_avx512()
1232 …_mm256_mask_storeu_epi32(&out[5 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[5]… in blake3_hash16_avx512()
1233 …_mm256_mask_storeu_epi32(&out[6 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[6]… in blake3_hash16_avx512()
1234 …_mm256_mask_storeu_epi32(&out[7 * sizeof(__m256i)], (__mmask8)-1, _mm512_castsi512_si256(padded[7]… in blake3_hash16_avx512()
[all …]
/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"
/freebsd/contrib/lib9p/
H A DGNUmakefile15 WFLAGS += -Wno-padded
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncodeInit.pod38 multiple of 3 then the output data will be padded at the end using the "="
90 encoded as a final block of data and the output is padded such that it is always
138 length is not a multiple of 4, i.e. it was not properly padded, -1 is
H A DBN_bn2bin.pod50 B<to>. The result is padded with zeros if necessary. If B<tolen> is less than
55 the output buffer B<to>. The result is signed extended (padded with 0x00
H A DRSA_public_encrypt.pod62 The returned ciphertext in B<to> will always be zero padded to exactly
/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/crypto/krb5/src/lib/crypto/builtin/des/doc/
H A Dlibdes.doc109 the output cleartext was zero-padded due to cleartext lengths not integral
130 The input is effectively zero-padded to an integral multiple of
/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/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa_common.txt446 # positive test with 11 byte long value and zero padded ciphertext
456 # positive test with 11 byte long value and double zero padded ciphertext
626 # positive test case with null padded ciphertext
636 # positive test case with double null padded ciphertext
751 # a positive test case with null padded ciphertext
761 # a positive test case with double null padded ciphertext
/freebsd/contrib/pam-krb5/m4/
H A Dcc-flags.m4109 [-Weverything -Wno-cast-qual -Wno-disabled-macro-expansion -Wno-padded

123