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

/external/e2fsprogs/misc/
H A Duuidd.c147 int op_len; local
183 op_len = 1;
186 op_len += sizeof(int);
189 ret = write_all(s, op_buf, op_len);
190 if (ret < op_len) {
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c500 int op_len; local
540 op_len = 1;
543 op_len += sizeof(*num);
547 ret = write(s, op_buf, op_len);
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugLine.cpp152 uint8_t op_len = debug_line_data.getU8(offset_ptr); local
153 prologue->StandardOpcodeLengths.push_back(op_len);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp96 uint8_t op_len = debug_line_data.getU8(offset_ptr); local
97 StandardOpcodeLengths.push_back(op_len);
/external/iproute2/tc/
H A Dtc_bpf.c101 size_t tmp_len, op_len = sizeof("65535 255 255 4294967295,"); local
105 tmp_len = sizeof("4096,") + BPF_MAXINSNS * op_len;

Completed in 621 milliseconds