Home
last modified time | relevance | path

Searched refs:dhp (Results 1 – 25 of 1312) sorted by relevance

12345678910>>...53

/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwarf_harmless.c71 if (!dhp->dh_errors) { in dwarf_get_harmless_error_list()
86 if (dhp->dh_next_to_use != dhp->dh_first) { in dwarf_get_harmless_error_list()
101 dhp->dh_first = 0; in dwarf_get_harmless_error_list()
128 if (!dhp->dh_errors) { in dwarf_insert_harmless_error()
135 dhp->dh_errs_count++; in dwarf_insert_harmless_error()
137 if (dhp->dh_next_to_use == dhp->dh_first) { in dwarf_insert_harmless_error()
139 dhp->dh_first = (dhp->dh_first+1) % dhp->dh_maxcount; in dwarf_insert_harmless_error()
189 memset(dhp,0,sizeof(*dhp)); in dwarf_harmless_init()
191 dhp->dh_errors = (char **)malloc(sizeof( char *) *dhp->dh_maxcount); in dwarf_harmless_init()
224 free(dhp->dh_errors); in dwarf_harmless_cleanout()
[all …]
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwarf_harmless.c71 if (!dhp->dh_errors) { in dwarf_get_harmless_error_list()
86 if (dhp->dh_next_to_use != dhp->dh_first) { in dwarf_get_harmless_error_list()
101 dhp->dh_first = 0; in dwarf_get_harmless_error_list()
128 if (!dhp->dh_errors) { in dwarf_insert_harmless_error()
135 dhp->dh_errs_count++; in dwarf_insert_harmless_error()
137 if (dhp->dh_next_to_use == dhp->dh_first) { in dwarf_insert_harmless_error()
139 dhp->dh_first = (dhp->dh_first+1) % dhp->dh_maxcount; in dwarf_insert_harmless_error()
189 memset(dhp,0,sizeof(*dhp)); in dwarf_harmless_init()
191 dhp->dh_errors = (char **)malloc(sizeof( char *) *dhp->dh_maxcount); in dwarf_harmless_init()
224 free(dhp->dh_errors); in dwarf_harmless_cleanout()
[all …]
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/common/
H A Dlwlibav_dec.c45 lwlibav_decode_handler_t *dhp in lwlibav_flush_buffers() argument
48 const AVCodecParameters *codecpar = dhp->format->streams[ dhp->stream_index ]->codecpar; in lwlibav_flush_buffers()
55 dhp->error = 1; in lwlibav_flush_buffers()
62 dhp->ctx->opaque = NULL; in lwlibav_flush_buffers()
64 dhp->ctx = ctx; in lwlibav_flush_buffers()
67 dhp->exh.delay_count = 0; in lwlibav_flush_buffers()
72 lwlibav_decode_handler_t *dhp, in lwlibav_update_configuration() argument
87 AVCodecParameters *codecpar = dhp->format->streams[ dhp->stream_index ]->codecpar; in lwlibav_update_configuration()
92 dhp->ctx->opaque = NULL; in lwlibav_update_configuration()
140 int width = dhp->ctx->width; in lwlibav_update_configuration()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_ident.c646 dt_idhash_t *dhp; in dt_idhash_create() local
657 bzero(dhp, size); in dt_idhash_create()
665 return (dhp); in dt_idhash_create()
698 free(dhp); in dt_idhash_destroy()
745 if (dhp->dh_nextid >= dhp->dh_maxid) in dt_idhash_nextid()
785 dhp->dh_nelems++; in dt_idhash_insert()
788 dhp->dh_defer(dhp, idp); in dt_idhash_insert()
806 dhp->dh_nelems++; in dt_idhash_xinsert()
809 dhp->dh_defer(dhp, idp); in dt_idhash_xinsert()
831 dhp->dh_nelems--; in dt_idhash_delete()
[all …]
/dports/biology/wise/wise2.4.1/src/models/
H A Ddnahmm.dy62 for(i=0;i<dhp->len;i++) {
76 dhp->consensus = calloc(dhp->len+1,sizeof(char));
78 for(i=0;i<dhp->len;i++) {
82 prob_max = dhp->unit[i]->match[j];
91 dhp->consensus[i] = '.';
94 dhp->consensus[i] = '\0';
168 for(i=0;i<dhp->len;i++) {
180 for(i=0;i<dhp->len;i++) {
182 dhp->unit[i]->match[j] = dhp->unit[i]->match[j] / d->base[j];
183 dhp->unit[i]->insert[j] = dhp->unit[i]->insert[j] / d->base[j];
[all …]
H A Ddnahmm.c15 for(i=0;i<dhp->len;i++) { in DnaHmmScore_from_DnaHmmProb()
30 dhp->consensus = calloc(dhp->len+1,sizeof(char)); in make_consensus_DnaHmmProb()
32 for(i=0;i<dhp->len;i++) { in make_consensus_DnaHmmProb()
36 prob_max = dhp->unit[i]->match[j]; in make_consensus_DnaHmmProb()
45 dhp->consensus[i] = '.'; in make_consensus_DnaHmmProb()
48 dhp->consensus[i] = '\0'; in make_consensus_DnaHmmProb()
126 for(i=0;i<dhp->len;i++) { in set_N_DnaHmmProb()
139 for(i=0;i<dhp->len;i++) { in fold_RandomModelDNA_DnaHmmProb()
141 dhp->unit[i]->match[j] = dhp->unit[i]->match[j] / d->base[j]; in fold_RandomModelDNA_DnaHmmProb()
142 dhp->unit[i]->insert[j] = dhp->unit[i]->insert[j] / d->base[j]; in fold_RandomModelDNA_DnaHmmProb()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_dh.c160 dhp = tmp; in load_builtin()
181 if (dhp) { in tls_set_dh_from_file()
183 dhp = 0; in tls_set_dh_from_file()
200 dhp = tmp; in tls_set_dh_from_file()
214 if (dhp) { in tls_tmp_dh()
243 dhp = tmp; in load_builtin()
261 if (dhp) { in tls_set_dh_from_file()
262 DH_free(dhp); in tls_set_dh_from_file()
263 dhp = 0; in tls_set_dh_from_file()
290 if (!dhp) in tls_tmp_dh()
[all …]
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-prj/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-pg/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-scope/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-vc/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/devhelp/src/
H A DMakefile.am8 dhp-manpages.c \
9 dhp-object.c \
10 dhp-plugin.c
13 dhp-settings.c
16 dhp.h \
17 dhp-plugin.h

12345678910>>...53