Searched refs:inp (Results 1 - 25 of 644) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cx18/
H A Dcx18-video.c28 int inp = cx->active_input; local
31 cx->card->video_inputs[inp].video_input, 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-video.c28 int inp = cx->active_input; local
31 cx->card->video_inputs[inp].video_input, 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/coda/
H A Dupcall.c47 union inputArgs *inp; local
49 CODA_ALLOC(inp, union inputArgs *, size);
50 if (!inp)
53 inp->ih.opcode = opcode;
54 inp->ih.pid = current->pid;
55 inp->ih.pgid = task_pgrp_nr(current);
56 inp->ih.uid = current_fsuid();
58 return (void*)inp;
63 inp = (union inputArgs *)alloc_upcall(op, insize); \
64 if (IS_ERR(inp)) { retur
77 union inputArgs *inp; local
95 union inputArgs *inp; local
114 union inputArgs *inp; local
134 union inputArgs *inp; local
163 union inputArgs *inp; local
183 union inputArgs *inp; local
205 union inputArgs *inp; local
237 union inputArgs *inp; local
273 union inputArgs *inp; local
305 union inputArgs *inp; local
328 union inputArgs *inp; local
350 union inputArgs *inp; local
382 union inputArgs *inp; local
409 union inputArgs *inp; local
442 union inputArgs *inp; local
459 union inputArgs *inp; local
479 union inputArgs *inp; local
553 union inputArgs *inp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/coda/
H A Dupcall.c47 union inputArgs *inp; local
49 CODA_ALLOC(inp, union inputArgs *, size);
50 if (!inp)
53 inp->ih.opcode = opcode;
54 inp->ih.pid = current->pid;
55 inp->ih.pgid = task_pgrp_nr(current);
56 inp->ih.uid = current_fsuid();
58 return (void*)inp;
63 inp = (union inputArgs *)alloc_upcall(op, insize); \
64 if (IS_ERR(inp)) { retur
77 union inputArgs *inp; local
95 union inputArgs *inp; local
114 union inputArgs *inp; local
134 union inputArgs *inp; local
163 union inputArgs *inp; local
183 union inputArgs *inp; local
205 union inputArgs *inp; local
237 union inputArgs *inp; local
273 union inputArgs *inp; local
305 union inputArgs *inp; local
328 union inputArgs *inp; local
350 union inputArgs *inp; local
382 union inputArgs *inp; local
409 union inputArgs *inp; local
442 union inputArgs *inp; local
459 union inputArgs *inp; local
479 union inputArgs *inp; local
553 union inputArgs *inp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/whrlpool/
H A Dwhrlpool.h31 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes);
32 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits);
34 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dwhrlpool.h31 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes);
32 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits);
34 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dwhrlpool.h28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
31 unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rc4/asm/
H A Drc4-586.pl41 $inp="esi";
65 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
69 &mov ($inp,&wparam(2)); # load inp
82 &lea ($tx,&DWP(0,$inp,$ty));
83 &sub ($out,$inp); # re-bias out
97 &lea ($ty,&DWP(-4,$inp,$ty));
104 &xor ($out,&DWP(0,$inp));
105 &cmp ($inp,&wparam(2)); # compare to input+(len/4)*4-4
106 &mov (&DWP(0,$tx,$inp),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/whrlpool/
H A Dwhrlpool.h28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
31 unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dwhrlpool.h28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
31 unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/whrlpool/
H A Dwhrlpool.h31 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes);
32 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits);
34 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dwhrlpool.h31 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes);
32 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits);
34 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rc4/asm/
H A Drc4-586.pl41 $inp="esi";
65 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
69 &mov ($inp,&wparam(2)); # load inp
82 &lea ($tx,&DWP(0,$inp,$ty));
83 &sub ($out,$inp); # re-bias out
97 &lea ($ty,&DWP(-4,$inp,$ty));
104 &xor ($out,&DWP(0,$inp));
105 &cmp ($inp,&wparam(2)); # compare to input+(len/4)*4-4
106 &mov (&DWP(0,$tx,$inp),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/whrlpool/
H A Dwhrlpool.h28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
31 unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/whrlpool/
H A Dwhrlpool.h31 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes);
32 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits);
34 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dwhrlpool.h31 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes);
32 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits);
34 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dwhrlpool.h28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
31 unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dwhrlpool.h28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
31 unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rc4/asm/
H A Drc4-586.pl41 $inp="esi";
65 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
69 &mov ($inp,&wparam(2)); # load inp
82 &lea ($tx,&DWP(0,$inp,$ty));
83 &sub ($out,$inp); # re-bias out
97 &lea ($ty,&DWP(-4,$inp,$ty));
104 &xor ($out,&DWP(0,$inp));
105 &cmp ($inp,&wparam(2)); # compare to input+(len/4)*4-4
106 &mov (&DWP(0,$tx,$inp),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/whrlpool/
H A Dwhrlpool.h28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
31 unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/openssl/
H A Dwhrlpool.h28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
31 unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/openssl/
H A Dwhrlpool.h28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
31 unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/csharp/
H A DLSN.cs41 internal static DB_LSN getDB_LSN(LSN inp) { argument
42 if (inp == null)
46 ret.file = inp.LogFileNumber;
47 ret.offset = inp.Offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/csharp/
H A DLSN.cs41 internal static DB_LSN getDB_LSN(LSN inp) { argument
42 if (inp == null)
46 ret.file = inp.LogFileNumber;
47 ret.offset = inp.Offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/csharp/
H A DLSN.cs41 internal static DB_LSN getDB_LSN(LSN inp) { argument
42 if (inp == null)
46 ret.file = inp.LogFileNumber;
47 ret.offset = inp.Offset;

Completed in 232 milliseconds

1234567891011>>