| /freebsd/sys/contrib/libsodium/test/default/ |
| H A D | Makefile.am | 156 aead_aes256gcm.final \ 157 aead_chacha20poly1305.final \ 158 aead_xchacha20poly1305.final \ 159 auth.final \ 160 auth2.final \ 161 auth3.final \ 162 auth5.final \ 163 auth6.final \ 164 auth7.final \ 165 box.final \ [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-c_incremental.ksh | 39 typeset final dstlist list vol 41 log_must eval "zfs send -R $POOL@final > $BACKDIR/final" 42 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/final" 53 log_must eval "zfs send -R $POOL@final > $BACKDIR/final" 54 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/final" 59 final=$(getds_with_suffix $POOL2 @final) 60 list="$final $(getds_with_suffix $POOL2 @snapA)" 64 log_must eval "zfs send -c -R $opt @init $POOL2@final >$BACKDIR/pool" 68 dstlist=$(getds_with_suffix $POOL2 @final) 69 [[ $final != $dstlist ]] && log_fail "$final != $dstlist" [all …]
|
| H A D | rsend_004_pos.ksh | 37 # zfs send -R -i send incremental from fs@init to fs@final. 42 # 3. Create final snapshot 44 # snapshot suffix @final 49 log_assert "zfs send -R -i send incremental from fs@init to fs@final." 55 log_must eval "zfs send -R $POOL@final > $BACKDIR/pool-final-R" 56 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final-R" 62 srclist=$(getds_with_suffix $POOL2 @final) 67 log_must eval "zfs send -R -i @init $POOL2@final > " \ 68 "$BACKDIR/pool-init-final-iR" 70 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-init-final-iR" [all …]
|
| H A D | rsend_005_pos.ksh | 37 # zfs send -R -I send all the incremental between fs@init with fs@final 41 # 2. Send -R -I @init @final on pool 49 log_assert "zfs send -R -I send all the incremental between @init with @final" 55 log_must eval "zfs send -R $POOL@final > $BACKDIR/pool-final-R" 56 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final-R" 62 log_must eval "zfs send -R -I @init $POOL2@final > " \ 63 "$BACKDIR/pool-init-final-IR" 67 list="$list $(getds_with_suffix $POOL2 @final)" 69 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-init-final-IR" 77 log_must eval "zfs send -R -I @init $dstds/$FS@final > " \ [all …]
|
| H A D | rsend_002_pos.ksh | 37 # zfs send -I sends all incrementals from fs@init to fs@final. 41 # 2. Send -I @snapA @final 48 log_assert "zfs send -I sends all incrementals from fs@init to fs@final." 54 log_must eval "zfs send -R $POOL@final > $BACKDIR/pool-R" 61 log_must eval "zfs send -I $POOL2@init $POOL2@final > " \ 62 "$BACKDIR/pool-init-final-I" 63 log_must destroy_tree $POOL2@final $POOL2@snapC $POOL2@snapA 64 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-init-final-I" 74 log_must eval "zfs send -I @init $dstds/$FS@final > $BACKDIR/fs-init-final-I" 75 log_must destroy_tree $dstds/$FS@final $dstds/$FS@snapC $dstds/$FS@snapB [all …]
|
| H A D | rsend_013_pos.ksh | 42 # 2. Send -R @final on pool 43 # 3. Destroy some dataset within the @final, and create @destroy 44 # 4. Send -R -I @final @destroy on pool 67 log_must eval "zfs send -R $POOL@final > $BACKDIR/pool-final-R" 68 log_must eval "zfs receive -dF $POOL2 < $BACKDIR/pool-final-R" 78 log_must eval "zfs send -R -I @final $POOL@destroy > " \ 79 "$BACKDIR/pool-final-destroy-IR" 80 log_must eval "zfs receive -dF $POOL2 < $BACKDIR/pool-final-destroy-IR"
|
| /freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/ |
| H A D | memory.json | 5 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for all data … 6 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 11 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for a demand … 12 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 47 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for a demand… 48 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu… 53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 54 …Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump… 59 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 60 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… [all …]
|
| /freebsd/lib/libcrypt/ |
| H A D | crypt-md5.c | 51 u_char final[MD5_SIZE]; in crypt_md5() local 82 MD5Final(final, &ctx1); in crypt_md5() 84 MD5Update(&ctx, (const u_char *)final, in crypt_md5() 88 explicit_bzero(final, sizeof(final)); in crypt_md5() 93 MD5Update(&ctx, (const u_char *)final, 1); in crypt_md5() 102 MD5Final(final, &ctx); in crypt_md5() 114 MD5Update(&ctx1, (const u_char *)final, MD5_SIZE); in crypt_md5() 123 MD5Update(&ctx1, (const u_char *)final, MD5_SIZE); in crypt_md5() 126 MD5Final(final, &ctx1); in crypt_md5() 129 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; in crypt_md5() [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/rsend/ |
| H A D | rsend_004_pos.ksh | 36 # zfs send -R -i send incremental from fs@init to fs@final. 41 # 3. Create final snapshot 43 # snapshot suffix @final 57 log_assert "zfs send -R -i send incremental from fs@init to fs@final." 63 log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-final-R" 64 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-final-R" 70 srclist=$(getds_with_suffix $POOL2 @final) 75 log_must eval "$ZFS send -R -i @init $POOL2@final > " \ 76 "$BACKDIR/pool-init-final-iR" 78 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-init-final-iR" [all …]
|
| H A D | rsend_005_pos.ksh | 36 # zfs send -R -I send all the incremental between fs@init with fs@final 40 # 2. Send -R -I @init @final on pool 57 log_assert "zfs send -R -I send all the incremental between @init with @final" 63 log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-final-R" 64 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-final-R" 70 log_must eval "$ZFS send -R -I @init $POOL2@final > " \ 71 "$BACKDIR/pool-init-final-IR" 75 list="$list $(getds_with_suffix $POOL2 @final)" 77 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-init-final-IR" 85 log_must eval "$ZFS send -R -I @init $dstds/$FS@final > " \ [all …]
|
| H A D | rsend_002_pos.ksh | 36 # zfs send -I sends all incrementals from fs@init to fs@final. 40 # 2. Send -I @snapA @final 56 log_assert "zfs send -I sends all incrementals from fs@init to fs@final." 62 log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-R" 69 log_must eval "$ZFS send -I $POOL2@init $POOL2@final > " \ 70 "$BACKDIR/pool-init-final-I" 71 log_must destroy_tree $POOL2@final $POOL2@snapC $POOL2@snapA 72 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-init-final-I" 82 log_must eval "$ZFS send -I @init $dstds/$FS@final > $BACKDIR/fs-init-final-I" 83 log_must destroy_tree $dstds/$FS@final $dstds/$FS@snapC $dstds/$FS@snapB [all …]
|
| H A D | rsend_013_pos.ksh | 41 # 2. Send -R @final on pool 42 # 3. Destroy some dataset within the @final, and create @destroy 43 # 4. Send -R -I @final @destroy on pool 75 log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-final-R" 76 log_must eval "$ZFS receive -dF $POOL2 < $BACKDIR/pool-final-R" 86 log_must eval "$ZFS send -R -I @final $POOL@destroy > " \ 87 "$BACKDIR/pool-final-destroy-IR" 88 log_must eval "$ZFS receive -dF $POOL2 < $BACKDIR/pool-final-destroy-IR"
|
| /freebsd/crypto/krb5/src/lib/kdb/ |
| H A D | kdb_convert.c | 301 int i, j, cnt, final, nattrs, tmpint; in ulog_conv_2logentry() local 310 final = -1; in ulog_conv_2logentry() 366 ULOG_ENTRY_TYPE(update, ++final).av_type = in ulog_conv_2logentry() 368 ULOG_ENTRY(update, final).av_attrflags = in ulog_conv_2logentry() 375 ULOG_ENTRY_TYPE(update, ++final).av_type = AT_MAX_LIFE; in ulog_conv_2logentry() 376 ULOG_ENTRY(update, final).av_max_life = in ulog_conv_2logentry() 383 ULOG_ENTRY_TYPE(update, ++final).av_type = AT_MAX_RENEW_LIFE; in ulog_conv_2logentry() 384 ULOG_ENTRY(update, final).av_max_renew_life = in ulog_conv_2logentry() 391 ULOG_ENTRY_TYPE(update, ++final).av_type = AT_EXP; in ulog_conv_2logentry() 392 ULOG_ENTRY(update, final).av_exp = (uint32_t)entry->expiration; in ulog_conv_2logentry() [all …]
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | Makefile.in | 123 $(RM) modtest.conf testinc.ini testinc2.ini final.out test2* test3* 136 check-unix: check-unix-final 145 check-unix-final: test_profile 146 $(RM) final.out 147 (echo; $(RUN_TEST) ./test_profile $(F1):$(F1) $(QUERY)) > final.out 148 (echo; $(RUN_TEST) ./test_profile $(F2):$(F1) $(QUERY)) >> final.out 149 (echo; $(RUN_TEST) ./test_profile $(F3):$(F1) $(QUERY)) >> final.out 150 (echo; $(RUN_TEST) ./test_profile $(F4):$(F1) $(QUERY)) >> final.out 151 (echo; $(RUN_TEST) ./test_profile $(F5):$(F1) $(QUERY)) >> final.out 152 (echo; $(RUN_TEST) ./test_profile $(F6) query a ab) >> final.out [all …]
|
| /freebsd/contrib/tcsh/nls/spanish/ |
| H A D | set3 | 9 7 Convertir en mayúsculas los caracteres desde el cursor hasta el final de la palabra 11 9 Vi: cambia hasta el final de la línea 22 20 Borra el carácter bajo el cursor o lista posibles finales si está al final de una línea 23 21 Borra el carácter bajo el cursor, lista posibles finales o marca final de archivo 24 22 Corta del cursor al final de la palabra - se guarda en el buffer 27 25 Ir al final de la línea de historia 28 26 Convierte en minúsculas los caracteres desde el cursor al final de la palabra 30 28 Mover el cursor hasta el final de línea 37 35 Avanza hasta el final de la palabra 45 43 Corta hasta el final de la línea y guarda la información en el buffer [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 116 class NestedNameSpecifier final : public List { 127 class UnqualifiedId final : public Tree { 135 class UnknownExpression final : public Expression { 146 class CallArguments final : public List { 172 class PrefixUnaryOperatorExpression final : public UnaryOperatorExpression { 184 class PostfixUnaryOperatorExpression final : public UnaryOperatorExpression { 198 class BinaryOperatorExpression final : public Expression { 217 class UnknownStatement final : public Statement { 224 class DeclarationStatement final : public Statement { 231 class EmptyStatement final : public Statement { [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | WebAssembly.h | 109 bool hasFeature(StringRef Feature) const final; 112 bool Enabled) const final; 115 DiagnosticsEngine &Diags) final; 117 bool isValidCPUName(StringRef Name) const final; 118 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const final; 120 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU() 122 ArrayRef<Builtin::Info> getTargetBuiltins() const final; 124 BuiltinVaListKind getBuiltinVaListKind() const final { in getBuiltinVaListKind() 128 ArrayRef<const char *> getGCCRegNames() const final { return std::nullopt; } in getGCCRegNames() 130 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const final { in getGCCRegAliases() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.h | 84 int getReturnFunctionAddressRegister() final { return SystemZ::R7D; }; in getReturnFunctionAddressRegister() 86 int getStackPointerRegister() final { return SystemZ::R4D; }; in getStackPointerRegister() 88 int getFramePointerRegister() final { return SystemZ::R8D; }; in getFramePointerRegister() 94 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const final; 97 CallingConv::ID CC) const final; 99 int getCallFrameSize() final { return 128; } in getCallFrameSize() 101 int getStackPointerBias() final { return 2048; } in getStackPointerBias() 111 int getReturnFunctionAddressRegister() final { return SystemZ::R14D; }; in getReturnFunctionAddressRegister() 113 int getStackPointerRegister() final { return SystemZ::R15D; }; in getStackPointerRegister() 115 int getFramePointerRegister() final { return SystemZ::R11D; }; in getFramePointerRegister() [all …]
|
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | aes-gcm-armv8-unroll8_64.pl | 1016 ext $t0.16b, $acc_lb, $acc_lb, #8 @ prepare final partial tag 1089 st1 { $res1b}, [$output_ptr], #16 @ AES final-7 block - store result 1091 rev64 $res0b, $res1b @ GHASH final-7 block 1092 ldr $ctr_t1q, [$input_ptr], #16 @ AES final-6 block - load plaintext 1096 ins $rk4v.d[0], $res0.d[1] @ GHASH final-7 block - mid 1098 pmull2 $acc_h.1q, $res0.2d, $h8.2d @ GHASH final-7 block - high 1100 ins $acc_m.d[0], $h78k.d[1] @ GHASH final-7 block - mid 1102 eor $rk4v.8b, $rk4v.8b, $res0.8b @ GHASH final-7 block - mid 1105 eor3 $res1b, $ctr_t1b, $ctr1b, $t1.16b @ AES final-6 block - result 1107 pmull $acc_m.1q, $rk4v.1d, $acc_m.1d @ GHASH final-7 block - mid [all …]
|
| H A D | aes-gcm-armv8_64.pl | 902 ext $t0.16b, $acc_lb, $acc_lb, #8 @ prepare final partial tag 934 st1 { $res1b}, [$output_ptr], #16 @ AES final-3 block - store result 936 …ldp $input_l0, $input_h0, [$input_ptr], #16 @ AES final-2 block - load input low & h… 941 rev64 $res0b, $res1b @ GHASH final-3 block 944 eor $input_h0, $input_h0, $rk10_h @ AES final-2 block - round 10 high 945 eor $input_l0, $input_l0, $rk10_l @ AES final-2 block - round 10 low 947 fmov $res1d, $input_l0 @ AES final-2 block - mov low 950 fmov $res1.d[1], $input_h0 @ AES final-2 block - mov high 952 pmull $acc_l.1q, $res0.1d, $h4.1d @ GHASH final-3 block - low 953 mov $rk4d, $res0.d[1] @ GHASH final-3 block - mid [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | InMemoryModuleCache.h | 54 /// 4. Final: indicating that the current PCM was either built in this 56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator 77 /// Try to remove a buffer from the cache. No effect if state is Final. 79 /// \pre state is Tentative/Final. 80 /// \post Tentative => ToBuild or Final => Final. 84 /// Mark a PCM as final. 86 /// \pre state is Tentative or Final. 87 /// \post state is Final. 93 /// Check whether the PCM is final and has been shown to work. 95 /// \return true iff state is Final.
|
| /freebsd/share/i18n/csmapper/CP/ |
| H A D | CP1046%UCS.src | 46 0x80 = 0xFE88 # ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM 67 0x95 = 0xFE8A # ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM 68 0x96 = 0xFEF0 # ARABIC LETTER ALEF MAKSUMA FINAL FORM 70 0x98 = 0xFEF2 # ARABIC LETTER YEH FINAL FORM 71 0x99 = 0xFECE # ARABIC LETTER GHAIN FINAL FORM 74 0x9C = 0xFEF6 # ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM 75 0x9D = 0xFEF8 # ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM 76 0x9E = 0xFEFA # ARABIC LIGATURE LAM WITH ALEF WITH HANZA BELOW FINAL FORM 77 0x9F = 0xFEFC # ARABIC LIGATURE LAM WITH ALEF FINAL FORM 99 0xBE = 0xFECA # ARABIC LETTER AIN FINAL FORM [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Tracker.h | 93 void revert() final { U.set(OrigV); } in revert() 94 void accept() final {} in accept() 96 void dump(raw_ostream &OS) const final { in dump() 100 LLVM_DUMP_METHOD void dump() const final; 124 void revert() final; 125 void accept() final; 127 void dump(raw_ostream &OS) const final { in dump() 131 LLVM_DUMP_METHOD void dump() const final; 147 void revert() final; 148 void accept() final {}; in accept() [all …]
|
| /freebsd/sys/crypto/openssl/aarch64/ |
| H A D | aes-gcm-armv8_64.S | 761 ext v8.16b, v11.16b, v11.16b, #8 //prepare final partial tag 793 st1 { v5.16b}, [x2], #16 //AES final-3 block - store result 795 ldp x6, x7, [x0], #16 //AES final-2 block - load input low & high 800 rev64 v4.16b, v5.16b //GHASH final-3 block 803 eor x7, x7, x14 //AES final-2 block - round 10 high 804 eor x6, x6, x13 //AES final-2 block - round 10 low 806 fmov d5, x6 //AES final-2 block - mov low 809 fmov v5.d[1], x7 //AES final-2 block - mov high 811 pmull v11.1q, v4.1d, v15.1d //GHASH final-3 block - low 812 mov d22, v4.d[1] //GHASH final-3 block - mid [all …]
|
| H A D | aes-gcm-armv8-unroll8_64.S | 979 ext v16.16b, v19.16b, v19.16b, #8 //prepare final partial tag 1052 st1 { v9.16b}, [x2], #16 //AES final-7 block - store result 1054 rev64 v8.16b, v9.16b //GHASH final-7 block 1055 ldr q9, [x0], #16 //AES final-6 block - load plaintext 1059 ins v27.d[0], v8.d[1] //GHASH final-7 block - mid 1061 pmull2 v17.1q, v8.2d, v25.2d //GHASH final-7 block - high 1063 ins v18.d[0], v24.d[1] //GHASH final-7 block - mid 1065 eor v27.8b, v27.8b, v8.8b //GHASH final-7 block - mid 1068 .inst 0xce017529 //eor3 v9.16b, v9.16b, v1.16b, v29.16b //AES final-6 block - result 1070 pmull v18.1q, v27.1d, v18.1d //GHASH final-7 block - mid [all …]
|