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

/external/chromium/crypto/
H A Dencryptor_nss.cc63 int op_len; local
66 &op_len,
76 &buffer[op_len],
78 ciphertext_len - op_len);
83 op_len + digest_len);
101 int op_len; local
104 &op_len,
114 &buffer[op_len],
116 plaintext_len - op_len);
121 op_len
[all...]
/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/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp186 uint8_t op_len = debug_line_data.getU8(offset_ptr); local
187 prologue->StandardOpcodeLengths.push_back(op_len);
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c479 int op_len; local
519 op_len = 1;
522 op_len += sizeof(*num);
526 ret = write(s, op_buf, op_len);

Completed in 296 milliseconds