Home
last modified time | relevance | path

Searched refs:p_sp (Results 1 – 25 of 74) sorted by relevance

123

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/asf/
H A Dlibasf.c581 p_sp->i_stream_number = p_sp->i_flags&0x07f; in ASF_ReadObject_stream_properties()
592 p_sp->p_type_specific_data = in ASF_ReadObject_stream_properties()
630 p_sp->i_time_offset, in ASF_ReadObject_stream_properties()
633 p_sp->i_flags, in ASF_ReadObject_stream_properties()
1003 p_esp->p_sp = NULL; in ASF_ReadObject_extended_stream_properties()
1015 if( !p_sp || ASF_ReadObject( s, p_sp, NULL ) ) in ASF_ReadObject_extended_stream_properties()
1017 free( p_sp ); in ASF_ReadObject_extended_stream_properties()
1022 p_esp->p_sp = (asf_object_stream_properties_t*)p_sp; in ASF_ReadObject_extended_stream_properties()
1137 p_sp->pi_priority_flag = calloc( p_sp->i_priority_count, sizeof(uint16_t) ); in ASF_ReadObject_stream_prioritization()
1141 if( !p_sp->pi_priority_flag || !p_sp->pi_priority_stream_number ) in ASF_ReadObject_stream_prioritization()
[all …]
H A Dasf.c881 asf_object_stream_properties_t *p_sp; in DemuxInit() local
885 p_sp = ASF_FindObject( p_sys->p_root->p_hdr, in DemuxInit()
896 tk->info.p_sp = p_sp; in DemuxInit()
914 p_sp->i_stream_number ); in DemuxInit()
979 else if( guidcmp( &p_sp->i_stream_type, in DemuxInit()
1011 if( p_sp->i_type_specific_data_length > 11 + in DemuxInit()
1037 p_sp->i_stream_number ) in DemuxInit()
1045 p_sp->i_stream_number ) in DemuxInit()
1065 p_sp->i_type_specific_data_length >= 64 ) in DemuxInit()
1195 fmt.i_id = tk->info.p_sp->i_stream_number; in DemuxInit()
[all …]
H A Dasfpacket.c163 p_packetsys->pf_setaspectratio( p_packetsys, p_tkinfo->p_sp->i_stream_number, in ParsePayloadExtensions()
355 if ( p_tkinfo->p_sp ) in DemuxPayload()
356 i_payload_pts -= p_tkinfo->p_sp->i_time_offset * 10; in DemuxPayload()
361 if ( p_tkinfo->p_sp ) in DemuxPayload()
362 i_payload_dts -= p_tkinfo->p_sp->i_time_offset * 10; in DemuxPayload()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsearch.c88 p_sp = p_sp->next->to; in SPMatchesF()
210 p_sp = np_sp; in SPMatchesF()
294 p_sp = np_sp; in SPMatchesF()
311 if ( p_sp->me.x==np_sp->me.x && p_sp->me.y==np_sp->me.y ) in SPMatchesF()
319 atan2( p_sp->me.y- p_sp->prevcp.y, p_sp->me.x- p_sp->prevcp.x); in SPMatchesF()
342 atan2(np_sp->me.y-p_sp->me.y,np_sp->me.x-p_sp->me.x); in SPMatchesF()
347 (np_sp->me.x-p_sp->me.x)*(np_sp->me.x-p_sp->me.x))/ in SPMatchesF()
449 p_sp = np_sp; in SPMatchesF()
478 p_sp = np_sp; in SPMatchesO()
499 p_sp = np_sp; in SPMatchesO()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Darea_2d.h74 bool operator<(const ShapePair &p_sp) const {
75 if (body_shape == p_sp.body_shape)
76 return area_shape < p_sp.area_shape;
78 return body_shape < p_sp.body_shape;
106 bool operator<(const AreaShapePair &p_sp) const {
107 if (area_shape == p_sp.area_shape)
108 return self_shape < p_sp.self_shape;
110 return area_shape < p_sp.area_shape;
H A Dphysics_body_2d.h157 bool operator<(const ShapePair &p_sp) const {
158 if (body_shape == p_sp.body_shape)
159 return local_shape < p_sp.local_shape;
161 return body_shape < p_sp.body_shape;
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Darea_2d.h74 bool operator<(const ShapePair &p_sp) const {
75 if (body_shape == p_sp.body_shape)
76 return area_shape < p_sp.area_shape;
78 return body_shape < p_sp.body_shape;
106 bool operator<(const AreaShapePair &p_sp) const {
107 if (area_shape == p_sp.area_shape)
108 return self_shape < p_sp.self_shape;
110 return area_shape < p_sp.area_shape;
H A Dphysics_body_2d.h159 bool operator<(const ShapePair &p_sp) const {
160 if (body_shape == p_sp.body_shape)
161 return local_shape < p_sp.local_shape;
163 return body_shape < p_sp.body_shape;
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Darea.h74 bool operator<(const ShapePair &p_sp) const {
75 if (body_shape == p_sp.body_shape)
76 return area_shape < p_sp.area_shape;
78 return body_shape < p_sp.body_shape;
106 bool operator<(const AreaShapePair &p_sp) const {
107 if (area_shape == p_sp.area_shape)
108 return self_shape < p_sp.self_shape;
110 return area_shape < p_sp.area_shape;
H A Dphysics_body.h153 bool operator<(const ShapePair &p_sp) const {
154 if (body_shape == p_sp.body_shape)
155 return local_shape < p_sp.local_shape;
157 return body_shape < p_sp.body_shape;
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/2d/
H A Darea_2d.h74 bool operator<(const ShapePair &p_sp) const {
75 if (body_shape == p_sp.body_shape)
76 return area_shape < p_sp.area_shape;
78 return body_shape < p_sp.body_shape;
106 bool operator<(const AreaShapePair &p_sp) const {
107 if (area_shape == p_sp.area_shape)
108 return self_shape < p_sp.self_shape;
110 return area_shape < p_sp.area_shape;
H A Dphysics_body_2d.h159 bool operator<(const ShapePair &p_sp) const {
160 if (body_shape == p_sp.body_shape)
161 return local_shape < p_sp.local_shape;
163 return body_shape < p_sp.body_shape;
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Darea.h74 bool operator<(const ShapePair &p_sp) const {
75 if (body_shape == p_sp.body_shape)
76 return area_shape < p_sp.area_shape;
78 return body_shape < p_sp.body_shape;
106 bool operator<(const AreaShapePair &p_sp) const {
107 if (area_shape == p_sp.area_shape)
108 return self_shape < p_sp.self_shape;
110 return area_shape < p_sp.area_shape;
H A Dphysics_body.h153 bool operator<(const ShapePair &p_sp) const {
154 if (body_shape == p_sp.body_shape)
155 return local_shape < p_sp.local_shape;
157 return body_shape < p_sp.body_shape;
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Darea_2d.h74 bool operator<(const ShapePair &p_sp) const {
75 if (body_shape == p_sp.body_shape)
76 return area_shape < p_sp.area_shape;
78 return body_shape < p_sp.body_shape;
106 bool operator<(const AreaShapePair &p_sp) const {
107 if (area_shape == p_sp.area_shape)
108 return self_shape < p_sp.self_shape;
110 return area_shape < p_sp.area_shape;
H A Dphysics_body_2d.h157 bool operator<(const ShapePair &p_sp) const {
158 if (body_shape == p_sp.body_shape)
159 return local_shape < p_sp.local_shape;
161 return body_shape < p_sp.body_shape;
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Darea.h74 bool operator<(const ShapePair &p_sp) const {
75 if (body_shape == p_sp.body_shape)
76 return area_shape < p_sp.area_shape;
78 return body_shape < p_sp.body_shape;
106 bool operator<(const AreaShapePair &p_sp) const {
107 if (area_shape == p_sp.area_shape)
108 return self_shape < p_sp.self_shape;
110 return area_shape < p_sp.area_shape;
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Darea.h74 bool operator<(const ShapePair &p_sp) const {
75 if (body_shape == p_sp.body_shape)
76 return area_shape < p_sp.area_shape;
78 return body_shape < p_sp.body_shape;
106 bool operator<(const AreaShapePair &p_sp) const {
107 if (area_shape == p_sp.area_shape)
108 return self_shape < p_sp.self_shape;
110 return area_shape < p_sp.area_shape;
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/
H A DConsoleHandler.hs103 alloca $ \ p_sp -> do
106 Default -> rts_installHandler STG_SIG_DFL p_sp
107 Ignore -> rts_installHandler STG_SIG_IGN p_sp
110 poke p_sp v
111 rts_installHandler STG_SIG_HAN p_sp
116 osptr <- peek p_sp
/dports/science/healpix/Healpix_3.50/src/idl/toolkit/
H A Dang2pix_nest.pro128 p_sp = WHERE(ifp GT ifm, n_sp)
131 if (n_sp GT 0) then face_n(p_sp) = (ifm(p_sp) MOD 4) + 8
137 jp=0 & jm=0 & face_n=0 & ifp=0 & ifm=0 & face_n=0 & p_np=0 & p_eq=0 & p_sp=0
161 p_sp = WHERE(z[pix_pol] lt 0., n_sp, complement=p_np, ncomplement=n_np)
168 face_num(pix_pol(p_sp)) = ntt(p_sp) + 8
169 ix(pix_pol(p_sp)) = jp(p_sp)
170 iy(pix_pol(p_sp)) = jm(p_sp)
173 ntt=0 & tp=0 & tmp=0 & jp=0 & jm=0 & p_np=0 & p_sp=0
H A Dvec2pix_nest.pro130 p_sp = WHERE(ifp GT ifm, n_sp)
133 if (n_sp GT 0) then face_n(p_sp) = (ifm(p_sp) MOD 4B) + 8B
139 jp=0 & jm=0 & face_n=0 & ifp=0 & ifm=0 & face_n=0 & p_np=0 & p_eq=0 & p_sp=0
160 p_sp = WHERE(zz lt 0., n_sp)
167 face_num(pix_pol(p_sp)) = ntt(p_sp) + 8
168 ix(pix_pol(p_sp)) = jp(p_sp)
169 iy(pix_pol(p_sp)) = jm(p_sp)
172 ntt=0 & tp=0 & tmp=0 & jp=0 & jm=0 & p_np=0 & p_sp=0
/dports/textproc/word2x/word2x-0.005/
H A Dtext-table.cc46 static inline void p_sp(int n, FILE *out) in p_sp() function
97 p_sp(nsp, out); in basic_print_row()
108 p_sp(cols[i].w.dp_col-n.dot_pos, out); in basic_print_row()
110 p_sp(nsp-cols[i].w.dp_col+n.dot_pos, out); in basic_print_row()
122 p_sp(nsp, out); in basic_print_row()
126 p_sp(nsp/2, out); in basic_print_row()
128 p_sp(nsp-(nsp/2), out); // Avoid rounding related problems in basic_print_row()
132 p_sp(nsp, out); in basic_print_row()
/dports/math/R-cran-spdep/spdep/inst/tinytest/
H A Dtest_poly2nb_snap.R4 p_sp <- as(p, "Spatial") globalVar
5 expect_true(isTRUE(all.equal(sum(card(poly2nb(p_sp))), 0L)))
7 expect_true(isTRUE(all.equal(sum(card(poly2nb(p_sp, snap=5))), 2L)))
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dillumread.c114 xspect *p_sp; /* Paper reflectance measurement */ member
146 b->pap->sconvert(b->pap, &b->cpsp, b->lab0, b->p_sp); in bfindfunc()
313 xspect p_sp; /* Paper reflectance spectrum */ in main() local
325 p_sp.spec_n = 0; in main()
444 if (read_xspect(&p_sp, NULL, tname) == 0) { in main()
937 p_sp = val.sp; in main()
946 write_xspect(tname, inst_mrt_reflective, &p_sp); in main()
1040 if (p_sp.spec_n == 0) { in main()
1060 xspect_denorm(&p_sp); in main()
1064 bf.p_sp = &p_sp; in main()
[all …]
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dintegration_tools.cpp367 Sparsity p_sp = f.sparsity_in(1); in simpleIntegrator() local
371 MX u = MX::sym("u", vertcat(Sparsity::scalar(), vec(p_sp))); // augment p with t in simpleIntegrator()
374 casadi_int u_offset[] = {0, 1, 1+p_sp.size1()}; in simpleIntegrator()
377 MX p = reshape(pp[1], p_sp.size()); in simpleIntegrator()
393 p = MX::sym("p", p_sp); in simpleIntegrator()

123