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

  /external/qemu/hw/android/goldfish/
trace.c 51 static unsigned long eoff; // offset in EXE file variable
103 eoff = value;
109 vstart, vend, eoff, exec_path);
155 D("QEMU.trace: kernel, mmap [%lx,%lx]@%lx [%s]\n", vstart, vend, eoff, exec_path);
  /frameworks/rs/
rsAllocation.cpp 589 const void *data, size_t sizeBytes, size_t eoff) {
591 a->elementData(rsc, x, y, data, eoff, sizeBytes);
595 const void *data, size_t sizeBytes, size_t eoff) {
597 a->elementData(rsc, x, data, eoff, sizeBytes);
  /cts/tools/dasm/src/dasm/
parser.cup 619 Int:reg IS Word:name Word:desc optional_signature:sign FROM Int:soff TO Int:eoff
620 {: dAsm.addVar(soff.int_val, eoff.int_val, name.str_val,

Completed in 146 milliseconds