Searched refs:cast (Results 1 - 25 of 245) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlfunc.h14 #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \
15 cast(int, sizeof(TValue)*((n)-1)))
17 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \
18 cast(int, sizeof(TValue *)*((n)-1)))
H A Dlmem.h22 ** cast to 'void' avoids warnings of "value unused".
25 (cast(void, \
26 (cast(size_t, (n)+1) > MAX_SIZET/(e)) ? (luaM_toobig(L), 0) : 0), \
34 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t)))
36 cast(t *, luaM_reallocv(L, NULL, 0, n, sizeof(t)))
42 ((v)=cast(t *, luaM_growaux_(L,v,&(size),sizeof(t),limit,e)))
45 ((v)=cast(t *, luaM_reallocv(L, v, oldn, n, sizeof(t))))
H A Dlopcodes.h89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0)))
91 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP))))
93 #define getarg(i,pos,size) (cast(int, ((i)>>pos) & MASK1(size,0)))
95 ((cast(Instruction, v)<<pos)&MASK1(size,pos))))
113 #define SETARG_sBx(i,b) SETARG_Bx((i),cast(unsigned int, (b)+MAXARG_sBx))
116 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \
117 | (cast(Instruction, a)<<POS_A) \
118 | (cast(Instruction, b)<<POS_B) \
119 | (cast(Instruction, c)<<POS_C))
121 #define CREATE_ABx(o,a,bc) ((cast(Instructio
[all...]
H A Dldebug.h14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1)
H A Dllimits.h93 #define cast(t, exp) ((t)(exp)) macro
95 #define cast_byte(i) cast(lu_byte, (i))
96 #define cast_num(i) cast(lua_Number, (i))
97 #define cast_int(i) cast(int, (i))
98 #define cast_uchar(i) cast(unsigned char, (i))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A DMakefile2 # OpenSSL/crypto/cast/Makefile
5 DIR= cast
30 EXHEADER= cast.h
46 cx86-elf.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
47 (cd asm; $(PERL) cast-586.pl elf $(CLAGS) $(PROCESSOR) > ../$@)
49 cx86-cof.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
50 (cd asm; $(PERL) cast-586.pl coff $(CLAGS) $(PROCESSOR) > ../$@)
52 cx86-out.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
53 (cd asm; $(PERL) cast-586.pl a.out $(CLAGS) $(PROCESSOR) > ../$@)
92 c_cfb64.o: ../../e_os.h ../../include/openssl/cast
[all...]
H A Dc_ecb.c1 /* crypto/cast/c_ecb.c */
59 #include <openssl/cast.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A DMakefile2 # OpenSSL/crypto/cast/Makefile
5 DIR= cast
30 EXHEADER= cast.h
45 cast-586.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
46 $(PERL) asm/cast-586.pl $(PERLASM_SCHEME) $(CLAGS) $(PROCESSOR) > $@
87 c_cfb64.o: ../../e_os.h ../../include/openssl/cast.h
90 c_ecb.o: ../../e_os.h ../../include/openssl/cast.h
93 c_enc.o: ../../e_os.h ../../include/openssl/cast.h
96 c_ofb64.o: ../../e_os.h ../../include/openssl/cast
[all...]
H A Dc_ecb.c1 /* crypto/cast/c_ecb.c */
59 #include <openssl/cast.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A DMakefile2 # OpenSSL/crypto/cast/Makefile
5 DIR= cast
30 EXHEADER= cast.h
45 cast-586.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
46 $(PERL) asm/cast-586.pl $(PERLASM_SCHEME) $(CLAGS) $(PROCESSOR) > $@
87 c_cfb64.o: ../../e_os.h ../../include/openssl/cast.h
90 c_ecb.o: ../../e_os.h ../../include/openssl/cast.h
93 c_enc.o: ../../e_os.h ../../include/openssl/cast.h
96 c_ofb64.o: ../../e_os.h ../../include/openssl/cast
[all...]
H A Dc_ecb.c1 /* crypto/cast/c_ecb.c */
59 #include <openssl/cast.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_cast.c66 #include <openssl/cast.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_cast.c66 # include <openssl/cast.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_cast.c66 # include <openssl/cast.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dx86asm.sh21 (cd crypto/cast/asm; perl cast-586.pl cpp > cx86unix.cpp)
22 (cd crypto/cast/asm; perl cast-586.pl win32 > c-win32.asm)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dx86asm.sh21 (cd crypto/cast/asm; perl cast-586.pl cpp > cx86unix.cpp)
22 (cd crypto/cast/asm; perl cast-586.pl win32 > c-win32.asm)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dx86asm.sh21 (cd crypto/cast/asm; perl cast-586.pl cpp > cx86unix.cpp)
22 (cd crypto/cast/asm; perl cast-586.pl win32 > c-win32.asm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_cs5536.c128 u32 dtc, cast, etc; local
134 cs5536_read(pdev, CAST, &cast);
140 cast &= ~(IDE_CAST_DRV_MASK << cshift);
141 cast |= addr_timings[mode] << cshift;
143 cast &= ~(IDE_CAST_CMD_MASK << IDE_CAST_CMD_SHIFT);
144 cast |= cmd_timings[cmdmode] << IDE_CAST_CMD_SHIFT;
150 cs5536_write(pdev, CAST, cast);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dcs5536.c120 u32 cast; local
133 cs5536_read(pdev, CAST, &cast);
135 cast &= ~(IDE_CAST_DRV_MASK << cshift);
136 cast |= addr_timings[pio] << cshift;
138 cast &= ~(IDE_CAST_CMD_MASK << IDE_CAST_CMD_SHIFT);
139 cast |= cmd_timings[cmd_pio] << IDE_CAST_CMD_SHIFT;
141 cs5536_write(pdev, CAST, cast);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcoda_linux.h58 #define CODA_ALLOC(ptr, cast, size) do { \
62 ptr = (cast)vmalloc((unsigned long) size); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dprogs.pl75 "rc2", "bf", "cast", "rc5",
85 "cast-cbc", "rc5-cbc", "rc5-ecb", "rc5-cfb", "rc5-ofb")
98 elsif ($_ =~ /cast/) { $t="#ifndef OPENSSL_NO_CAST\n${t}#endif\n"; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dprogs.pl75 "rc2", "bf", "cast", "rc5",
85 "cast-cbc", "rc5-cbc", "rc5-ecb", "rc5-cfb", "rc5-ofb")
98 elsif ($_ =~ /cast/) { $t="#ifndef OPENSSL_NO_CAST\n${t}#endif\n"; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dprogs.pl65 "rc2", "bf", "cast", "rc5",
74 "cast-cbc", "rc5-cbc", "rc5-ecb", "rc5-cfb", "rc5-ofb")
86 elsif ($_ =~ /cast/) { $t="#ifndef OPENSSL_NO_CAST\n${t}#endif\n"; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A DMakefile7 CFLAGS+=-O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/times/x86/
H A Dcasts.cpp35 #include <openssl/cast.h>
63 printf("cast %d %d (%d)\n",

Completed in 163 milliseconds

12345678910