Searched refs:c1 (Results 226 - 250 of 384) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java590 EntityCursor<CompositeSequenceEntity1> c1 = priIndex1.entities();
591 e1 = c1.next();
593 e1 = c1.next();
595 e1 = c1.next();
597 c1.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c1640 #define BUF_PUSH_2(c1, c2) \
1643 *b++ = (unsigned char) (c1); \
1649 #define BUF_PUSH_3(c1, c2, c3) \
1652 *b++ = (unsigned char) (c1); \
1906 register unsigned char c, c1;
2092 PATFETCH (c1);
2093 if (!(c1 == '+' || c1 == '?'))
2100 c = c1;
2229 PATFETCH (c1);
1893 register unsigned char c, c1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c1018 int c1,c2; local
1026 c1 = count;
1027 if (c1 > PAGE_SIZE) c1 = PAGE_SIZE;
1028 c2 = pvr2_hdw_cpufw_get(hdw,offs,tbuf,c1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dhkscs2004.h81 unsigned char c1 = s[0]; local
82 if ((c1 == 0x87) || (c1 >= 0x8c && c1 <= 0x8d)) {
86 unsigned int i = 157 * (c1 - 0x80) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
H A Dcp932ext.h151 unsigned char c1 = s[0]; local
152 if ((c1 == 0x87) || (c1 >= 0xed && c1 <= 0xee) || (c1 >= 0xfa && c1 <= 0xfc)) {
156 unsigned int i = 188 * (c1 - (c1 >= 0xe0 ? 0xc1 : 0x81)) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
H A Disoir165ext.h163 unsigned char c1 = s[0]; local
164 if ((c1 >= 0x2b && c1 <= 0x2f) || (c1 >= 0x7a && c1 <= 0x7e)) {
168 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.c778 struct Cookie *c1 = *(struct Cookie **)p1; local
781 size_t l1 = c1->path?strlen(c1->path):0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft.c64 float alpha, c1, s1, s2; local
136 c1 = cos(alpha);
138 s->exptab[i].re = c1;
H A D4xm.c589 static int mix(int c0, int c1){ argument
590 int blue = 2*(c0&0x001F) + (c1&0x001F);
591 int green= (2*(c0&0x03E0) + (c1&0x03E0))>>5;
592 int red = 2*(c0>>10) + (c1>>10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-vbi.c475 u8 c1 = 0, c2 = 0, c3 = 0, c4 = 0; local
482 c1 = data.data[0];
493 ivtv_set_cc(itv, mode, c1, c2, c3, c4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dsleep.S265 mrc p15, 0, r9, c1, c0, 0
267 mcr p15, 0, r2, c1, c0, 0
283 mcr p15, 0, r9, c1, c0, 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dsuper.c87 int hpfs_stop_cycles(struct super_block *s, int key, int *c1, int *c2, argument
90 if (*c2 && *c1 == key) {
95 if (!((*c2 - 1) & *c2)) *c1 = key;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmltok.c926 char c1 = *s1++; local
928 if (ASCII_a <= c1 && c1 <= ASCII_z)
929 c1 += ASCII_A - ASCII_a;
932 if (c1 != c2)
934 if (!c1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/mm/
H A Dproc-funcs.S194 _arm3_set_pgd: mcr p15, 0, r1, c1, c0, 0 @ flush cache
226 mcr p15, 0, r0, c1, c0 @ ARM3 Flush
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-java.c342 int c1 = phase2_getc (); local
344 if (RED (c1) != '\n')
345 phase2_ungetc (c1);
348 if (c == '\r' || c1 == '\n')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_core.c154 static void snd_pdacf_ak4117_change(struct ak4117 *ak4117, unsigned char c0, unsigned char c1) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c338 get_usage_chars(struct lock_class *class, char *c1, char *c2, char *c3, char *c4) argument
340 *c1 = '.', *c2 = '.', *c3 = '.', *c4 = '.';
343 *c1 = '+';
346 *c1 = '-';
373 char str[KSYM_NAME_LEN + 1], c1, c2, c3, c4; local
376 get_usage_chars(class, &c1, &c2, &c3, &c4);
389 printk("){%c%c%c%c}", c1, c2, c3, c4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dplip.c489 unsigned char c0, c1; local
499 c1 = read_status(dev);
500 if (c0 == c1)
516 c1 = read_status(dev);
517 if (c0 == c1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dmsh.c401 static int collect(int c, int c1);
2174 int c, c1; local
2201 c1 = my_getc(0);
2202 unget(c1);
2203 if (c1 == '<' || c1 == '>') {
2208 c = c1;
2246 c1 = dual(c);
2247 if (c1 != '\0')
2248 return c1;
2312 collect(int c, int c1) argument
3800 int c, c1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcafe_ccic.c340 int c1; local
349 c1 = cafe_reg_read(cam, REG_TWSIC1);
351 return (c1 & (TWSIC1_WSTAT|TWSIC1_ERROR)) != TWSIC1_WSTAT;
398 int c1; local
407 c1 = cafe_reg_read(cam, REG_TWSIC1);
409 return c1 & (TWSIC1_RVALID|TWSIC1_ERROR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c589 which is left in c1, the lookahead character. */
689 unsigned c, c1, c2; local
994 for (c1 = 0; prednames[c1].name; ++c1)
995 if (looking_at(prednames[c1].name))
997 int (*pred) (int) = prednames[c1].pred;
1002 lexptr += strlen(prednames[c1].name);
1003 lexleft -= strlen(prednames[c1].name);
1004 FETCH(c1,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm6_7.S188 mcr p15, 0, r0, c1, c0, 0 @ disable caches
255 mcr p15, 0, r1, c1, c0, 0 @ turn off MMU etc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnmblib.c204 unsigned char c1,c2; local
205 c1 = ubuf[offset++]-'A';
207 if ((c1 & 0xF0) || (c2 & 0xF0) || (n > sizeof(name->name)-1))
209 name->name[n++] = (c1<<4) | c2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dsync_serial.c795 unsigned long c, c1; local
811 * out_buffer <c1>012345<- c ->OUT_BUFFER_SIZE
844 c1 = count - c;
845 DEBUGWRITE(printk("w2 fi %lu c %lu c1 %lu\n", free_outp-out_buffer, c, c1));
846 if (copy_from_user((void*)out_buffer, buf, c1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dhead.S191 mcr p15, 0, r0, c1, c0, 0 @ write control reg

Completed in 346 milliseconds

1234567891011>>