Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Duuidd.c147 int op_len; in call_daemon() local
183 op_len = 1; in call_daemon()
186 op_len += sizeof(int); in call_daemon()
189 ret = write_all(s, op_buf, op_len); in call_daemon()
190 if (ret < op_len) { in call_daemon()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c502 int op_len; in get_uuid_via_daemon() local
542 op_len = 1; in get_uuid_via_daemon()
545 op_len += sizeof(*num); in get_uuid_via_daemon()
549 ret = write(s, op_buf, op_len); in get_uuid_via_daemon()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp152 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parsePrologue() local
153 prologue->StandardOpcodeLengths.push_back(op_len); in parsePrologue()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp96 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parse() local
97 StandardOpcodeLengths.push_back(op_len); in parse()
/external/iproute2/lib/
Dbpf.c223 size_t tmp_len, op_len = sizeof("65535 255 255 4294967295,"); in bpf_parse_string() local
228 tmp_len = sizeof("4096,") + BPF_MAXINSNS * op_len; in bpf_parse_string()