Searched refs:tableno (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tools/
H A D8bit_tab_to_h.c174 int tableno; local
196 tableno = 0;
199 if (i1 > 0 && tableno > 0 && line[i1-1] == tableno-1) {
200 line[i1] = tableno-1;
201 tables[tableno-1].maxline = i1;
203 tableno++;
204 line[i1] = tableno-1;
205 tables[tableno-1].minline = tables[tableno
337 int tableno; local
[all...]
H A Dcjk_tab_to_h.c549 int tableno; local
574 tableno = 0;
577 if (tableno > 0
578 && ((j1 > 0 && line[j1-1] == tableno-1)
579 || ((tables[tableno-1].maxline >> 5) == (j1 >> 5)
580 && j1 - tables[tableno-1].maxline <= 8))) {
581 line[j1] = tableno-1;
582 tables[tableno-1].maxline = j1;
584 tableno++;
585 line[j1] = tableno
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/
H A D8bit_tab_to_h.c174 int tableno; local
196 tableno = 0;
199 if (i1 > 0 && tableno > 0 && line[i1-1] == tableno-1) {
200 line[i1] = tableno-1;
201 tables[tableno-1].maxline = i1;
203 tableno++;
204 line[i1] = tableno-1;
205 tables[tableno-1].minline = tables[tableno
337 int tableno; local
[all...]
H A Dcjk_tab_to_h.c549 int tableno; local
574 tableno = 0;
577 if (tableno > 0
578 && ((j1 > 0 && line[j1-1] == tableno-1)
579 || ((tables[tableno-1].maxline >> 5) == (j1 >> 5)
580 && j1 - tables[tableno-1].maxline <= 8))) {
581 line[j1] = tableno-1;
582 tables[tableno-1].maxline = j1;
584 tableno++;
585 line[j1] = tableno
[all...]

Completed in 126 milliseconds