Home
last modified time | relevance | path

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

/dports/www/newsboat/newsboat-2.22.1/cargo-crates/cxx-build-0.5.10/src/gen/
H A Dnested.rs92 let g_direct = g.direct_content(); in test_ns_entries_sort() localVariable
93 assert_eq!(g_direct.len(), 2); in test_ns_entries_sort()
94 assert_ident(g_direct[0], "E"); in test_ns_entries_sort()
95 assert_ident(g_direct[1], "H"); in test_ns_entries_sort()
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dmsm.h71 double **g_direct; variable
H A Dmsm.cpp56 g_direct(nullptr),v0_direct(nullptr),v1_direct(nullptr),v2_direct(nullptr),v3_direct(nullptr), in MSM()
76 g_direct = nullptr; in MSM()
124 memory->destroy(g_direct); in ~MSM()
1558 double *g_directn = g_direct[n]; in direct()
3123 if (g_direct) memory->destroy(g_direct); in get_g_direct()
3124 memory->create(g_direct,levels,nmax_direct,"msm:g_direct"); in get_g_direct()
3170 g_direct[n][k] = gamma(rho)/(two_n*a) - gamma(rho/2.0)/(2.0*two_n*a); in get_g_direct()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.h227 bool g_direct() const { return m_fd->g_direct(); } in g_direct() function
H A Dgeneral-tab.cpp137 addLabel(device + (m_fd->g_direct() ? "" : " (wrapped)")); in GeneralTab()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.h227 bool g_direct() const { return m_fd->g_direct(); } in g_direct() function
H A Dgeneral-tab.cpp137 addLabel(device + (m_fd->g_direct() ? "" : " (wrapped)")); in GeneralTab()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.h227 bool g_direct() const { return m_fd->g_direct(); } in g_direct() function
H A Dgeneral-tab.cpp137 addLabel(device + (m_fd->g_direct() ? "" : " (wrapped)")); in GeneralTab()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dmsm_omp.cpp129 const double * _noalias const g_directn = g_direct[nn]; in direct_eval()
329 const double * _noalias const g_directn = g_direct[nn]; in direct_peratom()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-compliance.cpp977 node.device, node.g_direct() ? "" : " (using libv4l2)"); in testNode()
980 driver.c_str(), node.device, node.g_direct() ? "" : " (using libv4l2)"); in testNode()
1442 node.device, node.g_direct() ? "" : " (using libv4l2)", in testNode()
1446 driver.c_str(), node.device, node.g_direct() ? "" : " (using libv4l2)", in testNode()
H A Dv4l2-test-media.cpp599 test_node.s_direct(node.g_direct()); in walkTopology()
H A Dv4l2-test-formats.cpp263 if (node->g_direct() && (fmtdesc.flags & V4L2_FMT_FLAG_EMULATED)) in testEnumFormatsType()
960 if (!node->g_direct() || (pixfmt1 == pixfmt2 && w1 == w2 && h1 == h2)) in testGlobalFormat()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-compliance.cpp977 node.device, node.g_direct() ? "" : " (using libv4l2)"); in testNode()
980 driver.c_str(), node.device, node.g_direct() ? "" : " (using libv4l2)"); in testNode()
1442 node.device, node.g_direct() ? "" : " (using libv4l2)", in testNode()
1446 driver.c_str(), node.device, node.g_direct() ? "" : " (using libv4l2)", in testNode()
H A Dv4l2-test-media.cpp599 test_node.s_direct(node.g_direct()); in walkTopology()
H A Dv4l2-test-formats.cpp263 if (node->g_direct() && (fmtdesc.flags & V4L2_FMT_FLAG_EMULATED)) in testEnumFormatsType()
960 if (!node->g_direct() || (pixfmt1 == pixfmt2 && w1 == w2 && h1 == h2)) in testGlobalFormat()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-compliance.cpp977 node.device, node.g_direct() ? "" : " (using libv4l2)"); in testNode()
980 driver.c_str(), node.device, node.g_direct() ? "" : " (using libv4l2)"); in testNode()
1442 node.device, node.g_direct() ? "" : " (using libv4l2)", in testNode()
1446 driver.c_str(), node.device, node.g_direct() ? "" : " (using libv4l2)", in testNode()
H A Dv4l2-test-media.cpp599 test_node.s_direct(node.g_direct()); in walkTopology()
H A Dv4l2-test-formats.cpp263 if (node->g_direct() && (fmtdesc.flags & V4L2_FMT_FLAG_EMULATED)) in testEnumFormatsType()
960 if (!node->g_direct() || (pixfmt1 == pixfmt2 && w1 == w2 && h1 == h2)) in testGlobalFormat()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h44 bool g_direct() const { return v4l_fd_g_direct(this); } in g_direct() function
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h44 bool g_direct() const { return v4l_fd_g_direct(this); } in g_direct() function
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h44 bool g_direct() const { return v4l_fd_g_direct(this); } in g_direct() function
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcapture.cpp792 if (m_verbose && m_fd->g_direct()) in setModeV4L2()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcapture.cpp792 if (m_verbose && m_fd->g_direct()) in setModeV4L2()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcapture.cpp792 if (m_verbose && m_fd->g_direct()) in setModeV4L2()