Home | History | Annotate | Download | only in quipper

Lines Matching refs:val32

360     uint32_t val32[sizeof(uint64_t) / sizeof(uint32_t)];
389 sample->pid = MaybeSwap(val32[0], swap_bytes);
390 sample->tid = MaybeSwap(val32[1], swap_bytes);
416 sample->cpu = MaybeSwap(val32[0], swap_bytes);
417 // sample->res = MaybeSwap(*val32[1], swap_bytes); // not implemented?
491 uint32_t val32[sizeof(uint64_t) / sizeof(uint32_t)];
515 val32[0] = sample.pid;
516 val32[1] = sample.tid;
542 val32[0] = sample.cpu;
543 // val32[1] = sample.res; // not implemented?
544 val32[1] = 0;