Home
last modified time | relevance | path

Searched refs:vo (Results 1 – 25 of 3548) sorted by relevance

12345678910>>...142

/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Danisonl.f60 &vo(1,1)+elas(10)*vo(1,2)+elas(14)*vo(1,3))*vo(1,2)+(elas(11)+
61 &elas(11)*vo(1,1)+elas(14)*vo(1,2)+elas(15)*vo(1,3))*vo(1,3))*
66 &vo(1,1)+elas( 8)*vo(1,2)+elas(19)*vo(1,3))*vo(1,2)+(elas(14)+
67 &elas(14)*vo(1,1)+elas(12)*vo(1,2)+elas(20)*vo(1,3))*vo(1,3))*
72 &vo(1,1)+elas(19)*vo(1,2)+elas( 9)*vo(1,3))*vo(1,2)+(elas(15)+
73 &elas(15)*vo(1,1)+elas(20)*vo(1,2)+elas(13)*vo(1,3))*vo(1,3))*
78 &vo(1,1)+elas( 8)*vo(1,2)+elas(12)*vo(1,3))*vo(1,2)+(elas(16)+
79 &elas(16)*vo(1,1)+elas(19)*vo(1,2)+elas(20)*vo(1,3))*vo(1,3))*
84 &vo(1,1)+elas( 3)*vo(1,2)+elas(17)*vo(1,3))*vo(1,2)+(elas(19)+
85 &elas(19)*vo(1,1)+elas(17)*vo(1,2)+elas(21)*vo(1,3))*vo(1,3))*
[all …]
H A Dorthonl.f59 &)*vo(1,1)+(elas( 7)*vo(1,2))*vo(1,2)
73 &)*vo(1,1)+(elas( 3)*vo(1,2))*vo(1,2)
98 &+elas( 2)*vo(2,2))*vo(1,1)+(elas( 7)*vo(2,1))*vo(1,2)
105 &+elas( 7)*vo(2,2))*vo(1,1)+(elas( 2)*vo(2,1))*vo(1,2)
134 &+(elas( 2)*vo(3,2))*vo(1,1)+(elas( 7)*vo(3,1))*vo(1,2)
208 &+elas( 2)*vo(2,2))*vo(2,1)+(elas( 7)*vo(2,1))*vo(2,2)
215 &+elas( 7)*vo(2,2))*vo(2,1)+(elas( 2)*vo(2,1))*vo(2,2)
243 &+(elas( 2)*vo(3,2))*vo(2,1)+(elas( 7)*vo(3,1))*vo(2,2)
250 &+(elas( 7)*vo(3,2))*vo(2,1)+(elas( 2)*vo(3,1))*vo(2,2)
314 &+elas( 2)*vo(2,2))*vo(3,1)+(elas( 7)*vo(2,1))*vo(3,2)
[all …]
H A Dwcoef.f50 & um*(2.d0*vo(2,1)*p1+vo(1,2)*p2+vo(2,3)*vo(1,3))
55 & um*(vo(2,1)*p1+2.d0*vo(1,2)*p2+vo(2,3)*vo(1,3))
63 & um*(vo(1,3)*p3+2.d0*vo(3,1)*p1+vo(3,2)*vo(1,2))
73 & um*(2.d0*vo(1,3)*p3+vo(3,1)*p1+vo(3,2)*vo(1,2))
76 & um*(vo(1,2)*p2+2.d0*vo(2,1)*p1+vo(1,3)*vo(2,3))
81 & um*(2.d0*vo(1,2)*p2+vo(2,1)*p1+vo(1,3)*vo(2,3))
104 & um*(2.d0*vo(3,2)*p2+vo(2,3)*p3+vo(3,1)*vo(2,1))
109 & um*(vo(3,2)*p2+2.d0*vo(2,3)*p3+vo(3,1)*vo(2,1))
112 & um*(vo(1,3)*p3+2.d0*vo(3,1)*p1+vo(1,2)*vo(3,2))
122 & um*(2.d0*vo(1,3)*p3+vo(3,1)*p1+vo(1,2)*vo(3,2))
[all …]
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo.h299 int (*preinit)(struct vo *vo);
409 void (*wakeup)(struct vo *vo);
415 void (*uninit)(struct vo *vo);
488 void vo_wait_frame(struct vo *vo);
491 bool vo_has_frame(struct vo *vo);
492 void vo_redraw(struct vo *vo);
493 bool vo_want_redraw(struct vo *vo);
494 void vo_seek_reset(struct vo *vo);
495 void vo_destroy(struct vo *vo);
510 double vo_get_delay(struct vo *vo);
[all …]
H A Dvo.c218 struct vo *vo = ptr; in dispatch_wakeup_cb() local
234 struct vo *vo = p; in update_opts() local
287 struct vo *vo = talloc_ptrtype(NULL, vo); in vo_create() local
288 *vo = (struct vo) { in vo_create()
349 struct vo *vo = NULL; in init_best_video_out() local
380 struct vo *vo = p; in terminate_vo() local
587 struct vo *vo = pp[0]; in run_reconfig() local
607 *ret = vo->driver->reconfig(vo, vo->params); in run_reconfig()
1063 struct vo *vo = ctx; in get_image_vo() local
1069 struct vo *vo = ptr; in vo_thread() local
[all …]
H A Dvo_gpu.c57 static void resize(struct vo *vo) in resize() argument
62 MP_VERBOSE(vo, "Resize: %dx%d\n", vo->dwidth, vo->dheight); in resize()
78 static void draw_frame(struct vo *vo, struct vo_frame *frame) in draw_frame() argument
94 static void flip_page(struct vo *vo) in flip_page() argument
109 static int query_format(struct vo *vo, int format) in query_format() argument
124 resize(vo); in reconfig()
130 static void request_hwdec_api(struct vo *vo) in request_hwdec_api() argument
176 static void update_ra_ctx_options(struct vo *vo) in update_ra_ctx_options() argument
252 static void wakeup(struct vo *vo) in wakeup() argument
277 static void uninit(struct vo *vo) in uninit() argument
[all …]
H A Dvo_x11.c55 struct vo *vo; member
82 static bool resize(struct vo *vo);
86 struct vo *vo = p->vo; in getMyXImage() local
148 struct vo *vo = p->vo; in freeMyXImage() local
176 static bool resize(struct vo *vo) in resize() argument
274 struct vo *vo = p->vo; in Display_Image() local
305 static void flip_page(struct vo *vo) in flip_page() argument
346 static int query_format(struct vo *vo, int format) in query_format() argument
354 static void uninit(struct vo *vo) in uninit() argument
369 static int preinit(struct vo *vo) in preinit() argument
[all …]
H A Dvo_xv.c117 static void deallocate_xvimage(struct vo *vo, int foo);
237 static int xv_enable_vsync(struct vo *vo) in xv_enable_vsync() argument
272 static void xv_print_ck_info(struct vo *vo) in xv_print_ck_info() argument
313 static int xv_init_colorkey(struct vo *vo) in xv_init_colorkey() argument
399 static void read_xv_csp(struct vo *vo) in read_xv_csp() argument
440 static void resize(struct vo *vo) in resize() argument
534 static bool allocate_xvimage(struct vo *vo, int foo) in allocate_xvimage() argument
682 static void flip_page(struct vo *vo) in flip_page() argument
717 static int query_format(struct vo *vo, int format) in query_format() argument
732 static void uninit(struct vo *vo) in uninit() argument
[all …]
H A Dvo_vdpau.c138 static bool status_ok(struct vo *vo);
248 static void resize(struct vo *vo) in resize() argument
383 static void free_video_specific(struct vo *vo) in free_video_specific() argument
449 static bool check_preemption(struct vo *vo) in check_preemption() argument
465 static bool status_ok(struct vo *vo) in status_ok() argument
676 struct vo *vo = ctx; in draw_osd_cb() local
681 static void draw_osd(struct vo *vo) in draw_osd() argument
752 static void flip_page(struct vo *vo) in flip_page() argument
1001 static void uninit(struct vo *vo) in uninit() argument
1015 static int preinit(struct vo *vo) in preinit() argument
[all …]
H A Dvo_drm.c211 static bool crtc_setup(struct vo *vo) in crtc_setup() argument
225 static void crtc_release(struct vo *vo) in crtc_release() argument
255 struct vo *vo = data; in release_vt() local
266 struct vo *vo = data; in acquire_vt() local
287 static void wakeup(struct vo *vo) in wakeup() argument
338 static void wait_on_flip(struct vo *vo) in wait_on_flip() argument
439 static void dequeue_frame(struct vo *vo) in dequeue_frame() argument
502 static void flip_page(struct vo *vo) in flip_page() argument
526 static void uninit(struct vo *vo) in uninit() argument
551 static int preinit(struct vo *vo) in preinit() argument
[all …]
H A Dvo_rpi.c106 static void recreate_renderer(struct vo *vo);
251 static void update_osd(struct vo *vo) in update_osd() argument
276 static void resize(struct vo *vo) in resize() argument
325 static void destroy_overlays(struct vo *vo) in destroy_overlays() argument
364 static int create_overlays(struct vo *vo) in create_overlays() argument
449 static int set_geometry(struct vo *vo) in set_geometry() argument
489 static void flip_page(struct vo *vo) in flip_page() argument
781 struct vo *vo = callback_data; in tv_callback() local
792 struct vo *vo = arg; in vsync_callback() local
853 static void uninit(struct vo *vo) in uninit() argument
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/vo/
H A Dvo.go1 package vo package
65 func (vo *vo) Locale() string { argument
112 func (vo *vo) MonthsAbbreviated() []string { argument
122 func (vo *vo) MonthsNarrow() []string { argument
132 func (vo *vo) MonthsWide() []string { argument
152 func (vo *vo) WeekdaysNarrow() []string { argument
162 func (vo *vo) WeekdaysShort() []string { argument
172 func (vo *vo) WeekdaysWide() []string { argument
177 func (vo *vo) Decimal() string { argument
182 func (vo *vo) Group() string { argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/vo/
H A Dvo.go1 package vo package
65 func (vo *vo) Locale() string { argument
112 func (vo *vo) MonthsAbbreviated() []string { argument
122 func (vo *vo) MonthsNarrow() []string { argument
132 func (vo *vo) MonthsWide() []string { argument
152 func (vo *vo) WeekdaysNarrow() []string { argument
162 func (vo *vo) WeekdaysShort() []string { argument
172 func (vo *vo) WeekdaysWide() []string { argument
177 func (vo *vo) Decimal() string { argument
182 func (vo *vo) Group() string { argument
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/vo/
H A Dvo.go1 package vo package
65 func (vo *vo) Locale() string { argument
112 func (vo *vo) MonthsAbbreviated() []string { argument
122 func (vo *vo) MonthsNarrow() []string { argument
132 func (vo *vo) MonthsWide() []string { argument
152 func (vo *vo) WeekdaysNarrow() []string { argument
162 func (vo *vo) WeekdaysShort() []string { argument
172 func (vo *vo) WeekdaysWide() []string { argument
177 func (vo *vo) Decimal() string { argument
182 func (vo *vo) Group() string { argument
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/valtest/
H A DValtest.cs183 Valobj vo; in Main()
192 MPError ("int method->prop", INT_VAL, vo.Int, vo.IntProp); in Main()
196 MPError ("uint method->prop", UINT_VAL, vo.Uint, vo.UintProp); in Main()
212 MPError ("enum method->prop", ENUM_VAL, vo.Enum, vo.EnumProp); in Main()
241 vo.Object == null ? "null" : vo.Object.GetType().Name + " " + vo.Object.GetHashCode (), in Main()
242vo.ObjectProp == null ? "null" : vo.ObjectProp.GetType().Name + " " + vo.ObjectProp.GetHashCode ()… in Main()
255 MPError ("int prop->method", INT_VAL, vo.Int, vo.IntProp); in Main()
259 MPError ("uint prop->method", UINT_VAL, vo.Uint, vo.UintProp); in Main()
275 MPError ("enum prop->method", ENUM_VAL, vo.Enum, vo.EnumProp); in Main()
304 vo.Object == null ? "null" : vo.Object.GetType().Name + " " + vo.Object.GetHashCode (), in Main()
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/valtest/
H A DValtest.cs183 Valobj vo; in Main()
192 MPError ("int method->prop", INT_VAL, vo.Int, vo.IntProp); in Main()
196 MPError ("uint method->prop", UINT_VAL, vo.Uint, vo.UintProp); in Main()
212 MPError ("enum method->prop", ENUM_VAL, vo.Enum, vo.EnumProp); in Main()
241 vo.Object == null ? "null" : vo.Object.GetType().Name + " " + vo.Object.GetHashCode (), in Main()
242vo.ObjectProp == null ? "null" : vo.ObjectProp.GetType().Name + " " + vo.ObjectProp.GetHashCode ()… in Main()
255 MPError ("int prop->method", INT_VAL, vo.Int, vo.IntProp); in Main()
259 MPError ("uint prop->method", UINT_VAL, vo.Uint, vo.UintProp); in Main()
275 MPError ("enum prop->method", ENUM_VAL, vo.Enum, vo.EnumProp); in Main()
304 vo.Object == null ? "null" : vo.Object.GetType().Name + " " + vo.Object.GetHashCode (), in Main()
[all …]
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dvipsobject.c71 heap_unregister_element( vo->rc->heap, &vo->out ); in vo_free()
74 im_free( vo ); in vo_free()
81 Vo *vo; in vo_new() local
88 vo->rc = rc; in vo_new()
99 return( vo ); in vo_new()
112 vo->args[vo->nargs_supplied] = *item; in vo_gather_required()
151 vo->nargs_required < vo->nargs_supplied ) { in vo_set_required_input()
238 if( vo->nargs_supplied != vo->nargs_required ) { in vo_args()
242 vo->name, in vo_args()
262 Vo *vo; in vo_object_new() local
[all …]
/dports/net/pichi/pichi-1.4.0/test/
H A Dvos.cpp18 using pichi::vo::parse;
19 using pichi::vo::toJson;
79 {vo::method::BF_CFB, CryptoMethod::BF_CFB}, in BOOST_AUTO_TEST_CASE()
103 {CryptoMethod::BF_CFB, vo::method::BF_CFB}, in BOOST_AUTO_TEST_CASE()
141 {{vo::delay::FIXED, DelayMode::FIXED}, {vo::delay::RANDOM, DelayMode::RANDOM}}); in BOOST_AUTO_TEST_CASE()
147 {{DelayMode::FIXED, vo::delay::FIXED}, {DelayMode::RANDOM, vo::delay::RANDOM}}); in BOOST_AUTO_TEST_CASE()
153 {{vo::security::AUTO, VMessSecurity::AUTO}, in BOOST_AUTO_TEST_CASE()
154 {vo::security::NONE, VMessSecurity::NONE}, in BOOST_AUTO_TEST_CASE()
162 {{VMessSecurity::AUTO, vo::security::AUTO}, in BOOST_AUTO_TEST_CASE()
163 {VMessSecurity::NONE, vo::security::NONE}, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/vo_001/
H A Dvo_001.go66 return vo.locale
71 return vo.pluralsCardinal
76 return vo.pluralsOrdinal
81 return vo.pluralsRange
133 return vo.monthsWide[1:]
153 return vo.daysNarrow
163 return vo.daysShort
173 return vo.daysWide
178 return vo.decimal
183 return vo.group
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/vo_001/
H A Dvo_001.go66 return vo.locale
71 return vo.pluralsCardinal
76 return vo.pluralsOrdinal
81 return vo.pluralsRange
133 return vo.monthsWide[1:]
153 return vo.daysNarrow
163 return vo.daysShort
173 return vo.daysWide
178 return vo.decimal
183 return vo.group
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/vo_001/
H A Dvo_001.go66 return vo.locale
71 return vo.pluralsCardinal
76 return vo.pluralsOrdinal
81 return vo.pluralsRange
133 return vo.monthsWide[1:]
153 return vo.daysNarrow
163 return vo.daysShort
173 return vo.daysWide
178 return vo.decimal
183 return vo.group
[all …]
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Ddecode_yuv.c91 unsigned int v = vo->height, h = vo->width; in vo_read_yuv()
117 int framesize = vo->width * vo->height * 3; in vo_write_rgb()
133 free(vo->yuv[0]); in vo_clean()
134 free(vo->yuv[1]); in vo_clean()
135 free(vo->yuv[2]); in vo_clean()
136 free(vo->rgb); in vo_clean()
153 if (!vo->yuv[0]) { in vo_alloc()
158 if (!vo->yuv[1]) { in vo_alloc()
172 if (!vo->rgb) { in vo_alloc()
192 vo_t vo; in decode_yuv() local
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/python/
H A Dtemplate_using_directive_typedef_runme.py3 vo = template_using_directive_typedef.Vector_Obj(); variable
6 h.holder_use1(vo, vo, vo);
7 h.holder_use2(vo, vo, vo);
8 h.holder_use3(vo, vo, vo);
10 template_using_directive_typedef.tns_holder_use(vo, vo);
11 template_using_directive_typedef.tns_use(vo, vo, vo);
12 template_using_directive_typedef.global_holder_use(vo);
13 template_using_directive_typedef.global_use(vo, vo, vo);
14 template_using_directive_typedef.ns1_holder_use(vo);
15 template_using_directive_typedef.ns2_holder_use(vo, vo, vo, vo);
/dports/devel/swig/swig-4.0.2/Examples/test-suite/java/
H A Dtemplate_using_directive_typedef_runme.java16 Vector_Obj vo = new Vector_Obj(); in main() local
19 h.holder_use1(vo, vo, vo); in main()
20 h.holder_use2(vo, vo, vo); in main()
21 h.holder_use3(vo, vo, vo); in main()
23 template_using_directive_typedef.tns_holder_use(vo, vo); in main()
24 template_using_directive_typedef.tns_use(vo, vo, vo); in main()
25 template_using_directive_typedef.global_holder_use(vo); in main()
26 template_using_directive_typedef.global_use(vo, vo, vo); in main()
27 template_using_directive_typedef.ns1_holder_use(vo); in main()
28 template_using_directive_typedef.ns2_holder_use(vo, vo, vo, vo); in main()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/gen/
H A DAMD64splitload.rules23 (CMPQconstload {sym} [vo] ptr mem) && vo.Val() != 0 => (CMPQconst (MOVQload {sym} [vo.Off()] ptr me…
24 (CMPLconstload {sym} [vo] ptr mem) && vo.Val() != 0 => (CMPLconst (MOVLload {sym} [vo.Off()] ptr me…
25 (CMPWconstload {sym} [vo] ptr mem) && vo.Val() != 0 => (CMPWconst (MOVWload {sym} [vo.Off()] ptr me…
26 (CMPBconstload {sym} [vo] ptr mem) && vo.Val() != 0 => (CMPBconst (MOVBload {sym} [vo.Off()] ptr me…
38 (CMPQconstloadidx1 {sym} [vo] ptr idx mem) && vo.Val() != 0 => (CMPQconst (MOVQloadidx1 {sym} [vo.O…
39 (CMPLconstloadidx1 {sym} [vo] ptr idx mem) && vo.Val() != 0 => (CMPLconst (MOVLloadidx1 {sym} [vo.O…
40 (CMPWconstloadidx1 {sym} [vo] ptr idx mem) && vo.Val() != 0 => (CMPWconst (MOVWloadidx1 {sym} [vo.O…
41 (CMPBconstloadidx1 {sym} [vo] ptr idx mem) && vo.Val() != 0 => (CMPBconst (MOVBloadidx1 {sym} [vo.O…
43 (CMPQconstloadidx8 {sym} [vo] ptr idx mem) && vo.Val() != 0 => (CMPQconst (MOVQloadidx8 {sym} [vo.O…
44 (CMPLconstloadidx4 {sym} [vo] ptr idx mem) && vo.Val() != 0 => (CMPLconst (MOVLloadidx4 {sym} [vo.O…
[all …]

12345678910>>...142