Home
last modified time | relevance | path

Searched refs:h_list (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/dports/emulators/bfe/bfe2/
H A Dhistory.c15 GtkCList *h_list; variable
42 h_list = new_list(vbox, H_COLUMN_TITLES, h_column_titles); in historyInit()
43 gtk_clist_column_titles_show(h_list); in historyInit()
46 gtk_clist_set_column_justification(h_list, 2, GTK_JUSTIFY_LEFT); in historyInit()
64 gtk_clist_clear(h_list); in historyClear()
85 gtk_clist_append(h_list, row); in historyUpdate()
93 gtk_clist_moveto(h_list, h_length-1, 0, 1.0, 0.0); in historyUpdate()
94 gtk_clist_select_row(h_list, h_length-1, 0); in historyUpdate()
120 gtk_clist_append(h_list, row); in historyWrite()
129 gtk_clist_moveto(h_list, h_length-1, 0, 1.0, 0.0); in historyWrite()
[all …]
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testcurl/
H A Dtest_get_chunked.c359 h_list = curl_slist_append (h_list, "Connection: close"); in testInternalGet()
360 if (NULL == h_list) in testInternalGet()
375 curl_slist_free_all (h_list); in testInternalGet()
442 h_list = curl_slist_append (h_list, "Connection: close"); in testMultithreadedGet()
443 if (NULL == h_list) in testMultithreadedGet()
458 curl_slist_free_all (h_list); in testMultithreadedGet()
526 h_list = curl_slist_append (h_list, "Connection: close"); in testMultithreadedPoolGet()
527 if (NULL == h_list) in testMultithreadedPoolGet()
623 h_list = curl_slist_append (h_list, "Connection: close"); in testExternalGet()
624 if (NULL == h_list) in testExternalGet()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_hashtab.c62 struct hlist_head *h_list; in drm_ht_verbose_list() local
68 h_list = &ht->table[hashed_key]; in drm_ht_verbose_list()
69 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list()
77 struct hlist_head *h_list; in drm_ht_find_key() local
81 h_list = &ht->table[hashed_key]; in drm_ht_find_key()
82 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key()
95 struct hlist_head *h_list; in drm_ht_find_key_rcu() local
99 h_list = &ht->table[hashed_key]; in drm_ht_find_key_rcu()
112 struct hlist_head *h_list; in drm_ht_insert_item() local
118 h_list = &ht->table[hashed_key]; in drm_ht_insert_item()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_hashtab.c66 struct hlist_head *h_list; in drm_ht_verbose_list() local
72 h_list = &ht->table[hashed_key]; in drm_ht_verbose_list()
73 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list()
81 struct hlist_head *h_list; in drm_ht_find_key() local
85 h_list = &ht->table[hashed_key]; in drm_ht_find_key()
86 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key()
99 struct hlist_head *h_list; in drm_ht_find_key_rcu() local
103 h_list = &ht->table[hashed_key]; in drm_ht_find_key_rcu()
116 struct hlist_head *h_list; in drm_ht_insert_item() local
122 h_list = &ht->table[hashed_key]; in drm_ht_insert_item()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_hashtab.c66 struct hlist_head *h_list; in drm_ht_verbose_list() local
72 h_list = &ht->table[hashed_key]; in drm_ht_verbose_list()
73 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list()
81 struct hlist_head *h_list; in drm_ht_find_key() local
85 h_list = &ht->table[hashed_key]; in drm_ht_find_key()
86 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key()
99 struct hlist_head *h_list; in drm_ht_find_key_rcu() local
103 h_list = &ht->table[hashed_key]; in drm_ht_find_key_rcu()
116 struct hlist_head *h_list; in drm_ht_insert_item() local
122 h_list = &ht->table[hashed_key]; in drm_ht_insert_item()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_hashtab.c66 struct hlist_head *h_list; in drm_ht_verbose_list() local
72 h_list = &ht->table[hashed_key]; in drm_ht_verbose_list()
73 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list()
81 struct hlist_head *h_list; in drm_ht_find_key() local
85 h_list = &ht->table[hashed_key]; in drm_ht_find_key()
86 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key()
99 struct hlist_head *h_list; in drm_ht_find_key_rcu() local
103 h_list = &ht->table[hashed_key]; in drm_ht_find_key_rcu()
116 struct hlist_head *h_list; in drm_ht_insert_item() local
122 h_list = &ht->table[hashed_key]; in drm_ht_insert_item()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_hashtab.c60 struct drm_hash_item_list *h_list; in drm_ht_verbose_list() local
66 h_list = &ht->table[hashed_key & ht->mask]; in drm_ht_verbose_list()
67 LIST_FOREACH(entry, h_list, head) in drm_ht_verbose_list()
75 struct drm_hash_item_list *h_list; in drm_ht_find_key() local
79 h_list = &ht->table[hashed_key & ht->mask]; in drm_ht_find_key()
80 LIST_FOREACH(entry, h_list, head) { in drm_ht_find_key()
93 struct drm_hash_item_list *h_list; in drm_ht_insert_item() local
98 h_list = &ht->table[hashed_key & ht->mask]; in drm_ht_insert_item()
100 LIST_FOREACH(entry, h_list, head) { in drm_ht_insert_item()
110 LIST_INSERT_HEAD(h_list, item, head); in drm_ht_insert_item()
/dports/math/gismo/gismo-21.12.0/unittests/
H A DgsPoissonSolver_test.cpp51 std::vector <real_t> h_list; in runPoissonSolverTest() local
114 h_list.push_back(h); in runPoissonSolverTest()
129 math::log(h_list[h_list.size()-2]/h_list[h_list.size()-1]); in runPoissonSolverTest()
135 real_t convrateavg = gsSolverUtils<>::convergenceRateLS(error_list,h_list); in runPoissonSolverTest()
142 h_list.clear(); in runPoissonSolverTest()
/dports/devel/autogen/autogen-5.18.16/agen5/
H A DexpGperf.c73 char const * h_list; in ag_scm_make_gperf() local
83 h_list = ag_scm2zchars(hlist, "hash list"); in ag_scm_make_gperf()
89 char * cmd = aprf(MK_GPERF_SCRIPT, make_prog, gp_nam, h_list); in ag_scm_make_gperf()
95 h_list = shell_cmd(cmd); in ag_scm_make_gperf()
98 if (h_list != NULL) in ag_scm_make_gperf()
99 free(VOIDP(h_list)); in ag_scm_make_gperf()
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_snippet_panel/
H A D__init__.py58 self.h_list = dlg_proc(h, DLG_CTL_HANDLE, index=n)
63 listbox_proc(self.h_list, LISTBOX_THEME)
101 index = listbox_proc(self.h_list, LISTBOX_GET_SEL)
118 listbox_proc(self.h_list, LISTBOX_DELETE_ALL)
119 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=-1)
136 listbox_proc(self.h_list, LISTBOX_ADD, index=-1, text=i['name'])
138 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=0)
139 listbox_proc(self.h_list, LISTBOX_SET_TOP, index=0)
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_snippet_panel/
H A D__init__.py58 self.h_list = dlg_proc(h, DLG_CTL_HANDLE, index=n)
63 listbox_proc(self.h_list, LISTBOX_THEME)
101 index = listbox_proc(self.h_list, LISTBOX_GET_SEL)
118 listbox_proc(self.h_list, LISTBOX_DELETE_ALL)
119 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=-1)
136 listbox_proc(self.h_list, LISTBOX_ADD, index=-1, text=i['name'])
138 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=0)
139 listbox_proc(self.h_list, LISTBOX_SET_TOP, index=0)
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_tabs_list/
H A D__init__.py19 h_list = None variable in Command
82 self.h_list = dlg_proc(self.h_dlg, DLG_CTL_HANDLE, index=n)
83 listbox_proc(self.h_list, LISTBOX_SET_SHOW_X, index=2)
84 listbox_proc(self.h_list, LISTBOX_SET_HOTTRACK, index=1)
85 listbox_proc(self.h_list, LISTBOX_SET_COLUMN_SEP, text='|')
92 listbox_proc(self.h_list, LISTBOX_SET_COLUMNS, text=sizes)
128 listbox_proc(self.h_list, LISTBOX_DELETE_ALL)
131 if self.h_list is None: return
176 cnt = listbox_proc(self.h_list, LISTBOX_ADD_PROP, index=-1,
191 sel = listbox_proc(self.h_list, LISTBOX_GET_SEL)
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_tabs_list/
H A D__init__.py19 h_list = None variable in Command
82 self.h_list = dlg_proc(self.h_dlg, DLG_CTL_HANDLE, index=n)
83 listbox_proc(self.h_list, LISTBOX_SET_SHOW_X, index=2)
84 listbox_proc(self.h_list, LISTBOX_SET_HOTTRACK, index=1)
85 listbox_proc(self.h_list, LISTBOX_SET_COLUMN_SEP, text='|')
92 listbox_proc(self.h_list, LISTBOX_SET_COLUMNS, text=sizes)
128 listbox_proc(self.h_list, LISTBOX_DELETE_ALL)
131 if self.h_list is None: return
176 cnt = listbox_proc(self.h_list, LISTBOX_ADD_PROP, index=-1,
191 sel = listbox_proc(self.h_list, LISTBOX_GET_SEL)
[all …]
/dports/math/octave-forge-stk/stk/inst/misc/plot/
H A Dstk_legend.m50 h_list = get (gca (), 'Children'); variable
51 s_list = cell (size (h_list));
53 for i = 1:(length (h_list))
54 s_list{i} = get (h_list(i), 'DisplayName');
58 h_list = h_list(b); variable
61 h_legend = legend (h_list, s_list);
/dports/mail/mailfromd/mailfromd-8.10/mflib/
H A Dheader_rename.mf119 string h_list ':'
127 if h_list matches ".*:%name/([[:digit:]]+):.*"
128 set h_list ":%name/" . (\1 + 1) . h_list
130 set h_list ":%name/1" . h_list
135 if h_list matches '^:(.+):$'
136 set h_list \1
141 if h_list != ""
147 loop for string __h_list_itr h_list . ":"
H A Dheader_rename.mf4115 string h_list ':'
123 if h_list matches ".*:%name/([[:digit:]]+):.*"
124 set h_list ":%name/" . (\1 + 1) . h_list
126 set h_list ":%name/1" . h_list
131 if h_list matches '^:(.+):$'
132 set h_list \1
135 string_list_iterate(h_list, ":", h_spec, `
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/RemoteDB/
H A DTaxonomy.t198 is $h_list->ancestor->scientific_name, 'Homo';
200 my @names = $h_list->common_names;
202 $h_list->common_names('woman');
203 @names = $h_list->common_names;
210 $h_list->db_handle($db_flatfile);
211 @names = $h_list->common_names;
216 $h_list->db_handle($db_list);
220 $tree = Bio::Tree::Tree->new(-node => $h_list);
221 $h_list->db_handle($db_flatfile);
222 $ancestors_ancestor = $h_list->ancestor->ancestor;
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgsttracerutils.c145 GList *h_list, *h_node, *t_node; in _priv_gst_tracing_deinit() local
153 h_list = g_hash_table_get_values (_priv_tracers); in _priv_gst_tracing_deinit()
154 for (h_node = h_list; h_node; h_node = g_list_next (h_node)) { in _priv_gst_tracing_deinit()
162 g_list_free (h_list); in _priv_gst_tracing_deinit()
/dports/games/taisei/taisei-1.3.2/src/
H A Devents.c120 static bool _events_invoke_handlers(SDL_Event *event, EventHandlerContainer *h_list, EventHandler *… in _events_invoke_handlers() argument
130 if(h_list && !h_array) { in _events_invoke_handlers()
133 for(EventHandlerContainer *c = h_list; c; c = c->next) { in _events_invoke_handlers()
146 if(h_list && h_array) { in _events_invoke_handlers()
151 for(EventHandlerContainer *c = h_list; c; c = c->next) { in _events_invoke_handlers()
161 for(EventHandlerContainer *c = h_list; c; c = c->next, ++idx) { in _events_invoke_handlers()
186 if(!h_list && h_array) { in _events_invoke_handlers()
202 static bool events_invoke_handlers(SDL_Event *event, EventHandlerContainer *h_list, EventHandler *h… in events_invoke_handlers() argument
204 bool result = _events_invoke_handlers(event, h_list, h_array); in events_invoke_handlers()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/axes_grid1/
H A Daxes_size.py160 w_list, h_list = [], []
164 h_list.append(bb.height)
169 abs_size = max(h_list)/dpi
211 h_list = []
214 h_list.append(bb.height)
216 abs_size = max(h_list)/dpi
/dports/math/gismo/gismo-21.12.0/src/gsSolver/
H A DgsSolverUtils.h38 std::vector<T> const & h_list) in convergenceRateLS() argument
40 if (error_list.size() != h_list.size()) in convergenceRateLS()
51 A.col(0) = gsAsConstMatrix<T>(h_list, Nsize, 1) .array().log(); in convergenceRateLS()
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5dump/
H A Dh5dump.c600 parse_hsize_list(const char *h_list, subset_d *d) in parse_hsize_list() argument
608 if (!h_list || !*h_list || *h_list == ';') in parse_hsize_list()
612 for (ptr = h_list; ptr && *ptr && *ptr != ';' && *ptr != ']'; ptr++) in parse_hsize_list()
630 for (ptr = h_list; i < size_count && ptr && *ptr && *ptr != ';' && *ptr != ']'; ptr++) in parse_hsize_list()
710 parse_mask_list(const char *h_list) in parse_mask_list() argument
720 if(h_list) { in parse_mask_list()
725 ptr = h_list; in parse_mask_list()
729 error_msg("Bad mask list(%s)\n", h_list); in parse_mask_list()
751 error_msg("Bad mask list(%s)\n", h_list); in parse_mask_list()
794 error_msg("Bad mask list(%s), unexpected end of string.\n", h_list); in parse_mask_list()
[all …]
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Ddkim.c365 hbuf->ptr = h_list; in dkim_header_list_first()
376 while (*h_list) { in dkim_header_list_match()
379 while (*h_list && (*h_list == ' ' || *h_list == '\t')) in dkim_header_list_match()
380 h_list++; in dkim_header_list_match()
381 if (*h_list == 0) in dkim_header_list_match()
384 n = strcspn(h_list, " \t:"); in dkim_header_list_match()
387 h_list += n; in dkim_header_list_match()
389 while (*h_list && (*h_list == ' ' || *h_list == '\t')) in dkim_header_list_match()
390 h_list++; in dkim_header_list_match()
391 if (*h_list != ':') in dkim_header_list_match()
[all …]
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5dump/
H A Dh5dump.c591 parse_hsize_list(const char *h_list, subset_d *d) in parse_hsize_list() argument
599 if (!h_list || !*h_list || *h_list == ';') in parse_hsize_list()
603 for (ptr = h_list; ptr && *ptr && *ptr != ';' && *ptr != ']'; ptr++) in parse_hsize_list()
621 for (ptr = h_list; i < size_count && ptr && *ptr && *ptr != ';' && *ptr != ']'; ptr++) in parse_hsize_list()
696 parse_mask_list(const char *h_list) in parse_mask_list() argument
706 if(h_list) { in parse_mask_list()
711 ptr = h_list; in parse_mask_list()
715 error_msg("Bad mask list(%s)\n", h_list); in parse_mask_list()
737 error_msg("Bad mask list(%s)\n", h_list); in parse_mask_list()
780 error_msg("Bad mask list(%s), unexpected end of string.\n", h_list); in parse_mask_list()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/backend/test/case/node/
H A Drnn.py52 h_list = []
57 h_list.append(H)
59 concatenated = np.concatenate(h_list)
62 return output, h_list[-1]

12345678910>>...21