Home
last modified time | relevance | path

Searched refs:vt (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/ffmpeg/fftools/
Dffmpeg_videotoolbox.c39 VTContext *vt = ist->hwaccel_ctx; in videotoolbox_retrieve_data() local
47 av_frame_unref(vt->tmp_frame); in videotoolbox_retrieve_data()
50 case kCVPixelFormatType_420YpCbCr8Planar: vt->tmp_frame->format = AV_PIX_FMT_YUV420P; break; in videotoolbox_retrieve_data()
51 case kCVPixelFormatType_422YpCbCr8: vt->tmp_frame->format = AV_PIX_FMT_UYVY422; break; in videotoolbox_retrieve_data()
52 case kCVPixelFormatType_32BGRA: vt->tmp_frame->format = AV_PIX_FMT_BGRA; break; in videotoolbox_retrieve_data()
55 …case kCVPixelFormatType_420YpCbCr8BiPlanarFullRange: vt->tmp_frame->format = AV_PIX_FMT_NV12; brea… in videotoolbox_retrieve_data()
59 …case kCVPixelFormatType_420YpCbCr10BiPlanarFullRange: vt->tmp_frame->format = AV_PIX_FMT_P010; bre… in videotoolbox_retrieve_data()
68 vt->tmp_frame->width = frame->width; in videotoolbox_retrieve_data()
69 vt->tmp_frame->height = frame->height; in videotoolbox_retrieve_data()
70 ret = av_frame_get_buffer(vt->tmp_frame, 0); in videotoolbox_retrieve_data()
[all …]
/third_party/boost/libs/math/example/
Dlambert_w_diode.cpp58 double i(double isat, double vd, double vt, double nu) in i() argument
60 double i = isat * (exp(vd / (nu * vt)) - 1); in i()
87 double iv(double v, double vt, double rsat, double re, double isat, double nu = 1.) in iv() argument
93 double i = nu * vt / rsat; in iv()
96 double x = isat * rsat / (nu * vt); in iv()
99 double eterm = (v + isat * rsat) / (nu * vt); in iv()
125 …double vt = v_thermal(25); // v thermal, Shockley equation, expect about 25 mV at room temp… in main() local
129 vt = boltzmann_k * temp / charge_q; in main()
131 << vt << std::endl; // V thermal 0.0257025 = 25 mV in main()
139 double icalc = iv(v, vt, 249., re, isat); in main()
Dlambert_w_diode_graph.cpp73 double i(double isat, double vd, double vt, double nu) in i() argument
75 double i = isat * (exp(vd / (nu * vt)) - 1); in i()
102 double iv(double v, double vt, double rsat, double re, double isat, double nu = 1.) in iv() argument
108 double i = nu * vt / rsat; in iv()
111 double x = isat * rsat / (nu * vt); in iv()
114 double eterm = (v + isat * rsat) / (nu * vt); in iv()
140 …double vt = v_thermal(25); // v thermal, Shockley equation, expect about 25 mV at room temperature. in main() local
144 vt = boltzmann_k * temp / charge_q; in main()
145 std::cout << "V thermal " << vt << std::endl; // V thermal 0.0257025 = 25 mV in main()
151 double icalc = iv(v, vt, 249., re, isat); in main()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dndis_events.c243 VARIANT vt; in ndis_events_media_specific() local
254 0, &vt, NULL, NULL); in ndis_events_media_specific()
262 SafeArrayGetLBound(V_ARRAY(&vt), 1, &lower); in ndis_events_media_specific()
263 SafeArrayGetUBound(V_ARRAY(&vt), 1, &upper); in ndis_events_media_specific()
269 VariantClear(&vt); in ndis_events_media_specific()
275 SafeArrayGetElement(V_ARRAY(&vt), &k, &ch); in ndis_events_media_specific()
280 VariantClear(&vt); in ndis_events_media_specific()
320 VARIANT vtClass, vt; in ndis_events_indicate() local
331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL, in ndis_events_indicate()
348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { in ndis_events_indicate()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dndis_events.c243 VARIANT vt; in ndis_events_media_specific() local
254 0, &vt, NULL, NULL); in ndis_events_media_specific()
262 SafeArrayGetLBound(V_ARRAY(&vt), 1, &lower); in ndis_events_media_specific()
263 SafeArrayGetUBound(V_ARRAY(&vt), 1, &upper); in ndis_events_media_specific()
269 VariantClear(&vt); in ndis_events_media_specific()
275 SafeArrayGetElement(V_ARRAY(&vt), &k, &ch); in ndis_events_media_specific()
280 VariantClear(&vt); in ndis_events_media_specific()
320 VARIANT vtClass, vt; in ndis_events_indicate() local
331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL, in ndis_events_indicate()
348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { in ndis_events_indicate()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td217 multiclass ARGUMENT<WebAssemblyRegClass reg, ValueType vt> {
220 defm ARGUMENT_#vt :
222 [(set (vt reg:$res), (WebAssemblyargument timm:$argno))]>;
232 multiclass LOCAL<WebAssemblyRegClass vt> {
240 defm COPY_#vt : I<(outs vt:$res), (ins vt:$src), (outs), (ins), [],
247 defm TEE_#vt : I<(outs vt:$res, vt:$also), (ins vt:$src), (outs), (ins), [],
254 defm LOCAL_GET_#vt : I<(outs vt:$res), (ins local_op:$local),
262 defm LOCAL_SET_#vt : I<(outs), (ins local_op:$local, vt:$src),
270 defm LOCAL_TEE_#vt : I<(outs vt:$res), (ins local_op:$local, vt:$src),
276 defm DROP_#vt : I<(outs), (ins vt:$src), (outs), (ins), [],
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZPatterns.td117 multiclass MVCLoadStore<SDPatternOperator load, ValueType vt, Instruction insn,
119 def : Pat<(mvc_store (vt (load bdaddr12only:$src)), bdaddr12only:$dest),
128 ValueType vt, Instruction insn, bits<5> length> {
129 def : Pat<(operator (vt (load bdaddr12only:$src)), bdaddr12only:$dest),
135 multiclass BlockLoadStore<SDPatternOperator load, ValueType vt,
138 defm : MVCLoadStore<load, vt, mvc, length>;
139 defm : BinaryLoadStore<block_and1, load, vt, nc, length>;
140 defm : BinaryLoadStore<block_and2, load, vt, nc, length>;
141 defm : BinaryLoadStore<block_or1, load, vt, oc, length>;
142 defm : BinaryLoadStore<block_or2, load, vt, oc, length>;
[all …]
/third_party/boost/boost/geometry/index/detail/
Dvarray.hpp155 typedef varray_detail::varray_traits<Value, Capacity> vt; typedef in boost::geometry::index::detail::varray
159 ( boost::is_unsigned<typename vt::size_type>::value &&
160 sizeof(typename boost::uint_value_t<Capacity>::least) <= sizeof(typename vt::size_type) ),
188 typedef typename vt::value_type value_type;
190 typedef typename vt::size_type size_type;
192 typedef typename vt::difference_type difference_type;
194 typedef typename vt::pointer pointer;
196 typedef typename vt::const_pointer const_pointer;
198 typedef typename vt::reference reference;
200 typedef typename vt::const_reference const_reference;
[all …]
/third_party/mesa3d/src/glx/tests/
Dfake_glx_screen.h29 this->vtable = &fake_glx_screen::vt; in fake_glx_screen()
51 static struct glx_screen_vtable vt; variable
60 this->vtable = &fake_glx_screen_direct::vt; in fake_glx_screen_direct()
64 static struct glx_screen_vtable vt; variable
73 this->vtable = &fake_glx_context::vt; in fake_glx_context()
93 static const struct glx_context_vtable vt; variable
Dfake_glx_screen.cpp25 struct glx_screen_vtable fake_glx_screen::vt = { member in fake_glx_screen
32 struct glx_screen_vtable fake_glx_screen_direct::vt = { member in fake_glx_screen_direct
39 const struct glx_context_vtable fake_glx_context::vt = { member in fake_glx_context
/third_party/weston/libweston/
Dlauncher-util.c84 weston_launcher_activate_vt(struct weston_launcher *launcher, int vt) in weston_launcher_activate_vt() argument
86 return launcher->iface->activate_vt(launcher, vt); in weston_launcher_activate_vt()
95 int vt = key - KEY_F1 + 1; in switch_vt_binding() local
97 if (vt == launcher->iface->get_vt(launcher)) in switch_vt_binding()
100 weston_launcher_activate_vt(launcher, vt); in switch_vt_binding()
/third_party/boost/libs/container/bench/detail/
Dvarray.hpp225 > vt; typedef in boost::container::dtl::varray
227 typedef typename vt::error_handler errh;
251 typedef typename vt::value_type value_type;
253 typedef typename vt::size_type size_type;
255 typedef typename vt::difference_type difference_type;
257 typedef typename vt::pointer pointer;
259 typedef typename vt::const_pointer const_pointer;
261 typedef typename vt::reference reference;
263 typedef typename vt::const_reference const_reference;
452 vt::use_memop_in_swap_and_move use_memop_in_swap_and_move; in varray()
[all …]
/third_party/boost/tools/build/src/tools/
Dsymlink.py53 vt = virtual_target.FileTarget(os.path.basename(s), t.type(), self.project(), a)
58 vt.set_path(os.path.join(self.project().get('location'), os.path.dirname(s)))
60 vt = get_manager().virtual_targets().register(vt)
61 self.virtual_targets.append(vt)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DFLATInstructions.td269 ValueType vt,
271 ValueType data_vt = vt,
288 [(set vt:$vdst,
299 ValueType vt,
301 ValueType data_vt = vt,
332 ValueType vt,
334 ValueType data_vt = vt,
342 [(set vt:$vdst,
366 ValueType vt,
369 ValueType data_vt = vt,
[all …]
DDSInstructions.td625 class DSReadPat <DS_Pseudo inst, ValueType vt, PatFrag frag, int gds=0> : GCNPat <
626 (vt (frag (DS1Addr1Offset i32:$ptr, i16:$offset))),
630 multiclass DSReadPat_mc<DS_Pseudo inst, ValueType vt, string frag> {
633 def : DSReadPat<inst, vt, !cast<PatFrag>(frag#"_m0")>;
637 def : DSReadPat<!cast<DS_Pseudo>(!cast<string>(inst)#"_gfx9"), vt, !cast<PatFrag>(frag)>;
641 class DSReadPat_D16 <DS_Pseudo inst, PatFrag frag, ValueType vt> : GCNPat <
642 (frag (DS1Addr1Offset i32:$ptr, i16:$offset), vt:$in),
658 foreach vt = Reg32Types.types in {
659 defm : DSReadPat_mc <DS_READ_B32, vt, "load_local">;
667 foreach vt = VReg_64.RegTypes in {
[all …]
/third_party/gettext/libtextstyle/gnulib-local/modules/
Dostream19 $(srcdir)/ostream.c $(srcdir)/ostream.priv.h $(srcdir)/ostream.vt.h : ostream.h
31 BUILT_SOURCES += ostream.h ostream.c ostream.priv.h ostream.vt.h
32 MAINTAINERCLEANFILES += ostream.h ostream.c ostream.priv.h ostream.vt.h
33 EXTRA_DIST += ostream.h ostream.c ostream.priv.h ostream.vt.h
Dmoo-tests19 test-moo-root.h test-moo-root.c root.priv.h root.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root…
22 test-moo-sub1.h test-moo-sub1.c sub1.priv.h sub1.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root…
25 test-moo-sub2.h test-moo-sub2.c sub2.priv.h sub2.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root…
28 test-moo-aroot.h test-moo-aroot.c aroot.priv.h aroot.vt.h : $(top_srcdir)/build-aux/moopp test-moo-…
31 test-moo-asub1.h test-moo-asub1.c asub1.priv.h asub1.vt.h : $(top_srcdir)/build-aux/moopp test-moo-…
Dstyled-ostream19 $(srcdir)/styled-ostream.c $(srcdir)/styled_ostream.priv.h $(srcdir)/styled_ostream.vt.h : styled-o…
31 BUILT_SOURCES += styled-ostream.h styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h
32 MAINTAINERCLEANFILES += styled-ostream.h styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h
33 EXTRA_DIST += styled-ostream.h styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h
Diconv-ostream25 $(srcdir)/iconv-ostream.c $(srcdir)/iconv_ostream.priv.h $(srcdir)/iconv_ostream.vt.h : iconv-ostre…
37 BUILT_SOURCES += iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h
38 MAINTAINERCLEANFILES += iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h
39 EXTRA_DIST += iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h
Dfile-ostream22 $(srcdir)/file-ostream.c $(srcdir)/file_ostream.priv.h $(srcdir)/file_ostream.vt.h : file-ostream.h
34 BUILT_SOURCES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
35 MAINTAINERCLEANFILES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
36 EXTRA_DIST += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
Dhtml-ostream24 $(srcdir)/html-ostream.c $(srcdir)/html_ostream.priv.h $(srcdir)/html_ostream.vt.h : html-ostream.h
36 BUILT_SOURCES += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h
37 MAINTAINERCLEANFILES += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h
38 EXTRA_DIST += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h
Dmemory-ostream24 $(srcdir)/memory-ostream.c $(srcdir)/memory_ostream.priv.h $(srcdir)/memory_ostream.vt.h : memory-o…
36 BUILT_SOURCES += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h
37 MAINTAINERCLEANFILES += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h
38 EXTRA_DIST += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h
Dfd-ostream26 $(srcdir)/fd-ostream.c $(srcdir)/fd_ostream.priv.h $(srcdir)/fd_ostream.vt.h : fd-ostream.h
38 BUILT_SOURCES += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h
39 MAINTAINERCLEANFILES += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h
40 EXTRA_DIST += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h
Dterm-ostream36 $(srcdir)/term-ostream.c $(srcdir)/term_ostream.priv.h $(srcdir)/term_ostream.vt.h : term-ostream.h
48 BUILT_SOURCES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
49 MAINTAINERCLEANFILES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
50 EXTRA_DIST += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open02.c271 unsigned long long vt0, vt[MAX_CTRS], vh[MAX_CTRS]; in verify() local
301 if (read(tskfd[i], &vt[i], sizeof(vt[i])) != sizeof(vt[i]) || in verify()
304 vtsum += vt[i]; in verify()
317 tst_res(TINFO, " %llu", vt[i]); in verify()

1234567