Home
last modified time | relevance | path

Searched refs:global_map (Results 1 – 25 of 134) sorted by relevance

123456

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-bottom-half/libpreopen/
H A Dlibpreopen.c349 static struct po_map global_map; variable
399 memcpy(enlarged, global_map.entries, global_map.length * sizeof(*enlarged)); in po_map_enlarge()
400 free(global_map.entries); in po_map_enlarge()
401 global_map.entries = enlarged; in po_map_enlarge()
402 global_map.capacity = new_capacity; in po_map_enlarge()
416 assert(global_map.length <= global_map.capacity); in po_map_assertvalid()
417 assert(global_map.entries != NULL || global_map.capacity == 0); in po_map_assertvalid()
419 for (i = 0; i < global_map.length; i++) { in po_map_assertvalid()
420 entry = &global_map.entries[i]; in po_map_assertvalid()
439 if (global_map.length == global_map.capacity) { in internal_register_preopened_fd()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/bytecomp/
H A Dsymtable.mli44 type global_map type
46 val current_state: unit -> global_map
47 val restore_state: global_map -> unit
48 val hide_additions: global_map -> unit
49 val filter_global_map: (Ident.t -> bool) -> global_map -> global_map
/dports/lang/ocaml-nox11/ocaml-4.05.0/bytecomp/
H A Dsymtable.mli44 type global_map type
46 val current_state: unit -> global_map
47 val restore_state: global_map -> unit
48 val hide_additions: global_map -> unit
49 val filter_global_map: (Ident.t -> bool) -> global_map -> global_map
/dports/devel/global/global-6.6.7/htags-refkit/
H A Dhtags_path2url.c67 static struct map *global_map; /**< file -> url mapping table */ variable
190 (void)free(global_map); in unload_filemap()
191 global_map = NULL; in unload_filemap()
230 global_map = map; in htags_load_filemap()
266 if (global_contents == NULL || global_map == NULL) in htags_path2url()
269 result = (struct map *)bsearch(&tmp, global_map, global_maplines, sizeof(struct map), cmp); in htags_path2url()
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dglobal_maps.py315 return global_map[qname]
343 return global_map[qname]
442 for global_map in self.global_maps:
443 yield from global_map.values()
529 global_map: Dict[str, XsdComponent]
535 for global_map in self.global_maps:
536 for k in list(global_map.keys()):
537 obj = global_map[k]
539 del global_map[k]
555 for global_map in self.global_maps:
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dcmds.c546 initial_define_key (global_map, Ctl ('I'), "self-insert-command"); in keys_of_cmds()
548 initial_define_key (global_map, n, "self-insert-command"); in keys_of_cmds()
551 initial_define_key (global_map, n, "self-insert-command"); in keys_of_cmds()
554 initial_define_key (global_map, n, "self-insert-command"); in keys_of_cmds()
556 initial_define_key (global_map, Ctl ('A'), "beginning-of-line"); in keys_of_cmds()
557 initial_define_key (global_map, Ctl ('B'), "backward-char"); in keys_of_cmds()
558 initial_define_key (global_map, Ctl ('E'), "end-of-line"); in keys_of_cmds()
559 initial_define_key (global_map, Ctl ('F'), "forward-char"); in keys_of_cmds()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c73 struct bpf_map *perf_map, *global_map; in main() local
111 global_map = bpf_object__find_map_by_name(obj, "global_map"); in main()
112 if (!global_map) { in main()
146 rv = bpf_map_lookup_elem(bpf_map__fd(global_map), &key, &g); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c73 struct bpf_map *perf_map, *global_map; in main() local
111 global_map = bpf_object__find_map_by_name(obj, "global_map"); in main()
112 if (!global_map) { in main()
146 rv = bpf_map_lookup_elem(bpf_map__fd(global_map), &key, &g); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c73 struct bpf_map *perf_map, *global_map; in main() local
111 global_map = bpf_object__find_map_by_name(obj, "global_map"); in main()
112 if (!global_map) { in main()
146 rv = bpf_map_lookup_elem(bpf_map__fd(global_map), &key, &g); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c22 } global_map SEC(".maps");
76 gp = bpf_map_lookup_elem(&global_map, &key); in bpf_testcb()
82 bpf_map_update_elem(&global_map, &key, &g, in bpf_testcb()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c22 } global_map SEC(".maps");
76 gp = bpf_map_lookup_elem(&global_map, &key); in bpf_testcb()
82 bpf_map_update_elem(&global_map, &key, &g, in bpf_testcb()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c22 } global_map SEC(".maps");
76 gp = bpf_map_lookup_elem(&global_map, &key); in bpf_testcb()
82 bpf_map_update_elem(&global_map, &key, &g, in bpf_testcb()
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/vm/
H A Dexecutable.cc89 auto it = global_map.find(func_name); in GetFunctionArity()
90 if (it == global_map.end()) { in GetFunctionArity()
99 auto it = global_map.find(func_name); in GetFunctionParameterName()
100 if (it == global_map.end()) { in GetFunctionParameterName()
175 oss << " Globals (#" << global_map.size() << "): ["; in Stats()
176 for (const auto& it : global_map) { in Stats()
179 if (!global_map.empty()) oss.seekp(-2, oss.cur); in Stats()
502 this->global_map.insert({globals[i], i}); in LoadGlobalSection()
740 CHECK(it != this->global_map.end()); in LoadCodeSection()
741 CHECK_LE(it->second, this->global_map.size()); in LoadCodeSection()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/vm/
H A Dexecutable.cc89 auto it = global_map.find(func_name); in GetFunctionArity()
90 if (it == global_map.end()) { in GetFunctionArity()
99 auto it = global_map.find(func_name); in GetFunctionParameterName()
100 if (it == global_map.end()) { in GetFunctionParameterName()
175 oss << " Globals (#" << global_map.size() << "): ["; in Stats()
176 for (const auto& it : global_map) { in Stats()
179 if (!global_map.empty()) oss.seekp(-2, oss.cur); in Stats()
502 this->global_map.insert({globals[i], i}); in LoadGlobalSection()
740 CHECK(it != this->global_map.end()); in LoadCodeSection()
741 CHECK_LE(it->second, this->global_map.size()); in LoadCodeSection()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Ddijkstra.c29 static const struct gossmap *global_map; variable
61 return get_dijkstra(global_dijkstra, global_map, in less_comparer()
63 > get_dijkstra(global_dijkstra, global_map, in less_comparer()
70 get_dijkstra(global_dijkstra, global_map, n)->heapptr = dst; in item_mover()
163 global_map = map; in dijkstra_()
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/layers/
H A Dtimeline_semaphore.c309 static struct object_map global_map = { variable
432 object_unmap(&global_map, instance->instance); in instance_destroy()
451 object_map(&global_map, instance->instance, instance); in instance_new()
477 object_unmap(&global_map, queue->queue); in device_destroy()
507 object_unmap(&global_map, device->device); in device_destroy()
544 object_map(&global_map, device->device, device); in device_new()
604 object_map(&global_map, queue->queue, queue); in device_new()
1696 struct queue_data *queue = object_find(&global_map, _queue); in timeline_QueueSubmit()
2377 if (object_find(&global_map, pPhysicalDevices[i])) in timeline_EnumeratePhysicalDevices()
2378 object_unmap(&global_map, pPhysicalDevices[i]); in timeline_EnumeratePhysicalDevices()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_file.c312 munmap(file->global_map, file->length); in eina_file_real_close()
476 if (f->global_map != MAP_FAILED) in eina_file_mmap_faulty()
867 n->global_map = MAP_FAILED; in eina_file_open()
970 if (file->global_map == MAP_FAILED) in eina_file_map_all()
980 if (file->global_map != MAP_FAILED) in eina_file_map_all()
994 ret = file->global_map; in eina_file_map_all()
1093 if (file->global_map == map) in eina_file_map_free()
1099 munmap(file->global_map, file->length); in eina_file_map_free()
1100 file->global_map = MAP_FAILED; in eina_file_map_free()
1119 if (map == file->global_map) in eina_file_map_populate()
[all …]
H A Deina_file_win32.c376 if (!file->copied && file->global_map != MAP_FAILED) in eina_file_real_close()
377 UnmapViewOfFile(file->global_map); in eina_file_real_close()
758 n->global_map = MAP_FAILED; in eina_file_open()
854 if (file->global_map == MAP_FAILED) in eina_file_map_all()
874 if (!file->global_map) in eina_file_map_all()
875 file->global_map = MAP_FAILED; in eina_file_map_all()
878 if (file->global_map != MAP_FAILED) in eina_file_map_all()
882 return file->global_map; in eina_file_map_all()
997 if (file->global_map == map) in eina_file_map_free()
1003 UnmapViewOfFile(file->global_map); in eina_file_map_free()
[all …]
H A Deina_file_common.c231 return file->global_map; in eina_file_virtual_map_all()
254 map->map = ((char*) file->global_map) + offset; in eina_file_virtual_map_new()
295 if (file->global_map == map) in eina_file_virtual_map_free()
356 if (file->global_map != MAP_FAILED) in eina_file_flush()
362 tmp->map = file->global_map; in eina_file_flush()
370 file->global_map = MAP_FAILED; in eina_file_flush()
486 file->global_map = ((char *)file) + head_padded; in eina_file_virtualize()
487 memcpy((char *)file->global_map, data, length); in eina_file_virtualize()
491 file->global_map = (void *)data; in eina_file_virtualize()
520 r = eina_file_virtualize(file->filename, file->global_map, file->length, EINA_TRUE); in eina_file_dup()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/vm/
H A Dexecutable.cc84 auto it = global_map.find(func_name); in GetFunctionArity()
85 if (it == global_map.end()) { in GetFunctionArity()
94 auto it = global_map.find(func_name); in GetFunctionParameterName()
95 if (it == global_map.end()) { in GetFunctionParameterName()
168 oss << " Globals (#" << global_map.size() << "): ["; in Stats()
169 for (const auto& it : global_map) { in Stats()
173 if (!global_map.empty()) oss.seekp(-2, oss.cur); in Stats()
510 this->global_map.insert({globals[i], i}); in LoadGlobalSection()
768 CHECK(it != this->global_map.end()); in LoadCodeSection()
769 CHECK_LE(it->second, this->global_map.size()); in LoadCodeSection()
[all …]
/dports/math/vtk6/VTK-6.2.0/Infovis/Parallel/
H A DvtkPBGLGraphAdapter.h195 vtkVertexGlobalMap global_map,
198 return std::pair<int,vtkIdType>(global_map.helper->GetVertexOwner(key),
199 global_map.helper->GetVertexIndex(key));
240 vtkEdgeGlobalMap global_map,
244 (global_map.helper->GetEdgeOwner(key.Id), key.Id);
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/gui/common/
H A Dguidata.cpp12 decltype (GUI::Data::global_map) GUI::Data::global_map; member in GUI::Data
41 auto &glob = global_map[context]; in initGlobal()
109 auto &global = global_map[context]; in syncToGPU()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dactions.c397 void *global_map; /* Grabbed/global key map */ member
511 as->global_map = NULL; in libvlc_InternalActionsInit()
535 init_action (obj, &as->global_map, name, s_names2actions[i].id); in libvlc_InternalActionsInit()
548 &as->global_map); in libvlc_InternalActionsInit()
564 &as->global_map); in libvlc_InternalActionsClean()
567 tdestroy (as->global_map, free); in libvlc_InternalActionsClean()
/dports/lang/ocaml/ocaml-4.05.0/toplevel/
H A Dexpunge.ml68 let global_map = (input_value ic : Symtable.global_map) in
69 output_value oc (expunge_map global_map)
/dports/lang/ocaml-nox11/ocaml-4.05.0/toplevel/
H A Dexpunge.ml68 let global_map = (input_value ic : Symtable.global_map) in
69 output_value oc (expunge_map global_map)

123456