Home
last modified time | relevance | path

Searched refs:nsv (Results 1 – 25 of 2699) sorted by relevance

12345678910>>...108

/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/
H A Dnsvc.cpp49 return nsv; in nsv_new()
53 if (!nsv) return; in nsv_delete()
54 delete &nsv->get_grid(); in nsv_delete()
55 delete nsv; in nsv_delete()
103 nsv->add_diffusion(*ns); in nsv_add_species()
197 nsv->scale_diffusion_across(*(nsv->get_diffusing_species()[i]),s,0); in nsv_add_surface()
208 nsv->absorption_across(*(nsv->get_diffusing_species()[i]),s,1); in nsv_add_surface()
303 nsv->integrate(dt); in nsv_integrate()
472 (void)nsv; in nsv_get_grid()
474 return get_vtk_grid(nsv->get_grid(),nsv->get_diffusing_species()); in nsv_get_grid()
[all …]
H A Dnsvc.h64 extern void nsv_delete(NextSubvolumeMethod* nsv);
65 extern void nsv_print(NextSubvolumeMethod* nsv, char **bufferptr);
67 extern void nsv_add_species(NextSubvolumeMethod* nsv,int id,double D,char *btype,int dim);
71 extern void nsv_add_reaction(NextSubvolumeMethod* nsv,struct rxnstruct *reaction);
72 extern void nsv_add_surface(NextSubvolumeMethod* nsv,struct surfacestruct* surface);
74 extern void nsv_integrate(NextSubvolumeMethod* nsv,double dt,struct portstruct *port,struct lattice…
76 double nsv_concentration_point(NextSubvolumeMethod* nsv,int id, double *point, int dim);
77 void nsv_kill_molecule(NextSubvolumeMethod* nsv,int id, double *point, int dim);
78 extern void nsv_molcount(NextSubvolumeMethod* nsv, int *ret_array);
80 extern void nsv_add_mol(NextSubvolumeMethod* nsv,int id, double* pos, int dim);
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dnsvdec.c270 if (nsv->nsvf) { in nsv_parse_NSVf_header()
274 nsv->nsvf = 1; in nsv_parse_NSVf_header()
279 nsv->NSVf_end = size; in nsv_parse_NSVf_header()
414 nsv->vtag = vtag; in nsv_parse_NSVs_header()
415 nsv->atag = atag; in nsv_parse_NSVs_header()
472 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
492 nsv->ahead[0].data = nsv->ahead[1].data = NULL; in nsv_read_header()
533 if (nsv->ahead[0].data || nsv->ahead[1].data) in nsv_read_chunk()
548 if (nsv->state != NSV_HAS_READ_NSVS && nsv->state != NSV_FOUND_BEEF) in nsv_read_chunk()
632 pkt->dts += (int64_t)nsv->avsync * nsv->framerate.num; in nsv_read_chunk()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dnsvdec.c270 if (nsv->nsvf) { in nsv_parse_NSVf_header()
274 nsv->nsvf = 1; in nsv_parse_NSVf_header()
279 nsv->NSVf_end = size; in nsv_parse_NSVf_header()
414 nsv->vtag = vtag; in nsv_parse_NSVs_header()
415 nsv->atag = atag; in nsv_parse_NSVs_header()
472 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
492 nsv->ahead[0].data = nsv->ahead[1].data = NULL; in nsv_read_header()
533 if (nsv->ahead[0].data || nsv->ahead[1].data) in nsv_read_chunk()
548 if (nsv->state != NSV_HAS_READ_NSVS && nsv->state != NSV_FOUND_BEEF) in nsv_read_chunk()
632 pkt->dts += (int64_t)nsv->avsync * nsv->framerate.num; in nsv_read_chunk()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dnsvdec.c286 nsv->NSVf_end = size; in nsv_parse_NSVf_header()
425 nsv->vtag = vtag; in nsv_parse_NSVs_header()
426 nsv->atag = atag; in nsv_parse_NSVs_header()
483 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
506 nsv->ahead[0].data = nsv->ahead[1].data = NULL; in nsv_read_header()
548 if (nsv->ahead[0].data || nsv->ahead[1].data) in nsv_read_chunk()
563 if (nsv->state != NSV_HAS_READ_NSVS && nsv->state != NSV_FOUND_BEEF) in nsv_read_chunk()
652 pkt->dts += (int64_t)nsv->avsync * nsv->framerate.num; in nsv_read_chunk()
671 if (!nsv->ahead[0].data && !nsv->ahead[1].data) in nsv_read_packet()
716 if (nsv->ahead[0].data) in nsv_read_close()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dnsvdec.c271 if (nsv->nsvf) { in nsv_parse_NSVf_header()
275 nsv->nsvf = 1; in nsv_parse_NSVf_header()
280 nsv->NSVf_end = size; in nsv_parse_NSVf_header()
415 nsv->vtag = vtag; in nsv_parse_NSVs_header()
416 nsv->atag = atag; in nsv_parse_NSVs_header()
473 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
493 nsv->ahead[0].data = nsv->ahead[1].data = NULL; in nsv_read_header()
541 if (nsv->ahead[0].data || nsv->ahead[1].data) in nsv_read_chunk()
556 if (nsv->state != NSV_HAS_READ_NSVS && nsv->state != NSV_FOUND_BEEF) in nsv_read_chunk()
640 pkt->dts += (int64_t)nsv->avsync * nsv->framerate.num; in nsv_read_chunk()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dnsvdec.c286 nsv->NSVf_end = size; in nsv_parse_NSVf_header()
425 nsv->vtag = vtag; in nsv_parse_NSVs_header()
426 nsv->atag = atag; in nsv_parse_NSVs_header()
483 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
506 nsv->ahead[0].data = nsv->ahead[1].data = NULL; in nsv_read_header()
548 if (nsv->ahead[0].data || nsv->ahead[1].data) in nsv_read_chunk()
563 if (nsv->state != NSV_HAS_READ_NSVS && nsv->state != NSV_FOUND_BEEF) in nsv_read_chunk()
652 pkt->dts += (int64_t)nsv->avsync * nsv->framerate.num; in nsv_read_chunk()
671 if (!nsv->ahead[0].data && !nsv->ahead[1].data) in nsv_read_packet()
716 if (nsv->ahead[0].data) in nsv_read_close()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dnsvdec.c271 if (nsv->nsvf) { in nsv_parse_NSVf_header()
275 nsv->nsvf = 1; in nsv_parse_NSVf_header()
280 nsv->NSVf_end = size; in nsv_parse_NSVf_header()
415 nsv->vtag = vtag; in nsv_parse_NSVs_header()
416 nsv->atag = atag; in nsv_parse_NSVs_header()
473 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
493 nsv->ahead[0].data = nsv->ahead[1].data = NULL; in nsv_read_header()
541 if (nsv->ahead[0].data || nsv->ahead[1].data) in nsv_read_chunk()
556 if (nsv->state != NSV_HAS_READ_NSVS && nsv->state != NSV_FOUND_BEEF) in nsv_read_chunk()
640 pkt->dts += (int64_t)nsv->avsync * nsv->framerate.num; in nsv_read_chunk()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dnsvdec.c271 if (nsv->nsvf) { in nsv_parse_NSVf_header()
275 nsv->nsvf = 1; in nsv_parse_NSVf_header()
280 nsv->NSVf_end = size; in nsv_parse_NSVf_header()
415 nsv->vtag = vtag; in nsv_parse_NSVs_header()
416 nsv->atag = atag; in nsv_parse_NSVs_header()
473 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
493 nsv->ahead[0].data = nsv->ahead[1].data = NULL; in nsv_read_header()
541 if (nsv->ahead[0].data || nsv->ahead[1].data) in nsv_read_chunk()
556 if (nsv->state != NSV_HAS_READ_NSVS && nsv->state != NSV_FOUND_BEEF) in nsv_read_chunk()
640 pkt->dts += (int64_t)nsv->avsync * nsv->framerate.num; in nsv_read_chunk()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dnsvdec.c292 nsv->NSVf_end = size; in nsv_parse_NSVf_header()
378 nsv->nsvf_index_data[i], size + nsv->nsvf_index_data[i], in nsv_parse_NSVf_header()
439 nsv->vtag = vtag; in nsv_parse_NSVs_header()
440 nsv->atag = atag; in nsv_parse_NSVs_header()
487 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
498 nsv->state = NSV_UNSYNC; in nsv_parse_NSVs_header()
511 nsv->ahead[0].data = nsv->ahead[1].data = NULL; in nsv_read_header()
549 if (nsv->ahead[0].data || nsv->ahead[1].data) in nsv_read_chunk()
564 if (nsv->state != NSV_HAS_READ_NSVS && nsv->state != NSV_FOUND_BEEF) in nsv_read_chunk()
670 if (nsv->ahead[0].data == NULL && nsv->ahead[1].data == NULL) in nsv_read_packet()
[all …]
/dports/audio/baresip/baresip-0.5.8/src/
H A Dnet.c39 sa_cpy(&net->nsv[net->nsn++], sa); in net_dnssrv_add()
48 struct sa nsv[NET_MAX_NS]; in net_dns_srv_get() local
49 uint32_t i, nsn = ARRAY_SIZE(nsv); in net_dns_srv_get()
64 srvv[i] = net->nsv[i]; in net_dns_srv_get()
77 srvv[i] = nsv[i]; in net_dns_srv_get()
94 struct sa nsv[NET_MAX_NS]; in dns_refresh() local
98 nsn = ARRAY_SIZE(nsv); in dns_refresh()
187 struct sa nsv[NET_MAX_NS]; in dns_init() local
188 uint32_t nsn = ARRAY_SIZE(nsv); in dns_init()
231 struct sa nsv[NET_MAX_NS]; in net_alloc() local
[all …]
/dports/cad/sp2sp/gwave2-20090213/spicefile/
H A Dss_nsout.c73 struct nsvar *nsv; in sf_rdhdr_nsout() local
123 nsv = g_new0(struct nsvar, 1); in sf_rdhdr_nsout()
130 nsv->name = g_strdup(val); in sf_rdhdr_nsout()
137 nsv->index = atoi(val); in sf_rdhdr_nsout()
138 if(nsv->index > maxindex) in sf_rdhdr_nsout()
139 maxindex = nsv->index; in sf_rdhdr_nsout()
146 nsv->type = sf_str2type_nsout(val); in sf_rdhdr_nsout()
147 vlist = g_list_append(vlist, nsv); in sf_rdhdr_nsout()
179 nsv = g_list_nth_data(vlist, i); in sf_rdhdr_nsout()
182 sf->dvar[i].type = nsv->type; in sf_rdhdr_nsout()
[all …]
/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DAnimatedCycle.cpp602 if(nsv->next() == nsv) // Steiner cycle case in replaceInbetweenVertex()
628 if(nsv->before() && nsv->before()->after() == nsv) in replaceInbetweenVertex()
631 if(nsv->after() && nsv->after()->before() == nsv) in replaceInbetweenVertex()
657 assert(nsv->previous()); in replaceInbetweenVertex()
658 if(nsv->previous()->next() == nsv) in replaceInbetweenVertex()
661 assert(nsv->next()); in replaceInbetweenVertex()
662 if(nsv->next()->previous() == nsv) in replaceInbetweenVertex()
665 if(nsv->before() && nsv->before()->after() == nsv) in replaceInbetweenVertex()
668 if(nsv->after() && nsv->after()->before() == nsv) in replaceInbetweenVertex()
673 if(first_ == nsv) in replaceInbetweenVertex()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DSpatialAlgebraTest.cpp83 SpatialVec::TNeg& nsv = sv.updNegate(); in testMiscSpatialAlgebra() local
84 Vec6::TNeg& nsv6 = Vec6::TNeg::updAs(&nsv[0][0]); in testMiscSpatialAlgebra()
85 cout << "nsv (" << &nsv << ")=" << nsv << endl; in testMiscSpatialAlgebra()
87 cout << "nsv.normalize() =" << nsv.normalize() << endl; in testMiscSpatialAlgebra()
92 cout << "now nsv+1=" << nsv+1 << ", (nsv+1).normalize()=" << (nsv+1).normalize() << endl; in testMiscSpatialAlgebra()
93 nsv = (nsv+1).normalize(); in testMiscSpatialAlgebra()
94 cout << "after nsv=(nsv+1).normalize(), nsv=" << nsv << endl; in testMiscSpatialAlgebra()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzekjsqz.c24 rvsize, svsize, nsv; in zzekjsqz_() local
405 zzeksrd_(&nsvloc, &nsvloc, &nsv); in zzekjsqz_()
422 i__1 = nsv; in zzekjsqz_()
428 cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2; in zzekjsqz_()
492 newnsv = nsv - nsvdel; in zzekjsqz_()
494 i__1 = nsv; in zzekjsqz_()
500 cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2; in zzekjsqz_()
518 newnsv = nsv; in zzekjsqz_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzekjsqz.c24 rvsize, svsize, nsv; in zzekjsqz_() local
405 zzeksrd_(&nsvloc, &nsvloc, &nsv); in zzekjsqz_()
422 i__1 = nsv; in zzekjsqz_()
428 cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2; in zzekjsqz_()
492 newnsv = nsv - nsvdel; in zzekjsqz_()
494 i__1 = nsv; in zzekjsqz_()
500 cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2; in zzekjsqz_()
518 newnsv = nsv; in zzekjsqz_()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DsafepointVerifiers.hpp124 PauseNoSafepointVerifier(NoSafepointVerifier * nsv) in PauseNoSafepointVerifier() argument
125 : PauseNoGCVerifier(nsv) { in PauseNoSafepointVerifier()
127 _nsv = nsv; in PauseNoSafepointVerifier()
141 PauseNoSafepointVerifier(NoSafepointVerifier * nsv)
142 : PauseNoGCVerifier(nsv) {}
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DsafepointVerifiers.hpp124 PauseNoSafepointVerifier(NoSafepointVerifier * nsv) in PauseNoSafepointVerifier() argument
125 : PauseNoGCVerifier(nsv) { in PauseNoSafepointVerifier()
127 _nsv = nsv; in PauseNoSafepointVerifier()
141 PauseNoSafepointVerifier(NoSafepointVerifier * nsv)
142 : PauseNoGCVerifier(nsv) {}
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DsafepointVerifiers.hpp124 PauseNoSafepointVerifier(NoSafepointVerifier * nsv) in PauseNoSafepointVerifier() argument
125 : PauseNoGCVerifier(nsv) { in PauseNoSafepointVerifier()
127 _nsv = nsv; in PauseNoSafepointVerifier()
141 PauseNoSafepointVerifier(NoSafepointVerifier * nsv)
142 : PauseNoGCVerifier(nsv) {}
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DsafepointVerifiers.hpp124 PauseNoSafepointVerifier(NoSafepointVerifier * nsv) in PauseNoSafepointVerifier() argument
125 : PauseNoGCVerifier(nsv) { in PauseNoSafepointVerifier()
127 _nsv = nsv; in PauseNoSafepointVerifier()
141 PauseNoSafepointVerifier(NoSafepointVerifier * nsv)
142 : PauseNoGCVerifier(nsv) {}
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/macros/
H A Dsvplot.sci44 nf = max(size(w)); nsv = min(size(d)); j = sqrt(-1);
45 svm(nsv,nf) = 0;
53 nf = max(size(w)); nsv = min(size(d)); j = sqrt(-1);
54 svm(nsv,nf) = 0;
62 nf = max(size(w)); nsv = min(size(d)); j = sqrt(-1);
63 svm(nsv,nf) = 0;
71 nf = max(size(w)); nsv = min(size(d)); j = sqrt(-1);
72 svm(nsv,nf) = 0;
/dports/www/p5-libapreq2/libapreq2-2.16/glue/perl/xsbuilder/
H A Dapreq_xs_tables.h44 static int apreq_xs_cookie_table_magic_copy(pTHX_ SV *sv, MAGIC *mg, SV *nsv, in apreq_xs_cookie_table_magic_copy() argument
48 MAGIC *tie_magic = mg_find(nsv, PERL_MAGIC_tiedelem); in apreq_xs_cookie_table_magic_copy()
61 SvMAGICAL_off(nsv); in apreq_xs_cookie_table_magic_copy()
62 sv_setsv(nsv, sv_2mortal(apreq_xs_cookie2sv(aTHX_ c, my_magic->mg_ptr, in apreq_xs_cookie_table_magic_copy()
153 static int apreq_xs_param_table_magic_copy(pTHX_ SV *sv, MAGIC *mg, SV *nsv, in apreq_xs_param_table_magic_copy() argument
157 MAGIC *tie_magic = mg_find(nsv, PERL_MAGIC_tiedelem); in apreq_xs_param_table_magic_copy()
170 SvMAGICAL_off(nsv); in apreq_xs_param_table_magic_copy()
171 sv_setsv(nsv, sv_2mortal(apreq_xs_param2sv(aTHX_ p, my_magic->mg_ptr, in apreq_xs_param_table_magic_copy()
/dports/www/libapreq2/libapreq2-2.13/glue/perl/xsbuilder/
H A Dapreq_xs_tables.h44 static int apreq_xs_cookie_table_magic_copy(pTHX_ SV *sv, MAGIC *mg, SV *nsv, in apreq_xs_cookie_table_magic_copy() argument
48 MAGIC *tie_magic = mg_find(nsv, PERL_MAGIC_tiedelem); in apreq_xs_cookie_table_magic_copy()
61 SvMAGICAL_off(nsv); in apreq_xs_cookie_table_magic_copy()
62 sv_setsv(nsv, sv_2mortal(apreq_xs_cookie2sv(aTHX_ c, my_magic->mg_ptr, in apreq_xs_cookie_table_magic_copy()
153 static int apreq_xs_param_table_magic_copy(pTHX_ SV *sv, MAGIC *mg, SV *nsv, in apreq_xs_param_table_magic_copy() argument
157 MAGIC *tie_magic = mg_find(nsv, PERL_MAGIC_tiedelem); in apreq_xs_param_table_magic_copy()
170 SvMAGICAL_off(nsv); in apreq_xs_param_table_magic_copy()
171 sv_setsv(nsv, sv_2mortal(apreq_xs_param2sv(aTHX_ p, my_magic->mg_ptr, in apreq_xs_param_table_magic_copy()
/dports/net/drawterm/drawterm/libc/
H A DconvD2M.c29 int i, ns, nsv[4], ss; in convD2M() local
45 nsv[i] = strlen(sv[i]); in convD2M()
47 nsv[i] = 0; in convD2M()
48 ns += nsv[i]; in convD2M()
81 ns = nsv[i]; in convD2M()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/common/
H A Dkern_sig_43.c214 struct sigvec nsv, osv; in compat_43_sys_sigvec() local
218 if (SCARG(uap, nsv)) { in compat_43_sys_sigvec()
219 error = copyin(SCARG(uap, nsv), &nsv, sizeof(nsv)); in compat_43_sys_sigvec()
222 compat_43_sigvec_to_sigaction(&nsv, &nsa); in compat_43_sys_sigvec()
225 SCARG(uap, nsv) ? &nsa : 0, SCARG(uap, osv) ? &osa : 0, in compat_43_sys_sigvec()

12345678910>>...108