first_index      5084 maint/gnulib/lib/gen-uni-tables.c       unsigned int first_index = block_first_index (i1 << shift);
first_index      5086 maint/gnulib/lib/gen-uni-tables.c       fprintf (stream, "  %3d, %3d", first_index, last_index);
first_index        36 maint/gnulib/lib/unictype/blocks.c   unsigned int first_index;
first_index        42 maint/gnulib/lib/unictype/blocks.c       first_index = blocks_level1[2 * index1];
first_index        47 maint/gnulib/lib/unictype/blocks.c       first_index = blocks_upper_first_index;
first_index        52 maint/gnulib/lib/unictype/blocks.c   while (first_index < last_index)
first_index        54 maint/gnulib/lib/unictype/blocks.c       unsigned int mid_index = (first_index + last_index) / 2;
first_index        56 maint/gnulib/lib/unictype/blocks.c         first_index = mid_index + 1;