Searched refs:cast (Results 51 - 75 of 245) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_spd.c1 /* crypto/cast/cast_spd.c */
102 #include <openssl/cast.h>
230 printf("%ld cast set_key's in %.2f seconds\n",count,d);
H A Dc_enc.c1 /* crypto/cast/c_enc.c */
59 #include <openssl/cast.h>
H A Dcastopts.c1 /* crypto/cast/castopts.c */
102 #include <openssl/cast.h>
H A Dcasttest.c1 /* crypto/cast/casttest.c */
73 #include <openssl/cast.h>
150 printf("ecb cast error encrypting for keysize %d\n",k_len[z]*8);
165 printf("ecb cast error decrypting for keysize %d\n",k_len[z]*8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dc-ctype.h110 when you have a 'char' value, you need to cast it before using it as
116 but you don't need to cast it for the functions defined in this file:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstate.h215 #define obj2gco(v) (cast(GCObject *, (v)))
H A Dlgc.c94 #define gnodelast(h) gnode(h, cast(size_t, sizenode(h)))
215 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz));
453 sizeof(Node) * cast(size_t, sizenode(h));
775 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */
912 debt = -cast(l_mem, threshold - gettotalbytes(g));
994 l_mem work = -cast(l_mem, g->GCmemtrav); /* start counting work */
H A Dlapi.c38 #define NONVALIDVALUE cast(TValue *, luaO_nilobject)
310 luaV_arith(L, o1, o1, o2, cast(TMS, op - LUA_OPADD + TM_ADD));
449 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o)));
666 setpvalue(&k, cast(void *, p));
804 setpvalue(&k, cast(void *, p));
922 struct CallS *c = cast(struct CallS *, ud);
1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE;
H A Dllex.c61 b->buffer[luaZ_bufflen(b)++] = cast(char, c);
77 lua_assert(token == cast(unsigned char, token));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dc-ctype.h109 when you have a 'char' value, you need to cast it before using it as
115 but you don't need to cast it for the functions defined in this file:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcast_spd.c1 /* crypto/cast/cast_spd.c */
98 #include <openssl/cast.h>
217 printf("%ld cast set_key's in %.2f seconds\n", count, d);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dinstall-crypto.com79 des, aes, rc2, rc4, idea, bf, cast, camellia, seed, -
104 $ exheader_cast := cast.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcast_spd.c1 /* crypto/cast/cast_spd.c */
98 #include <openssl/cast.h>
217 printf("%ld cast set_key's in %.2f seconds\n", count, d);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dinstall-crypto.com79 des, aes, rc2, rc4, idea, bf, cast, camellia, seed, -
104 $ exheader_cast := cast.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_dhx_passwd.c39 #include <openssl/cast.h>
43 #include <cast.h>
192 /* encrypt using cast */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_transport_sas.c456 #define sas_phy_show_simple(field, name, format_string, cast) \
463 return snprintf(buf, 20, format_string, cast phy->field); \
806 #define sas_port_show_simple(field, name, format_string, cast) \
813 return snprintf(buf, 20, format_string, cast port->field); \
1129 #define sas_rphy_show_simple(field, name, format_string, cast) \
1136 return snprintf(buf, 20, format_string, cast rphy->field); \
1273 #define sas_end_dev_show_simple(field, name, format_string, cast) \
1281 return snprintf(buf, 20, format_string, cast rdev->field); \
1302 #define sas_expander_show_simple(field, name, format_string, cast) \
1310 return snprintf(buf, 20, format_string, cast ede
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-finder.c462 const char *cast)
470 if (cast && strcmp(cast, "string") != 0) {
472 tvar->type = strdup(cast);
485 if (cast && strcmp(cast, "string") == 0) { /* String type */
489 pr_warning("Failed to cast into string: "
510 pr_warning("Failed to cast into string: "
515 tvar->type = strdup(cast);
460 convert_variable_type(Dwarf_Die *vr_die, struct probe_trace_arg *tvar, const char *cast) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dbat.sh83 return("") if $no_cast && $dir =~ /\/cast/;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dbat.sh83 return("") if $no_cast && $dir =~ /\/cast/;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dbat.sh83 return("") if $no_cast && $dir =~ /\/cast/;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/Netware/
H A Dbuild.bat145 cd crypto\cast\asm
146 perl cast-586.pl %ASM_MODE% > c-nw.asm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dcasttest.c1 /* crypto/cast/casttest.c */
73 #include <openssl/cast.h>
150 printf("ecb cast error encrypting for keysize %d\n",k_len[z]*8);
165 printf("ecb cast error decrypting for keysize %d\n",k_len[z]*8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/Netware/
H A Dbuild.bat145 cd crypto\cast\asm
146 perl cast-586.pl %ASM_MODE% > c-nw.asm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dbuild.bat134 cd crypto\cast\asm
135 perl cast-586.pl %ASM_MODE% > c-nw.asm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A DMakefile70 -Wbad-function-cast -Woverloaded-virtual \

Completed in 299 milliseconds

12345678910