Home
last modified time | relevance | path

Searched refs:op_len (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/misc/
Duuidd.c145 int op_len; in call_daemon() local
181 op_len = 1; in call_daemon()
184 op_len += sizeof(int); in call_daemon()
187 ret = write_all(s, op_buf, op_len); in call_daemon()
188 if (ret < op_len) { in call_daemon()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c484 int op_len; in get_uuid_via_daemon() local
524 op_len = 1; in get_uuid_via_daemon()
527 op_len += sizeof(*num); in get_uuid_via_daemon()
531 ret = write(s, op_buf, op_len); in get_uuid_via_daemon()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp90 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parse() local
91 StandardOpcodeLengths.push_back(op_len); in parse()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp430 uint8_t op_len = debug_line_data.GetU8(offset_ptr); in ParsePrologue() local
431 prologue->standard_opcode_lengths.push_back(op_len); in ParsePrologue()