Home
last modified time | relevance | path

Searched refs:hdr_id (Results 1 – 25 of 63) sorted by relevance

123

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxobj.h38 extern hdr_id_t hdr_id;
40 # define HDR_ID_OFFSET (sizeof(obj_header_t) - offset_of(obj_header_t, d.o.hdr_id))
44 # define ASSIGN_HDR_ID(obj) (*(hdr_id_t *)(((byte *)obj) - HDR_ID_OFFSET)) = hdr_id++
135 …hdr_id_t hdr_id; /* should be last, to save wasting space in the "strings" case. Makes object easi… member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxobj.h38 extern hdr_id_t hdr_id;
40 # define HDR_ID_OFFSET (sizeof(obj_header_t) - offset_of(obj_header_t, d.o.hdr_id))
44 # define ASSIGN_HDR_ID(obj) (*(hdr_id_t *)(((byte *)obj) - HDR_ID_OFFSET)) = hdr_id++
135 …hdr_id_t hdr_id; /* should be last, to save wasting space in the "strings" case. Makes object easi… member
/dports/biology/bcftools/bcftools-1.14/plugins/
H A Dfill-from-fasta.c151 int hdr_id = bcf_hdr_id2int(out_hdr, BCF_DT_ID, column); in init() local
152 …if (hdr_id<0) { fprintf(stderr,"No header ID found for %s. Header lines can be added with the --he… in init()
153 switch ( bcf_hdr_id2type(out_hdr,BCF_HL_INFO,hdr_id) ) in init()
162 …tderr,"The type of %s not recognised (%d)\n", column, bcf_hdr_id2type(out_hdr,BCF_HL_INFO,hdr_id)); in init()
/dports/biology/bio-mocha/bcftools-1.14/plugins/
H A Dfill-from-fasta.c151 int hdr_id = bcf_hdr_id2int(out_hdr, BCF_DT_ID, column); in init() local
152 …if (hdr_id<0) { fprintf(stderr,"No header ID found for %s. Header lines can be added with the --he… in init()
153 switch ( bcf_hdr_id2type(out_hdr,BCF_HL_INFO,hdr_id) ) in init()
162 …tderr,"The type of %s not recognised (%d)\n", column, bcf_hdr_id2type(out_hdr,BCF_HL_INFO,hdr_id)); in init()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-config/
H A Dinteractive2.cpp507 tui_id hdr_id = page_id_2_hdr_id( old_page ); in onPageChanged() local
508 if ( hdr_id > 0 ) in onPageChanged()
509 SetWidgetBackground( hdr_id, STATUS_COLOR ); in onPageChanged()
510 hdr_id = page_id_2_hdr_id( new_page ); in onPageChanged()
511 if ( hdr_id > 0 ) in onPageChanged()
513 SetWidgetBackground( hdr_id, BOX_COLOR ); in onPageChanged()
514 SetFocus( hdr_id ); in onPageChanged()
558 tui_id hdr_id = 0; in page_id_2_hdr_id() local
563 case PAGE_AWS : hdr_id = AWS_HDR_ID; break; in page_id_2_hdr_id()
564 case PAGE_GCP : hdr_id = GCP_HDR_ID; break; in page_id_2_hdr_id()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_module.cc383 int hdr_id; in set() local
384 hdr_id = str_to_code(header.c_str(), HttpMsgHeadShared::header_list); in set()
385hdr_id = (hdr_id != HttpCommon::STAT_OTHER) ? hdr_id : (HEAD__MAX_VALUE + custom_id_idx++); in set()
390 params->xff_headers[hdr_idx].code = hdr_id; in set()
/dports/biology/bcftools/bcftools-1.14/
H A Dfilter.c367 assert( tok->hdr_id >=0 ); in filters_set_info()
2576 if ( hdr_id<0 ) return BCF_UN_FMT; in max_ac_an_unpack()
2580 if ( hdr_id<0 ) return BCF_UN_FMT; in max_ac_an_unpack()
2589 tok->hdr_id = -1; in filters_init1()
2738 if ( tok->hdr_id >=0 ) in filters_init1()
2759 if ( tok->hdr_id>=0 ) in filters_init1()
3098 tok->hdr_id = -1; in filter_init()
3111 tok->hdr_id = -1; in filter_init()
3176 tok->hdr_id = -1; in filter_init()
3257 if ( out[k].hdr_id>0 ) in filter_init()
[all …]
H A Dvcfannotate.c54 int hdr_id; member
190 if ( tag->key && tag->hdr_id<0 ) in remove_filter()
198 else bcf_remove_filter(args->hdr, line, tag->hdr_id, args->flt_keep_pass); in remove_filter()
337 tag->hdr_id = bcf_hdr_id2int(args->hdr, BCF_DT_ID, tag->key); in init_remove_annots()
338 if ( !bcf_hdr_idinfo_exists(args->hdr,BCF_HL_FLT,tag->hdr_id) ) in init_remove_annots()
2410 int hdr_id = bcf_hdr_id2int(args->hdr_out, BCF_DT_ID, key_dst); in init_columns() local
2411 if ( !bcf_hdr_idinfo_exists(args->hdr_out,BCF_HL_FMT,hdr_id) ) in init_columns()
2432 switch ( bcf_hdr_id2type(args->hdr_out,BCF_HL_FMT,hdr_id) ) in init_columns()
2498 int hdr_id = bcf_hdr_id2int(args->hdr_out, BCF_DT_ID, key_dst); in init_columns() local
2499 if ( !bcf_hdr_idinfo_exists(args->hdr_out,BCF_HL_INFO,hdr_id) ) in init_columns()
[all …]
/dports/biology/bio-mocha/bcftools-1.14/
H A Dfilter.c367 assert( tok->hdr_id >=0 ); in filters_set_info()
2576 if ( hdr_id<0 ) return BCF_UN_FMT; in max_ac_an_unpack()
2580 if ( hdr_id<0 ) return BCF_UN_FMT; in max_ac_an_unpack()
2589 tok->hdr_id = -1; in filters_init1()
2738 if ( tok->hdr_id >=0 ) in filters_init1()
2759 if ( tok->hdr_id>=0 ) in filters_init1()
3098 tok->hdr_id = -1; in filter_init()
3111 tok->hdr_id = -1; in filter_init()
3176 tok->hdr_id = -1; in filter_init()
3257 if ( out[k].hdr_id>0 ) in filter_init()
[all …]
H A Dvcfannotate.c54 int hdr_id; member
190 if ( tag->key && tag->hdr_id<0 ) in remove_filter()
198 else bcf_remove_filter(args->hdr, line, tag->hdr_id, args->flt_keep_pass); in remove_filter()
337 tag->hdr_id = bcf_hdr_id2int(args->hdr, BCF_DT_ID, tag->key); in init_remove_annots()
338 if ( !bcf_hdr_idinfo_exists(args->hdr,BCF_HL_FLT,tag->hdr_id) ) in init_remove_annots()
2410 int hdr_id = bcf_hdr_id2int(args->hdr_out, BCF_DT_ID, key_dst); in init_columns() local
2411 if ( !bcf_hdr_idinfo_exists(args->hdr_out,BCF_HL_FMT,hdr_id) ) in init_columns()
2432 switch ( bcf_hdr_id2type(args->hdr_out,BCF_HL_FMT,hdr_id) ) in init_columns()
2498 int hdr_id = bcf_hdr_id2int(args->hdr_out, BCF_DT_ID, key_dst); in init_columns() local
2499 if ( !bcf_hdr_idinfo_exists(args->hdr_out,BCF_HL_INFO,hdr_id) ) in init_columns()
[all …]
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dfilter.c367 assert( tok->hdr_id >=0 ); in filters_set_info()
2576 if ( hdr_id<0 ) return BCF_UN_FMT; in max_ac_an_unpack()
2580 if ( hdr_id<0 ) return BCF_UN_FMT; in max_ac_an_unpack()
2589 tok->hdr_id = -1; in filters_init1()
2738 if ( tok->hdr_id >=0 ) in filters_init1()
2759 if ( tok->hdr_id>=0 ) in filters_init1()
3098 tok->hdr_id = -1; in filter_init()
3111 tok->hdr_id = -1; in filter_init()
3176 tok->hdr_id = -1; in filter_init()
3257 if ( out[k].hdr_id>0 ) in filter_init()
[all …]
H A Dfilter.c.pysam.c369 assert( tok->hdr_id >=0 ); in filters_set_info()
2578 if ( hdr_id<0 ) return BCF_UN_FMT; in max_ac_an_unpack()
2582 if ( hdr_id<0 ) return BCF_UN_FMT; in max_ac_an_unpack()
2591 tok->hdr_id = -1; in filters_init1()
2740 if ( tok->hdr_id >=0 ) in filters_init1()
2761 if ( tok->hdr_id>=0 ) in filters_init1()
3100 tok->hdr_id = -1; in filter_init()
3113 tok->hdr_id = -1; in filter_init()
3178 tok->hdr_id = -1; in filter_init()
3259 if ( out[k].hdr_id>0 ) in filter_init()
[all …]
H A Dvcfannotate.c54 int hdr_id; member
190 if ( tag->key && tag->hdr_id<0 ) in remove_filter()
198 else bcf_remove_filter(args->hdr, line, tag->hdr_id, args->flt_keep_pass); in remove_filter()
337 tag->hdr_id = bcf_hdr_id2int(args->hdr, BCF_DT_ID, tag->key); in init_remove_annots()
338 if ( !bcf_hdr_idinfo_exists(args->hdr,BCF_HL_FLT,tag->hdr_id) ) in init_remove_annots()
2410 int hdr_id = bcf_hdr_id2int(args->hdr_out, BCF_DT_ID, key_dst); in init_columns() local
2411 if ( !bcf_hdr_idinfo_exists(args->hdr_out,BCF_HL_FMT,hdr_id) ) in init_columns()
2432 switch ( bcf_hdr_id2type(args->hdr_out,BCF_HL_FMT,hdr_id) ) in init_columns()
2498 int hdr_id = bcf_hdr_id2int(args->hdr_out, BCF_DT_ID, key_dst); in init_columns() local
2499 if ( !bcf_hdr_idinfo_exists(args->hdr_out,BCF_HL_INFO,hdr_id) ) in init_columns()
[all …]
H A Dvcfannotate.c.pysam.c56 int hdr_id; member
192 if ( tag->key && tag->hdr_id<0 ) in remove_filter()
200 else bcf_remove_filter(args->hdr, line, tag->hdr_id, args->flt_keep_pass); in remove_filter()
339 tag->hdr_id = bcf_hdr_id2int(args->hdr, BCF_DT_ID, tag->key); in init_remove_annots()
340 if ( !bcf_hdr_idinfo_exists(args->hdr,BCF_HL_FLT,tag->hdr_id) ) in init_remove_annots()
2412 int hdr_id = bcf_hdr_id2int(args->hdr_out, BCF_DT_ID, key_dst); in init_columns() local
2413 if ( !bcf_hdr_idinfo_exists(args->hdr_out,BCF_HL_FMT,hdr_id) ) in init_columns()
2434 switch ( bcf_hdr_id2type(args->hdr_out,BCF_HL_FMT,hdr_id) ) in init_columns()
2500 int hdr_id = bcf_hdr_id2int(args->hdr_out, BCF_DT_ID, key_dst); in init_columns() local
2501 if ( !bcf_hdr_idinfo_exists(args->hdr_out,BCF_HL_INFO,hdr_id) ) in init_columns()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/test/tui-example/
H A Dexample_10.cpp252 tui_id hdr_id = 0; in page_changed() local
255 case PAGE_AWS : hdr_id = AWS_HDR_ID; break; in page_changed()
256 case PAGE_GCP : hdr_id = GCP_HDR_ID; break; in page_changed()
257 case PAGE_CACHE : hdr_id = CACHE_HDR_ID; break; in page_changed()
258 case PAGE_NETW : hdr_id = NETW_HDR_ID; break; in page_changed()
259 case PAGE_DBGAP : hdr_id = DBGAP_HDR_ID; break; in page_changed()
261 if ( hdr_id > 0 ) in page_changed()
262 SetWidgetBackground( hdr_id, status ? BOX_COLOR : STATUS_COLOR ); in page_changed()
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/nicom/
H A Dcsareader.py86 hdr_id = csa_str[:4]
88 if hdr_id == asbytes('SV10'): # CSA2
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/nicom/
H A Dcsareader.py91 hdr_id = csa_str[:4]
93 if hdr_id == b'SV10': # CSA2
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/align/
H A Dsamtogw.cpp107 int hdr_id = gw->addColumn(tv_id, "HDR", 8); in process() local
133 gw->write(hdr_id, 8, hdr->headercode, strlen(hdr->headercode)); in process()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/align/
H A Dsamtogw.cpp107 int hdr_id = gw->addColumn(tv_id, "HDR", 8); in process() local
133 gw->write(hdr_id, 8, hdr->headercode, strlen(hdr->headercode)); in process()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dsiemens_dicom_csa.c64 char hdr_id[4]; /* should be "SV10" */ member
151 fprintf(stream, " hdr_id : %4.4s (SV10?)\n", hdr->hdr_id); in print_csa2_header()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/t/
H A Dmcol-4410.test78 `hdr_id` int(10) unsigned DEFAULT NULL,
215 `hdr_id` int(10) unsigned DEFAULT NULL,
230 `hdr_id` int(10) unsigned DEFAULT NULL,
395 th.id AS hdr_id,
422 INNER JOIN tmp_tb_ldh_gpawnv3 th ON ti.hdr_id=th.id
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/t/
H A Dmcol-4410.test78 `hdr_id` int(10) unsigned DEFAULT NULL,
215 `hdr_id` int(10) unsigned DEFAULT NULL,
230 `hdr_id` int(10) unsigned DEFAULT NULL,
395 th.id AS hdr_id,
422 INNER JOIN tmp_tb_ldh_gpawnv3 th ON ti.hdr_id=th.id
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf-eh-frame.c477 unsigned int hdr_length, hdr_id; in _bfd_elf_parse_eh_frame() local
547 hdr_id = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
548 if (hdr_id == 0) in _bfd_elf_parse_eh_frame()
620 hdr_id = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
622 if (hdr_id == 0) in _bfd_elf_parse_eh_frame()
783 unsigned int cie_offset = this_inf->offset + 4 - hdr_id; in _bfd_elf_parse_eh_frame()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf-eh-frame.c477 unsigned int hdr_length, hdr_id; in _bfd_elf_parse_eh_frame() local
548 hdr_id = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
549 if (hdr_id == 0) in _bfd_elf_parse_eh_frame()
621 hdr_id = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
623 if (hdr_id == 0) in _bfd_elf_parse_eh_frame()
782 unsigned int cie_offset = this_inf->offset + 4 - hdr_id; in _bfd_elf_parse_eh_frame()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/r/
H A Dmcol-4410.result130 `hdr_id` int(10) unsigned DEFAULT NULL,
262 `hdr_id` int(10) unsigned DEFAULT NULL,
276 `hdr_id` int(10) unsigned DEFAULT NULL,
437 th.id AS hdr_id,
464 INNER JOIN tmp_tb_ldh_gpawnv3 th ON ti.hdr_id=th.id

123