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

  /external/protobuf/src/google/protobuf/compiler/
importer.cc 350 int mapping_index = -1; local
358 mapping_index = i;
363 if (mapping_index == -1) {
369 for (int i = 0; i < mapping_index; i++) {
  /external/qemu/block/
vvfat.c 694 static int read_directory(BDRVVVFATState* s, int mapping_index)
696 mapping_t* mapping = array_get(&(s->mapping), mapping_index);
777 mapping_index;
797 if (mapping_index == 0 && s->directory.next < ROOT_ENTRIES) {
806 mapping = (mapping_t*)array_get(&(s->mapping), mapping_index);
    [all...]

Completed in 257 milliseconds