Home
last modified time | relevance | path

Searched defs:idx_p (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Ldeprec.c141 H5Literate1(hid_t group_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, H5L_iterate… in H5Literate1()
220 hsize_t *idx_p, H5L_iterate1_t op, void *op_data, hid_t lapl_id) in H5Literate_by_name1()
H A DH5VLnative_link.c338 hsize_t * idx_p = HDva_arg(arguments, hsize_t *); in H5VL__native_link_specific() local
H A DH5Gdeprec.c795 H5Giterate(hid_t loc_id, const char *name, int *idx_p, H5G_iterate_t op, void *op_data) in H5Giterate()
H A DH5L.c1273 H5Literate2(hid_t group_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, H5L_iterate… in H5Literate2()
1337 hsize_t *idx_p, H5L_iterate2_t op, void *op_data, hid_t lapl_id) in H5Literate_by_name2()
3467 hsize_t *idx_p, H5L_iterate2_t op, void *op_data) in H5L_iterate()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/filter/
H A Dfilter_nlm_gpu.h91 int idx_p = y * stride + x, idx_q = (y + dy) * stride + (x + dx) + frame_offset; in kernel_filter_nlm_calc_difference() local
172 int idx_p = y * stride + x, idx_q = (y + dy) * stride + (x + dx); in kernel_filter_nlm_update_output() local
H A Dfilter_nlm_cpu.h43 int idx_p = y * stride + aligned_lowx; in kernel_filter_nlm_calc_difference() local
164 int idx_p = y * stride + x, idx_q = (y + dy) * stride + (x + dx); in kernel_filter_nlm_update_output() local
/dports/science/py-GPy/GPy-1.10.0/GPy/kern/src/
H A DsplitKern.py12 def __init__(self, kernel, idx_p, Xp, index_dim=-1, name='DiffGenomeKern'): argument
/dports/databases/rrdtool/rrdtool-1.7.2/src/
H A Drrd_fetch_libdbi.c706 int idx_p=idx-1; in rrd_fetch_fn_libdbi() local
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/acl/
H A Dacl-cache.c144 void *idx_p; in acl_cache_right_lookup() local
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Gdeprec.c742 H5Giterate(hid_t loc_id, const char *name, int *idx_p, H5G_iterate_t op, in H5Giterate()
H A DH5L.c1137 hsize_t *idx_p, H5L_iterate_t op, void *op_data) in H5Literate()
1189 H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, in H5Literate_by_name()
3198 H5_iter_order_t order, hsize_t *idx_p, H5L_iterate_t op, void *op_data) in H5L__iterate()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Gdeprec.c725 H5Giterate(hid_t loc_id, const char *name, int *idx_p, H5G_iterate_t op, in H5Giterate()
H A DH5L.c1207 hsize_t *idx_p, H5L_iterate_t op, void *op_data) in H5Literate()
1274 H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, in H5Literate_by_name()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Gdeprec.c773 H5Giterate(hid_t loc_id, const char *name, int *idx_p, H5G_iterate_t op, in H5Giterate()
H A DH5L.c1149 hsize_t *idx_p, H5L_iterate_t op, void *op_data) in H5Literate()
1216 H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, in H5Literate_by_name()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Gdeprec.c775 H5Giterate(hid_t loc_id, const char *name, int *idx_p, H5G_iterate_t op, in H5Giterate()
H A DH5L.c1151 hsize_t *idx_p, H5L_iterate_t op, void *op_data) in H5Literate()
1218 H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, in H5Literate_by_name()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dtbmr.cpp122 Vec2i idx_p(p % cs, p / cs); in calcMinMaxTree() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5L.c1117 hsize_t *idx_p, H5L_iterate_t op, void *op_data) in H5Literate()
1169 H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, in H5Literate_by_name()
3417 H5_iter_order_t order, hsize_t *idx_p, H5L_iterate_t op, void *op_data) in H5L__iterate()
H A DH5Gdeprec.c881 H5Giterate(hid_t loc_id, const char *name, int *idx_p, H5G_iterate_t op, in H5Giterate()
/dports/science/hypre/hypre-2.23.0/src/parcsr_mv/
H A Dpar_csr_bool_matrix.c648 HYPRE_BigInt *cmap, *idx_p; in hypre_ParCSRBooleanMatrixGetRow() local
H A Dpar_csr_matrix.c1019 HYPRE_BigInt *cmap, *idx_p; in hypre_ParCSRMatrixGetRowHost() local
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_buffers.c948 void **idx_p; in GPU_pbvh_bmesh_buffers_update() local
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_table.cc6316 uint *idx_p; in mysql_alter_table() local
6675 uint *idx_p; in mysql_alter_table() local
/dports/security/gnupg/gnupg-2.3.3/scd/
H A Dapp-nks.c1040 char keygripstr[2*KEYGRIP_LEN+1], int *idx_p) in iterate_over_filelist()

12