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

/external/chromium_org/crypto/
H A Dencryptor_nss.cc126 int op_len; local
129 &op_len,
141 output_data + op_len,
143 output_len - op_len);
149 output->resize(op_len + digest_len);
174 int op_len; local
177 &op_len,
183 CHECK_EQ(static_cast<int>(mask_len), op_len);
/external/e2fsprogs/misc/
H A Duuidd.c145 int op_len; local
181 op_len = 1;
184 op_len += sizeof(int);
187 ret = write_all(s, op_buf, op_len);
188 if (ret < op_len) {
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c484 int op_len; local
524 op_len = 1;
527 op_len += sizeof(*num);
531 ret = write(s, op_buf, op_len);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp90 uint8_t op_len = debug_line_data.getU8(offset_ptr); local
91 StandardOpcodeLengths.push_back(op_len);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp430 uint8_t op_len = debug_line_data.GetU8(offset_ptr); local
431 prologue->standard_opcode_lengths.push_back(op_len);

Completed in 160 milliseconds