Searched refs:getofs (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6662 static int32_t getofs(uint32_t instruction) { in getofs() function 6676 assert(getofs(*instruction) == ofs); /* Would fail in cases of overflow. */ in setofs() 6692 int ofs = getofs(*codep); in label() 6914 fprintf(f, " =>0x%tx", p + getofs(instr) - begin); in dumpbc() 6919 if (getofs(instr)) { in dumpbc() 6920 fprintf(f, " =>0x%tx", p + getofs(instr) - begin); in dumpbc() 6929 if (getofs(instr)) { in dumpbc() 6930 fprintf(f, " =>0x%tx", p + getofs(instr) - begin); in dumpbc()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7335 static int32_t getofs(uint32_t instruction) { in getofs() function 7349 assert(getofs(*instruction) == ofs); /* Would fail in cases of overflow. */ in setofs() 7365 int ofs = getofs(*codep); in label() 7588 fprintf(f, " =>0x%tx", p + getofs(instr) - begin); in dumpbc() 7593 if (getofs(instr)) { in dumpbc() 7594 fprintf(f, " =>0x%tx", p + getofs(instr) - begin); in dumpbc() 7603 if (getofs(instr)) { in dumpbc() 7604 fprintf(f, " =>0x%tx", p + getofs(instr) - begin); in dumpbc()
|