Searched refs:argCnt (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp526 uint32 argCnt = kExtendedSyscallInfos[syscall].parameter_count; local
528 sizeof(uint64)*std::min<uint32>(argCnt, 8));
529 if (argCnt > 8) {
531 sizeof(uint64)*(argCnt - 8)) < B_OK) {

Completed in 19 milliseconds