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

12

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tests/
H A Dgenutf8.c26 int i1, i2, i3; local
33 for (i2 = 0; i2 < 64; i2++)
34 printf("0x%02X%02X\t0x%04X\n", 0xc0+i1,0x80+i2, (i1<<6)+i2);
37 for (i2 = (i1==0 ? 32 : 0); i2 < 64; i2++)
39 printf("0x%02X%02X%02X\t0x%04X\n", 0xe0+i1,0x80+i2,
[all...]
H A Dtable-from.c123 unsigned int i0, i1, i2, i3; local
143 for (i2 = 0; i2 < 0x100; i2++) {
144 buf[2] = i2;
150 printf("0x%02X%02X%02X\t%s\n",i0,i1,i2,unicode);
159 printf("0x%02X%02X%02X%02X\t%s\n",i0,i1,i2,i3,unicode);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hpfs/
H A Dbuffer.c58 void hpfs_lock_2inodes(struct inode *i1, struct inode *i2) argument
60 if (!i1) { if (i2) down(&i2->i_hpfs_sem); return; }
61 if (!i2) { if (i1) down(&i1->i_hpfs_sem); return; }
62 if (i1->i_ino < i2->i_ino) {
64 down(&i2->i_hpfs_sem);
65 } else if (i1->i_ino > i2->i_ino) {
66 down(&i2->i_hpfs_sem);
71 void hpfs_unlock_2inodes(struct inode *i1, struct inode *i2) argument
73 if (!i1) { if (i2) u
84 hpfs_lock_3inodes(struct inode *i1, struct inode *i2, struct inode *i3) argument
102 hpfs_unlock_3inodes(struct inode *i1, struct inode *i2, struct inode *i3) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/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...]
H A Dcjk_tab_to_h.c109 int row, col, i, i1, i2, c, j; local
137 i2 = j & 0xff;
139 col = enc->byte_col(i2);
141 fprintf(stderr, "lost entry for %02x %02x\n", i1, i2);
150 for (i2 = 32; i2 < 132; i2++) {
159 if (enc->byte_row(i1) < 0 || enc->byte_col(i2) < 0) {
160 fprintf(stderr, "lost entry at %02x %02x\n", i1, i2);
163 enc->charset2uni[enc->byte_row(i1)][enc->byte_col(i2)]
1066 int row, col, i, i1, i2, c, j; local
1504 int i1, i2, i3, i4, i, j, k; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/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...]
H A Dmuldi3.S67 mov %i2, %o1
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/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;
329 unsigned int i2 = sizeof(cp1255_decomp_table)/sizeof(cp1255_decomp_table[0])-1; local
331 && wc <= cp1255_decomp_table[i2].composed) {
334 /* Here i2 - i1 > 0. */
335 i = (i1+i2)>>
[all...]
H A Dcp1258.h80 unsigned int i1, i2; local
90 i2 = i1 + viet_comp_table[k].len-1;
92 && last_wc <= viet_comp_table_data[i2].base) {
95 i = (i1+i2)>>1;
101 i2 = i;
106 i = i2;
226 unsigned int i2 = sizeof(viet_decomp_table)/sizeof(viet_decomp_table[0])-1; local
228 && wc <= viet_decomp_table[i2].composed) {
231 /* Here i2 - i1 > 0. */
232 i = (i1+i2)>>
[all...]
H A Dtcvn.h86 unsigned int i1, i2; local
96 i2 = i1 + viet_comp_table[k].len-1;
98 && last_wc <= viet_comp_table_data[i2].base) {
101 i = (i1+i2)>>1;
107 i2 = i;
112 i = i2;
229 unsigned int i2 = sizeof(viet_decomp_table)/sizeof(viet_decomp_table[0])-1; local
231 && wc <= viet_decomp_table[i2].composed) {
234 /* Here i2 - i1 > 0. */
235 i = (i1+i2)>>
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dkgdb.h62 std %i2, [%reg + REGWIN_SZ + KGDB_I2]; \
82 ldd [%reg + REGWIN_SZ + KGDB_I2], %i2; \
H A Dwinmacro.h31 std %i2, [%reg + RW_I2]; \
42 ldd [%reg + RW_I2], %i2; \
49 ldd [%base_reg + REGWIN_SZ + PT_I2], %i2; \
76 std %i2, [%base_reg + REGWIN_SZ + PT_I2]; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dkgdb.h62 std %i2, [%reg + REGWIN_SZ + KGDB_I2]; \
82 ldd [%reg + REGWIN_SZ + KGDB_I2], %i2; \
H A Dwinmacro.h31 std %i2, [%reg + RW_I2]; \
42 ldd [%reg + RW_I2], %i2; \
49 ldd [%base_reg + REGWIN_SZ + PT_I2], %i2; \
76 std %i2, [%base_reg + REGWIN_SZ + PT_I2]; \
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dexpr.c329 VALUE *l, *r, *v, *i1, *i2; local
371 i2 = eval6 ();
373 if (!toarith (i1) || !toarith (i2)
375 || i1->u.i <= 0 || i2->u.i <= 0)
380 v->u.s = strncpy ((char *) xmalloc (i2->u.i + 1),
381 l->u.s + i1->u.i - 1, i2->u.i);
382 v->u.s[i2->u.i] = 0;
386 freev (i2);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_spoolss.c225 static void display_print_info_2(PRINTER_INFO_2 *i2) argument
239 rpcstr_pull(servername, i2->servername.buffer,sizeof(servername), -1, STR_TERMINATE);
241 rpcstr_pull(printername, i2->printername.buffer,sizeof(printername), -1, STR_TERMINATE);
243 rpcstr_pull(sharename, i2->sharename.buffer,sizeof(sharename), -1, STR_TERMINATE);
245 rpcstr_pull(portname, i2->portname.buffer,sizeof(portname), -1, STR_TERMINATE);
247 rpcstr_pull(drivername, i2->drivername.buffer,sizeof(drivername), -1, STR_TERMINATE);
249 rpcstr_pull(comment, i2->comment.buffer,sizeof(comment), -1, STR_TERMINATE);
251 rpcstr_pull(location, i2->location.buffer,sizeof(location), -1, STR_TERMINATE);
253 rpcstr_pull(sepfile, i2->sepfile.buffer,sizeof(sepfile), -1, STR_TERMINATE);
255 rpcstr_pull(printprocessor, i2
387 display_port_info_2(PORT_INFO_2 *i2) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/prom/
H A Dmap.S51 stx %i2, [%sp + 2047 + 128 + 0x20] ! mmu_ihandle
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dentry64.S34 srl %i2, 0, %o2
44 mov %i2, %i1
46 mov %i3, %i2
93 10: srl %i2, 0, %o2
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dinterfaces.c348 static int iface_comp(struct iface_struct *i1, struct iface_struct *i2) argument
351 r = strcmp(i1->name, i2->name);
353 r = ntohl(i1->ip.s_addr) - ntohl(i2->ip.s_addr);
355 r = ntohl(i1->netmask.s_addr) - ntohl(i2->netmask.s_addr);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dttable.h183 stx %i2, [%sp + STACK_BIAS + 0x50]; \
211 stxa %i2, [%g1 + %g0] ASI; \
244 stwa %i2, [%g1 + %g0] ASI; \
287 ldx [%sp + STACK_BIAS + 0x50], %i2; \
314 ldxa [%g1 + %g3] ASI, %i2; \
345 lduwa [%g1 + %g3] ASI, %i2; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dttable.h183 stx %i2, [%sp + STACK_BIAS + 0x50]; \
211 stxa %i2, [%g1 + %g0] ASI; \
244 stwa %i2, [%g1 + %g0] ASI; \
287 ldx [%sp + STACK_BIAS + 0x50], %i2; \
314 ldxa [%g1 + %g3] ASI, %i2; \
345 lduwa [%g1 + %g3] ASI, %i2; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Ddir.c371 int ino, chi, chl, i, i2, j, last, last_u, dotoffset = 0; local
512 for (i2 = 0; i2 < 3;) {
513 if (!(c = de->ext[i2])) break;
514 chl = fat_shortname2uni(nls_disk, &de->ext[i2], 3 - i2,
518 i2++;
526 for (chi = 0; chi < chl && i2 < 3; chi++) {
527 ptname[i++] = de->ext[i2++];
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Ddir.c358 int ino, inum, chi, chl, i, i2, j, last, last_u, dotoffset = 0; local
498 for (i2 = 0; i2 < 3;) {
499 if (!(c = de->ext[i2])) break;
500 chl = fat_shortname2uni(nls_disk, &de->ext[i2], 3 - i2,
504 i2++;
512 for (chi = 0; chi < chl && i2 < 3; chi++) {
513 ptname[i++] = de->ext[i2++];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/math-emu/
H A Dfpudispatch.c1111 struct { u_int i1; u_int i2; } ints; member in struct:__anon508::__anon509
1175 fpregs[tm+1] = mtmp.ints.i2;
1177 fpregs[ta+1] = atmp.ints.i2;
1250 struct { u_int i1; u_int i2; } ints; member in struct:__anon510::__anon511
1282 fpregs[tm+1] = mtmp.ints.i2;
1284 fpregs[ta+1] = atmp.ints.i2;

Completed in 175 milliseconds

12