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

  /external/elfutils/libdwfl/
dwfl_validate_address.c 45 int offset_idx = -1; local
49 offset_idx = INTUSE(dwfl_module_relocate_address) (mod, &relative);
50 if (offset_idx < 0)
53 if (offset_idx != idx)
  /external/flatbuffers/src/
reflection.cpp 448 size_t offset_idx = 0; local
466 fbb.AddOffset(fielddef.offset(), Offset<void>(offsets[offset_idx++]));
475 assert(offset_idx == offsets.size());

Completed in 3293 milliseconds