Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 230) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/mm/
H A Dframe_vector.c35 unsigned int gup_flags, struct frame_vector *vec) in get_vaddr_frames()
104 void put_vaddr_frames(struct frame_vector *vec) in put_vaddr_frames()
134 int frame_vector_to_pages(struct frame_vector *vec) in frame_vector_to_pages()
160 void frame_vector_to_pfns(struct frame_vector *vec) in frame_vector_to_pfns()
185 struct frame_vector *vec; in frame_vector_create() local
215 void frame_vector_destroy(struct frame_vector *vec) in frame_vector_destroy()
H A Dmincore.c29 unsigned char *vec = walk->private; in mincore_hugetlb() local
72 struct vm_area_struct *vma, unsigned char *vec) in __mincore_unmapped_range()
105 unsigned char *vec = walk->private; in mincore_pte_range() local
184 static long do_mincore(unsigned long addr, unsigned long pages, unsigned char *vec) in do_mincore()
230 unsigned char __user *, vec) in SYSCALL_DEFINE3() argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/mincore/
H A Dmincore_selftest.c35 unsigned char vec[1]; in TEST() local
86 unsigned char vec[1]; in TEST() local
142 unsigned char vec[1]; in TEST() local
190 unsigned char *vec; in TEST() local
295 unsigned char *vec; in TEST() local
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dinterrupts.c56 ulong vec, v_bit; in external_interrupt() local
110 uint vec; in cpm_interrupt() local
147 void irq_install_handler(int vec, interrupt_handler_t *handler, void *arg) in irq_install_handler()
171 void irq_free_handler(int vec) in irq_free_handler()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_vec.c179 struct vc4_vec *vec; member
191 struct vc4_vec *vec; member
245 static void vc4_vec_ntsc_mode_set(struct vc4_vec *vec) in vc4_vec_ntsc_mode_set()
251 static void vc4_vec_ntsc_j_mode_set(struct vc4_vec *vec) in vc4_vec_ntsc_j_mode_set()
264 static void vc4_vec_pal_mode_set(struct vc4_vec *vec) in vc4_vec_pal_mode_set()
270 static void vc4_vec_pal_m_mode_set(struct vc4_vec *vec) in vc4_vec_pal_m_mode_set()
348 struct vc4_vec *vec) in vc4_vec_connector_init()
381 struct vc4_vec *vec = vc4_vec_encoder->vec; in vc4_vec_encoder_disable() local
403 struct vc4_vec *vec = vc4_vec_encoder->vec; in vc4_vec_encoder_enable() local
482 struct vc4_vec *vec = vc4_vec_encoder->vec; in vc4_vec_encoder_atomic_mode_set() local
[all …]
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcpupri.c68 struct cpupri_vec *vec = &cp->pri_to_cpu[idx]; in __cpupri_find() local
249 struct cpupri_vec *vec = &cp->pri_to_cpu[newpri]; in cpupri_set() local
262 struct cpupri_vec *vec = &cp->pri_to_cpu[oldpri]; in cpupri_set() local
302 struct cpupri_vec *vec = &cp->pri_to_cpu[i]; in cpupri_init() local
/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A Dinterrupts.c46 void irq_install_handler (int vec, interrupt_handler_t * handler, void *arg) in irq_install_handler()
58 void irq_free_handler (int vec) in irq_free_handler()
88 int vec; in int_handler() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dpersistence.hpp841 void operator()(std::vector<_Tp>& vec, size_t count) const in operator ()()
856 void operator()(std::vector<_Tp>& vec, size_t count) const in operator ()()
972 void write( FileStorage& fs, const std::vector<_Tp>& vec ) in write()
1058 void write( FileStorage& fs, const String& name, const std::vector<_Tp>& vec ) in write()
1065 void write( FileStorage& fs, const String& name, const std::vector< std::vector<_Tp> >& vec ) in write()
1080 static inline void write(FileStorage& fs, const std::vector<KeyPoint>& vec) in write()
1085 static inline void write(FileStorage& fs, const std::vector<DMatch>& vec) in write()
1139 void read( FileNodeIterator& it, std::vector<_Tp>& vec, size_t maxCount = (size_t)INT_MAX ) in read()
1146 void read( const FileNode& node, std::vector<_Tp>& vec, const std::vector<_Tp>& default_value = std… in read()
1158 void read( const FileNode& node, std::vector<KeyPoint>& vec, const std::vector<KeyPoint>& default_v… in read()
[all …]
H A Dmat.inl.hpp89 inline _InputArray::_InputArray(const std::vector<Mat>& vec) { init(STD_VECTOR_MAT+ACCESS_READ, &ve… in _InputArray()
91 inline _InputArray::_InputArray(const std::vector<UMat>& vec) { init(STD_VECTOR_UMAT+ACCESS_READ, &… in _InputArray()
94 _InputArray::_InputArray(const std::vector<_Tp>& vec) in _InputArray()
108 _InputArray::_InputArray(const std::vector<bool>& vec) in _InputArray()
112 _InputArray::_InputArray(const std::vector<std::vector<_Tp> >& vec) in _InputArray()
120 _InputArray::_InputArray(const std::vector<Mat_<_Tp> >& vec) in _InputArray()
128 _InputArray::_InputArray(const _Tp* vec, int n) in _InputArray()
154 _InputArray _InputArray::rawIn(const std::vector<_Tp>& vec) in rawIn()
199 inline _OutputArray::_OutputArray(std::vector<Mat>& vec) { init(STD_VECTOR_MAT+ACCESS_WRITE, &vec);… in _OutputArray()
201 inline _OutputArray::_OutputArray(std::vector<UMat>& vec) { init(STD_VECTOR_UMAT+ACCESS_WRITE, &vec… in _OutputArray()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dpersistence.hpp841 void operator()(std::vector<_Tp>& vec, size_t count) const in operator ()()
856 void operator()(std::vector<_Tp>& vec, size_t count) const in operator ()()
972 void write( FileStorage& fs, const std::vector<_Tp>& vec ) in write()
1058 void write( FileStorage& fs, const String& name, const std::vector<_Tp>& vec ) in write()
1065 void write( FileStorage& fs, const String& name, const std::vector< std::vector<_Tp> >& vec ) in write()
1080 static inline void write(FileStorage& fs, const std::vector<KeyPoint>& vec) in write()
1085 static inline void write(FileStorage& fs, const std::vector<DMatch>& vec) in write()
1139 void read( FileNodeIterator& it, std::vector<_Tp>& vec, size_t maxCount = (size_t)INT_MAX ) in read()
1146 void read( const FileNode& node, std::vector<_Tp>& vec, const std::vector<_Tp>& default_value = std… in read()
1158 void read( const FileNode& node, std::vector<KeyPoint>& vec, const std::vector<KeyPoint>& default_v… in read()
[all …]
H A Dmat.inl.hpp89 inline _InputArray::_InputArray(const std::vector<Mat>& vec) { init(STD_VECTOR_MAT+ACCESS_READ, &ve… in _InputArray()
91 inline _InputArray::_InputArray(const std::vector<UMat>& vec) { init(STD_VECTOR_UMAT+ACCESS_READ, &… in _InputArray()
94 _InputArray::_InputArray(const std::vector<_Tp>& vec) in _InputArray()
108 _InputArray::_InputArray(const std::vector<bool>& vec) in _InputArray()
112 _InputArray::_InputArray(const std::vector<std::vector<_Tp> >& vec) in _InputArray()
120 _InputArray::_InputArray(const std::vector<Mat_<_Tp> >& vec) in _InputArray()
128 _InputArray::_InputArray(const _Tp* vec, int n) in _InputArray()
154 _InputArray _InputArray::rawIn(const std::vector<_Tp>& vec) in rawIn()
199 inline _OutputArray::_OutputArray(std::vector<Mat>& vec) { init(STD_VECTOR_MAT+ACCESS_WRITE, &vec);… in _OutputArray()
201 inline _OutputArray::_OutputArray(std::vector<UMat>& vec) { init(STD_VECTOR_UMAT+ACCESS_WRITE, &vec… in _OutputArray()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dpersistence.hpp841 void operator()(std::vector<_Tp>& vec, size_t count) const in operator ()()
856 void operator()(std::vector<_Tp>& vec, size_t count) const in operator ()()
972 void write( FileStorage& fs, const std::vector<_Tp>& vec ) in write()
1058 void write( FileStorage& fs, const String& name, const std::vector<_Tp>& vec ) in write()
1065 void write( FileStorage& fs, const String& name, const std::vector< std::vector<_Tp> >& vec ) in write()
1080 static inline void write(FileStorage& fs, const std::vector<KeyPoint>& vec) in write()
1085 static inline void write(FileStorage& fs, const std::vector<DMatch>& vec) in write()
1139 void read( FileNodeIterator& it, std::vector<_Tp>& vec, size_t maxCount = (size_t)INT_MAX ) in read()
1146 void read( const FileNode& node, std::vector<_Tp>& vec, const std::vector<_Tp>& default_value = std… in read()
1158 void read( const FileNode& node, std::vector<KeyPoint>& vec, const std::vector<KeyPoint>& default_v… in read()
[all …]
H A Dmat.inl.hpp89 inline _InputArray::_InputArray(const std::vector<Mat>& vec) { init(STD_VECTOR_MAT+ACCESS_READ, &ve… in _InputArray()
91 inline _InputArray::_InputArray(const std::vector<UMat>& vec) { init(STD_VECTOR_UMAT+ACCESS_READ, &… in _InputArray()
94 _InputArray::_InputArray(const std::vector<_Tp>& vec) in _InputArray()
108 _InputArray::_InputArray(const std::vector<bool>& vec) in _InputArray()
112 _InputArray::_InputArray(const std::vector<std::vector<_Tp> >& vec) in _InputArray()
120 _InputArray::_InputArray(const std::vector<Mat_<_Tp> >& vec) in _InputArray()
128 _InputArray::_InputArray(const _Tp* vec, int n) in _InputArray()
154 _InputArray _InputArray::rawIn(const std::vector<_Tp>& vec) in rawIn()
199 inline _OutputArray::_OutputArray(std::vector<Mat>& vec) { init(STD_VECTOR_MAT+ACCESS_WRITE, &vec);… in _OutputArray()
201 inline _OutputArray::_OutputArray(std::vector<UMat>& vec) { init(STD_VECTOR_UMAT+ACCESS_WRITE, &vec… in _OutputArray()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/
H A Dnitrox_isr.c269 int vec; in nitrox_unregister_interrupts() local
293 int nr_vecs, vec, cpu; in nitrox_register_interrupts() local
388 int vec; in nitrox_sriov_unregister_interrupts() local
411 int vec, cpu; in nitrox_sriov_register_interupts() local
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c911 static ssize_t vfs_readv(struct file *file, const struct iovec __user *vec, in vfs_readv()
928 static ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, in vfs_writev()
946 static ssize_t do_readv(unsigned long fd, const struct iovec __user *vec, in do_readv()
970 static ssize_t do_writev(unsigned long fd, const struct iovec __user *vec, in do_writev()
1000 static ssize_t do_preadv(unsigned long fd, const struct iovec __user *vec, in do_preadv()
1023 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev()
1046 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1052 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1058 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument
1066 SYSCALL_DEFINE6(preadv2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6() argument
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-selftests.c200 const struct skcipher_testvec *vec = &test->skcipher; in fips_test_aes_library() local
227 const struct skcipher_testvec *vec = &test->skcipher; in fips_test_skcipher() local
302 const struct aead_testvec *vec = &test->aead; in fips_test_aead() local
407 const struct hash_testvec *vec = &test->hash; in fips_test_hash() local
451 const struct hash_testvec *vec = &test->hash; in fips_test_sha256_library() local
466 const struct drbg_testvec *vec = &test->drbg; in fips_test_drbg() local
H A Dtestmgr.c1126 const struct hash_testvec *vec, in build_hash_sglist()
1143 const struct hash_testvec *vec, in check_hash_result()
1178 const struct hash_testvec *vec, in test_shash_vec_cfg()
1362 const struct hash_testvec *vec, in test_ahash_vec_cfg()
1528 const struct hash_testvec *vec, in test_hash_vec_cfg()
1555 static int test_hash_vec(const char *driver, const struct hash_testvec *vec, in test_hash_vec()
1599 struct hash_testvec *vec, in generate_random_hash_testvec()
1656 struct hash_testvec vec = { 0 }; in test_hash_vs_generic_impl() local
1930 const struct aead_testvec *vec, in test_aead_vec_cfg()
2113 const struct aead_testvec *vec, unsigned int vec_num, in test_aead_vec()
[all …]
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dinterrupts.c85 irq_install_handler(int vec, interrupt_handler_t *handler, void *arg) in irq_install_handler()
91 irq_free_handler(int vec) in irq_free_handler()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-memops.c42 struct frame_vector *vec; in vb2_create_framevec() local
75 void vb2_destroy_framevec(struct frame_vector *vec) in vb2_destroy_framevec()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dinterrupts.c91 void irq_install_handler(int vec, interrupt_handler_t *handler, void *arg) in irq_install_handler()
95 void irq_free_handler(int vec) in irq_free_handler()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dirq_ia64.c417 # define IS_RESCHEDULE(vec) (vec == IA64_IPI_RESCHEDULE) argument
418 # define IS_LOCAL_TLB_FLUSH(vec) (vec == IA64_IPI_LOCAL_TLB_FLUSH) argument
420 # define IS_RESCHEDULE(vec) (0) argument
421 # define IS_LOCAL_TLB_FLUSH(vec) (0) argument
587 register_percpu_irq(ia64_vector vec, irq_handler_t handler, unsigned long flags, in register_percpu_irq()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dkdtree_index.h204 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& se… in findNeighbors()
424 void getExactNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, float epsError) in getExactNeighbors()
442 …void getNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, int maxCheck, float eps… in getNeighbors()
472 …void searchLevel(ResultSet<DistanceType>& result_set, const ElementType* vec, NodePtr node, Distan… in searchLevel()
524 …void searchLevelExact(ResultSet<DistanceType>& result_set, const ElementType* vec, const NodePtr n… in searchLevelExact()
H A Dlsh_index.h220 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& /*… in findNeighbors()
263 …void getNeighbors(const ElementType* vec, bool /*do_radius*/, float radius, bool do_k, unsigned in… in getNeighbors()
339 void getNeighbors(const ElementType* vec, ResultSet<DistanceType>& result) in getNeighbors()
/OK3568_Linux_fs/u-boot/scripts/
H A Ddocproc.c256 char **vec; in docfunctions() local
293 char *vec[200]; /* Enough for specific functions */ in singfunc() local
331 char *vec[7]; in docsect() local
357 char *vec[4]; /* kerneldoc -list file NULL */ in find_all_symbols() local
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xics/
H A Dicp-opal.c64 unsigned int vec; in icp_opal_get_irq() local
150 unsigned int vec; in icp_opal_flush_interrupt() local

12345678910