| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | operations.hpp | 233 Matx<_Tp, n, l> Matx<_Tp, m, n>::solve(const Matx<_Tp, m, l>& rhs, int method) const in solve() argument 306 inline SVD::SVD( InputArray m, int flags ) { operator ()(m, flags); } in SVD() 307 inline void SVD::solveZ( InputArray m, OutputArray _dst ) in solveZ() 317 …SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>… in compute() argument 326 SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w ) in compute() argument 335 SVD::backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, in backSubst() argument 436 int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout) in print() argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | operations.hpp | 233 Matx<_Tp, n, l> Matx<_Tp, m, n>::solve(const Matx<_Tp, m, l>& rhs, int method) const in solve() argument 306 inline SVD::SVD( InputArray m, int flags ) { operator ()(m, flags); } in SVD() 307 inline void SVD::solveZ( InputArray m, OutputArray _dst ) in solveZ() 317 …SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>… in compute() argument 326 SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w ) in compute() argument 335 SVD::backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, in backSubst() argument 436 int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout) in print() argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | operations.hpp | 233 Matx<_Tp, n, l> Matx<_Tp, m, n>::solve(const Matx<_Tp, m, l>& rhs, int method) const in solve() argument 306 inline SVD::SVD( InputArray m, int flags ) { operator ()(m, flags); } in SVD() 307 inline void SVD::solveZ( InputArray m, OutputArray _dst ) in solveZ() 317 …SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>… in compute() argument 326 SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w ) in compute() argument 335 SVD::backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, in backSubst() argument 436 int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout) in print() argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/ |
| H A D | shape_utils.hpp | 63 static inline Mat slice(const Mat &m, const _Range &r0) in slice() 72 static inline Mat slice(const Mat &m, const _Range &r0, const _Range &r1) in slice() 83 static inline Mat slice(const Mat &m, const _Range &r0, const _Range &r1, const _Range &r2) in slice() 95 static inline Mat slice(const Mat &m, const _Range &r0, const _Range &r1, const _Range &r2, const _… in slice() 108 static inline Mat getPlane(const Mat &m, int n, int cn) in getPlane()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | adi_gpio2.c | 50 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)] argument 51 #define is_reserved(m, i, e) (map_entry(m, i) & gpio_bit(i)) argument 52 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i)) argument 53 #define unreserve(m, i) (map_entry(m, i) &= ~gpio_bit(i)) argument 54 #define DECLARE_RESERVED_MAP(m, c) unsigned short reserved_##m##_map[c] argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | vmm.h | 321 #define VMM_FO(m,o,d,c,b) nvkm_fo##b((m)->memory, (o), (d), (c)) argument 322 #define VMM_WO(m,o,d,c,b) nvkm_wo##b((m)->memory, (o), (d)) argument 323 #define VMM_XO(m,v,o,d,c,b,fn,f,a...) do { \ argument 329 #define VMM_WO032(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 32, WO, "%08x") argument 330 #define VMM_FO032(m,v,o,d,c) \ argument 333 #define VMM_WO064(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 64, WO, "%016llx") argument 334 #define VMM_FO064(m,v,o,d,c) \ argument 337 #define VMM_XO128(m,v,o,lo,hi,c,f,a...) do { \ argument 348 #define VMM_WO128(m,v,o,lo,hi) VMM_XO128((m),(v),(o),(lo),(hi), 1, "") argument 349 #define VMM_FO128(m,v,o,lo,hi,c) do { \ argument
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | mft.c | 146 MFT_RECORD *m; in map_mft_record() local 238 MFT_RECORD *m; in map_extent_mft_record() local 428 const unsigned long mft_no, MFT_RECORD *m) in ntfs_sync_mft_mirror_umount() 455 MFT_RECORD *m, int sync) in ntfs_sync_mft_mirror() 660 int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record_nolock() 921 const MFT_RECORD *m, ntfs_inode **locked_ni) in ntfs_may_write_mft_record() 2008 MFT_RECORD *m) in ntfs_mft_record_layout() 2091 MFT_RECORD *m; in ntfs_mft_record_format() local 2247 MFT_RECORD *m; in ntfs_mft_record_alloc() local 2773 int ntfs_extent_mft_record_free(ntfs_inode *ni, MFT_RECORD *m) in ntfs_extent_mft_record_free()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_debugfs.c | 38 nouveau_debugfs_vbios_image(struct seq_file *m, void *data) in nouveau_debugfs_vbios_image() 50 nouveau_debugfs_strap_peek(struct seq_file *m, void *data) in nouveau_debugfs_strap_peek() 72 nouveau_debugfs_pstate_get(struct seq_file *m, void *data) in nouveau_debugfs_pstate_get() 144 struct seq_file *m = file->private_data; in nouveau_debugfs_pstate_set() local
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | rsa.c | 25 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc() 39 static int _rsa_dec(const struct rsa_mpi_key *key, MPI m, MPI c) in _rsa_dec() 58 MPI m, c = mpi_alloc(0); in rsa_enc() local 97 MPI c, m = mpi_alloc(0); in rsa_dec() local
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/ |
| H A D | fpu.c | 243 int n, m, prec; in ieee_fpe_handler() local 281 int n, m, prec; in ieee_fpe_handler() local 325 int n, m, prec; in ieee_fpe_handler() local 364 int m; in ieee_fpe_handler() local
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | siphash.c | 51 u64 m; in __siphash_aligned() local 84 u64 m; in __siphash_unaligned() local 252 u64 m; in __hsiphash_aligned() local 285 u64 m; in __hsiphash_unaligned() local 414 u32 m; in __hsiphash_aligned() local 437 u32 m; in __hsiphash_unaligned() local
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_teql.c | 65 struct teql_master *m; member 102 struct net_device *m = qdisc_dev(q); in teql_dequeue() local 172 struct teql_master *m = (struct teql_master *)sch->ops; in teql_qdisc_init() local 358 struct teql_master *m = netdev_priv(dev); in teql_master_open() local 406 struct teql_master *m = netdev_priv(dev); in teql_master_stats64() local 416 struct teql_master *m = netdev_priv(dev); in teql_master_mtu() local
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | orangefs-bufmap.c | 28 static void install(struct slot_map *m, int count, unsigned long *map) in install() 37 static void mark_killed(struct slot_map *m) in mark_killed() 44 static void run_down(struct slot_map *m) in run_down() 68 static void put(struct slot_map *m, int slot) in put() 81 static int wait_for_free(struct slot_map *m) in wait_for_free() 124 static int get(struct slot_map *m) in get()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | error.c | 10 void warn(char *m) in warn() 17 void error(char *m) in error()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrmonitor.c | 196 int m, o, c, sc; in RRMonitorInitList() local 313 int m, c; in RRMonitorMakeList() local 423 int m; in RRMonitorDelete() local 466 int m; in RRMonitorAdd() local 566 int m; in RRMonitorFreeList() local 589 int m; in RRMonitorClose() local 625 int m; in ProcRRGetMonitors() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | syscalls.h | 106 #define __MAP0(m,...) argument 107 #define __MAP1(m,t,a,...) m(t,a) argument 108 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument 109 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument 110 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument 111 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument 112 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_debugger.c | 31 static int rknpu_version_show(struct seq_file *m, void *data) in rknpu_version_show() 39 static int rknpu_load_show(struct seq_file *m, void *data) in rknpu_load_show() 78 static int rknpu_power_show(struct seq_file *m, void *data) in rknpu_power_show() 132 static int rknpu_power_put_delay_show(struct seq_file *m, void *data) in rknpu_power_put_delay_show() 177 static int rknpu_freq_show(struct seq_file *m, void *data) in rknpu_freq_show() 247 static int rknpu_volt_show(struct seq_file *m, void *data) in rknpu_volt_show() 262 static int rknpu_reset_show(struct seq_file *m, void *data) in rknpu_reset_show()
|
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | c2p_core.h | 77 static inline void transp8(CARD32 d[], unsigned int n, unsigned int m) in transp8() 119 static inline void transp4(CARD32 d[], unsigned int n, unsigned int m) in transp4() 146 static inline void transp4x(CARD32 d[], unsigned int n, unsigned int m) in transp4x()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | setup.c | 324 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 386 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 394 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 400 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | cpuinfo.c | 145 static int c_show(struct seq_file *m, void *v) in c_show() 216 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 221 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 227 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | atafb_utils.h | 261 static inline void expand8_col2mask(u8 c, u32 m[]) in expand8_col2mask() 280 static inline void fill8_col(u8 *dst, u32 m[]) in fill8_col() 331 static inline void expand16_col2mask(u8 c, u32 m[]) in expand16_col2mask() 359 static inline u32 *fill16_col(u32 *dst, int rows, u32 m[]) in fill16_col()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/ |
| H A D | ast.py | 280 def handleInclude(statements, filename, lineno, m, force): argument 283 def handleExport(statements, filename, lineno, m): argument 286 def handleUnset(statements, filename, lineno, m): argument 289 def handleUnsetFlag(statements, filename, lineno, m): argument 301 def handleExportFuncs(statements, filename, lineno, m, classname): argument 304 def handleAddTask(statements, filename, lineno, m): argument 313 def handleDelTask(statements, filename, lineno, m): argument 320 def handleBBHandlers(statements, filename, lineno, m): argument 323 def handleInherit(statements, filename, lineno, m): argument
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | inode.c | 178 static struct map_iter *map_iter(struct seq_file *m) in map_iter() 183 static struct bpf_map *seq_file_to_map(struct seq_file *m) in seq_file_to_map() 215 static void *map_seq_next(struct seq_file *m, void *v, loff_t *pos) in map_seq_next() 239 static void *map_seq_start(struct seq_file *m, loff_t *pos) in map_seq_start() 247 static void map_seq_stop(struct seq_file *m, void *v) in map_seq_stop() 251 static int map_seq_show(struct seq_file *m, void *v) in map_seq_show() 277 struct seq_file *m; in bpffs_map_open() local 298 struct seq_file *m = file->private_data; in bpffs_map_release() local 603 static int bpf_show_options(struct seq_file *m, struct dentry *root) in bpf_show_options()
|
| /OK3568_Linux_fs/kernel/drivers/misc/genwqe/ |
| H A D | card_dev.c | 65 static void genwqe_add_pin(struct genwqe_file *cfile, struct dma_mapping *m) in genwqe_add_pin() 74 static int genwqe_del_pin(struct genwqe_file *cfile, struct dma_mapping *m) in genwqe_del_pin() 100 struct dma_mapping *m; in genwqe_search_pin() local 157 struct dma_mapping *m; in __genwqe_search_mapping() local 769 static int genwqe_pin_mem(struct genwqe_file *cfile, struct genwqe_mem *m) in genwqe_pin_mem() 803 static int genwqe_unpin_mem(struct genwqe_file *cfile, struct genwqe_mem *m) in genwqe_unpin_mem() 868 struct dma_mapping *m; in ddcb_cmd_fixups() local 1193 struct genwqe_mem m; in genwqe_ioctl() local 1202 struct genwqe_mem m; in genwqe_ioctl() local
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | severity.c | 53 #define MCESEV(s, m, c...) { .sev = MCE_ ## s ## _SEVERITY, .msg = m, ## c } argument 55 #define MODEL_STEPPING(m, s) .cpu_model = m, .cpu_minstepping = s argument 270 static int error_context(struct mce *m, struct pt_regs *regs) in error_context() 293 static int mce_severity_amd_smca(struct mce *m, enum context err_ctx) in mce_severity_amd_smca() 324 static int mce_severity_amd(struct mce *m, struct pt_regs *regs, int tolerant, in mce_severity_amd() 377 static int mce_severity_intel(struct mce *m, struct pt_regs *regs, in mce_severity_intel()
|