Searched refs:i2 (Results 1 - 25 of 84) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dgenutf8.c28 int i1, i2, i3; local
39 for (i2 = 0; i2 < 64; i2++)
40 printf("0x%02X%02X\t0x%04X\n", 0xc0+i1,0x80+i2, (i1<<6)+i2);
43 for (i2 = (i1==0 ? 32 : 0); i2 < 64; i2++)
45 printf("0x%02X%02X%02X\t0x%04X\n", 0xe0+i1,0x80+i2,
[all...]
H A Dgengb18030z.c28 int i1, i2, i3, i4, uc; local
36 for (i2 = 0x30; i2 <= 0x39; i2++)
39 printf("0x%02X%02X%02X%02X\t0x%X\n", i1, i2, i3, i4, uc);
H A Dtable-from.c129 unsigned int i0, i1, i2, i3; local
149 for (i2 = 0; i2 < 0x100; i2++) {
150 buf[2] = i2;
156 printf("0x%02X%02X%02X\t%s\n",i0,i1,i2,unicode);
165 printf("0x%02X%02X%02X%02X\t%s\n",i0,i1,i2,i3,unicode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A D8bit_tab_to_h.c172 int i, i1, i2, i3; local
182 for (i2 = 0; i2 < 16; i2++) {
183 i = 16*i1+i2;
222 for (i2 = 0; i2 < 2; i2++) {
225 i = 16*i1+8*i2+i3;
243 for (i2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Duniname.c59 unsigned int i2; local
71 i2 = SIZEOF (unicode_name_by_length) - 1;
72 while (i2 - i1 > 1)
74 unsigned int i = (i1 + i2) >> 1;
78 i2 = i;
98 unsigned int i2 = unicode_name_by_length[length+1].ind_offset; local
99 while (i2 - i1 > 0)
101 unsigned int i = (i1 + i2) >> 1;
111 /* Note here: i1 < i < i2. */
117 /* Note here: i1 <= i < i2
241 unsigned int i2 = SIZEOF (unicode_code_to_name); local
466 unsigned int i2 = SIZEOF (unicode_name_to_code); local
[all...]
H A Dgen-uninames.lisp32 (i2 (position #\; line :start (1+ i1)))
35 (name-string (subseq line (1+ i1) i2)))
82 (let ((i2 (or (position #\Space name :start i1) (length name))))
83 (let* ((word (subseq name i1 i2))
100 (setq i1 (1+ i2))
207 (let ((i2 (or (position #\Space name :start i1) (length name))))
208 (let* ((word (subseq name i1 i2))
214 (setq i1 (1+ i2))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dblocksort.c348 UInt32 i2,
358 AssertD ( i1 != i2, "mainGtU" );
360 c1 = block[i1]; c2 = block[i2];
362 i1++; i2++;
364 c1 = block[i1]; c2 = block[i2];
366 i1++; i2++;
368 c1 = block[i1]; c2 = block[i2];
370 i1++; i2++;
372 c1 = block[i1]; c2 = block[i2];
374 i1++; i2
347 mainGtU( UInt32 i1, UInt32 i2, UChar* block, UInt16* quadrant, UInt32 nblock, Int32* budget ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drdft.c79 int i, i1, i2; local
98 i2 = n-i1;
100 ev.re = k1*(data[i1 ]+data[i2 ]);
101 od.im = -k2*(data[i1 ]-data[i2 ]);
102 ev.im = k1*(data[i1+1]-data[i2+1]);
103 od.re = k2*(data[i1+1]+data[i2+1]);
107 data[i2 ] = ev.re - od.re*tcos[i] + od.im*tsin[i];
108 data[i2+1] = -ev.im + od.im*tcos[i] + od.re*tsin[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-equal.c120 size_t i, i1, i2; local
123 i2 = (slp2 != NULL ? slp2->nitems : 0);
124 if (i1 != i2)
136 size_t i, i1, i2; local
169 i2 = mp2->filepos_count;
170 if (i1 != i2)
211 size_t i, i1, i2; local
214 i2 = mlp2->nitems;
215 if (i1 != i2)
237 size_t i, i1, i2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/supersparc/
H A Dudiv.S36 ! n0 i2
63 st %i2,[%fp-8]
66 cmp %i2,0
99 subcc %i2,%g3,%o7
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Ddivdi3.S52 cmp %i2,0
59 sub %g0,%i2,%o0
61 mov %o2,%i2
65 cmp %i2,0
155 cmp %i2,%i0
162 cmp %i2,%o0
164 mov %i2,%o1
165 cmp %i2,256
172 cmp %i2,%o0
186 cmp %i0,%i2
[all...]
H A Dudivdi3.S26 cmp %i2,0
122 cmp %i2,%i0
129 cmp %i2,%o0
131 mov %i2,%o1
132 cmp %i2,256
153 cmp %i0,%i2
163 sll %i2,%o2,%i2
165 or %i2,%o1,%i2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DIterDeadlockTest.java159 Iterator i2 = map2.values().iterator();
160 assertTrue(i2.hasNext());
161 StoredIterator.close(i2);
183 ListIterator i2 =
185 i2.next();
186 i2.set(ONE); /* Write lock. */
187 StoredIterator.close(i2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm_params.h316 static inline int snd_interval_eq(const struct snd_interval *i1, const struct snd_interval *i2) argument
319 return i2->empty;
320 if (i2->empty)
322 return i1->min == i2->min && i1->openmin == i2->openmin &&
323 i1->max == i2->max && i1->openmax == i2->openmax;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A Dxor.S267 ldda [%i2] %asi, %f16
275 add %i2, 64, %i2
313 ldda [%i2] %asi, %f16
365 prefetch [%i2], #one_read
370 mov %i2, %i1
371 1: ldda [%i1 + 0x00] %asi, %i2 /* %i2/%i3 = src + 0x00 */
381 xor %o0, %i2, %o0
412 prefetch [%i2], #one_rea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Duser.h45 long i0, i1, i2, i3; member in struct:user_regs_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/uniname/
H A Dtest-uninames.c195 unsigned int i1, i2; local
207 do i2 = ((rand () % 0x11) << 16)
210 while (unicode_names[i2] == NULL);
214 s2 = unicode_names[i2];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dcp1255.h189 unsigned int i1, i2; local
202 i2 = i1 + cp1255_comp_table[k].len-1;
204 && last_wc <= cp1255_comp_table_data[i2].base) {
207 i = (i1+i2)>>1;
213 i2 = i;
218 i = i2;
330 unsigned int i2 = sizeof(cp1255_decomp_table)/sizeof(cp1255_decomp_table[0])-1; local
332 && wc <= cp1255_decomp_table[i2].composed) {
335 /* Here i2 - i1 > 0. */
336 i = (i1+i2)>>
[all...]
H A Dcp1258.h92 unsigned int i1, i2; local
102 i2 = i1 + viet_comp_table[k].len-1;
104 && last_wc <= viet_comp_table_data[i2].base) {
107 i = (i1+i2)>>1;
113 i2 = i;
118 i = i2;
239 unsigned int i2 = sizeof(viet_decomp_table)/sizeof(viet_decomp_table[0])-1; local
241 && wc <= viet_decomp_table[i2].composed) {
244 /* Here i2 - i1 > 0. */
245 i = (i1+i2)>>
[all...]
H A Dtcvn.h97 unsigned int i1, i2; local
107 i2 = i1 + viet_comp_table[k].len-1;
109 && last_wc <= viet_comp_table_data[i2].base) {
112 i = (i1+i2)>>1;
118 i2 = i;
123 i = i2;
241 unsigned int i2 = sizeof(viet_decomp_table)/sizeof(viet_decomp_table[0])-1; local
243 && wc <= viet_decomp_table[i2].composed) {
246 /* Here i2 - i1 > 0. */
247 i = (i1+i2)>>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalename.c902 unsigned int i1, i2; local
904 i2 = sizeof (legacy_table) / sizeof (legacy_entry);
905 while (i2 - i1 > 1)
908 its index must be >= i1 and < i2. */
909 unsigned int i = (i1 + i2) >> 1;
912 i2 = i;
926 unsigned int i1, i2; local
928 i2 = sizeof (langtag_table) / sizeof (langtag_entry);
929 while (i2 - i1 > 1)
932 its index must be >= i1 and < i2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlocalename.c902 unsigned int i1, i2; local
904 i2 = sizeof (legacy_table) / sizeof (legacy_entry);
905 while (i2 - i1 > 1)
908 its index must be >= i1 and < i2. */
909 unsigned int i = (i1 + i2) >> 1;
912 i2 = i;
926 unsigned int i1, i2; local
928 i2 = sizeof (langtag_table) / sizeof (langtag_entry);
929 while (i2 - i1 > 1)
932 its index must be >= i1 and < i2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredList.java535 ListIterator i2 = null;
538 i2 = storedOrExternalListIterator(otherList);
540 if (!i2.hasNext()) return false;
541 if (i1.nextIndex() != i2.nextIndex()) return false;
543 Object o2 = i2.next();
550 if (i2.hasNext()) return false;
556 StoredIterator.close(i2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_instr.c224 static int compare_instr(struct snd_seq_instr *i1, struct snd_seq_instr *i2, int exact) argument
227 if (i1->cluster != i2->cluster ||
228 i1->bank != i2->bank ||
229 i1->prg != i2->prg)
231 if ((i1->std & 0xff000000) != (i2->std & 0xff000000))
233 if (!(i1->std & i2->std))
239 if (i2->cluster && i1->cluster != i2->cluster)
241 client_check = i2->std & 0xff000000;
246 if ((i1->std & i2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/tests/
H A Dtest-lock.c249 int i1, i2, value; local
256 i2 = random_account ();
259 account[i2] -= value;
336 int i1, i2, value; local
343 i2 = random_account ();
346 account[i2] -= value;
415 int i1, i2, value; local
422 i2 = random_account ();
425 account[i2] -= value;

Completed in 176 milliseconds

1234