Searched refs:c1 (Results 76 - 100 of 384) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/common/
H A Dprom.c116 unsigned int c1; local
123 c1 = tx4938_process_sdccr((u64 *) 0xff1f8008);
126 total = c0 + c1 + c2 + c3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c320 int c0,c1,c2; local
331 for (c1 = c1min; c1 <= c1max; c1++) {
332 histp = & histogram[c0][c1][c2min];
342 for (c1 = c1min; c1 <= c1max; c1++) {
343 histp = & histogram[c0][c1][c2min];
352 for (c1
429 int c0,c1,c2,cmax; local
507 int c0,c1,c2; local
855 fill_inverse_cmap(j_decompress_ptr cinfo, int c0, int c1, int c2) argument
923 register int c0, c1, c2; local
[all...]
H A Drdjpgcom.c92 int c1, c2; local
94 c1 = NEXTBYTE();
95 if (c1 == EOF)
100 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
179 int c1, c2; local
181 c1 = NEXTBYTE();
183 if (c1 != 0xFF || c2 != M_SOI)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dplanb.c281 volatile struct dbdma_cmd *c1, int width, int height, int interlace,
288 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_phys->saa_addr),
290 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_phys->saa_regval),
292 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_phys->saa_addr),
294 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_phys->saa_regval),
296 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_phys->even),
298 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_phys->odd),
300 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_phys->saa_addr),
302 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_phys->saa_regval),
304 tab_cmd_store(c1
280 cmd_geo_setup( volatile struct dbdma_cmd *c1, int width, int height, int interlace, int bpp, int clip, struct planb *pb) argument
678 volatile struct dbdma_cmd *c1 = pb->ch1_cmd; local
1085 volatile struct dbdma_cmd *c1 = pb->pre_cmd[fr]; local
1134 volatile struct dbdma_cmd *c1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Drelocwrapper.c86 unsigned char c1 = *s1; local
88 if ((c1 >= 'A' && c1 <= 'Z' ? c1 - 'A' + 'a' : c1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dshift_jisx0213.h71 unsigned int c1; local
83 c1 = 2 * c;
85 c2 -= 0x5e, c1++;
87 if (c1 >= 0x5e) {
89 if (c1 >= 0x67)
90 c1 += 230;
91 else if (c1 >= 0x63 || c1 == 0x5f)
92 c1 += 168;
94 c1
[all...]
H A Deuc_jp.h169 unsigned char c1, c2; local
172 c1 = (unsigned int) (wc - 0xe000) / 94;
174 r[0] = c1+0xf5;
178 unsigned char c1, c2; local
181 c1 = (unsigned int) (wc - 0xe3ac) / 94;
184 r[1] = c1+0xf5;
H A Dcp936ext.h40 unsigned char c1 = s[0]; local
41 if ((c1 == 0xa6) || (c1 == 0xa8)) {
45 unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dutil.c220 unsigned int c1, c2; local
223 c1 = *a++;
226 if (c1 >= 'A' && c1 <= 'Z')
227 c1 += 'a' - 'A';
231 if (c1 != c2)
233 } while (c1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_sqr.c203 int zero,c1; local
233 c1=bn_cmp_words(a,&(a[n]),n);
235 if (c1 > 0)
237 else if (c1 < 0)
257 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
260 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
265 * c1 holds the carry bits
267 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
268 if (c1)
272 ln=(lo+c1)
[all...]
H A Dbn_mul.c80 int n=n2/2,c1,c2; local
108 c1=bn_cmp_words(a,&(a[n]),n);
111 switch (c1*3+c2)
177 /* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
182 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
186 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
191 c1+=(int)(bn_add_words(&(t[n2]),&(t[n2]),t,n2));
197 * c1 holds the carry bits
199 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
200 if (c1)
227 int c1,c2,neg,zero; local
429 int c1,c2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_sqr.c209 int zero,c1; local
239 c1=bn_cmp_words(a,&(a[n]),n);
241 if (c1 > 0)
243 else if (c1 < 0)
263 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
266 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
271 * c1 holds the carry bits
273 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
274 if (c1)
278 ln=(lo+c1)
[all...]
H A Dbn_mul.c395 int n=n2/2,c1,c2; local
430 c1=bn_cmp_part_words(a,&(a[n]),tna,n-tna);
433 switch (c1*3+c2)
502 /* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
507 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
511 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
516 c1+=(int)(bn_add_words(&(t[n2]),&(t[n2]),t,n2));
522 * c1 holds the carry bits
524 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
525 if (c1)
552 int c1,c2,neg,zero; local
759 int c1,c2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c243 size_t c1 = 0; local
251 if (c1 == CHAR_CLASS_MAX_LENGTH)
270 str[c1++] = c;
272 str[c1] = L_('\0');
423 size_t c1 = 0; local
435 ++c1;
448 if (c1 != 1)
462 char str[c1];
478 for (strcnt = 0; strcnt < c1; ++strcnt)
493 hash = elem_hash (str, c1);
652 size_t c1 = 0; local
877 int c1 = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleInput.java386 int c1 = readFast();
388 if ((c1 | c2) < 0) {
391 return ((c1 << 8) | c2);
409 long c1 = readFast();
413 if ((c1 | c2 | c3 | c4) < 0) {
416 return ((c1 << 24) | (c2 << 16) | (c3 << 8) | c4);
426 long c1 = readFast();
434 if ((c1 | c2 | c3 | c4 | c5 | c6 | c7 | c8) < 0) {
437 return ((c1 << 56) | (c2 << 48) | (c3 << 40) | (c4 << 32) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-stringtable.c148 int c0, c1; local
153 c1 = phase1_getc ();
154 if (c1 == EOF)
159 else if (c0 == 0xfe && c1 == 0xff)
161 else if (c0 == 0xff && c1 == 0xfe)
170 phase1_ungetc (c1);
174 else if (c0 == 0xef && c1 == 0xbb && c2 == 0xbf)
179 phase1_ungetc (c1);
191 int c0, c1; local
196 c1
205 int c0, c1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dxl.c51 int y0, y1, y2, y3 = 0, c0 = 0, c1 = 0; local
96 c1 = (val & 0x1F) << 2;
98 c1 += xl_table[val & 0x1F];
106 V[j >> 2] = c1 << 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dfft_altivec.c57 vector float *r, a, b, a1, c1, c2; local
61 c1 = vcii(p,p,n,n);
75 a = vec_madd(a,c1,b);
79 b = vec_madd(a1,c1,b);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp4xx/
H A Ddebug-macro.S14 mrc p15, 0, \rx, c1, c0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-aaec2000/
H A Ddebug-macro.S14 mrc p15, 0, \rx, c1, c0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ebsa285/
H A Ddebug-macro.S19 mrc p15, 0, \rx, c1, c0
36 mrc p15, 0, \rx, c1, c0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-netx/
H A Ddebug-macro.S17 mrc p15, 0, \rx, c1, c0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Ddebug.S36 mrc p14, 0, \rx, c0, c1, 0
46 mrc p14, 0, \rx, c0, c1, 0
58 mcr p14, 0, \rd, c1, c0, 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsmallft.c271 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, argument
300 ch[t2]=c1[t2];
319 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3];
320 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1];
336 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3];
337 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t
840 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-h720x/
H A Ddebug-macro.S18 mrc p15, 0, \rx, c1, c0

Completed in 300 milliseconds

1234567891011>>