Home | History | Annotate | Download | only in qemu

Lines Matching defs:zero

261     // for the terminating zero.
414 uint64_t zero = 0;
415 fwrite(&zero, sizeof(uint64_t), 1, trace_static.fstream); // bb_num
416 fwrite(&zero, sizeof(uint32_t), 1, trace_static.fstream); // bb_addr
417 fwrite(&zero, sizeof(uint32_t), 1, trace_static.fstream); // num_insns
1483 // basic block number is zero, then we know it is bogus.