Searched refs:inverse (Results 1 - 25 of 47) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_connlimit.h8 int inverse; member in struct:ipt_connlimit_info
H A Dipt_rpc.h28 int inverse; member in struct:ipt_rpc_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_connlimit.h22 unsigned int inverse; member in union:xt_connlimit_info::__anon402
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dasfcrypt.c31 * \brief find multiplicative inverse modulo 2 ^ 32
35 static uint32_t inverse(uint32_t v) { function
36 // v ^ 3 gives the inverse (mod 16), could also be implemented
38 uint32_t inverse = v * v * v; local
41 inverse *= 2 - v * inverse;
42 inverse *= 2 - v * inverse;
43 inverse *= 2 - v * inverse;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto_ah.c48 int inverse)
52 if (likely(!inverse)) {
73 inverse ? "ICMP+" : "",
85 const struct iphdr *iph, unsigned int proto_off, int inverse)
89 if (likely(!inverse)) {
106 inverse ? "ICMP+" : "",
44 ah_conn_in_get(const struct sk_buff *skb, struct ip_vs_protocol *pp, const struct iphdr *iph, unsigned int proto_off, int inverse) argument
84 ah_conn_out_get(const struct sk_buff *skb, struct ip_vs_protocol *pp, const struct iphdr *iph, unsigned int proto_off, int inverse) argument
H A Dip_vs_proto_esp.c48 int inverse)
52 if (likely(!inverse)) {
73 inverse ? "ICMP+" : "",
85 const struct iphdr *iph, unsigned int proto_off, int inverse)
89 if (likely(!inverse)) {
106 inverse ? "ICMP+" : "",
44 esp_conn_in_get(const struct sk_buff *skb, struct ip_vs_protocol *pp, const struct iphdr *iph, unsigned int proto_off, int inverse) argument
84 esp_conn_out_get(const struct sk_buff *skb, struct ip_vs_protocol *pp, const struct iphdr *iph, unsigned int proto_off, int inverse) argument
H A Dip_vs_proto_udp.c29 const struct iphdr *iph, unsigned int proto_off, int inverse)
38 if (likely(!inverse)) {
54 const struct iphdr *iph, unsigned int proto_off, int inverse)
64 if (likely(!inverse)) {
28 udp_conn_in_get(const struct sk_buff *skb, struct ip_vs_protocol *pp, const struct iphdr *iph, unsigned int proto_off, int inverse) argument
53 udp_conn_out_get(const struct sk_buff *skb, struct ip_vs_protocol *pp, const struct iphdr *iph, unsigned int proto_off, int inverse) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_skey.c63 static IDEA_INT inverse(unsigned int xin);
119 *(tp++)=inverse(fp[0]);
122 *(tp++)=inverse(fp[3]);
140 static IDEA_INT inverse(unsigned int xin) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_skey.c62 static IDEA_INT inverse(unsigned int xin);
107 *(tp++)=inverse(fp[0]);
110 *(tp++)=inverse(fp[3]);
128 static IDEA_INT inverse(unsigned int xin) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/netem/
H A Dmaketable.c7 * From this, create the inverse distribution table used to approximate
85 /* Since entries in the inverse are scaled by TABLEFACTOR, and can't be bigger
138 short *inverse; local
141 inverse = (short *)malloc(inversesize*sizeof(short));
143 inverse[i] = MINSHORT;
152 inverse[inverseindex] = inversevalue;
154 return inverse;
203 short *inverse; local
228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total);
229 interpolatetable(inverse, TABLESIZ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D10-tables.tex6 \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbackends.h100 int (*inverse) (struct vorbis_block *,vorbis_look_residue *, member in struct:__anon1079
127 int (*inverse) (struct vorbis_block *vb,vorbis_info_mapping *); member in struct:__anon1080
H A Dsynthesis.c76 return(_mapping_P[type]->inverse(vb,ci->map_param[ci->mode_param[mode]->
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drdft.c55 s->inverse = trans == IRDFT || trans == IRIDFT;
83 const float k2 = 0.5 - s->inverse;
87 if (!s->inverse) {
111 if (s->inverse) {
H A Dfft.c50 static int split_radix_permutation(int i, int n, int inverse) argument
55 if(!(i&m)) return split_radix_permutation(i, m, inverse)*2;
57 if(inverse == !(i&m)) return split_radix_permutation(i, m, inverse)*4 + 1;
58 else return split_radix_permutation(i, m, inverse)*4 - 1;
61 av_cold int ff_fft_init(FFTContext *s, int nbits, int inverse) argument
80 s->inverse = inverse;
82 s2 = inverse ? 1.0 : -1.0;
128 s->revtab[-split_radix_permutation(i, n, s->inverse)
[all...]
H A Dfft-test.c48 void fft_ref_init(int nbits, int inverse) argument
60 if (!inverse)
169 "-i inverse transform test\n"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_core.h51 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
H A Dnf_conntrack_l3proto.h38 int (*invert_tuple)(struct nf_conntrack_tuple *inverse,
H A Dnf_conntrack_l4proto.h37 int (*invert_tuple)(struct nf_conntrack_tuple *inverse,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dfft_altivec.c63 if (s->inverse) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsacos.S4 | Description: The entry point sAcos computes the inverse cosine of
H A Dsasin.S4 | Description: The entry point sAsin computes the inverse sine of
H A Dsatanh.S4 | The entry point satanh computes the inverse
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.h33 u_short inverse; /* != 0 text black on white as default */ member in struct:display
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_vs.h458 int inverse);
465 int inverse);
686 int inverse);
691 int inverse);

Completed in 169 milliseconds

12