Home
last modified time | relevance | path

Searched refs:ExpName (Results 1 – 25 of 146) sorted by relevance

123456

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dfilestr.cpp103 wchar ExpName[NM]; in ReadTextFile() local
104 *ExpName=0; in ReadTextFile()
105 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
106 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
108 List->AddString(ExpName); in ReadTextFile()
165 wchar ExpName[NM]; in ReadTextFile() local
166 DWORD Result=ExpandEnvironmentStringsW(&WideStr[0],ExpName,ASIZE(ExpName)); in ReadTextFile()
167 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
169 List->AddString(ExpName); in ReadTextFile()
/dports/archivers/libunrar/unrar/
H A Dfilestr.cpp97 char ExpName[NM]; in ReadTextFile() local
101 ret=ExpandEnvironmentStrings(&AnsiName[0],ExpName,ASIZE(ExpName)); in ReadTextFile()
104 Expanded=ret!=0 && ret<ASIZE(ExpName) && in ReadTextFile()
107 List->AddString(ExpName,ExpNameW); in ReadTextFile()
162 char ExpName[NM]; in ReadTextFile() local
163 int ret=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
164 Expanded=ret!=0 && ret<ASIZE(ExpName); in ReadTextFile()
166 List->AddString(ExpName); in ReadTextFile()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/lazdebuggerfp/test/
H A Dtestwatches.pas2475 ExeName, ExpName: String;
2510 ExpName := 'ModifyTest';
2513 ExpName := 'ModifyPackTest';
2521 t.Add('(before)', ExpName + 'Byte.pre', ExpPre);
2529 t.Add('(after)', ExpName + 'Byte.pre', ExpPre);
2545 t.Add('(after)', ExpName + 'Word.pre', ExpPre);
2585 t.Add('(before)', ExpName + 'Int.pre', ExpPre);
2593 t.Add('(after)', ExpName + 'Int.pre', ExpPre);
2657 t.Add('(after)', ExpName + 'Bool.pre', ExpPre);
2689 t.Add('(after)', ExpName + 'Char.pre', ExpPre);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/lazdebuggerfp/test/
H A Dtestwatches.pas2475 ExeName, ExpName: String;
2510 ExpName := 'ModifyTest';
2513 ExpName := 'ModifyPackTest';
2521 t.Add('(before)', ExpName + 'Byte.pre', ExpPre);
2529 t.Add('(after)', ExpName + 'Byte.pre', ExpPre);
2545 t.Add('(after)', ExpName + 'Word.pre', ExpPre);
2585 t.Add('(before)', ExpName + 'Int.pre', ExpPre);
2593 t.Add('(after)', ExpName + 'Int.pre', ExpPre);
2657 t.Add('(after)', ExpName + 'Bool.pre', ExpPre);
2689 t.Add('(after)', ExpName + 'Char.pre', ExpPre);
[all …]
/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dparse_types.h48 entity_aspect_t(entity_aspect_type_t t, ExpName* n) : type_(t), name_(n) {} in entity_aspect_t()
51 ExpName* name() const { return name_; } in name()
55 ExpName* name_;
81 file_open_info_t(ExpString*filename__, ExpName*kind__ = NULL)
84 if(!kind_) kind_ = new ExpName(perm_string::literal("read_mode")); in kind_()
88 ExpName*kind() { return kind_; } in kind()
92 ExpName*kind_;
H A Dexpression.cc632 ExpName::ExpName(perm_string nn) in ExpName() function in ExpName
637 ExpName::ExpName(perm_string nn, list<Expression*>*indices) in ExpName() function in ExpName
642 ExpName::ExpName(ExpName*prefix, perm_string nn, std::list<Expression*>*indices) in ExpName() function in ExpName
647 ExpName::~ExpName() in ~ExpName()
659 Expression*ExpName::clone() const { in clone()
671 return new ExpName(static_cast<ExpName*>(safe_clone(prefix_.get())), in clone()
675 void ExpName::add_index(std::list<Expression*>*idx) in add_index()
685 const ExpName*that_name = dynamic_cast<const ExpName*> (that); in symbolic_compare()
719 Expression*ExpName::index(unsigned int number) const in index()
736 void ExpName::visit(ExprVisitor&func) in visit()
[all …]
H A Darchitec_elaborate.cc127 ExpName* tmp; in elaborate()
128 if (cur->second && (tmp = dynamic_cast<ExpName*>(cur->second))) in elaborate()
147 ExpName* tmp; in elaborate()
148 if (cur->second && (tmp = dynamic_cast<ExpName*>(cur->second))) in elaborate()
253 name_extractor_t(list<const ExpName*>& name_list) in elaborate()
256 if(const ExpName*name = dynamic_cast<const ExpName*>(s)) in elaborate()
261 list<const ExpName*>& name_list_; in elaborate()
H A Darchitec.h31 class ExpName; variable
192 SignalAssignment(ExpName*target, std::list<Expression*>&rval);
193 SignalAssignment(ExpName*target, Expression*rval);
201 ExpName*lval_;
208 CondSignalAssignment(ExpName*target, std::list<ExpConditional::case_t*>&options);
216 ExpName*lval_;
221 std::list<const ExpName*>sens_list_;
H A Dparse.y750 ExpName* name = dynamic_cast<ExpName*>($3);
805 ExpName*name = dynamic_cast<ExpName*>($1);
822 ExpName*name = dynamic_cast<ExpName*> ($1);
833 { ExpName*name = dynamic_cast<ExpName*> ($1);
1074 ExpName* name = dynamic_cast<ExpName*>($2);
1080 ExpName* name = dynamic_cast<ExpName*>($2);
1738 ExpName*name = dynamic_cast<ExpName*>($1);
1762 { ExpName*name = dynamic_cast<ExpName*>($1);
1939 ExpName*base = dynamic_cast<ExpName*>($1);
2294 ExpName*pfx1 = dynamic_cast<ExpName*>(pfx);
[all …]
H A Dexpression.h40 class ExpName; variable
420 ExpName*base_;
712 class ExpName : public Expression {
715 explicit ExpName(perm_string nn);
717 ExpName(ExpName*prefix, perm_string nn, std::list<Expression*>*indices = NULL);
718 virtual ~ExpName();
785 std::unique_ptr<ExpName> prefix_;
790 class ExpNameALL : public ExpName {
793 ExpNameALL() : ExpName(empty_perm_string) { } in ExpNameALL()
880 ExpName*name_;
[all …]
H A Dexpression_elaborate.cc61 const VType*ExpName::elaborate_adjust_type_with_range_(Entity*ent, ScopeBase*scope, in elaborate_adjust_type_with_range_()
94 int ExpName::elaborate_lval_(Entity*ent, ScopeBase*scope, bool is_sequ, ExpName*suffix) in elaborate_lval_()
216 int ExpName::elaborate_lval(Entity*ent, ScopeBase*scope, bool is_sequ) in elaborate_lval()
278 int ExpName::elaborate_rval(Entity*ent, ScopeBase*scope, const InterfacePort*lval) in elaborate_rval()
538 const ExpName*field = dynamic_cast<const ExpName*>(ch->simple_expression(false)); in elaborate_expr_record_()
935 const VType* ExpName::probe_prefix_type_(Entity*ent, ScopeBase*scope) const in probe_prefix_type_()
951 const VType* ExpName::probe_prefixed_type_(Entity*ent, ScopeBase*scope) const in probe_prefixed_type_()
998 const VType* ExpName::probe_type(Entity*ent, ScopeBase*scope) const in probe_type()
1052 const VType* ExpName::fit_type(Entity*ent, ScopeBase*scope, const VTypeArray*)const in fit_type()
1057 int ExpName::elaborate_expr(Entity*ent, ScopeBase*scope, const VType*ltype) in elaborate_expr()
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dfilestr.cpp117 char ExpName[NM]; in ReadTextFile() local
121 ret=ExpandEnvironmentStringsA(&AnsiName[0],ExpName,ASIZE(ExpName)); in ReadTextFile()
124 Expanded=ret!=0 && ret<ASIZE(ExpName) && in ReadTextFile()
127 List->AddString(ExpName,ExpNameW); in ReadTextFile()
181 char ExpName[NM]; in ReadTextFile() local
182 int ret=ExpandEnvironmentStringsA(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
183 Expanded=ret!=0 && ret<ASIZE(ExpName); in ReadTextFile()
185 List->AddString(ExpName); in ReadTextFile()
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dfilestr.cpp130 wchar ExpName[NM]; in ReadTextFile() local
131 *ExpName=0; in ReadTextFile()
132 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
133 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
134 if (Expanded && *ExpName!=0) in ReadTextFile()
135 List->AddString(ExpName); in ReadTextFile()
/dports/archivers/unrar-iconv/unrar/
H A Dfilestr.cpp130 wchar ExpName[NM]; in ReadTextFile() local
131 *ExpName=0; in ReadTextFile()
132 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
133 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
134 if (Expanded && *ExpName!=0) in ReadTextFile()
135 List->AddString(ExpName); in ReadTextFile()
/dports/archivers/unrar/unrar/
H A Dfilestr.cpp130 wchar ExpName[NM]; in ReadTextFile() local
131 *ExpName=0; in ReadTextFile()
132 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
133 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
134 if (Expanded && *ExpName!=0) in ReadTextFile()
135 List->AddString(ExpName); in ReadTextFile()
/dports/archivers/libunrar6/unrar/
H A Dfilestr.cpp130 wchar ExpName[NM]; in ReadTextFile() local
131 *ExpName=0; in ReadTextFile()
132 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
133 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
134 if (Expanded && *ExpName!=0) in ReadTextFile()
135 List->AddString(ExpName); in ReadTextFile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dfilestr.cpp130 wchar ExpName[NM]; in ReadTextFile() local
131 *ExpName=0; in ReadTextFile()
132 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
133 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
134 if (Expanded && *ExpName!=0) in ReadTextFile()
135 List->AddString(ExpName); in ReadTextFile()
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dfilestr.cpp130 wchar ExpName[NM]; in ReadTextFile() local
131 *ExpName=0; in ReadTextFile()
132 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
133 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
134 if (Expanded && *ExpName!=0) in ReadTextFile()
135 List->AddString(ExpName); in ReadTextFile()
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dfilestr.cpp130 wchar ExpName[NM]; in ReadTextFile() local
131 *ExpName=0; in ReadTextFile()
132 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
133 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
134 if (Expanded && *ExpName!=0) in ReadTextFile()
135 List->AddString(ExpName); in ReadTextFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/src/
H A Dfilestr.cpp130 wchar ExpName[NM]; in ReadTextFile() local
131 *ExpName=0; in ReadTextFile()
132 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
133 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
134 if (Expanded && *ExpName!=0) in ReadTextFile()
135 List->AddString(ExpName); in ReadTextFile()
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Dfilestr.cpp130 wchar ExpName[NM]; in ReadTextFile() local
131 *ExpName=0; in ReadTextFile()
132 DWORD Result=ExpandEnvironmentStrings(CurStr,ExpName,ASIZE(ExpName)); in ReadTextFile()
133 Expanded=Result!=0 && Result<ASIZE(ExpName); in ReadTextFile()
134 if (Expanded && *ExpName!=0) in ReadTextFile()
135 List->AddString(ExpName); in ReadTextFile()
/dports/devel/asl/asl-current/
H A Dasmpars.c725 if (!ExpandStrSymbol(ExpName, sizeof(ExpName), pName)) in IdentifySection()
735 else if (((strlen(ExpName) == 6) || (strlen(ExpName) == 7)) in IdentifySection()
737 && ((strlen(ExpName) == 6) || ((ExpName[6] >= '0') && (ExpName[6] <= '9')))) in IdentifySection()
739 Depth = (strlen(ExpName) == 6) ? 1 : ExpName[6] - AscOfs; in IdentifySection()
2142 if (!ExpandStrSymbol(ExpName, sizeof(ExpName), pComp)) in ExpandAndFindNode()
2963 if (!ExpandStrSymbol(ExpName, sizeof(ExpName), pComp)) in LookupSymbol()
3076 if (!ExpandStrSymbol(ExpName, sizeof(ExpName), pName)) in GetSymbolSize()
3096 if (!ExpandStrSymbol(ExpName, sizeof(ExpName), pName)) in IsSymbolDefined()
3117 if (!ExpandStrSymbol(ExpName, sizeof(ExpName), pName)) in IsSymbolUsed()
3138 if (!ExpandStrSymbol(ExpName, sizeof(ExpName), pName)) in IsSymbolChangeable()
[all …]
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/csl/src/
H A Dattr.rs7 use crate::error::{ExpName, InvalidCsl, NeedVarType, UnknownAttributeValue};
24 attr: impl Into<ExpName>, in attribute_option() argument
38 attr: impl Into<ExpName>, in attribute_default() argument
135 attr: impl Into<ExpName>, in attribute_required() argument
177 attr: impl Into<ExpName>, in attribute_option() argument
185 attr: impl Into<ExpName>, in attribute_optional() argument
/dports/math/timbl/timbl-6.6/demos/
H A Dtse.cxx159 if ( name == experiments[i]->ExpName() ) in lookup()
311 << experiments[exp_cnt-1]->ExpName() << endl; in one_command()
330 params[0] = experiments[pos]->ExpName() + ".tree"; in one_command()
337 params[0] = experiments[pos]->ExpName() + ".weights"; in one_command()
344 params[0] = experiments[pos]->ExpName() + ".weights"; in one_command()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/cmd/cgo/
H A Dout.go745 fmt.Fprintf(fgcch, "struct %s_return {\n", exp.ExpName)
751 gccResult = "struct " + exp.ExpName + "_return"
755 s := fmt.Sprintf("%s %s(", gccResult, exp.ExpName)
809 …intf(fgo2, "//go:linkname _cgoexp%s_%s _cgoexp%s_%s\n", cPrefix, exp.ExpName, cPrefix, exp.ExpName)
819 fmt.Fprintf(fm, "int _cgoexp%s_%s;\n", cPrefix, exp.ExpName)
895 fmt.Fprintf(fgcch, "struct %s_result {\n", exp.ExpName)
902 fmt.Fprintf(cdeclBuf, "struct %s_result", exp.ExpName)
932 goName := "Cgoexp_" + exp.ExpName
939 fmt.Fprintf(fgcch, "#define %s %s\n", exp.ExpName, goName)
944 fmt.Fprintf(fgcc, "#undef %s\n", exp.ExpName)
[all …]

123456