| /freebsd/crypto/krb5/src/lib/crypto/builtin/sha1/ |
| H A D | shs.c | 56 #define expand(W,i) ( W[ i & 15 ] = ROTL( 1, ( W[ i & 15 ] ^ W[ (i - 14) & 15 ] ^ \ macro 59 #define expand(W,i) ( W[ i & 15 ] ^= W[ (i - 14) & 15 ] ^ \ macro 124 SHS_LONG x = (i < 16) ? eData[i] : expand(eData, i); in SHSTransform() 129 subRound(A, B, C, D, E, f2, K2, expand(eData, i)); in SHSTransform() 133 subRound(A, B, C, D, E, f3, K3, expand(eData, i)); in SHSTransform() 137 subRound(A, B, C, D, E, f4, K4, expand(eData, i)); in SHSTransform() 161 subRound( E, A, B, C, D, f1, K1, expand( eData, 16 ) ); in SHSTransform() 162 subRound( D, E, A, B, C, f1, K1, expand( eData, 17 ) ); in SHSTransform() 163 subRound( C, D, E, A, B, f1, K1, expand( eData, 18 ) ); in SHSTransform() 164 subRound( B, C, D, E, A, f1, K1, expand( eData, 19 ) ); in SHSTransform() [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | dir-expand-path.mk | 5 _!= rm -rf dir-expand-path.dir.* 6 _!= mkdir dir-expand-path.dir.1 7 _!= mkdir dir-expand-path.dir.2 8 _!= touch dir-expand-path.dir.1/file1.src 9 _!= touch dir-expand-path.dir.1/file2.src 10 _!= touch dir-expand-path.dir.2/file3.src 12 .PATH: dir-expand-path.dir.1 13 .PATH: dir-expand-path.dir.2 19 @rm -rf dir-expand-path.dir.*
|
| H A D | varname-dot-suffixes.exp | 31 ModifyWord_Loop: expand "${.SUFFIXES}" to ".c .o .1 .err .tar.gz" 34 ModifyWord_Loop: expand "${.SUFFIXES}" to ".c .o .1 .err .tar.gz"
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_lock.cpp | 2994 #define expand(l, op) 0, __kmp_init_direct_lock, macro 2996 __kmp_init_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, init)}; 2997 #undef expand 3000 #define expand(l, op) 0, (void (*)(kmp_dyna_lock_t *))__kmp_##op##_##l##_lock, macro 3002 __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)}; 3003 #undef expand 3004 #define expand(l, op) \ macro 3007 __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)}; 3008 #undef expand 3011 #define expand(l, op) \ macro [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 52 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI); 287 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo 292 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo 297 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo 302 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo 351 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo 356 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo 396 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo 401 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo 406 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo [all …]
|
| H A D | AVRShiftExpand.cpp | 36 void expand(BinaryOperator *BI); 71 expand(I); in runOnFunction() 78 void AVRShiftExpand::expand(BinaryOperator *BI) { in expand() function in AVRShiftExpand
|
| /freebsd/contrib/bmake/ |
| H A D | str.c | 121 Substring_Words(const char *str, bool expand) in Substring_Words() argument 165 if (!expand) { in Substring_Words() 175 if (!expand) { in Substring_Words() 207 if (expand && inquote != '\0') { in Substring_Words() 222 if (!expand) { in Substring_Words() 276 Str_Words(const char *str, bool expand) in Str_Words() argument 282 swords = Substring_Words(str, expand); in Str_Words()
|
| /freebsd/contrib/tcp_wrappers/ |
| H A D | tcpdmatch.c | 328 static void expand(char *text, char *pattern, struct request_info *request) function 345 expand("client: hostname", "%n", request); 346 expand("client: address ", "%a", request); 347 expand("client: username", "%u", request); 348 expand("server: hostname", "%N", request); 349 expand("server: address ", "%A", request); 350 expand("server: process ", "%d", request);
|
| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | objects.pl | 160 sub expand subroutine 173 print expand("#define SN_$Cname\t\t\"$sn{$Cname}\"\n") if $sn{$Cname} ne ""; 174 print expand("#define LN_$Cname\t\t\"$ln{$Cname}\"\n") if $ln{$Cname} ne ""; 175 print expand("#define NID_$Cname\t\t$nid{$Cname}\n") if $nid{$Cname} ne ""; 176 print expand("#define OBJ_$Cname\t\t$obj{$Cname}\n") if $obj{$Cname} ne "";
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 362 Value *Idx = expand(Offset); in expandAddToGEP() 508 Value *LHS = expand(URemLHS); in visitAddExpr() 509 Value *RHS = expand(URemRHS); in visitAddExpr() 534 Sum = expand(Op); in visitAddExpr() 556 Value *W = expand(SE.getNegativeSCEV(Op)); in visitAddExpr() 562 Value *W = expand(Op); in visitAddExpr() 613 Value *P = expand(I->second); in visitMulExpr() 668 Value *LHS = expand(S->getLHS()); in visitUDivExpr() 678 Value *RHS = expand(RHSExpr); in visitUDivExpr() 1067 expand(Normalized->getStart(), L->getLoopPreheader()->getTerminator()); in getAddRecExprPHILiterally() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 39 return expand(Base->getCompileCommands(FilePath)); in getCompileCommands() 43 return expand(Base->getAllCompileCommands()); in getAllCompileCommands() 47 std::vector<CompileCommand> expand(std::vector<CompileCommand> Cmds) const { in expand() function in clang::tooling::__anonb32a717b0111::ExpandResponseFilesDatabase
|
| /freebsd/usr.bin/expand/ |
| H A D | Makefile | 1 PROG= expand 2 MLINKS= expand.1 unexpand.1
|
| /freebsd/crypto/openssl/apps/ |
| H A D | engine.c | 64 const int expand = 256; in append_buf() local 69 *size = ((len + expand - 1) / expand) * expand; in append_buf() 78 *size = ((len + expand - 1) / expand) * expand; in append_buf()
|
| /freebsd/crypto/libecc/scripts/ |
| H A D | expand_libecc.py | 361 def expand(bitstring, bitlen, direction): function 382 … return expand(inttostring(stringtoint(bitstring) >> int(strbitlen - bitlen)), bitlen, "LEFT") 385 return expand(inttostring(stringtoint(bitstring) & mask), bitlen, "LEFT") 522 …return ((expand(inttostring(r), 8*getbytelen(q), "LEFT") + expand(inttostring(s), 8*getbytelen(q),… 598 z = expand(inttostring(keypair.pubkey.Y.x), 8*getbytelen(p), "LEFT") 599 z = z + expand(inttostring(keypair.pubkey.Y.y), 8*getbytelen(p), "LEFT") 605 z = expand(z, 8*hblocksize, "RIGHT") 617 (r, _, _) = hashfunc(expand(inttostring(W.x), 8*getbytelen(p), "LEFT")) 624 return (r + expand(inttostring(s), 8*getbytelen(q), "LEFT"), k) 663 z = expand(inttostring(keypair.pubkey.Y.x), 8*getbytelen(p), "LEFT") [all …]
|
| /freebsd/contrib/ee/ |
| H A D | ee.msg | 64 53 "expand : expand tabs noexpand: do not expand tabs " 67 56 "+# :go to line # -i :no info window -e : don't expand tabs -h :no highlight" 77 66 "expand: expand tabs |noexpand: do not expand tabs "
|
| /freebsd/bin/sh/tests/parser/ |
| H A D | dollar-quote13.0 | 3 # fail to expand or expand to a fallback.
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | GlobPattern.cpp | 21 static Expected<BitVector> expand(StringRef S, StringRef Original) { in hasWildcard() 56 // Identify brace expansions in S and return the list of patterns they expand in expand() 177 Invert ? expand(Chars.substr(1), S) : expand(Chars, S); in matchOne() 26 static Expected<BitVector> expand(StringRef S, StringRef Original) { expand() function
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_set_hkdf_md.pod | 30 HKDF follows the "extract-then-expand" paradigm, where the KDF logically 44 up for HKDF will perform an extract followed by an expand operation in one go. 45 The derived key returned will be the result after the expand operation. The 62 In this mode calling L<EVP_PKEY_derive(3)> will just perform the expand 105 The output length of an HKDF expand operation is specified via the length 109 performs an expand operation. Instead, the caller must allocate a buffer of the
|
| /freebsd/usr.bin/mail/ |
| H A D | fio.c | 321 expand(char *name) in expand() function 436 if ((cp = value("DEAD")) == NULL || (cp = expand(cp)) == NULL) in getdeadletter() 437 cp = expand("~/dead.letter"); in getdeadletter() 442 cp = expand(buf); in getdeadletter()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 92 virtual void expand(SetTheory &, const Record *, RecSet &Elts) = 0; 140 const RecVec *expand(const Record *Set);
|
| /freebsd/crypto/openssl/crypto/comp/ |
| H A D | comp_lib.c | 84 if (ctx->meth->expand == NULL) { in COMP_expand_block() 87 ret = ctx->meth->expand(ctx, out, olen, in, ilen); in COMP_expand_block()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KDF-HKDF.pod | 12 HKDF follows the "extract-then-expand" paradigm, where the KDF logically 57 up for HKDF will perform an extract followed by an expand operation in one go. 58 The derived key returned will be the result after the expand operation. The 76 In this mode calling L<EVP_KDF_derive(3)> will just perform the expand 116 The output length of an HKDF expand operation is specified via the I<keylen>
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 230 if (const RecVec *Result = ST.expand(Rec)) in apply() 246 void expand(SetTheory &ST, const Record *Def, RecSet &Elts) override { in expand() function 285 if (const RecVec *Result = expand(Def->getDef())) in evaluate() 308 const RecVec *SetTheory::expand(const Record *Set) { in expand() function in SetTheory 325 I->second->expand(*this, Set, Elts); in expand()
|
| /freebsd/tools/tools/net80211/w00t/ |
| H A D | README | 15 expand Gives ability to decrypt locally on a WEP network. 69 expand: 75 ./expand -b bssid -t tap0
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 477 LLVM_ABI Value *expand(const SCEV *S); 478 Value *expand(const SCEV *S, BasicBlock::iterator I) { 480 return expand(S); 482 Value *expand(const SCEV *S, Instruction *I) { 484 return expand(S);
|