Home
last modified time | relevance | path

Searched refs:entry_in (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/libmesh/libmesh-1.6.2/contrib/bin/
H A Dstrip_dup_incl_paths.pl33 my $entry_in = shift;
34 if ($entry_in=~/-I\.\./) {
35 return $entry_in;
37 my @paths = split("/",$entry_in);
H A Dstrip_dup_libs.pl135 my $entry_in = shift;
136 if ($entry_in=~/-L\.\./) {
137 return $entry_in;
139 my @paths = split("/",$entry_in);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/commonTools/buildTools/
H A Dstrip_dup_incl_paths.pl29 my $entry_in = shift;
30 if ($entry_in=~/-I\.\./) {
31 return $entry_in;
33 my @paths = split("/",$entry_in);
H A Dstrip_dup_libs.pl54 my $entry_in = shift;
55 if ($entry_in=~/-L\.\./) {
56 return $entry_in;
58 my @paths = split("/",$entry_in);
H A Dreplace-install-prefix.pl69 my $entry_in = shift;
70 if ($entry_in=~/-L\.\./) {
71 return $entry_in;
73 my @paths = split("/",$entry_in);
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dgserialized_gist_nd.c927 if (!entry_in->leafkey) in gserialized_gist_compress()
930 PG_RETURN_POINTER(entry_in); in gserialized_gist_compress()
940 if (!DatumGetPointer(entry_in->key)) in gserialized_gist_compress()
943 gistentryinit(*entry_out, (Datum)0, entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress()
959 entry_in->rel, in gserialized_gist_compress()
960 entry_in->page, in gserialized_gist_compress()
961 entry_in->offset, in gserialized_gist_compress()
978 entry_in->rel, in gserialized_gist_compress()
979 entry_in->page, in gserialized_gist_compress()
980 entry_in->offset, in gserialized_gist_compress()
[all …]
H A Dgserialized_gist_2d.c835 GISTENTRY *entry_in = (GISTENTRY*)PG_GETARG_POINTER(0); in gserialized_gist_compress_2d() local
846 if ( ! entry_in->leafkey ) in gserialized_gist_compress_2d()
849 PG_RETURN_POINTER(entry_in); in gserialized_gist_compress_2d()
859 if ( DatumGetPointer(entry_in->key) == NULL ) in gserialized_gist_compress_2d()
862 gistentryinit(*entry_out, (Datum) 0, entry_in->rel, in gserialized_gist_compress_2d()
863 entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
869 result = gserialized_datum_get_box2df_p(entry_in->key, &bbox_out); in gserialized_gist_compress_2d()
876 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
890 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
901 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dgserialized_gist_nd.c927 if (!entry_in->leafkey) in gserialized_gist_compress()
930 PG_RETURN_POINTER(entry_in); in gserialized_gist_compress()
940 if (!DatumGetPointer(entry_in->key)) in gserialized_gist_compress()
943 gistentryinit(*entry_out, (Datum)0, entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress()
959 entry_in->rel, in gserialized_gist_compress()
960 entry_in->page, in gserialized_gist_compress()
961 entry_in->offset, in gserialized_gist_compress()
978 entry_in->rel, in gserialized_gist_compress()
979 entry_in->page, in gserialized_gist_compress()
980 entry_in->offset, in gserialized_gist_compress()
[all …]
H A Dgserialized_gist_2d.c819 GISTENTRY *entry_in = (GISTENTRY*)PG_GETARG_POINTER(0); in gserialized_gist_compress_2d() local
830 if ( ! entry_in->leafkey ) in gserialized_gist_compress_2d()
833 PG_RETURN_POINTER(entry_in); in gserialized_gist_compress_2d()
843 if ( DatumGetPointer(entry_in->key) == NULL ) in gserialized_gist_compress_2d()
846 gistentryinit(*entry_out, (Datum) 0, entry_in->rel, in gserialized_gist_compress_2d()
847 entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
853 result = gserialized_datum_get_box2df_p(entry_in->key, &bbox_out); in gserialized_gist_compress_2d()
860 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
874 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
885 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dgserialized_gist_nd.c927 if (!entry_in->leafkey) in gserialized_gist_compress()
930 PG_RETURN_POINTER(entry_in); in gserialized_gist_compress()
940 if (!DatumGetPointer(entry_in->key)) in gserialized_gist_compress()
943 gistentryinit(*entry_out, (Datum)0, entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress()
959 entry_in->rel, in gserialized_gist_compress()
960 entry_in->page, in gserialized_gist_compress()
961 entry_in->offset, in gserialized_gist_compress()
978 entry_in->rel, in gserialized_gist_compress()
979 entry_in->page, in gserialized_gist_compress()
980 entry_in->offset, in gserialized_gist_compress()
[all …]
H A Dgserialized_gist_2d.c772 GISTENTRY *entry_in = (GISTENTRY*)PG_GETARG_POINTER(0); in gserialized_gist_compress_2d() local
783 if ( ! entry_in->leafkey ) in gserialized_gist_compress_2d()
786 PG_RETURN_POINTER(entry_in); in gserialized_gist_compress_2d()
796 if ( DatumGetPointer(entry_in->key) == NULL ) in gserialized_gist_compress_2d()
799 gistentryinit(*entry_out, (Datum) 0, entry_in->rel, in gserialized_gist_compress_2d()
800 entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
806 result = gserialized_datum_get_box2df_p(entry_in->key, &bbox_out); in gserialized_gist_compress_2d()
813 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
827 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
838 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dgserialized_gist_nd.c1093 GISTENTRY *entry_in = (GISTENTRY*)PG_GETARG_POINTER(0); in gserialized_gist_compress() local
1106 if ( ! entry_in->leafkey ) in gserialized_gist_compress()
1109 PG_RETURN_POINTER(entry_in); in gserialized_gist_compress()
1119 if ( DatumGetPointer(entry_in->key) == NULL ) in gserialized_gist_compress()
1122 gistentryinit(*entry_out, (Datum) 0, entry_in->rel, in gserialized_gist_compress()
1123 entry_in->page, entry_in->offset, false); in gserialized_gist_compress()
1138 entry_in->rel, entry_in->page, in gserialized_gist_compress()
1139 entry_in->offset, false); in gserialized_gist_compress()
1155 entry_in->rel, entry_in->page, in gserialized_gist_compress()
1156 entry_in->offset, false); in gserialized_gist_compress()
[all …]
H A Dgserialized_gist_2d.c974 GISTENTRY *entry_in = (GISTENTRY*)PG_GETARG_POINTER(0); in gserialized_gist_compress_2d() local
985 if ( ! entry_in->leafkey ) in gserialized_gist_compress_2d()
988 PG_RETURN_POINTER(entry_in); in gserialized_gist_compress_2d()
998 if ( DatumGetPointer(entry_in->key) == NULL ) in gserialized_gist_compress_2d()
1001 gistentryinit(*entry_out, (Datum) 0, entry_in->rel, in gserialized_gist_compress_2d()
1002 entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
1008 result = gserialized_datum_get_box2df_p(entry_in->key, &bbox_out); in gserialized_gist_compress_2d()
1015 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
1029 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
1040 entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress_2d()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/comm/src/
H A DTeuchos_TableColumn.cpp89 void TableColumn::addEntry(const RCP<TableEntry>& entry_in) in addEntry() argument
91 data_.append(entry_in); in addEntry()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parameterlist/src/
H A DTeuchos_ParameterList.hpp1010 ParameterList& ParameterList::setEntry(std::string const& name_in, ParameterEntry const& entry_in) in setEntry() argument
1012 params_.setObj(name_in, entry_in); in setEntry()
1279 const ParameterEntry &entry_in in validateEntryType()
1283 entry_in.getAny().type() != typeid(T), Exceptions::InvalidParameterType in validateEntryType()
1285 " of type \""<<entry_in.getAny().typeName()<<"\"" in validateEntryType()
H A DTeuchos_ParameterList.cpp740 const ParameterEntry *entry_in in validateEntryExists()
744 entry_in==NULL, Exceptions::InvalidParameterName in validateEntryExists()
754 const std::string &name_in, const ParameterEntry &entry_in in validateEntryIsList()
758 !entry_in.isList(), Exceptions::InvalidParameterType in validateEntryIsList()
760 <<entry_in.getAny(false).typeName()<<"\"!" ); in validateEntryIsList()
/dports/lang/ghc/ghc-8.10.7/rts/
H A DSTM.c1308 StgTRecHeader *entry_in = NULL; in stmReadTVar() local
1316 entry = get_entry_for(trec, tvar, &entry_in); in stmReadTVar()
1319 if (entry_in == trec) { in stmReadTVar()
1351 StgTRecHeader *entry_in = NULL; in stmWriteTVar() local
1358 entry = get_entry_for(trec, tvar, &entry_in); in stmWriteTVar()
1361 if (entry_in == trec) { in stmWriteTVar()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/st/stm32mp1/include/
H A Dboot_api.h175 uint32_t *entry_in);
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/st/stm32mp1/include/
H A Dboot_api.h175 uint32_t *entry_in);
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/st/stm32mp1/include/
H A Dboot_api.h175 uint32_t *entry_in);
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/st/stm32mp1/include/
H A Dboot_api.h175 uint32_t *entry_in);
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/st/stm32mp1/include/
H A Dboot_api.h175 uint32_t *entry_in);
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwarf_util.c421 Dwarf_Hash_Table_Entry entry_in = htin->tb_entries; in copy_abbrev_table_to_new_table() local
426 for (; k < entry_in_count; ++k,++entry_in) { in copy_abbrev_table_to_new_table()
427 Dwarf_Abbrev_List listent = entry_in->at_head; in copy_abbrev_table_to_new_table()
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwarf_util.c421 Dwarf_Hash_Table_Entry entry_in = htin->tb_entries; in copy_abbrev_table_to_new_table() local
426 for (; k < entry_in_count; ++k,++entry_in) { in copy_abbrev_table_to_new_table()
427 Dwarf_Abbrev_List listent = entry_in->at_head; in copy_abbrev_table_to_new_table()
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkiconlist.c89 static gint entry_in (GtkWidget *widget,
1139 entry_in (GtkWidget *widget, GdkEventButton *event, gpointer data) in entry_in() function
1535 (void *)entry_in, iconlist); in gtk_icon_list_put()
2146 entry_in(icon->entry, NULL, iconlist); in gtk_icon_list_set_active_icon()

12