Home
last modified time | relevance | path

Searched refs:type_lookup (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/R-cran-data.table/data.table/src/
H A Dijoin.c11 SEXP vv, tt, lookup, type_lookup; in lookup() local
132 type_lookup = VECTOR_ELT(ux, uxcols-3); in lookup()
170 tt = VECTOR_ELT(type_lookup, i); in lookup()
181 tt = VECTOR_ELT(type_lookup, i); in lookup()
197 tt = VECTOR_ELT(type_lookup, i); in lookup()
233 SEXP type_lookup = VECTOR_ELT(ux, uxcols-3); in overlaps() local
271 tmp2 = VECTOR_ELT(type_lookup, to[i]-1); in overlaps()
349 tmp2 = VECTOR_ELT(type_lookup, k-1); in overlaps()
371 tmp2 = VECTOR_ELT(type_lookup, to[i]-1); in overlaps()
414 tmp2 = VECTOR_ELT(type_lookup, j-1); in overlaps()
[all …]
/dports/devel/dbus-glib/dbus-glib-0.112/dbus/
H A Ddbus-binding-tool-glib.c1063 char *type_lookup; in dbus_g_type_get_lookup_function() local
1101 return type_lookup; in dbus_g_type_get_lookup_function()
1120 return type_lookup; in dbus_g_type_get_lookup_function()
1159 char *type_lookup = NULL; in write_args_for_direction() local
1181 type_lookup, in write_args_for_direction()
1187 type_lookup, in write_args_for_direction()
1194 g_free (type_lookup); in write_args_for_direction()
1199 g_free (type_lookup); in write_args_for_direction()
1398 char *type_lookup = NULL; in write_typed_args_for_direction() local
1418 g_free (type_lookup); in write_typed_args_for_direction()
[all …]
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/scheme/
H A Dlink.py17 from ..utils import type_lookup
49 rt.append(type_lookup(t))
149 return type_lookup(arg0)
154 rv = type_lookup(arg)
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_options.c41 static const char *type_lookup(modperl_options_t *o) in type_lookup() function
76 error = apr_pstrcat(p, "Invalid per-", type_lookup(o), in modperl_options_set()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/image_annotation/
H A Dannotator.cc161 const auto type_lookup = kAnnotationTypes->find(type->GetString()); in ParseJsonDescAnnotations() local
162 if (type_lookup == kAnnotationTypes->end()) in ParseJsonDescAnnotations()
173 ReportDescAnnotation(type_lookup->second, score->GetDouble(), in ParseJsonDescAnnotations()
180 if (type_lookup->second != mojom::AnnotationType::kOcr && in ParseJsonDescAnnotations()
186 type_lookup->second, score->GetDouble(), text->GetString())); in ParseJsonDescAnnotations()
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/utils/
H A D__init__.py89 def type_lookup(qualified_name): function
118 return type_lookup(tspec)
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/image_annotation/
H A Dannotator.cc200 const auto type_lookup = kAnnotationTypes->find(type->GetString()); in ParseJsonDescAnnotations() local
201 if (type_lookup == kAnnotationTypes->end()) in ParseJsonDescAnnotations()
212 ReportDescAnnotation(type_lookup->second, score->GetDouble(), in ParseJsonDescAnnotations()
219 if (type_lookup->second != mojom::AnnotationType::kOcr && in ParseJsonDescAnnotations()
225 type_lookup->second, score->GetDouble(), text->GetString())); in ParseJsonDescAnnotations()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/front/spv/
H A Dmod.rs959 .get(&(type_lookup.handle, index)) in next_block()
1024 type_id: type_lookup in next_block()
1068 type_id: type_lookup in next_block()
1196 .get(&(type_lookup.handle, index)) in next_block()
2748 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_type_vector() localVariable
3156 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_constant() localVariable
3157 let ty = type_lookup.handle; in parse_constant()
3240 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_composite_constant() localVariable
3241 let ty = type_lookup.handle; in parse_composite_constant()
3274 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_null_constant() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/front/spv/
H A Dmod.rs959 .get(&(type_lookup.handle, index)) in next_block()
1024 type_id: type_lookup in next_block()
1068 type_id: type_lookup in next_block()
1196 .get(&(type_lookup.handle, index)) in next_block()
2748 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_type_vector() localVariable
3156 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_constant() localVariable
3157 let ty = type_lookup.handle; in parse_constant()
3240 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_composite_constant() localVariable
3241 let ty = type_lookup.handle; in parse_composite_constant()
3274 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_null_constant() localVariable
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/file_api/
H A Dfile_policy.h67 FileVerdict type_lookup(snort::Packet*, snort::FileInfo*) override;
H A Dfile_api.h149 virtual FileVerdict type_lookup(Packet*, FileInfo*) in type_lookup() function
H A Dfile_policy.cc178 FileVerdict FilePolicy::type_lookup(Packet*, FileInfo* file) in type_lookup() function in FilePolicy
H A Dfile_cache.cc227 FileVerdict verdict = policy->type_lookup(p, file); in check_verdict()
H A Dfile_lib.cc520 FileVerdict v = policy->type_lookup(p, this); in process()
/dports/misc/urh/urh-2.9.2/src/urh/cythonext/
H A Dpath_creator.pyx28 cdef dict type_lookup = {"char[:]": np.int8, "unsigned char[:]": np.uint8,
43 values = np.zeros(2 * len(sample_rng), dtype=type_lookup[cython.typeof(samples)], order="C")
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/front/spv/
H A Dmod.rs1457 .get(&(type_lookup.handle, index)) in next_block()
1538 type_id: type_lookup in next_block()
1595 type_id: type_lookup in next_block()
1773 .get(&(type_lookup.handle, index)) in next_block()
3910 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_type_vector() localVariable
4381 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_constant() localVariable
4382 let ty = type_lookup.handle; in parse_constant()
4469 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_composite_constant() localVariable
4470 let ty = type_lookup.handle; in parse_composite_constant()
4509 let type_lookup = self.lookup_type.lookup(type_id)?; in parse_null_constant() localVariable
[all …]
/dports/editors/wordgrinder/wordgrinder-0.6/src/lua/
H A Dfileio.lua36 local type_lookup = {
57 m = type_lookup[m]
/dports/devel/R-cran-data.table/data.table/R/
H A Dfoverlaps.R133 …setkey(uy)[, `:=`(lookup = list(list(integer(0L))), type_lookup = list(list(integer(0L))), count=0… nameattr in list
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dcodegen.h30 map<vector<type_elem_t>, type_elem_t> type_lookup; // Wasteful, but simple. member
147 auto it = type_lookup.find(tt); in GetTypeTableOffset()
148 if (it != type_lookup.end()) return it->second; in GetTypeTableOffset()
150 type_lookup[tt] = offset; in GetTypeTableOffset()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/external/flatbuffers/src/
H A Didl_parser.cpp2099 struct type_lookup { in ParseTypeFromProtoType() struct
2103 static type_lookup lookup[] = { in ParseTypeFromProtoType()
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/src/
H A Didl_parser.cpp2233 struct type_lookup { in ParseTypeFromProtoType() struct
2237 static type_lookup lookup[] = { in ParseTypeFromProtoType()
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/src/
H A Didl_parser.cpp2279 struct type_lookup { in ParseTypeFromProtoType() struct
2283 static type_lookup lookup[] = { in ParseTypeFromProtoType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/src/
H A Didl_parser.cpp2684 struct type_lookup { in ParseTypeFromProtoType() struct
2688 static type_lookup lookup[] = { in ParseTypeFromProtoType()
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/src/flatbuffers/
H A Didl_parser.cpp2667 struct type_lookup { in ParseTypeFromProtoType() struct
2671 static type_lookup lookup[] = { in ParseTypeFromProtoType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/src/
H A Didl_parser.cpp2674 struct type_lookup { in ParseTypeFromProtoType() struct
2678 static type_lookup lookup[] = { in ParseTypeFromProtoType()

12