Home
last modified time | relevance | path

Searched refs:pe_type (Results 1 – 22 of 22) sorted by relevance

/dports/shells/yash/yash-2.51/lineedit/
H A Dcompparse.c855 pe->pe_type = 0; in cparse_paramexp_in_brace()
874 pe->pe_type |= PT_NUMBER; in cparse_paramexp_in_brace()
882 pe->pe_type |= PT_NEST; in cparse_paramexp_in_brace()
889 pe->pe_type |= PT_NEST; in cparse_paramexp_in_brace()
936 pe->pe_type |= PT_COLON; in cparse_paramexp_in_brace()
943 pe->pe_type |= PT_PLUS; in cparse_paramexp_in_brace()
946 pe->pe_type |= PT_MINUS; in cparse_paramexp_in_brace()
958 pe->pe_type |= PT_NONE; in cparse_paramexp_in_brace()
980 pe->pe_type |= PT_MATCHHEAD; in cparse_paramexp_in_brace()
1034 pe2->pe_type = PT_MINUS; in cparse_paramexp_in_brace()
[all …]
/dports/lang/pocl/pocl-1.8/lib/llvmopencl/
H A Dlinker.cpp88 Type *pe_type = t->getPointerElementType(); in fixOpenCLimageArguments() local
89 if (pe_type->getStructName().startswith("opencl.image")) { in fixOpenCLimageArguments()
91 PointerType::get(pe_type, AS); in fixOpenCLimageArguments()
117 Type *pe_type = t->getPointerElementType(); in CloneFuncFixOpenCLImageT() local
118 if (pe_type->getStructName().startswith("opencl.image")) { in CloneFuncFixOpenCLImageT()
121 new_t = PointerType::get(pe_type, AS); in CloneFuncFixOpenCLImageT()
/dports/shells/yash/yash-2.51/
H A Dparser.c222 if (p->pe_type & PT_NEST) in paramfree()
1311 pe->pe_type = PT_NONE; in tryparse_paramexp_raw()
1334 pe->pe_type = 0; in parse_paramexp_in_brace()
1355 pe->pe_type |= PT_NUMBER; in parse_paramexp_in_brace()
1364 pe->pe_type |= PT_NEST; in parse_paramexp_in_brace()
1376 pe->pe_type |= PT_NEST; in parse_paramexp_in_brace()
1424 pe->pe_type |= PT_COLON; in parse_paramexp_in_brace()
1446 pe->pe_type |= PT_NONE; in parse_paramexp_in_brace()
1447 if (pe->pe_type & PT_COLON) in parse_paramexp_in_brace()
1506 if ((pe->pe_type & PT_NUMBER) && (pe->pe_type & PT_MASK) != PT_NONE) in parse_paramexp_in_brace()
[all …]
H A Dexpand.c706 if (p->pe_type & PT_NEST) { in expand_param()
804 if (p->pe_type & PT_COLON) in expand_param()
812 switch (p->pe_type & PT_MASK) { in expand_param()
829 if (p->pe_type & PT_NEST) { in expand_param()
883 switch (p->pe_type & PT_MASK) { in expand_param()
888 match_each(values, match, p->pe_type); in expand_param()
900 subst_each(values, match, subst, p->pe_type); in expand_param()
911 if (p->pe_type & PT_NUMBER) in expand_param()
1027 if (p->pe_type & PT_NEST) in print_subst_as_error()
1035 if (p->pe_type & PT_NEST) in print_subst_as_error()
[all …]
H A Dparser.h244 paramexptype_T pe_type; member
/dports/devel/upp/upp/bazaar/plugin/tcc/
H A Dtccpe.c1445 int pe_type = 0; in pe_add_runtime_ex() local
1448 pe_type = PE_GUI; in pe_add_runtime_ex()
1451 pe_type = PE_DLL; in pe_add_runtime_ex()
1458 ? PE_GUI == pe_type ? "_runwinmain" : NULL in pe_add_runtime_ex()
1459 : PE_DLL == pe_type ? "__dllstart@12" in pe_add_runtime_ex()
1460 : PE_GUI == pe_type ? "_winstart" : "_start" in pe_add_runtime_ex()
1478 if (PE_DLL == pe_type || PE_GUI == pe_type) { in pe_add_runtime_ex()
1495 pe->type = pe_type; in pe_add_runtime_ex()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Di82365.c558 switch (pe->pe_type) { in pcic_event_thread()
566 if (pe1->pe_type != PCIC_EVENT_REMOVAL) in pcic_event_thread()
570 if (pe2->pe_type == PCIC_EVENT_INSERTION) { in pcic_event_thread()
591 if (pe1->pe_type != PCIC_EVENT_INSERTION) in pcic_event_thread()
595 if (pe2->pe_type == PCIC_EVENT_REMOVAL) { in pcic_event_thread()
611 pe->pe_type); in pcic_event_thread()
744 pe->pe_type = event; in pcic_queue_event()
H A Di82365var.h45 int pe_type; member
H A Dtcic2.c469 switch (pe->pe_type) { in tcic_event_thread()
482 pe->pe_type); in tcic_event_thread()
639 pe->pe_type = event; in tcic_queue_event()
H A Dtcic2var.h47 int pe_type; member
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dparameter-editor.c69 static GType pe_type = 0; in parameter_editor_get_type() local
71 if (!pe_type) { in parameter_editor_get_type()
84 pe_type = g_type_register_static(GTK_TYPE_VBOX, "ParameterEditor", &pe_info, 0); in parameter_editor_get_type()
87 return pe_type; in parameter_editor_get_type()
/dports/devel/p5-Data-ParseBinary/Data-ParseBinary-0.31/lib/Data/ParseBinary/Executable/
H A DPE32.pm173 return IfThenElse($name, sub { $_->ctx->{pe_type} eq "PE32_plus" },
194 If(sub { $_->ctx->{pe_type} eq "PE32" },
/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Dsymbols.h366 unsigned char pe_type:1; /* PROC: prolog-epilog type, 1=use LEAVE */ member
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/test/v21/
H A Dtest_deterministic_ids.py308 pe_type="exe",
/dports/lang/python-legacy/Python-2.7.18/Tools/msi/
H A Dmsilib.py659 def pe_type(path): function
669 machine = pe_type(path)
H A Dmsi.py180 if msilib.pe_type(dll_path) != msilib.pe_type("msisupport.dll"):
/dports/lang/python27/Python-2.7.18/Tools/msi/
H A Dmsilib.py659 def pe_type(path): function
669 machine = pe_type(path)
H A Dmsi.py180 if msilib.pe_type(dll_path) != msilib.pe_type("msisupport.dll"):
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
H A Dmsilib.py664 def pe_type(path): function
674 machine = pe_type(path)
H A Dmsi.py182 if msilib.pe_type(dll_path) != msilib.pe_type("msisupport.dll"):
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dproc.c1012 proc->e.procinfo->pe_type = 0; in ParseProc()
1020 proc->e.procinfo->pe_type = ( ModuleInfo.Ofssize > USE16 || in ParseProc()
1025 proc->e.procinfo->pe_type = ( ( ModuleInfo.curr_cpu & P_CPU_MASK ) == P_286 || in ParseProc()
2812 if( info->pe_type ) { in write_default_epilogue()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp8751 ParseConstants::pathtype_t pe_type = pe.get_type(); in begin_visit() local
8757 if (pe_type == ParseConstants::path_relative) in begin_visit()
8828 if (pe_type != ParseConstants::path_leading_lone_slash) in begin_visit()
8842 if (pe_type != ParseConstants::path_relative) in begin_visit()