Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 272) sorted by relevance

1234567891011

/freebsd/contrib/bmake/unit-tests/
H A Ddir-expand-path.mk5 _!= 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.*
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp2994 #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( macro
3016 #define expand( global() macro
3024 #define expand( global() macro
3031 #define expand( global() macro
3047 #define expand( global() macro
3052 #define expand( global() macro
3056 #define expand( global() macro
3063 #define expand( global() macro
3068 #define expand( global() macro
3075 #define expand( global() macro
3082 #define expand( global() macro
3382 fill_jumps(table,expand,sep) __kmp_init_dynamic_user_locks() argument
3390 fill_table(table,expand) __kmp_init_dynamic_user_locks() argument
3397 fill_table(table,expand) __kmp_init_dynamic_user_locks() argument
3404 #define expand( __kmp_init_dynamic_user_locks() macro
3408 #define expand( __kmp_init_dynamic_user_locks() macro
3412 #define expand( __kmp_init_dynamic_user_locks() macro
3416 #define expand( __kmp_init_dynamic_user_locks() macro
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp54 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI);
289 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo
294 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo
299 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo
304 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo
353 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo
358 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo
398 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo
403 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo
408 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0c359c080111::AVRExpandPseudo
[all …]
H A DAVRShiftExpand.cpp36 void expand(BinaryOperator *BI);
70 expand(I); in runOnFunction()
77 void AVRShiftExpand::expand(BinaryOperator *BI) { in expand() function in AVRShiftExpand
/freebsd/contrib/tcp_wrappers/
H A Dtcpdmatch.c328 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/contrib/bmake/
H A Dstr.c121 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/crypto/openssl/crypto/objects/
H A Dobjects.pl160 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 DScalarEvolutionExpander.cpp354 Value *Idx = expand(Offset); in expandAddToGEP()
498 Value *LHS = expand(URemLHS); in visitAddExpr()
499 Value *RHS = expand(URemRHS); in visitAddExpr()
524 Sum = expand(Op); in visitAddExpr()
546 Value *W = expand(SE.getNegativeSCEV(Op)); in visitAddExpr()
552 Value *W = expand(Op); in visitAddExpr()
603 Value *P = expand(I->second); in visitMulExpr()
658 Value *LHS = expand(S->getLHS()); in visitUDivExpr()
667 Value *RHS = expand(S->getRHS()); in visitUDivExpr()
1043 expand(Normalized->getStart(), L->getLoopPreheader()->getTerminator()); in getAddRecExprPHILiterally()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp43 return expand(Base->getCompileCommands(FilePath)); in getCompileCommands()
47 return expand(Base->getAllCompileCommands()); in getAllCompileCommands()
51 std::vector<CompileCommand> expand(std::vector<CompileCommand> Cmds) const { in expand() function in clang::tooling::__anonb32a717b0111::ExpandResponseFilesDatabase
/freebsd/usr.bin/expand/
H A DMakefile1 PROG= expand
2 MLINKS= expand.1 unexpand.1
/freebsd/crypto/openssl/apps/
H A Dengine.c57 const int expand = 256; in append_buf() local
62 *size = ((len + expand - 1) / expand) * expand; in append_buf()
71 *size = ((len + expand - 1) / expand) * expand; in append_buf()
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py361 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/dialog/samples/
H A Dtextbox-help11 expand < textbox.txt > $tempfile
12 expand < $TEXT >> $tempfile
H A Dtextbox311 expand < textbox.txt > $tempfile
12 expand < $TEXT >> $tempfile
H A Dtextbox-both11 expand < textbox.txt > $tempfile
12 expand < $TEXT >> $tempfile
/freebsd/bin/sh/tests/parser/
H A Ddollar-quote13.03 # fail to expand or expand to a fallback.
/freebsd/contrib/ee/
H A Dee.msg64 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/contrib/ncurses/man/
H A DMKterminfo.sh121 sed -e '/^center expand;/s, expand,,' \
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp21 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 DEVP_PKEY_CTX_set_hkdf_md.pod30 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/crypto/openssl/doc/man7/
H A DEVP_KDF-HKDF.pod12 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
94 The output length of an HKDF expand operation is specified via the I<keylen>
/freebsd/usr.bin/mail/
H A Dfio.c321 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 DSetTheory.h92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
140 const RecVec *expand(Record *Set);
/freebsd/crypto/openssl/crypto/comp/
H A Dcomp_lib.c79 if (ctx->meth->expand == NULL) { in COMP_expand_block()
82 ret = ctx->meth->expand(ctx, out, olen, in, ilen); in COMP_expand_block()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h462 Value *expand(const SCEV *S);
463 Value *expand(const SCEV *S, BasicBlock::iterator I) {
465 return expand(S);
467 Value *expand(const SCEV *S, Instruction *I) {
469 return expand(S);

1234567891011