Home
last modified time | relevance | path

Searched defs:c (Results 276 – 300 of 4295) sorted by relevance

1...<<11121314151617181920>>...172

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dvsx_utils.hpp18 #define __VSX_S16__(c, v) (c){v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v} argument
19 #define __VSX_S8__(c, v) (c){v, v, v, v, v, v, v, v} argument
20 #define __VSX_S4__(c, v) (c){v, v, v, v} argument
21 #define __VSX_S2__(c, v) (c){v, v} argument
25 #define vec_uchar16_sp(c) (__VSX_S16__(vec_uchar16, c)) argument
31 #define vec_char16_sp(c) (__VSX_S16__(vec_char16, c)) argument
37 #define vec_ushort8_sp(c) (__VSX_S8__(vec_ushort8, c)) argument
43 #define vec_short8_sp(c) (__VSX_S8__(vec_short8, c)) argument
49 #define vec_uint4_sp(c) (__VSX_S4__(vec_uint4, c)) argument
55 #define vec_int4_sp(c) (__VSX_S4__(vec_int4, c)) argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dvsx_utils.hpp18 #define __VSX_S16__(c, v) (c){v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v} argument
19 #define __VSX_S8__(c, v) (c){v, v, v, v, v, v, v, v} argument
20 #define __VSX_S4__(c, v) (c){v, v, v, v} argument
21 #define __VSX_S2__(c, v) (c){v, v} argument
25 #define vec_uchar16_sp(c) (__VSX_S16__(vec_uchar16, c)) argument
31 #define vec_char16_sp(c) (__VSX_S16__(vec_char16, c)) argument
37 #define vec_ushort8_sp(c) (__VSX_S8__(vec_ushort8, c)) argument
43 #define vec_short8_sp(c) (__VSX_S8__(vec_short8, c)) argument
49 #define vec_uint4_sp(c) (__VSX_S4__(vec_uint4, c)) argument
55 #define vec_int4_sp(c) (__VSX_S4__(vec_int4, c)) argument
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_ccm.c21 union { u64 u[2]; u8 c[16]; } nonce, cmac; member
129 u8 c; in rk_ctr64_inc() local
150 union { u64 u[2]; u8 c[16]; } scratch; in rk_crypto_ccm128_encrypt() member
174 union { u64 u[2]; u8 c[16]; } temp; in rk_crypto_ccm128_encrypt() member
227 union { u64 u[2]; u8 c[16]; } scratch; in rk_crypto_ccm128_decrypt() member
247 union { u64 u[2]; u8 c[16]; } temp; in rk_crypto_ccm128_decrypt() member
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c116 static void opal_lpc_insb(unsigned long p, void *b, unsigned long c) in opal_lpc_insb()
124 static void opal_lpc_insw(unsigned long p, void *b, unsigned long c) in opal_lpc_insw()
132 static void opal_lpc_insl(unsigned long p, void *b, unsigned long c) in opal_lpc_insl()
140 static void opal_lpc_outsb(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsb()
148 static void opal_lpc_outsw(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsw()
156 static void opal_lpc_outsl(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsl()
/OK3568_Linux_fs/kernel/kernel/
H A Dstacktrace.c83 struct stacktrace_cookie *c = cookie; in stack_trace_consume_entry() local
115 struct stacktrace_cookie c = { in stack_trace_save() local
139 struct stacktrace_cookie c = { in stack_trace_save_tsk() local
168 struct stacktrace_cookie c = { in stack_trace_save_regs() local
196 struct stacktrace_cookie c = { in stack_trace_save_tsk_reliable() local
226 struct stacktrace_cookie c = { in stack_trace_save_user() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dbenchmark_1000.c110 static void chunk_test(ADBG_Case_t *c, enum storage_benchmark_cmd cmd) in chunk_test()
125 static void xtest_tee_benchmark_1001(ADBG_Case_t *c) in xtest_tee_benchmark_1001()
130 static void xtest_tee_benchmark_1002(ADBG_Case_t *c) in xtest_tee_benchmark_1002()
135 static void xtest_tee_benchmark_1003(ADBG_Case_t *c) in xtest_tee_benchmark_1003()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dingenic-tcu.h51 #define TCU_REG_TDFRc(c) (TCU_REG_TDFR0 + ((c) * TCU_CHANNEL_STRIDE)) argument
52 #define TCU_REG_TDHRc(c) (TCU_REG_TDHR0 + ((c) * TCU_CHANNEL_STRIDE)) argument
53 #define TCU_REG_TCNTc(c) (TCU_REG_TCNT0 + ((c) * TCU_CHANNEL_STRIDE)) argument
54 #define TCU_REG_TCSRc(c) (TCU_REG_TCSR0 + ((c) * TCU_CHANNEL_STRIDE)) argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dconsolemap.h31 #define conv_8bit_to_uni(c) ((uint32_t)(c)) argument
32 #define conv_uni_to_8bit(c) ((int) ((c) & 0xff)) argument
33 #define console_map_init(c) do { ; } while (0) argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_jhash.h12 #define __jhash_mix(a, b, c) \ argument
22 #define __jhash_final(a, b, c) \ argument
38 u32 a, b, c; in jhash() local
H A Dfentry_test.c27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG()
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG()
43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG()
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG()
H A Dbtf_data.c6 int c; member
12 int c; member
18 int c; member
24 int c; member
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c71 #define DMXDBG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
72 #define DMXDBG4(f,a,b,c,d) dmxLog(dmxDebug,f,a,b,c,d) argument
73 #define DMXDBG5(f,a,b,c,d,e) dmxLog(dmxDebug,f,a,b,c,d,e) argument
74 #define DMXDBG6(f,a,b,c,d,e,g) dmxLog(dmxDebug,f,a,b,c,d,e,g) argument
75 #define DMXDBG7(f,a,b,c,d,e,g,h) dmxLog(dmxDebug,f,a,b,c,d,e,g,h) argument
80 #define DMXDBG3(f,a,b,c) argument
81 #define DMXDBG4(f,a,b,c,d) argument
82 #define DMXDBG5(f,a,b,c,d,e) argument
83 #define DMXDBG6(f,a,b,c,d,e,g) argument
84 #define DMXDBG7(f,a,b,c,d,e,g,h) argument
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcentaur.c22 static void init_c3(struct cpuinfo_x86 *c) in init_c3()
94 static void early_init_centaur(struct cpuinfo_x86 *c) in early_init_centaur()
114 static void init_centaur(struct cpuinfo_x86 *c) in init_centaur()
222 centaur_size_cache(struct cpuinfo_x86 *c, unsigned int size) in centaur_size_cache()
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Dautoidle.c93 struct clk_hw_omap *c = to_clk_hw_omap(hw); in omap2_clk_deny_idle() local
117 struct clk_hw_omap *c = to_clk_hw_omap(hw); in omap2_clk_allow_idle() local
161 struct clk_ti_autoidle *c; in _clk_generic_allow_autoidle_all() local
175 struct clk_ti_autoidle *c; in _clk_generic_deny_autoidle_all() local
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_frontend.c240 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_add_event() local
385 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag_autotune() local
482 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag() local
648 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_thread() local
891 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_frequency_limits() local
935 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_stepsize() local
956 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_check_parameters() local
996 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_clear_cache() local
1167 struct dtv_frontend_properties *c, in dtv_property_cache_sync()
1243 const struct dtv_frontend_properties *c, in dtv_property_legacy_params_sync()
[all …]
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dio.h372 #define readb(c) ({ unsigned int __v = \ argument
374 #define readw(c) ({ unsigned int __v = \ argument
376 #define readl(c) ({ unsigned int __v = \ argument
379 #define writeb(v, c) __raw_writeb(v, __mem_pci(c)) argument
380 #define writew(v, c) __raw_writew(cpu_to_le16(v), __mem_pci(c)) argument
381 #define writel(v, c) __raw_writel(cpu_to_le32(v), __mem_pci(c)) argument
383 #define memset_io(c, v, l) _memset_io(__mem_pci(c), (v), (l)) argument
384 #define memcpy_fromio(a, c, l) _memcpy_fromio((a), __mem_pci(c), (l)) argument
385 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) argument
387 #define eth_io_copy_and_sum(s, c, l, b) \ argument
[all …]
/OK3568_Linux_fs/kernel/net/ceph/
H A Dceph_hash.c10 #define mix(a, b, c) \ argument
26 __u32 a, b, c; /* the internal state */ in ceph_str_hash_rjenkins() local
97 unsigned char c; in ceph_str_hash_linux() local
/OK3568_Linux_fs/kernel/sound/aoa/core/
H A Dcore.c23 static int attach_codec_to_fabric(struct aoa_codec *c) in attach_codec_to_fabric()
86 struct aoa_codec *c; in aoa_fabric_register() local
117 struct aoa_codec *c; in aoa_fabric_unregister() local
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c478 static RK_S32 update_prob(VpxRangeCoder *c, RK_S32 p, RK_U8 *delta) in update_prob()
630 RK_S32 c, i, j, k, l, m, n, max, size2, res, sharp; in decode_parser_header() local
1396 RK_U32 *c = s->counts.coef[i][j][k][l][m]; in adapt_probs() local
1449 RK_U32 (*c)[2] = s->counts.single_ref[i]; in adapt_probs() local
1460 RK_U32 *c = s->counts.partition[i][j]; in adapt_probs() local
1487 RK_U32 *c = s->counts.filter[i]; in adapt_probs() local
1497 RK_U32 *c = s->counts.mv_mode[i]; in adapt_probs() local
1507 RK_U32 *c = s->counts.mv_joint; in adapt_probs() local
1517 RK_U32 *c, (*c2)[2], sum; in adapt_probs() local
1571 RK_U32 *c = s->counts.y_mode[i], sum, s2; in adapt_probs() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h43 #define nvif_rd(a,f,b,c) ({ \ argument
52 #define nvif_wr(a,f,b,c,d) ({ \ argument
62 #define nvif_wr08(a,b,c) nvif_wr((a), iowrite8, 1, (b), (u8)(c)) argument
63 #define nvif_wr16(a,b,c) nvif_wr((a), iowrite16_native, 2, (b), (u16)(c)) argument
64 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c)) argument
65 #define nvif_mask(a,b,c,d) ({ \ argument
72 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) argument
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Datomic64_32.h274 s64 old, c = 0; in arch_atomic64_and() local
282 s64 old, c = 0; in arch_atomic64_fetch_and() local
293 s64 old, c = 0; in arch_atomic64_or() local
301 s64 old, c = 0; in arch_atomic64_fetch_or() local
312 s64 old, c = 0; in arch_atomic64_xor() local
320 s64 old, c = 0; in arch_atomic64_fetch_xor() local
331 s64 old, c = 0; in arch_atomic64_fetch_add() local
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dmisc.c69 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} argument
70 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} argument
76 # define Tracec(c,x) argument
77 # define Tracecv(c,x) argument
125 ulg c = crc; in flush_window() local
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dg_ffs.c115 struct usb_configuration c; member
406 struct gfs_configuration *c = gfs_configurations + i; in gfs_bind() local
478 static int gfs_do_config(struct usb_configuration *c) in gfs_do_config()
537 static int eth_bind_config(struct usb_configuration *c) in eth_bind_config()
566 static int bind_rndis_config(struct usb_configuration *c) in bind_rndis_config()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dword-at-a-time.h17 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask()
41 static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero()
93 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
100 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Dstring.c106 void *memchr(const void *s, int c, size_t count) in memchr()
116 char *strchr(const char *s, int c) in strchr()
124 char *strrchr(const char *s, int c) in strrchr()
136 void *memset(void *s, int c, size_t count) in memset()

1...<<11121314151617181920>>...172