Home
last modified time | relevance | path

Searched refs:getofs (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c6154 static int32_t getofs(uint32_t instruction) { in getofs() function
6168 UPB_ASSERT(getofs(*instruction) == ofs); /* Would fail in cases of overflow. */ in setofs()
6186 int ofs = getofs(*codep); in label()
6409 fprintf(f, " =>0x%tx", p + getofs(instr) - begin); in dumpbc()
6414 if (getofs(instr)) { in dumpbc()
6415 fprintf(f, " =>0x%tx", p + getofs(instr) - begin); in dumpbc()
6424 if (getofs(instr)) { in dumpbc()
6425 fprintf(f, " =>0x%tx", p + getofs(instr) - begin); in dumpbc()

Completed in 22 milliseconds