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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.cc 355 int mapping_index = -1; local
363 mapping_index = i;
368 if (mapping_index == -1) {
374 for (int i = 0; i < mapping_index; i++) {
  /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 103 milliseconds