Searched refs:op_len (Results 1 – 5 of 5) sorted by relevance
126 int op_len; in Crypt() local129 &op_len, in Crypt()141 output_data + op_len, in Crypt()143 output_len - op_len); in Crypt()149 output->resize(op_len + digest_len); in Crypt()174 int op_len; in CryptCTR() local177 &op_len, in CryptCTR()183 CHECK_EQ(static_cast<int>(mask_len), op_len); in CryptCTR()
145 int op_len; in call_daemon() local181 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()
484 int op_len; in get_uuid_via_daemon() local524 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()
90 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parse() local91 StandardOpcodeLengths.push_back(op_len); in parse()
430 uint8_t op_len = debug_line_data.GetU8(offset_ptr); in ParsePrologue() local431 prologue->standard_opcode_lengths.push_back(op_len); in ParsePrologue()