Searched refs:RZ (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c771 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
890 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
/freebsd-13-stable/sys/dev/hid/
H A Dps4dshock.c134 0x29, 0x35, /* Usage Maximum (RZ) */
730 PS4DS_MAP_ABS(RZ, ABS_RZ),
755 PS4DS_MAP_GCB(RZ, ps4dsacc_data_cb),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp704 RegisterCell RZ = RegisterCell(W0).fill(BX, W1, Zero)
707 RegisterCell RC = eINS(eINS(RZ, BF1, 0), BF2, W1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2469 // Calculate RZ, where MinRZ <= RZ <= MaxRZ, and RZ ~ 1/4 * SizeInBytes.
2470 uint64_t RZ = local
2475 RZ += MinRZ - (SizeInBytes % MinRZ);
2476 assert((RZ + SizeInBytes) % MinRZ == 0);
2478 return RZ;

Completed in 144 milliseconds

12