Home
last modified time | relevance | path

Searched refs:ivc (Results 1 – 25 of 500) sorted by last modified time

12345678910>>...20

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMPolyCrease.h55 void setInputVertexComponents(const componentList& ivc) in setInputVertexComponents() argument
58 ivc.write(mFile); in setInputVertexComponents()
/dports/emulators/jzintv/jzintv-20200712-src/src/name/
H A Dname.h6 char ecs, ivc; member
H A Dname.c31 meta->voice_compat = name_list[i].ivc ? CMP_REQUIRES in find_cart_metadata()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c11022 WOLFSSL_SMALL_STACK_STATIC const byte ivc[] = in camellia_test() local
11078 {CAM_CBC_ENC, ptc, ivc, c4, k4, sizeof(k4), -120}, in camellia_test()
11079 {CAM_CBC_ENC, ptc, ivc, c5, k5, sizeof(k5), -121}, in camellia_test()
11080 {CAM_CBC_ENC, ptc, ivc, c6, k6, sizeof(k6), -122}, in camellia_test()
11081 {CAM_CBC_DEC, ptc, ivc, c4, k4, sizeof(k4), -123}, in camellia_test()
11082 {CAM_CBC_DEC, ptc, ivc, c5, k5, sizeof(k5), -124}, in camellia_test()
11083 {CAM_CBC_DEC, ptc, ivc, c6, k6, sizeof(k6), -125} in camellia_test()
11127 ret = wc_CamelliaSetIV(&cam, ivc); in camellia_test()
11128 if (ret != 0 || XMEMCMP(cam.reg, ivc, CAMELLIA_BLOCK_SIZE)) in camellia_test()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c11022 WOLFSSL_SMALL_STACK_STATIC const byte ivc[] = in camellia_test() local
11078 {CAM_CBC_ENC, ptc, ivc, c4, k4, sizeof(k4), -120}, in camellia_test()
11079 {CAM_CBC_ENC, ptc, ivc, c5, k5, sizeof(k5), -121}, in camellia_test()
11080 {CAM_CBC_ENC, ptc, ivc, c6, k6, sizeof(k6), -122}, in camellia_test()
11081 {CAM_CBC_DEC, ptc, ivc, c4, k4, sizeof(k4), -123}, in camellia_test()
11082 {CAM_CBC_DEC, ptc, ivc, c5, k5, sizeof(k5), -124}, in camellia_test()
11083 {CAM_CBC_DEC, ptc, ivc, c6, k6, sizeof(k6), -125} in camellia_test()
11127 ret = wc_CamelliaSetIV(&cam, ivc); in camellia_test()
11128 if (ret != 0 || XMEMCMP(cam.reg, ivc, CAMELLIA_BLOCK_SIZE)) in camellia_test()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c11022 WOLFSSL_SMALL_STACK_STATIC const byte ivc[] = in camellia_test() local
11078 {CAM_CBC_ENC, ptc, ivc, c4, k4, sizeof(k4), -120}, in camellia_test()
11079 {CAM_CBC_ENC, ptc, ivc, c5, k5, sizeof(k5), -121}, in camellia_test()
11080 {CAM_CBC_ENC, ptc, ivc, c6, k6, sizeof(k6), -122}, in camellia_test()
11081 {CAM_CBC_DEC, ptc, ivc, c4, k4, sizeof(k4), -123}, in camellia_test()
11082 {CAM_CBC_DEC, ptc, ivc, c5, k5, sizeof(k5), -124}, in camellia_test()
11083 {CAM_CBC_DEC, ptc, ivc, c6, k6, sizeof(k6), -125} in camellia_test()
11127 ret = wc_CamelliaSetIV(&cam, ivc); in camellia_test()
11128 if (ret != 0 || XMEMCMP(cam.reg, ivc, CAMELLIA_BLOCK_SIZE)) in camellia_test()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c11022 WOLFSSL_SMALL_STACK_STATIC const byte ivc[] = in camellia_test() local
11078 {CAM_CBC_ENC, ptc, ivc, c4, k4, sizeof(k4), -120}, in camellia_test()
11079 {CAM_CBC_ENC, ptc, ivc, c5, k5, sizeof(k5), -121}, in camellia_test()
11080 {CAM_CBC_ENC, ptc, ivc, c6, k6, sizeof(k6), -122}, in camellia_test()
11081 {CAM_CBC_DEC, ptc, ivc, c4, k4, sizeof(k4), -123}, in camellia_test()
11082 {CAM_CBC_DEC, ptc, ivc, c5, k5, sizeof(k5), -124}, in camellia_test()
11083 {CAM_CBC_DEC, ptc, ivc, c6, k6, sizeof(k6), -125} in camellia_test()
11127 ret = wc_CamelliaSetIV(&cam, ivc); in camellia_test()
11128 if (ret != 0 || XMEMCMP(cam.reg, ivc, CAMELLIA_BLOCK_SIZE)) in camellia_test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp69 volatile const int ivc) { in bind_lvalue_quals() argument
75 …volatile int &ir = ivc; // expected-error{{binding reference of type 'volatile int' to value of ty… in bind_lvalue_quals()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp69 volatile const int ivc) { in bind_lvalue_quals() argument
75 …volatile int &ir = ivc; // expected-error{{binding reference of type 'volatile int' to value of ty… in bind_lvalue_quals()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp69 volatile const int ivc) { in bind_lvalue_quals() argument
75 …volatile int &ir = ivc; // expected-error{{binding reference of type 'volatile int' to value of ty… in bind_lvalue_quals()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp69 volatile const int ivc) { in bind_lvalue_quals() argument
75 …volatile int &ir = ivc; // expected-error{{binding reference of type 'volatile int' to value of ty… in bind_lvalue_quals()
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgstopologicalmesh.cpp1145 int ivc = vertexIndexes.at( ( hullDomainVertexPos ) ); in vertexPolygonOrientation() local
1146 double cp = crossProduct( ivc, iv1, iv2, mesh ); in vertexPolygonOrientation()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/test/
H A Dtest.c11022 WOLFSSL_SMALL_STACK_STATIC const byte ivc[] = in camellia_test() local
11078 {CAM_CBC_ENC, ptc, ivc, c4, k4, sizeof(k4), -120}, in camellia_test()
11079 {CAM_CBC_ENC, ptc, ivc, c5, k5, sizeof(k5), -121}, in camellia_test()
11080 {CAM_CBC_ENC, ptc, ivc, c6, k6, sizeof(k6), -122}, in camellia_test()
11081 {CAM_CBC_DEC, ptc, ivc, c4, k4, sizeof(k4), -123}, in camellia_test()
11082 {CAM_CBC_DEC, ptc, ivc, c5, k5, sizeof(k5), -124}, in camellia_test()
11083 {CAM_CBC_DEC, ptc, ivc, c6, k6, sizeof(k6), -125} in camellia_test()
11127 ret = wc_CamelliaSetIV(&cam, ivc); in camellia_test()
11128 if (ret != 0 || XMEMCMP(cam.reg, ivc, CAMELLIA_BLOCK_SIZE)) in camellia_test()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dclamlib.h16 …doublereal *ypout, integer *neqn, integer *kold, doublereal *phi, integer *ivc, integer *iv, integ…
109 …real *yout, real *ypout, integer *neqn, integer *kold, real *phi, integer *ivc, integer *iv, integ…
753 …ereal *twou, doublereal *fouru, doublereal *xold, integer *kprev, integer *ivc, integer *iv, integ…
2256 …, integer *ksteps, integer *kle4, integer *iquit, integer *kprev, integer *ivc, integer *iv, integ…
2463 …ger *ksteps, real *twou, real *fouru, real *xold, integer *kprev, integer *ivc, integer *iv, integ…
3045 …, integer *ksteps, integer *kle4, integer *iquit, integer *kprev, integer *ivc, integer *iv, integ…
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/arch/arm/mach-tegra/
H A Divc.c165 if (ivc->r_pos == ivc->nframes - 1) in tegra_ivc_advance_rx()
176 if (ivc->w_pos == ivc->nframes - 1) in tegra_ivc_advance_tx()
250 tegra_ivc_invalidate_frame(ivc, ivc->rx_channel, ivc->r_pos); in tegra_ivc_read_get_next_frame()
251 *frame = tegra_ivc_frame_pointer(ivc, ivc->rx_channel, ivc->r_pos); in tegra_ivc_read_get_next_frame()
284 ivc->notify(ivc); in tegra_ivc_read_advance()
309 tegra_ivc_flush_frame(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write_advance()
329 ivc->notify(ivc); in tegra_ivc_write_advance()
398 ivc->notify(ivc); in tegra_ivc_channel_notified()
436 ivc->notify(ivc); in tegra_ivc_channel_notified()
458 ivc->notify(ivc); in tegra_ivc_channel_notified()
[all …]
H A DMakefile27 obj-$(CONFIG_TEGRA_IVC) += ivc.o
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h93 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame);
107 int tegra_ivc_read_advance(struct tegra_ivc *ivc);
121 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, void **frame);
135 int tegra_ivc_write_advance(struct tegra_ivc *ivc);
147 int tegra_ivc_channel_notified(struct tegra_ivc *ivc);
159 void tegra_ivc_channel_reset(struct tegra_ivc *ivc);
172 int tegra_ivc_init(struct tegra_ivc *ivc, ulong rx_base, ulong tx_base,
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/drivers/misc/
H A Dtegra186_bpmp.c31 struct tegra_ivc ivc; member
50 ret = tegra_ivc_write_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
61 ret = tegra_ivc_write_advance(&priv->ivc); in tegra186_bpmp_call()
69 ret = tegra_ivc_channel_notified(&priv->ivc); in tegra186_bpmp_call()
75 ret = tegra_ivc_read_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
92 ret = tegra_ivc_read_advance(&priv->ivc); in tegra186_bpmp_call()
166 static void tegra186_bpmp_ivc_notify(struct tegra_ivc *ivc) in tegra186_bpmp_ivc_notify() argument
169 container_of(ivc, struct tegra186_bpmp, ivc); in tegra186_bpmp_ivc_notify()
203 ret = tegra_ivc_init(&priv->ivc, rx_base, tx_base, BPMP_IVC_FRAME_COUNT, in tegra186_bpmp_probe()
210 tegra_ivc_channel_reset(&priv->ivc); in tegra186_bpmp_probe()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/hw/
H A Dphb3.c1237 uint64_t ive, ivc, ffi, state; in phb3_pci_msi_check_q() local
1271 ivc = SETFIELD(PHB_IVC_UPDATE_SID, 0ul, ive_num) | in phb3_pci_msi_check_q()
1273 out_be64(p->regs + PHB_IVC_UPDATE, ivc); in phb3_pci_msi_check_q()
1299 uint64_t ive, ivc; in phb3_pci_msi_eoi() local
1339 ivc = SETFIELD(PHB_IVC_UPDATE_SID, 0ul, ive_num) | in phb3_pci_msi_eoi()
1346 out_be64(p->regs + PHB_IVC_UPDATE, ivc); in phb3_pci_msi_eoi()
1895 uint64_t *cache, ive_num, data64, m_server, m_prio, ivc; in phb3_msi_set_xive() local
1965 ivc = SETFIELD(PHB_IVC_UPDATE_SID, 0ul, ive_num) | in phb3_msi_set_xive()
1969 out_be64(p->regs + PHB_IVC_UPDATE, ivc); in phb3_msi_set_xive()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dsemantics.c9429 tree ivc = build_omp_clause (locus, OMP_CLAUSE_FIRSTPRIVATE); in handle_omp_for_class_iterator() local
9430 OMP_CLAUSE_DECL (ivc) = iter; in handle_omp_for_class_iterator()
9431 cxx_omp_finish_clause (ivc, NULL, false); in handle_omp_for_class_iterator()
9432 OMP_CLAUSE_CHAIN (ivc) = clauses; in handle_omp_for_class_iterator()
9433 clauses = ivc; in handle_omp_for_class_iterator()
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A Dtides_spokes.ipynb209720 "i3jvc7fD0p5GSsSAVv44+ldQ0Q+eeD801qY9jfaD8az2ZkRnsdk/ivc+H/6NtCeREjOglT/KusFx\\\n",
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dsquare_sparse_matrix_def.h976 for (const auto &ivc : ch.m_values) { in update_active_pivots() local
977 unsigned i = ivc.m_index; in update_active_pivots()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp69 volatile const int ivc) { in bind_lvalue_quals() argument
75 …volatile int &ir = ivc; // expected-error{{binding reference of type 'volatile int' to value of ty… in bind_lvalue_quals()
/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_content_match.c.inc9626 …r", "tmh", "ehc", "wsx", "nuu", "xki", "dff", "foz", "mkr", "lvs", "uxh", "ivc", "afd", "poz", "mm…
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/optim/mepgs/
H A Dmepgs_drv.F3576 integer i_core, h_core, iii, ioldlabs, ivc, itot
3664 ivc = ioldlabs + 2*natom + 1
3665 iddpol = ivc + 6*nat3
3739 & dbl_mb(icoord), dbl_mb(ivc), dbl_mb(i_w1),dbl_mb(i_w2))

12345678910>>...20