Searched refs:c1 (Results 251 - 275 of 384) sorted by relevance

<<111213141516

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdint.c102 int_least8_t c1[3] = { 17, INT_LEAST8_MIN, INT_LEAST8_MAX }; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dconfig.sub227 convex-c1)
228 basic_machine=c1-convex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dapic.c798 int c1, c2; local
803 c1 = c2;
807 } while (c2 - c1 < 300);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dtorture.c458 static BOOL rw_torture2(struct cli_state *c1, struct cli_state *c2) argument
469 if (!cli_unlink(c1, lockfname)) {
470 printf("unlink failed (%s) (normal, this file should not exist)\n", cli_errstr(c1));
473 fnum1 = cli_open(c1, lockfname, O_RDWR | O_CREAT | O_EXCL,
477 lockfname, cli_errstr(c1));
485 cli_close(c1, fnum1);
498 if (cli_write(c1, fnum1, 0, buf, 0, buf_size) != buf_size) {
499 printf("write failed (%s)\n", cli_errstr(c1));
524 if (!cli_close(c1, fnum1)) {
525 printf("close failed (%s)\n", cli_errstr(c1));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dhkscs2001.h62 unsigned char c1 = s[0]; local
63 if ((c1 == 0x8c)) {
67 unsigned int i = 157 * (c1 - 0x80) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
H A Dcns11643_1.h859 unsigned char c1 = s[0]; local
860 if ((c1 >= 0x21 && c1 <= 0x27) || (c1 == 0x42) || (c1 >= 0x44 && c1 <= 0x7d)) {
864 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dvty.c764 char c1, c2;
774 c1 = vty->buf[vty->cp - 1];
779 vty_self_insert_overwrite (vty, c1);
784 c1 = vty->buf[vty->cp];
788 vty_self_insert_overwrite (vty, c1);
761 char c1, c2; local
H A Dcommand.c1568 char c1, c2;
1578 for (j = 0; (c1 = s1[j]) && (c2 = s2[j]); j++)
1579 if (c1 != c2)
1567 char c1, c2; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.c2297 unsigned char c1; local
2305 c1 = *in++;
2306 if ((c1 & 0xC0) != 0x80) {
2307 /* not a trailing byte (c1) */
2319 c1 = c1 & 0x3F;
2322 d = xlattable [48 + c2 + xlattable [48 + c1 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.c2297 unsigned char c1; local
2305 c1 = *in++;
2306 if ((c1 & 0xC0) != 0x80) {
2307 /* not a trailing byte (c1) */
2319 c1 = c1 & 0x3F;
2322 d = xlattable [48 + c2 + xlattable [48 + c1 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dencoding.c2301 unsigned char c1; local
2309 c1 = *in++;
2310 if ((c1 & 0xC0) != 0x80) {
2311 /* not a trailing byte (c1) */
2323 c1 = c1 & 0x3F;
2326 d = xlattable [48 + c2 + xlattable [48 + c1 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice_fsm.c407 char *c1; local
410 c1 = (char *)p1;
413 return memcmp(c1 + 1, c2 + 1, sizeof(struct pgid) - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_lsa.c864 int c0 = 0, c1 = 0;
880 c1 += c0;
883 c1 %= 255;
886 /* r = (c1 << 8) + c0; */
887 x = ((length - LSA_CHECKSUM_OFFSET) * c0 - c1) % 255;
862 int c0 = 0, c1 = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-common.S184 mcr p15, 0, ip, c1, c0 @ update control register
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2yaudio.c584 char c1, c2; member in struct:s_c2
693 ((char*)(usbdata + i))[0] = ra[i].c1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstrlib.c1024 register unsigned char c1; local
1052 c1 = c0;
1059 if (c1 != d1[i]) {
1060 if (c1 != d1[1+i]) {
1076 c1 = d0[j];
1088 c1 = c0;
1092 if (i == lf && ll == j+1 && c1 == d1[i]) goto N0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring/
H A Dbstrlib.c1024 register unsigned char c1; local
1052 c1 = c0;
1059 if (c1 != d1[i]) {
1060 if (c1 != d1[1+i]) {
1076 c1 = d0[j];
1088 c1 = c0;
1092 if (i == lf && ll == j+1 && c1 == d1[i]) goto N0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfig.sub424 convex-c1)
425 basic_machine=c1-convex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dconfig.sub450 convex-c1)
451 basic_machine=c1-convex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.sub405 convex-c1)
406 basic_machine=c1-convex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfig.sub462 convex-c1)
463 basic_machine=c1-convex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfig.sub462 convex-c1)
463 basic_machine=c1-convex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/conftools/
H A Dconfig.sub450 convex-c1)
451 basic_machine=c1-convex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dconfig.sub405 convex-c1)
406 basic_machine=c1-convex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/build-aux/
H A Dconfig.sub450 convex-c1)
451 basic_machine=c1-convex

Completed in 393 milliseconds

<<111213141516