• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/

Lines Matching defs:cols

54   int cols;    /* number of possible values for the 2nd byte */
63 int** charset2uni; /* charset2uni[0..rows-1][0..cols-1] is valid */
113 enc->charset2uni[row] = (int*) malloc(enc->cols*sizeof(int));
116 for (col = 0; col < enc->cols; col++)
178 for (col = 0; col < enc->cols; col++)
200 for (col = 0; col < enc->cols; col++)
226 enc->charset2uni[row] = (int*) malloc(enc->cols*sizeof(int));
228 for (col = 0; col < enc->cols; col++) {
256 for (col = 0; col < enc->cols; col++)
276 enc->charsetblocks[n].start = row * enc->cols;
277 enc->charsetblocks[n].end = lastrow * enc->cols + enc->charsetpage[lastrow];
315 (lastrow-row) * enc->cols + enc->charsetpage[lastrow]);
318 col_max = (enc->charsetpage[row+1] > 0 ? enc->cols : enc->charsetpage[row]);
348 i1_min = enc->row_byte(enc->charsetblocks[i].start / enc->cols);
349 i1_max = enc->row_byte((enc->charsetblocks[i].end-1) / enc->cols);
363 printf(" unsigned int i = %d * (", enc->cols);
379 printf("%s_2uni_page%02x[i", name, enc->row_byte(enc->charsetblocks[i].start / enc->cols));
410 /* Choose stepsize so that stepsize*steps_per_row >= enc->cols, and
414 int stepsize = (enc->cols + steps_per_row-1) / steps_per_row;
437 (lastrow-row) * enc->cols + enc->charsetpage[lastrow]);
440 col_max = (enc->charsetpage[row+1] > 0 ? enc->cols : enc->charsetpage[row]);
459 i1_min = enc->row_byte(enc->charsetblocks[i].start / enc->cols);
460 i1_max = enc->row_byte((enc->charsetblocks[i].end-1) / enc->cols);
480 printf(" unsigned int i = %d * row + col;\n", enc->cols);
490 printf(" wc = %s_2uni_main_page%02x[%d*", name, enc->row_byte(enc->charsetblocks[i].start / enc->cols), steps_per_row);
492 printf("(row-%d)", enc->charsetblocks[i].start / enc->cols);
500 printf("] + %s_2uni_page%02x[i", name, enc->row_byte(enc->charsetblocks[i].start / enc->cols));
533 for (col = 0; col < enc->cols; col++) {
557 for (col = 0; col < enc->cols; col++) {
692 for (col = 0; col < enc->cols; col++) {
870 enc.cols = 94;
895 enc.cols = 94;
923 enc.cols = 94;
966 enc.cols = 190;
986 enc.cols = 190;
1026 enc.cols = 96;
1045 enc.cols = 190;
1070 enc->charset2uni[row] = (int*) malloc(enc->cols*sizeof(int));
1073 for (col = 0; col < enc->cols; col++)
1139 enc.cols = 94;
1186 enc.cols = 178;
1231 enc.cols = 84;
1274 enc.cols = 157;
1306 enc.cols = 157;
1349 enc.cols = 188;
1394 enc.cols = 188;