Searched refs:c1 (Results 51 - 75 of 1418) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/generic/
H A Dudiv-w-sdiv.c39 mp_limb_t c0, c1, b1;
50 /* Compute c1*2^32 + c0 = a1*2^32 + a0 - 2^31*d */
51 sub_ddmmss (c1, c0, a1, a0, d >> 1, d << (BITS_PER_MP_LIMB - 1));
52 /* Divide (c1*2^32 + c0) by d */
53 sdiv_qrnnd (q, r, c1, c0, d);
61 c1 = a1 >> 1; /* A/2 */
66 sdiv_qrnnd (q, r, c1, c0, b1); /* (A/2) / (d/2) */
85 else if (c1 < b1) /* So 2^31 <= (A/2)/b1 < 2^32 */
87 c1 = (b1 - 1) - c1;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/generic/
H A Dudiv-w-sdiv.c39 mp_limb_t c0, c1, b1;
50 /* Compute c1*2^32 + c0 = a1*2^32 + a0 - 2^31*d */
51 sub_ddmmss (c1, c0, a1, a0, d >> 1, d << (BITS_PER_MP_LIMB - 1));
52 /* Divide (c1*2^32 + c0) by d */
53 sdiv_qrnnd (q, r, c1, c0, d);
61 c1 = a1 >> 1; /* A/2 */
66 sdiv_qrnnd (q, r, c1, c0, b1); /* (A/2) / (d/2) */
85 else if (c1 < b1) /* So 2^31 <= (A/2)/b1 < 2^32 */
87 c1 = (b1 - 1) - c1;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/generic/
H A Dudiv-w-sdiv.c39 mp_limb_t c0, c1, b1;
50 /* Compute c1*2^32 + c0 = a1*2^32 + a0 - 2^31*d */
51 sub_ddmmss (c1, c0, a1, a0, d >> 1, d << (BITS_PER_MP_LIMB - 1));
52 /* Divide (c1*2^32 + c0) by d */
53 sdiv_qrnnd (q, r, c1, c0, d);
61 c1 = a1 >> 1; /* A/2 */
66 sdiv_qrnnd (q, r, c1, c0, b1); /* (A/2) / (d/2) */
85 else if (c1 < b1) /* So 2^31 <= (A/2)/b1 < 2^32 */
87 c1 = (b1 - 1) - c1;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dchecksum.c60 int x, y, c0, c1; local
78 c1 = 0;
87 c1 += c0;
91 c1 = c1 % 255;
97 x = (int)((len - offset - 1) * c0 - c1) % 255;
107 checksum = (c1 << 8) + c0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dchecksum.c60 int x, y, c0, c1; local
78 c1 = 0;
87 c1 += c0;
91 c1 = c1 % 255;
97 x = (int)((len - offset - 1) * c0 - c1) % 255;
107 checksum = (c1 << 8) + c0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dchecksum.c60 int x, y, c0, c1; local
78 c1 = 0;
87 c1 += c0;
91 c1 = c1 % 255;
97 x = (int)((len - offset - 1) * c0 - c1) % 255;
107 checksum = (c1 << 8) + c0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dcatsearch.c125 static struct scrit c1, c2; /* search criteria */ variable in typeref:struct:scrit
257 if (!c1.dbitmap)
261 if (!c1.fbitmap)
295 if ((c1.rbitmap & (1<<DIRPBIT_LNAME))) {
299 if ((c1.rbitmap & (1<<CATPBIT_PARTIAL))) {
300 if (strcasestr_w( (ucs2_t*) convbuf, (ucs2_t*) c1.lname) == NULL)
303 if (strcasecmp_w((ucs2_t*) convbuf, (ucs2_t*) c1.lname) != 0)
307 if ((c1.rbitmap & (1<<FILPBIT_PDINFO))) {
312 if (c1.rbitmap & (1<<CATPBIT_PARTIAL)) {
313 if (strcasestr_w((ucs2_t *) convbuf, (ucs2_t*)c1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dcatsearch.c125 static struct scrit c1, c2; /* search criteria */ variable in typeref:struct:scrit
257 if (!c1.dbitmap)
261 if (!c1.fbitmap)
295 if ((c1.rbitmap & (1<<DIRPBIT_LNAME))) {
299 if ((c1.rbitmap & (1<<CATPBIT_PARTIAL))) {
300 if (strcasestr_w( (ucs2_t*) convbuf, (ucs2_t*) c1.lname) == NULL)
303 if (strcasecmp_w((ucs2_t*) convbuf, (ucs2_t*) c1.lname) != 0)
307 if ((c1.rbitmap & (1<<FILPBIT_PDINFO))) {
312 if (c1.rbitmap & (1<<CATPBIT_PARTIAL)) {
313 if (strcasestr_w((ucs2_t *) convbuf, (ucs2_t*)c1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dcatsearch.c125 static struct scrit c1, c2; /* search criteria */ variable in typeref:struct:scrit
257 if (!c1.dbitmap)
261 if (!c1.fbitmap)
295 if ((c1.rbitmap & (1<<DIRPBIT_LNAME))) {
299 if ((c1.rbitmap & (1<<CATPBIT_PARTIAL))) {
300 if (strcasestr_w( (ucs2_t*) convbuf, (ucs2_t*) c1.lname) == NULL)
303 if (strcasecmp_w((ucs2_t*) convbuf, (ucs2_t*) c1.lname) != 0)
307 if ((c1.rbitmap & (1<<FILPBIT_PDINFO))) {
312 if (c1.rbitmap & (1<<CATPBIT_PARTIAL)) {
313 if (strcasestr_w((ucs2_t *) convbuf, (ucs2_t*)c1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Drepmgr025.tcl72 set c1 [open "| $site_prog 2> c1stderr" "r+"]
73 fconfigure $c1 -buffering line
74 puts $c1 "home $clientdir"
75 puts $c1 "local $client_port"
76 puts $c1 "output $testdir/c1output"
77 puts $c1 "open_env"
78 puts $c1 "start client"
79 gets $c1
169 close $c1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dstrverscmp.c94 unsigned char c1, c2; local
127 c1 = *p1++;
130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
132 while ((diff = c1 - c2) == 0 && c1 != '\0')
135 c1 = *p1++;
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Drepmgr025.tcl72 set c1 [open "| $site_prog 2> c1stderr" "r+"]
73 fconfigure $c1 -buffering line
74 puts $c1 "home $clientdir"
75 puts $c1 "local $client_port"
76 puts $c1 "output $testdir/c1output"
77 puts $c1 "open_env"
78 puts $c1 "start client"
79 gets $c1
169 close $c1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dstrverscmp.c94 unsigned char c1, c2; local
127 c1 = *p1++;
130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
132 while ((diff = c1 - c2) == 0 && c1 != '\0')
135 c1 = *p1++;
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Drepmgr025.tcl72 set c1 [open "| $site_prog 2> c1stderr" "r+"]
73 fconfigure $c1 -buffering line
74 puts $c1 "home $clientdir"
75 puts $c1 "local $client_port"
76 puts $c1 "output $testdir/c1output"
77 puts $c1 "open_env"
78 puts $c1 "start client"
79 gets $c1
169 close $c1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dstrverscmp.c94 unsigned char c1, c2; local
127 c1 = *p1++;
130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
132 while ((diff = c1 - c2) == 0 && c1 != '\0')
135 c1 = *p1++;
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/Common/
H A DMyString.cpp138 wchar_t c1 = *s1++;
140 wchar_t u1 = MyCharUpper(c1);
156 unsigned char c1 = (unsigned char)*s1++; local
158 if (c1 < c2) return -1;
159 if (c1 > c2) return 1;
160 if (c1 == 0) return 0;
168 wchar_t c1 = *s1++; local
170 if (c1 < c2) return -1;
171 if (c1 > c2) return 1;
172 if (c1
180 wchar_t c1 = *s1++; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/Common/
H A DMyString.cpp138 wchar_t c1 = *s1++;
140 wchar_t u1 = MyCharUpper(c1);
156 unsigned char c1 = (unsigned char)*s1++; local
158 if (c1 < c2) return -1;
159 if (c1 > c2) return 1;
160 if (c1 == 0) return 0;
168 wchar_t c1 = *s1++; local
170 if (c1 < c2) return -1;
171 if (c1 > c2) return 1;
172 if (c1
180 wchar_t c1 = *s1++; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/Common/
H A DMyString.cpp138 wchar_t c1 = *s1++;
140 wchar_t u1 = MyCharUpper(c1);
156 unsigned char c1 = (unsigned char)*s1++; local
158 if (c1 < c2) return -1;
159 if (c1 > c2) return 1;
160 if (c1 == 0) return 0;
168 wchar_t c1 = *s1++; local
170 if (c1 < c2) return -1;
171 if (c1 > c2) return 1;
172 if (c1
180 wchar_t c1 = *s1++; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Dcmp.c32 int c1, c2; local
77 c1 = getc(fp1);
80 if (c1 != c2) { /* Remember: a read error may have occurred. */
89 c1 = c2;
91 if (c1 == EOF) {
101 line_pos = c1; /* line_pos is unused in the -l case. */
112 if (c1 == '\n') {
115 } while (c1 != EOF);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Dcmp.c32 int c1, c2; local
77 c1 = getc(fp1);
80 if (c1 != c2) { /* Remember: a read error may have occurred. */
89 c1 = c2;
91 if (c1 == EOF) {
101 line_pos = c1; /* line_pos is unused in the -l case. */
112 if (c1 == '\n') {
115 } while (c1 != EOF);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Dcmp.c32 int c1, c2; local
77 c1 = getc(fp1);
80 if (c1 != c2) { /* Remember: a read error may have occurred. */
89 c1 = c2;
91 if (c1 == EOF) {
101 line_pos = c1; /* line_pos is unused in the -l case. */
112 if (c1 == '\n') {
115 } while (c1 != EOF);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dunistr.c103 u16 c1, c2; local
109 c1 = le16_to_cpu(*name1++);
112 if (c1 < upcase_len)
113 c1 = le16_to_cpu(upcase[c1]);
117 if (c1 < 64 && legal_ansi_char_array[c1] & 8)
119 if (c1 < c2)
121 if (c1 > c2)
129 c1
151 u16 c1, c2; local
189 u16 c1, c2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dunistr.c103 u16 c1, c2; local
109 c1 = le16_to_cpu(*name1++);
112 if (c1 < upcase_len)
113 c1 = le16_to_cpu(upcase[c1]);
117 if (c1 < 64 && legal_ansi_char_array[c1] & 8)
119 if (c1 < c2)
121 if (c1 > c2)
129 c1
151 u16 c1, c2; local
189 u16 c1, c2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-msm/
H A Didle.S8 mrc p15, 0, r1, c1, c0, 0 /* read current CR */
11 mcr p15, 0, r0, c1, c0, 0 /* disable d/i cache */
18 mcr p15, 0, r1, c1, c0, 0 /* restore d/i cache */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-msm/
H A Didle.S8 mrc p15, 0, r1, c1, c0, 0 /* read current CR */
11 mcr p15, 0, r0, c1, c0, 0 /* disable d/i cache */
18 mcr p15, 0, r1, c1, c0, 0 /* restore d/i cache */

Completed in 132 milliseconds

1234567891011>>