Searched refs:bytes_cnt (Results 1 – 2 of 2) sorted by relevance
514 int i, j = 0, bytes_cnt = 0; in msg_verify_data() local540 bytes_cnt++; in msg_verify_data()541 if (bytes_cnt == chunk_sz) { in msg_verify_data()543 bytes_cnt = 0; in msg_verify_data()
4815 def DisassembleOne(self, inst, bytes_ptr, bytes_cnt, ip): argument4817 err = self.xed_decode(inst.xedp, bytes_ptr, bytes_cnt)