Searched refs:bytes_cnt (Results 1 – 2 of 2) sorted by relevance
417 int i, j, bytes_cnt = 0; in msg_verify_data() local431 bytes_cnt++; in msg_verify_data()432 if (bytes_cnt == chunk_sz) { in msg_verify_data()434 bytes_cnt = 0; in msg_verify_data()
3408 def DisassembleOne(self, inst, bytes_ptr, bytes_cnt, ip): argument3410 err = self.xed_decode(inst.xedp, bytes_ptr, bytes_cnt)