Home
last modified time | relevance | path

Searched refs:h_type (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/math/piranha/piranha-0.11/tests/
H A Dhash_set_02.cpp106 using h_type = hash_set<T>; in operator ()() typedef
111 BOOST_CHECK((!has_boost_save<void, const h_type &>::value)); in operator ()()
117 BOOST_CHECK((!has_boost_load<void, const h_type &>::value)); in operator ()()
119 using size_type = typename h_type::size_type; in operator ()()
124 h_type h; in operator ()()
160 using h_type = hash_set<T>; in operator ()() typedef
166 BOOST_CHECK((has_msgpack_convert<h_type>::value)); in operator ()()
167 BOOST_CHECK((has_msgpack_convert<h_type &>::value)); in operator ()()
169 using size_type = typename h_type::size_type; in operator ()()
175 h_type h; in operator ()()
[all …]
/dports/math/py-piranha/piranha-0.11/tests/
H A Dhash_set_02.cpp106 using h_type = hash_set<T>; in operator ()() typedef
111 BOOST_CHECK((!has_boost_save<void, const h_type &>::value)); in operator ()()
117 BOOST_CHECK((!has_boost_load<void, const h_type &>::value)); in operator ()()
119 using size_type = typename h_type::size_type; in operator ()()
124 h_type h; in operator ()()
160 using h_type = hash_set<T>; in operator ()() typedef
166 BOOST_CHECK((has_msgpack_convert<h_type>::value)); in operator ()()
167 BOOST_CHECK((has_msgpack_convert<h_type &>::value)); in operator ()()
169 using size_type = typename h_type::size_type; in operator ()()
175 h_type h; in operator ()()
[all …]
/dports/games/jzip/jzip-2.0.1g/
H A Djzip.c124 h_type = get_byte (H_TYPE);
126 if (h_type =='M' || h_type=='Z') {
129 if (h_type =='M' && second=='Z' || h_type=='Z' && second=='M')
136 h_type = get_byte(H_TYPE);
140 GLOBALVER = h_type;
142 if (h_type < min_version || h_type > max_version || (get_byte (H_CONFIG) & CONFIG_BYTE_SWAPPED))
144 if (h_type == V6 || h_type == V7)
147 if (h_type < V4) {
160 if (h_type == V8) { h_type=V5; story_scaler = 8; }
H A Dinput.c134 if (h_type < V4)
148 in_size = (h_type > V4) ? cbuf[1] : 0;
153 script_line ((h_type > V4) ? &cbuf[2] : &cbuf[1]);
154 record_line ((h_type > V4) ? &cbuf[2] : &cbuf[1]);
158 if (h_type > V4) {
177 if (h_type > V4)
214 if (h_type > V4) {
254 if (h_type > V4)
299 cp = (h_type > V4) ? cbuf + 2 : cbuf + 1;
504 (h_type < V4 ||
[all …]
H A Dtext.c118 else if (shift_state == 2 && code == 1 && h_type > V1)
155 if (h_type < V3) {
166 if (h_type == V1)
293 if (h_type < V3) {
396 if (h_type < V4)
596 if (h_type < V4)
772 if (h_type < V4)
812 if (h_type > V3)
949 offset += (h_type < V4) ? O3_PROPERTY_OFFSET : O4_PROPERTY_OFFSET;
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dsam_header.c119 tag = h_type->tag; in sam_hdr_update_hashes()
156 tag = h_type->tag; in sam_hdr_update_hashes()
193 tag = h_type->tag; in sam_hdr_update_hashes()
318 hd.p = h_type; in sam_hdr_add_lines()
335 h_type->prev = h_type->next = h_type; in sam_hdr_add_lines()
448 hd.p = h_type; in sam_hdr_vadd()
458 p->next = h_type; in sam_hdr_vadd()
459 h_type->prev = p; in sam_hdr_vadd()
461 t->prev = h_type; in sam_hdr_vadd()
462 h_type->next = t; in sam_hdr_vadd()
[all …]
/dports/biology/vt/vt-0.57721/lib/htslib/cram/
H A Dsam_header.c112 tag = h_type->tag; in sam_hdr_update_hashes()
154 tag = h_type->tag; in sam_hdr_update_hashes()
196 tag = h_type->tag; in sam_hdr_update_hashes()
345 h_type->prev = h_type->next = h_type; in sam_hdr_add_lines()
439 SAM_hdr_type *h_type; in sam_hdr_vadd() local
460 p->next = h_type; in sam_hdr_vadd()
461 h_type->prev = p; in sam_hdr_vadd()
463 t->prev = h_type; in sam_hdr_vadd()
464 h_type->next = t; in sam_hdr_vadd()
468 h_type->prev = h_type->next = h_type; in sam_hdr_vadd()
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/cram/
H A Dsam_header.c112 tag = h_type->tag; in sam_hdr_update_hashes()
154 tag = h_type->tag; in sam_hdr_update_hashes()
196 tag = h_type->tag; in sam_hdr_update_hashes()
345 h_type->prev = h_type->next = h_type; in sam_hdr_add_lines()
439 SAM_hdr_type *h_type; in sam_hdr_vadd() local
460 p->next = h_type; in sam_hdr_vadd()
461 h_type->prev = p; in sam_hdr_vadd()
463 t->prev = h_type; in sam_hdr_vadd()
464 h_type->next = t; in sam_hdr_vadd()
468 h_type->prev = h_type->next = h_type; in sam_hdr_vadd()
[all …]
/dports/biology/stacks/stacks-2.4/htslib/cram/
H A Dsam_header.c112 tag = h_type->tag; in sam_hdr_update_hashes()
154 tag = h_type->tag; in sam_hdr_update_hashes()
196 tag = h_type->tag; in sam_hdr_update_hashes()
301 SAM_hdr_type *h_type; in sam_hdr_add_lines() local
345 h_type->prev = h_type->next = h_type; in sam_hdr_add_lines()
460 p->next = h_type; in sam_hdr_vadd()
461 h_type->prev = p; in sam_hdr_vadd()
463 t->prev = h_type; in sam_hdr_vadd()
464 h_type->next = t; in sam_hdr_vadd()
468 h_type->prev = h_type->next = h_type; in sam_hdr_vadd()
[all …]
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/cram/
H A Dsam_header.c111 tag = h_type->tag; in sam_hdr_update_hashes()
153 tag = h_type->tag; in sam_hdr_update_hashes()
195 tag = h_type->tag; in sam_hdr_update_hashes()
300 SAM_hdr_type *h_type; in sam_hdr_add_lines() local
344 h_type->prev = h_type->next = h_type; in sam_hdr_add_lines()
459 p->next = h_type; in sam_hdr_vadd()
460 h_type->prev = p; in sam_hdr_vadd()
462 t->prev = h_type; in sam_hdr_vadd()
463 h_type->next = t; in sam_hdr_vadd()
467 h_type->prev = h_type->next = h_type; in sam_hdr_vadd()
[all …]
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dheader.c495 hrecs->first_line = h_type->global_next = h_type->global_prev = h_type; in sam_hrecs_global_list_add()
511 h_type->global_prev->global_next = h_type; in sam_hrecs_global_list_add()
512 h_type->global_next->global_prev = h_type; in sam_hrecs_global_list_add()
570 h_type->prev = h_type->next = h_type; in sam_hrecs_vadd()
572 h_type->tag = NULL; in sam_hrecs_vadd()
576 sam_hrecs_global_list_add(hrecs, h_type, !new ? h_type->prev : NULL); in sam_hrecs_vadd()
579 assert(h_type->prev->next == h_type); in sam_hrecs_vadd()
580 assert(h_type->next->prev == h_type); in sam_hrecs_vadd()
581 assert(h_type->global_prev->global_next == h_type); in sam_hrecs_vadd()
582 assert(h_type->global_next->global_prev == h_type); in sam_hrecs_vadd()
[all …]
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dheader.c490 hrecs->first_line = h_type->global_next = h_type->global_prev = h_type; in sam_hrecs_global_list_add()
506 h_type->global_prev->global_next = h_type; in sam_hrecs_global_list_add()
507 h_type->global_next->global_prev = h_type; in sam_hrecs_global_list_add()
565 h_type->prev = h_type->next = h_type; in sam_hrecs_vadd()
567 h_type->tag = NULL; in sam_hrecs_vadd()
571 sam_hrecs_global_list_add(hrecs, h_type, !new ? h_type->prev : NULL); in sam_hrecs_vadd()
574 assert(h_type->prev->next == h_type); in sam_hrecs_vadd()
575 assert(h_type->next->prev == h_type); in sam_hrecs_vadd()
576 assert(h_type->global_prev->global_next == h_type); in sam_hrecs_vadd()
577 assert(h_type->global_next->global_prev == h_type); in sam_hrecs_vadd()
[all …]
/dports/biology/htslib/htslib-1.14/
H A Dheader.c495 hrecs->first_line = h_type->global_next = h_type->global_prev = h_type; in sam_hrecs_global_list_add()
511 h_type->global_prev->global_next = h_type; in sam_hrecs_global_list_add()
512 h_type->global_next->global_prev = h_type; in sam_hrecs_global_list_add()
570 h_type->prev = h_type->next = h_type; in sam_hrecs_vadd()
572 h_type->tag = NULL; in sam_hrecs_vadd()
576 sam_hrecs_global_list_add(hrecs, h_type, !new ? h_type->prev : NULL); in sam_hrecs_vadd()
579 assert(h_type->prev->next == h_type); in sam_hrecs_vadd()
580 assert(h_type->next->prev == h_type); in sam_hrecs_vadd()
581 assert(h_type->global_prev->global_next == h_type); in sam_hrecs_vadd()
582 assert(h_type->global_next->global_prev == h_type); in sam_hrecs_vadd()
[all …]
/dports/www/p5-Dancer2/Dancer2-0.301004/lib/Dancer2/Core/Role/
H A DHookable.pm36 my ( $dancer, $h_type, $h_name, @rest ) = map lc, split /::/, $caller;
38 if ( $h_type =~ /(template|logger|serializer|session)/ ) {
39 $h_name = $h_type;
40 $h_type = 'engine';
44 $postponed_hooks = $postponed_hooks->{$h_type}{$h_name};
52 or croak "$h_name $h_type does not support the hook `$name'. ("
/dports/games/xzip/xzip/
H A Dtext.c118 else if (shift_state == 2 && code == 1 && h_type > V1)
155 if (h_type < V3) {
166 if (h_type == V1)
293 if (h_type < V3) {
396 if (h_type < V4)
528 if (h_type < V4)
724 if (h_type < V4) {
738 if (h_type < V4)
779 if (h_type > V3)
783 if (h_type > V3)
[all …]
H A Dinput.c134 if (h_type < V4)
148 in_size = (h_type > V4) ? cbuf[1] : 0;
153 if (h_type > V4) {
179 if (h_type > V4)
218 if (h_type > V4) {
254 if (h_type > V4) {
305 if (h_type > V4) {
317 cp = (h_type > V4) ? cbuf + 2 : cbuf + 1;
523 (h_type < V4 ||
557 (h_type < V4 ||
H A Dzip.c104 h_type = get_byte (H_TYPE);
106 if (h_type < min_version || h_type > max_version || (get_byte (H_CONFIG) & CONFIG_BYTE_SWAPPED))
109 if (h_type < V4) {
114 } else if (h_type < V8) {
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A Dload_http_hdr.cc196 load_buffer(int fd, hdr_type h_type) in load_buffer() argument
297 hdr_type h_type = UNKNOWN_HDR; in main() local
307 h_type = REQUEST_HDR; in main()
309 h_type = RESPONSE_HDR; in main()
311 h_type = HTTP_INFO_HDR; in main()
313 h_type = RAW_MBUFFER; in main()
325 load_buffer(fd, h_type); in main()
/dports/net/py-wsdd/wsdd-0.7.0/test/
H A Dnetlink_monitor.py60 (h_len, h_type, h_flags, _, _) = struct.unpack_from(
68 if h_type != RTM_NEWADDR and h_type != RTM_DELADDR:
98 msg_type = 'NEW' if h_type == RTM_NEWADDR else 'DEL'
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dmimemagic.c96 const gchar *h_type = in mime_magic() local
98 return (void *)g_strdup(h_type); in mime_magic()
117 const gchar *h_type = in mime_encoding() local
119 return (void *)g_strdup(h_type); in mime_encoding()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/perf_test/
H A Dtest_atomic.cpp85 using h_type = typename Kokkos::View<T, execution_space>::HostMirror; typedef
109 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in AddLoop()
138 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in AddLoopNonAtomic()
189 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in CASLoop()
231 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in CASLoopNonAtomic()
286 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in ExchLoop()
292 typename ZeroFunctor<T, exec_space>::h_type h_data2("HData"); in ExchLoop()
328 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in ExchLoopNonAtomic()
334 typename ZeroFunctor<T, exec_space>::h_type h_data2("HData"); in ExchLoopNonAtomic()
/dports/devel/kokkos/kokkos-3.4.01/core/perf_test/
H A Dtest_atomic.cpp85 using h_type = typename Kokkos::View<T, execution_space>::HostMirror; typedef
109 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in AddLoop()
138 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in AddLoopNonAtomic()
189 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in CASLoop()
231 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in CASLoopNonAtomic()
286 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in ExchLoop()
292 typename ZeroFunctor<T, exec_space>::h_type h_data2("HData"); in ExchLoop()
328 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in ExchLoopNonAtomic()
334 typename ZeroFunctor<T, exec_space>::h_type h_data2("HData"); in ExchLoopNonAtomic()
/dports/devel/hoel/hoel-1.4.14/src/
H A Dhoel-pgsql.c33 unsigned short h_type; member
102 ((struct _h_pgsql *)conn->connection)->list_type[i].h_type = HOEL_COL_TYPE_BOOL; in h_connect_pgsql()
104 ((struct _h_pgsql *)conn->connection)->list_type[i].h_type = HOEL_COL_TYPE_INT; in h_connect_pgsql()
106 ((struct _h_pgsql *)conn->connection)->list_type[i].h_type = HOEL_COL_TYPE_DOUBLE; in h_connect_pgsql()
108 ((struct _h_pgsql *)conn->connection)->list_type[i].h_type = HOEL_COL_TYPE_DATE; in h_connect_pgsql()
110 ((struct _h_pgsql *)conn->connection)->list_type[i].h_type = HOEL_COL_TYPE_BLOB; in h_connect_pgsql()
112 ((struct _h_pgsql *)conn->connection)->list_type[i].h_type = HOEL_COL_TYPE_BOOL; in h_connect_pgsql()
114 ((struct _h_pgsql *)conn->connection)->list_type[i].h_type = HOEL_COL_TYPE_TEXT; in h_connect_pgsql()
186 return ((struct _h_pgsql *)conn->connection)->list_type[i].h_type; in h_get_type_from_oid()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/perf_test/
H A Dtest_atomic.cpp85 using h_type = typename Kokkos::View<T, execution_space>::HostMirror; typedef
109 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in AddLoop()
138 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in AddLoopNonAtomic()
189 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in CASLoop()
231 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in CASLoopNonAtomic()
286 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in ExchLoop()
292 typename ZeroFunctor<T, exec_space>::h_type h_data2("HData"); in ExchLoop()
328 typename ZeroFunctor<T, exec_space>::h_type h_data("HData"); in ExchLoopNonAtomic()
334 typename ZeroFunctor<T, exec_space>::h_type h_data2("HData"); in ExchLoopNonAtomic()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ospfv2/
H A Dospfv2.py812 h_type = {}
815 h_type = have.get(attr) or {}
816 if not opr and not h_type:
823 and not _is_w_same(w_type, h_type, key)
825 if not w_type[key] and h_type and h_type[key]:
837 and not (h_type and key in h_type.keys())
851 if h_type and key in h_type.keys():
852 h_area = h_type.get(key) or {}
884 and not (h_type and key in h_type)

123456789