Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 1062) sorted by relevance

12345678910>>...43

/linux-3.3/arch/m68k/math-emu/
Dfp_trig.c22 fp_fsin(struct fp_ext *dest, struct fp_ext *src) in fp_fsin()
32 fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos()
42 fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan()
52 fp_fasin(struct fp_ext *dest, struct fp_ext *src) in fp_fasin()
62 fp_facos(struct fp_ext *dest, struct fp_ext *src) in fp_facos()
72 fp_fatan(struct fp_ext *dest, struct fp_ext *src) in fp_fatan()
82 fp_fsinh(struct fp_ext *dest, struct fp_ext *src) in fp_fsinh()
92 fp_fcosh(struct fp_ext *dest, struct fp_ext *src) in fp_fcosh()
102 fp_ftanh(struct fp_ext *dest, struct fp_ext *src) in fp_ftanh()
112 fp_fatanh(struct fp_ext *dest, struct fp_ext *src) in fp_fatanh()
[all …]
Dfp_arith.c34 fp_fabs(struct fp_ext *dest, struct fp_ext *src) in fp_fabs()
46 fp_fneg(struct fp_ext *dest, struct fp_ext *src) in fp_fneg()
63 fp_fadd(struct fp_ext *dest, struct fp_ext *src) in fp_fadd()
123 fp_fsub(struct fp_ext *dest, struct fp_ext *src) in fp_fsub()
133 fp_fcmp(struct fp_ext *dest, struct fp_ext *src) in fp_fcmp()
143 fp_ftst(struct fp_ext *dest, struct fp_ext *src) in fp_ftst()
153 fp_fmul(struct fp_ext *dest, struct fp_ext *src) in fp_fmul()
231 fp_fdiv(struct fp_ext *dest, struct fp_ext *src) in fp_fdiv()
312 fp_fsglmul(struct fp_ext *dest, struct fp_ext *src) in fp_fsglmul()
369 fp_fsgldiv(struct fp_ext *dest, struct fp_ext *src) in fp_fsgldiv()
[all …]
Dfp_log.c29 fp_fsqrt(struct fp_ext *dest, struct fp_ext *src) in fp_fsqrt()
102 fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src) in fp_fetoxm1()
112 fp_fetox(struct fp_ext *dest, struct fp_ext *src) in fp_fetox()
122 fp_ftwotox(struct fp_ext *dest, struct fp_ext *src) in fp_ftwotox()
132 fp_ftentox(struct fp_ext *dest, struct fp_ext *src) in fp_ftentox()
142 fp_flogn(struct fp_ext *dest, struct fp_ext *src) in fp_flogn()
152 fp_flognp1(struct fp_ext *dest, struct fp_ext *src) in fp_flognp1()
162 fp_flog10(struct fp_ext *dest, struct fp_ext *src) in fp_flog10()
172 fp_flog2(struct fp_ext *dest, struct fp_ext *src) in fp_flog2()
182 fp_fgetexp(struct fp_ext *dest, struct fp_ext *src) in fp_fgetexp()
[all …]
Dfp_emu.h74 #define fp_copy_ext(dest, src) ({ \ argument
78 #define fp_monadic_check(dest, src) ({ \ argument
84 #define fp_dyadic_check(dest, src) ({ \ argument
108 #define fp_conv_ext2long(src) ({ \ argument
118 #define fp_conv_long2ext(dest, src) ({ \ argument
/linux-3.3/sound/pci/ctxfi/
Dctsrc.c38 static int src_set_state(struct src *src, unsigned int state) in src_set_state()
48 static int src_set_bm(struct src *src, unsigned int bm) in src_set_bm()
58 static int src_set_sf(struct src *src, unsigned int sf) in src_set_sf()
68 static int src_set_pm(struct src *src, unsigned int pm) in src_set_pm()
78 static int src_set_rom(struct src *src, unsigned int rom) in src_set_rom()
88 static int src_set_vo(struct src *src, unsigned int vo) in src_set_vo()
98 static int src_set_st(struct src *src, unsigned int st) in src_set_st()
108 static int src_set_bp(struct src *src, unsigned int bp) in src_set_bp()
118 static int src_set_cisz(struct src *src, unsigned int cisz) in src_set_cisz()
128 static int src_set_ca(struct src *src, unsigned int ca) in src_set_ca()
[all …]
/linux-3.3/drivers/misc/iwmc3200top/
Dlog.h92 #define LOG_CRITICAL(priv, src, fmt, args...) \ argument
99 #define LOG_ERROR(priv, src, fmt, args...) \ argument
106 #define LOG_WARNING(priv, src, fmt, args...) \ argument
113 #define LOG_INFO(priv, src, fmt, args...) \ argument
120 #define LOG_TRACE(priv, src, fmt, args...) \ argument
127 #define LOG_HEXDUMP(src, ptr, len) \ argument
154 #define LOG_CRITICAL(priv, src, fmt, args...) argument
155 #define LOG_ERROR(priv, src, fmt, args...) argument
156 #define LOG_WARNING(priv, src, fmt, args...) argument
157 #define LOG_INFO(priv, src, fmt, args...) argument
[all …]
/linux-3.3/arch/x86/crypto/
Dblowfish_glue.c46 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk()
52 const u8 *src) in blowfish_enc_blk_xor()
58 const u8 *src) in blowfish_enc_blk_4way()
64 const u8 *src) in blowfish_enc_blk_xor_4way()
69 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt()
74 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt()
146 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt()
155 struct scatterlist *src, unsigned int nbytes) in ecb_decrypt()
191 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_encrypt() local
210 struct scatterlist *src, unsigned int nbytes) in cbc_encrypt()
[all …]
Dtwofish_glue_3way.c51 const u8 *src) in twofish_enc_blk_3way()
57 const u8 *src) in twofish_enc_blk_xor_3way()
108 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt()
117 struct scatterlist *src, unsigned int nbytes) in ecb_decrypt()
153 u128 *src = (u128 *)walk->src.virt.addr; in __cbc_encrypt() local
172 struct scatterlist *src, unsigned int nbytes) in cbc_encrypt()
194 u128 *src = (u128 *)walk->src.virt.addr; in __cbc_decrypt() local
254 struct scatterlist *src, unsigned int nbytes) in cbc_decrypt()
293 static inline void u128_to_be128(be128 *dst, const u128 *src) in u128_to_be128()
299 static inline void be128_to_u128(u128 *dst, const be128 *src) in be128_to_u128()
[all …]
Daes_glue.c13 void crypto_aes_encrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src) in crypto_aes_encrypt_x86()
19 void crypto_aes_decrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src) in crypto_aes_decrypt_x86()
25 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt()
30 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt()
Dserpent_sse2_glue.c131 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt()
140 struct scatterlist *src, unsigned int nbytes) in ecb_decrypt()
176 u128 *src = (u128 *)walk->src.virt.addr; in __cbc_encrypt() local
195 struct scatterlist *src, unsigned int nbytes) in cbc_encrypt()
217 u128 *src = (u128 *)walk->src.virt.addr; in __cbc_decrypt() local
278 struct scatterlist *src, unsigned int nbytes) in cbc_decrypt()
320 static inline void u128_to_be128(be128 *dst, const u128 *src) in u128_to_be128()
326 static inline void be128_to_u128(u128 *dst, const be128 *src) in be128_to_u128()
345 u8 *src = walk->src.virt.addr; in ctr_crypt_final() local
362 u128 *src = (u128 *)walk->src.virt.addr; in __ctr_crypt() local
[all …]
/linux-3.3/arch/x86/include/asm/
Dserpent.h17 const u8 *src) in serpent_enc_blk_xway()
23 const u8 *src) in serpent_enc_blk_xway_xor()
29 const u8 *src) in serpent_dec_blk_xway()
44 const u8 *src) in serpent_enc_blk_xway()
50 const u8 *src) in serpent_enc_blk_xway_xor()
56 const u8 *src) in serpent_dec_blk_xway()
Duaccess_64.h63 int copy_to_user(void __user *dst, const void *src, unsigned size) in copy_to_user()
71 int __copy_from_user(void *dst, const void __user *src, unsigned size) in __copy_from_user()
115 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user()
159 int __copy_in_user(void __user *dst, const void __user *src, unsigned size) in __copy_in_user()
222 __copy_from_user_inatomic(void *dst, const void __user *src, unsigned size) in __copy_from_user_inatomic()
228 __copy_to_user_inatomic(void __user *dst, const void *src, unsigned size) in __copy_to_user_inatomic()
237 __copy_from_user_nocache(void *dst, const void __user *src, unsigned size) in __copy_from_user_nocache()
244 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, in __copy_from_user_inatomic_nocache()
/linux-3.3/arch/mips/include/asm/
Dftrace.h22 #define safe_load(load, src, dst, error) \ argument
44 #define safe_store(store, src, dst, error) \ argument
66 #define safe_load_code(dst, src, error) \ argument
68 #define safe_store_code(src, dst, error) \ argument
71 #define safe_load_stack(dst, src, error) \ argument
74 #define safe_store_stack(src, dst, error) \ argument
/linux-3.3/drivers/infiniband/core/
Duverbs_marshall.c37 struct ib_ah_attr *src) in ib_copy_ah_attr_to_user()
56 struct ib_qp_attr *src) in ib_copy_qp_attr_to_user()
95 struct ib_sa_path_rec *src) in ib_copy_path_rec_to_user()
121 struct ib_user_path_rec *src) in ib_copy_path_rec_from_user()
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Dcipher.c50 struct scatterlist *src, in crypt()
99 static void cbc_process(struct crypto_tfm *tfm, u8 *dst, u8 *src, in cbc_process()
124 static void ecb_process(struct crypto_tfm *tfm, u8 *dst, u8 *src, in ecb_process()
144 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt()
153 struct scatterlist *src, in ecb_decrypt()
163 struct scatterlist *src, in cbc_encrypt()
173 struct scatterlist *src, in cbc_encrypt_iv()
183 struct scatterlist *src, in cbc_decrypt()
193 struct scatterlist *src, in cbc_decrypt_iv()
203 struct scatterlist *src, in nocrypt()
[all …]
/linux-3.3/arch/s390/mm/
Dmaccess.c23 static long probe_kernel_write_odd(void *dst, const void *src, size_t size) in probe_kernel_write_odd()
49 long probe_kernel_write(void *dst, const void *src, size_t size) in probe_kernel_write()
67 int memcpy_real(void *dest, void *src, size_t count) in memcpy_real()
96 void copy_to_absolute_zero(void *dest, void *src, size_t count) in copy_to_absolute_zero()
112 int copy_to_user_real(void __user *dest, void *src, size_t count) in copy_to_user_real()
138 int copy_from_user_real(void *dest, void __user *src, size_t count) in copy_from_user_real()
/linux-3.3/arch/sparc/lib/
Dmemcpy.S17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
55 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
86 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
94 #define RMOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
[all …]
/linux-3.3/drivers/scsi/lpfc/
Dlpfc_compat.h38 lpfc_memcpy_to_slim(void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim()
60 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
83 lpfc_memcpy_to_slim( void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim()
90 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
/linux-3.3/arch/s390/crypto/
Ddes_s390.c136 struct scatterlist *dst, struct scatterlist *src, in ecb_des_encrypt()
147 struct scatterlist *dst, struct scatterlist *src, in ecb_des_decrypt()
179 struct scatterlist *dst, struct scatterlist *src, in cbc_des_encrypt()
190 struct scatterlist *dst, struct scatterlist *src, in cbc_des_decrypt()
252 static void des3_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_encrypt()
259 static void des3_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_decrypt()
287 struct scatterlist *dst, struct scatterlist *src, in ecb_des3_encrypt()
298 struct scatterlist *dst, struct scatterlist *src, in ecb_des3_decrypt()
331 struct scatterlist *dst, struct scatterlist *src, in cbc_des3_encrypt()
342 struct scatterlist *dst, struct scatterlist *src, in cbc_des3_decrypt()
[all …]
/linux-3.3/arch/hexagon/lib/
Dio.c33 const volatile short int *src = (short int *) addr; in __raw_readsw() local
52 const short int *src = (short int *)data; in __raw_writesw() local
67 const volatile long *src = (long *) addr; in __raw_readsl() local
81 const long *src = (long *)data; in __raw_writesl() local
/linux-3.3/include/linux/
Dtask_io_accounting_ops.h49 struct task_io_accounting *src) in task_blk_io_accounting_add()
85 struct task_io_accounting *src) in task_blk_io_accounting_add()
93 struct task_io_accounting *src) in task_chr_io_accounting_add()
102 struct task_io_accounting *src) in task_chr_io_accounting_add()
108 struct task_io_accounting *src) in task_io_accounting_add()
Dbitmap.h179 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy()
224 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement()
260 static inline int bitmap_empty(const unsigned long *src, int nbits) in bitmap_empty()
268 static inline int bitmap_full(const unsigned long *src, int nbits) in bitmap_full()
276 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight()
284 const unsigned long *src, int n, int nbits) in bitmap_shift_right()
293 const unsigned long *src, int n, int nbits) in bitmap_shift_left()
/linux-3.3/arch/s390/lib/
Dstring.c75 char *strcpy(char *dest, const char *src) in strcpy()
103 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy()
125 char *strncpy(char *dest, const char *src, size_t n) in strncpy()
141 char *strcat(char *dest, const char *src) in strcat()
163 size_t strlcat(char *dest, const char *src, size_t n) in strlcat()
192 char *strncat(char *dest, const char *src, size_t n) in strncat()
361 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
/linux-3.3/arch/parisc/lib/
Dio.c18 void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio()
53 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio()
318 void outsb(unsigned long port, const void * src, unsigned long count) in outsb()
336 void outsw (unsigned long port, const void *src, unsigned long count) in outsw()
408 void outsl (unsigned long port, const void *src, unsigned long count) in outsl()
/linux-3.3/arch/powerpc/sysdev/
Duic.c58 unsigned int src = irqd_to_hwirq(d); in uic_unmask_irq() local
76 unsigned int src = irqd_to_hwirq(d); in uic_mask_irq() local
90 unsigned int src = irqd_to_hwirq(d); in uic_ack_irq() local
101 unsigned int src = irqd_to_hwirq(d); in uic_mask_ack_irq() local
126 unsigned int src = irqd_to_hwirq(d); in uic_set_irq_type() local
216 int src; in uic_irq_cascade() local
341 int src; in uic_get_irq() local

12345678910>>...43