Searched refs:n2 (Results 26 - 50 of 235) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Debitmap.c27 struct ebitmap_node *n1, *n2; local
33 n2 = e2->node;
34 while (n1 && n2 &&
35 (n1->startbit == n2->startbit) &&
36 !memcmp(n1->maps, n2->maps, EBITMAP_SIZE / 8)) {
38 n2 = n2->next;
41 if (n1 || n2)
216 struct ebitmap_node *n1, *n2; local
223 n2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_skey.c130 long n1,n2,q,r,b1,b2,t; local
137 n2=xin;
142 r=(n1%n2);
143 q=(n1-r)/n2;
148 n1=n2;
149 n2=r;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Di_skey.c145 long n1, n2, q, r, b1, b2, t; local
151 n2 = xin;
156 r = (n1 % n2);
157 q = (n1 - r) / n2;
162 n1 = n2;
163 n2 = r;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Di_skey.c145 long n1, n2, q, r, b1, b2, t; local
151 n2 = xin;
156 r = (n1 % n2);
157 q = (n1 - r) / n2;
162 n1 = n2;
163 n2 = r;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dselstore.h21 inline int CMPFUNC_CONV wxSizeTCmpFn(size_t n1, size_t n2) argument
23 return (int)(n1 - n2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-casecoll.h20 FUNC (const UNIT *s1, size_t n1, const UNIT *s2, size_t n2, argument
42 U_CASEXFRM (s2, n2, iso639_language, nf, buf2, &transformed2_length);
H A Du-casecmp.h19 FUNC (const SRC_UNIT *s1, size_t n1, const SRC_UNIT *s2, size_t n2, argument
44 norms2 = U_CASEFOLD (s2, n2, iso639_language, nf, buf2, &norms2_length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Du-normcmp.h19 FUNC (const UNIT *s1, size_t n1, const UNIT *s2, size_t n2, argument
39 norms2 = U_NORMALIZE (nf, s2, n2, buf2, &norms2_length);
H A Du-normcoll.h19 FUNC (const UNIT *s1, size_t n1, const UNIT *s2, size_t n2, argument
39 transformed2 = U_NORMXFRM (s2, n2, nf, buf2, &transformed2_length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc_float.c66 int i, n, n2; local
69 n2 = n >> 1;
76 ff_kbd_window_init(window, 5.0, n2);
77 for (i = 0; i < n2; i++)
H A Dmdct.c97 int k, n8, n4, n2, n, j; local
105 n2 = n >> 1;
111 in2 = input + n2 - 1;
141 int n2 = n >> 1; local
147 output[k] = -output[n2-k-1];
148 output[n-k-1] = output[n2+k];
159 int i, j, n, n8, n4, n2, n3; local
167 n2 = n >> 1;
179 re = RSCALE( input[2*i] - input[n2-1-2*i]);
180 im = RSCALE(-input[n2
[all...]
H A Dmdct_fixed.c25 int i, j, n, n8, n4, n2, n3; local
34 n2 = n >> 1;
46 re = RSCALE( input[2*i] - input[n2-1-2*i]);
47 im = RSCALE(-input[n2+2*i] - input[ n-1-2*i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/nbp/
H A Dnbp_util.c96 int nbp_match(struct nbpnve *n1, struct nbpnve *n2, int flags) argument
114 if ( n1->nn_objlen != n2->nn_objlen ||
115 strndiacasecmp( n1->nn_obj, n2->nn_obj, n1->nn_objlen )) {
120 if ( n1->nn_typelen != n2->nn_typelen ||
121 strndiacasecmp( n1->nn_type, n2->nn_type, n1->nn_typelen )) {
126 if ( n1->nn_zonelen != n2->nn_zonelen ||
127 strndiacasecmp( n1->nn_zone, n2->nn_zone, n1->nn_zonelen )) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmdct.c57 int n2=n>>1; local
68 T[n2+i*2]=FLOAT_CONV(cos((M_PI/(2*n))*(2*i+1)));
69 T[n2+i*2+1]=FLOAT_CONV(sin((M_PI/(2*n))*(2*i+1)));
399 int n2=n>>1; local
404 DATA_TYPE *iX = in+n2-7;
405 DATA_TYPE *oX = out+n2+n4;
418 iX = in+n2-8;
419 oX = out+n2+n4;
432 mdct_butterflies(init,out+n2,n2);
495 int n2=n>>1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmdct_template.c101 int k, n8, n4, n2, n, j; local
109 n2 = n >> 1;
115 in2 = input + n2 - 1;
145 int n2 = n >> 1; local
151 output[k] = -output[n2-k-1];
152 output[n-k-1] = output[n2+k];
163 int i, j, n, n8, n4, n2, n3; local
171 n2 = n >> 1;
183 re = RSCALE( input[2*i] - input[n2-1-2*i]);
184 im = RSCALE(-input[n2
[all...]
H A Dac3enc_float.c70 int i, n, n2; local
73 n2 = n >> 1;
80 ff_kbd_window_init(window, 5.0, n2);
81 for (i = 0; i < n2; i++)
H A Dmdct_fixed.c26 int i, j, n, n8, n4, n2, n3; local
35 n2 = n >> 1;
47 re = RSCALE( input[2*i] - input[n2-1-2*i]);
48 im = RSCALE(-input[n2+2*i] - input[ n-1-2*i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/math-emu/
H A Dudivmodti4.c90 _FP_W_TYPE n2;
97 n2 = n1 >> b;
101 udiv_qrnnd (q1, n1, n2, n1, d0);
158 _FP_W_TYPE m1, m0, n2; local
166 n2 = n1 >> b;
170 udiv_qrnnd (q0, n1, n2, n1, d1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Duninorm.h160 u8_normcmp (const uint8_t *s1, size_t n1, const uint8_t *s2, size_t n2,
163 u16_normcmp (const uint16_t *s1, size_t n1, const uint16_t *s2, size_t n2,
166 u32_normcmp (const uint32_t *s1, size_t n1, const uint32_t *s2, size_t n2,
191 u8_normcoll (const uint8_t *s1, size_t n1, const uint8_t *s2, size_t n2,
194 u16_normcoll (const uint16_t *s1, size_t n1, const uint16_t *s2, size_t n2,
197 u32_normcoll (const uint32_t *s1, size_t n1, const uint32_t *s2, size_t n2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-boost.c110 unsigned int n2 = ((const struct numbered_arg *) p2)->number; local
112 return (n1 > n2 ? 1 : n1 < n2 ? -1 : 0);
602 unsigned int n2 = spec2->numbered_arg_count; local
606 for (i = 0, j = 0; i < n1 || j < n2; )
609 j >= n2 ? -1 :
640 for (i = 0, j = 0; j < n2; )
H A Dformat-php.c90 unsigned int n2 = ((const struct numbered_arg *) p2)->number; local
92 return (n1 > n2 ? 1 : n1 < n2 ? -1 : 0);
335 unsigned int n2 = spec2->numbered_arg_count; local
339 for (i = 0, j = 0; i < n1 || j < n2; )
342 j >= n2 ? -1 :
373 for (i = 0, j = 0; j < n2; )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfft_3dn2.c60 long n2 = n >> 1; local
71 in2 = input + n2 - 1;
119 j = -n2;
120 k = n2-8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dfft_mips.c62 int n4, n2, n34; local
226 n2 = 2 * n4;
233 tmpz_n2 = tmpz + n2;
244 "add.s %[tmp5], %[pom1], %[pom] \n\t" // tmp5 = tmpz[ n2].re + tmpz[n34].re;
245 "sub.s %[tmp1], %[pom1], %[pom] \n\t" // tmp1 = tmpz[ n2].re - tmpz[n34].re;
246 "add.s %[tmp6], %[pom2], %[pom3] \n\t" // tmp6 = tmpz[ n2].im + tmpz[n34].im;
247 "sub.s %[tmp2], %[pom2], %[pom3] \n\t" // tmp2 = tmpz[ n2].im - tmpz[n34].im;
252 "swc1 %[temp], 0(%[tmpz_n2]) \n\t" // tmpz[ n2].re = tmpz[ 0].re - tmp5;
255 "swc1 %[temp4],4(%[tmpz_n2]) \n\t" // tmpz[ n2].im = tmpz[ 0].im - tmp6;
294 "msub.s %[tmp2], %[temp3], %[w_re], %[temp1] \n\t" // tmp2 = w_re * tmpz[ n2
346 int k, n8, n4, n2, n, j; local
501 int n2 = n >> 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dax25.h89 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
99 unsigned int n2, n2count; member in struct:ax25_info_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobj_xref.c201 int n1, n2, n3; local
212 rv = OBJ_find_sigid_algs(n1, &n2, &n3);
214 OBJ_nid2ln(n1), OBJ_nid2ln(n2), OBJ_nid2ln(n3));
216 rv = OBJ_find_sigid_by_algs(&n1, n2, n3);
218 OBJ_nid2ln(n1), OBJ_nid2ln(n2), OBJ_nid2ln(n3));

Completed in 200 milliseconds

12345678910