Searched refs:Final (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/sys/opencrypto/
H A Dxform_auth.h63 void (*Final) (u_int8_t *, void *); member in struct:auth_hash
H A Dcryptosoft.c361 * adding the key to sw_ictx and abusing Final() to get the
372 axf->Final(buf, sw->sw_ictx);
418 axf->Final(aalg, &ctx);
421 axf->Final(aalg, &ctx);
434 * and let Final() do the proper, natural "algofill"
438 axf->Final(aalg, &ctx);
442 axf->Final(aalg, &ctx);
594 axf->Final(aalg, &ctx);
/freebsd-11.0-release/sys/dev/glxsb/
H A Dglxsb_hash.c96 axf->Final(hash, &ctx);
100 axf->Final(hash, &ctx);
/freebsd-11.0-release/contrib/xz/src/liblzma/check/
H A Dcheck.h157 LZMA_SHA256FUNC(Final)(check->buffer.u8, &check->state.sha256);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp384 const SmallInstructionSet &Final,
388 const SmallInstructionSet &Final,
574 const SmallInstructionSet &Final,
582 if (!Final.count(I))
601 !Final.count(Op))
612 const SmallInstructionSet &Final,
616 collectInLoopUserSet(*I, Exclude, Final, Users);
572 collectInLoopUserSet( Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
609 collectInLoopUserSet( const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
/freebsd-11.0-release/sys/crypto/via/
H A Dpadlock_hash.c299 axf->Final(hash, &ctx);
303 axf->Final(hash, &ctx);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h813 /// \param Final Contains either constant bool value, or llvm::Value * of i1
838 bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final,
H A DCGStmtOpenMP.cpp1161 // <Final counter/linear vars updates>;
1968 llvm::PointerIntPair<llvm::Value *, 1, bool> Final; local
1975 Final.setInt(CondConstant);
1977 Final.setPointer(EvaluateExprAsBool(Cond));
1980 Final.setInt(/*IntVal=*/false);
1992 *this, S.getLocStart(), S, Tied, Final, OutlinedFn, SharedsTy,
H A DCGOpenMPRuntime.cpp2757 bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final,
2844 Final.getPointer()
2845 ? CGF.Builder.CreateSelect(Final.getPointer(),
2848 : CGF.Builder.getInt32(Final.getInt() ? FinalFlag : 0);
2755 emitTaskCall( CodeGenFunction &CGF, SourceLocation Loc, const OMPExecutableDirective &D, bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final, llvm::Value *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, ArrayRef<const Expr *> PrivateVars, ArrayRef<const Expr *> PrivateCopies, ArrayRef<const Expr *> FirstprivateVars, ArrayRef<const Expr *> FirstprivateCopies, ArrayRef<const Expr *> FirstprivateInits, ArrayRef<std::pair<OpenMPDependClauseKind, const Expr *>> Dependences) argument
/freebsd-11.0-release/crypto/openssl/util/
H A Dmkdef.pl975 $a .= ",RSA" if($s =~ /EVP_(Open|Seal)(Final|Init)/);
976 $a .= ",RSA" if($s =~ /PEM_Seal(Final|Init|Update)/);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp904 auto Final = skip_while(Func, Current); local
905 Column += Final - Current;
906 Current = Final;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp2347 CFGBlockInfo *Final = &BlockInfo[CFGraph->getExit().getBlockID()];
2350 if (!Final->Reachable)
2370 intersectAndWarn(ExpectedExitSet, Final->ExitSet,
2371 Final->ExitLoc,
/freebsd-11.0-release/contrib/ntp/
H A Dconfigure19339 /* Final pthreads */
19422 /* Final pthreads */
19525 /* Final pthreads */
19608 /* Final pthreads */
19716 /* Final pthreads */
19799 /* Final pthreads */
19907 /* Final pthreads */
19990 /* Final pthreads */
20098 /* Final pthreads */
20181 /* Final pthread
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dconfigure10017 /* Final pthreads */
10100 /* Final pthreads */
10203 /* Final pthreads */
10286 /* Final pthreads */
10394 /* Final pthreads */
10477 /* Final pthreads */
10585 /* Final pthreads */
10668 /* Final pthreads */
10776 /* Final pthreads */
10859 /* Final pthread
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4082 ExprResult Final = BuildCounterUpdate(
4085 if (!Final.isUsable()) {
4106 if (!Update.isUsable() || !Final.isUsable()) {
4115 Built.Finals[Cnt] = Final.get();
7829 ExprResult Final =
7832 Final = SemaRef.ActOnFinishFullExpr(Final.get(), DE->getLocStart(),
7834 if (!Update.isUsable() || !Final.isUsable()) {
7840 Finals.push_back(Final.get());
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dieee754-sf.S192 @ Final result with sign

Completed in 149 milliseconds