HomeSort by relevance Sort by last modified time
    Searched refs:nev (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_arm.s 457 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout)
461 MOVW nev+8(FP), R2
sys_linux_arm64.s 436 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
440 MOVW nev+16(FP), R2
sys_linux_mips64x.s 410 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
414 MOVW nev+16(FP), R6
sys_linux_mipsx.s 449 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
453 MOVW nev+8(FP), R6
sys_linux_ppc64x.s 408 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
412 MOVW nev+16(FP), R5
sys_linux_s390x.s 418 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
422 MOVW nev+16(FP), R4
sys_linux_amd64.s 552 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
556 MOVL nev+16(FP), DX
  /prebuilts/go/linux-x86/src/runtime/
sys_darwin_amd64.s 486 // func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32
492 MOVL nev+32(FP), R8
sys_darwin_arm.s 485 MOVW nev+16(FP), R4
sys_darwin_arm64.s 445 // int32 runtime·kevent(int kq, Kevent *ch, int nch, Kevent *ev, int nev, Timespec *ts)
451 MOVW nev+32(FP), R4
sys_linux_386.s 549 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
554 MOVL nev+8(FP), DX
sys_linux_arm.s 457 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout)
461 MOVW nev+8(FP), R2
sys_linux_arm64.s 436 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
440 MOVW nev+16(FP), R2
sys_linux_mips64x.s 410 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
414 MOVW nev+16(FP), R6
sys_linux_mipsx.s 449 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
453 MOVW nev+8(FP), R6
sys_linux_ppc64x.s 408 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
412 MOVW nev+16(FP), R5
sys_linux_s390x.s 418 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
422 MOVW nev+16(FP), R4
sys_linux_amd64.s 552 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
556 MOVL nev+16(FP), DX

Completed in 180 milliseconds

12