HomeSort by relevance Sort by last modified time
    Searched refs:first_item (Results 1 - 4 of 4) sorted by null

  /external/toybox/kconfig/lxdialog/
menubox.c 188 int first_item = 0, max_choice; local
253 first_item = scroll;
260 scroll = first_item = item_count() - max_choice;
262 scroll = first_item = choice - max_choice / 2;
268 print_item(first_item + i, i, i == choice);
  /external/u-boot/scripts/kconfig/lxdialog/
menubox.c 177 int first_item = 0, max_choice; local
242 first_item = scroll;
249 scroll = first_item = item_count() - max_choice;
251 scroll = first_item = choice - max_choice / 2;
257 print_item(first_item + i, i, i == choice);
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 1206 bool first_item = true; local
    [all...]
  /external/v8/src/ic/
accessor-assembler.cc 1981 int32_t first_item = FeedbackMetadata::kHeaderSize - kHeapObjectTag; local
    [all...]

Completed in 329 milliseconds