Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 187 for isEnum (0.23 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go

    	SYS_THRKILL        = 119 // { int sys_thrkill(pid_t tid, int signum, void *tcb); }
    	SYS_READV          = 120 // { ssize_t sys_readv(int fd, const struct iovec *iovp, int iovcnt); }
    	SYS_WRITEV         = 121 // { ssize_t sys_writev(int fd, const struct iovec *iovp, int iovcnt); }
    	SYS_KILL           = 122 // { int sys_kill(int pid, int signum); }
    	SYS_FCHOWN         = 123 // { int sys_fchown(int fd, uid_t uid, gid_t gid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_PROFIL         = 44  // { int sys_profil(caddr_t samples, size_t size, \
    	SYS_KTRACE         = 45  // { int sys_ktrace(const char *fname, int ops, \
    	SYS_SIGACTION      = 46  // { int sys_sigaction(int signum, \
    	SYS_GETGID         = 47  // { gid_t sys_getgid(void); }
    	SYS_SIGPROCMASK    = 48  // { int sys_sigprocmask(int how, sigset_t mask); }
    	SYS_GETLOGIN       = 49  // { int sys_getlogin(char *namebuf, u_int namelen); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_freebsd_arm.go

    	SYS_FCHFLAGS                 = 35  // { int fchflags(int fd, u_long flags); }
    	SYS_SYNC                     = 36  // { int sync(void); }
    	SYS_KILL                     = 37  // { int kill(int pid, int signum); }
    	SYS_GETPPID                  = 39  // { pid_t getppid(void); }
    	SYS_DUP                      = 41  // { int dup(u_int fd); }
    	SYS_PIPE                     = 42  // { int pipe(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  4. src/cmd/link/internal/loadelf/ldelf.go

    		elfobj.flags = hdr.Flags
    		elfobj.ehsize = uint32(hdr.Ehsize)
    		elfobj.phentsize = uint32(hdr.Phentsize)
    		elfobj.phnum = uint32(hdr.Phnum)
    		elfobj.shentsize = uint32(hdr.Shentsize)
    		elfobj.shnum = uint32(hdr.Shnum)
    		elfobj.shstrndx = uint32(hdr.Shstrndx)
    	} else {
    		elfobj.type_ = uint32(hdr.Type)
    		elfobj.machine = uint32(hdr.Machine)
    		elfobj.version = hdr.Version
    		elfobj.entry = uint64(hdr.Entry)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:12:12 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  5. src/runtime/sys_dragonfly_amd64.s

    	MOVL	pid+0(FP), DI	// arg 1 - pid
    	MOVL	tid+4(FP), SI	// arg 2 - tid
    	MOVQ	sig+8(FP), DX	// arg 3 - signum
    	MOVL	$497, AX	// lwp_kill
    	SYSCALL
    	RET
    
    TEXT runtime·raiseproc(SB),NOSPLIT,$0
    	MOVL	$20, AX		// getpid
    	SYSCALL
    	MOVQ	AX, DI		// arg 1 - pid
    	MOVL	sig+0(FP), SI	// arg 2 - signum
    	MOVL	$37, AX		// kill
    	SYSCALL
    	RET
    
    TEXT runtime·setitimer(SB), NOSPLIT, $-8
    	MOVL	mode+0(FP), DI
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_openbsd_386.go

    	SYS_PROFIL         = 44  // { int sys_profil(caddr_t samples, size_t size, \
    	SYS_KTRACE         = 45  // { int sys_ktrace(const char *fname, int ops, \
    	SYS_SIGACTION      = 46  // { int sys_sigaction(int signum, \
    	SYS_GETGID         = 47  // { gid_t sys_getgid(void); }
    	SYS_SIGPROCMASK    = 48  // { int sys_sigprocmask(int how, sigset_t mask); }
    	SYS_GETLOGIN       = 49  // { int sys_getlogin(char *namebuf, u_int namelen); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_openbsd_arm.go

    	SYS_PROFIL         = 44  // { int sys_profil(caddr_t samples, size_t size, \
    	SYS_KTRACE         = 45  // { int sys_ktrace(const char *fname, int ops, \
    	SYS_SIGACTION      = 46  // { int sys_sigaction(int signum, \
    	SYS_GETGID         = 47  // { gid_t sys_getgid(void); }
    	SYS_SIGPROCMASK    = 48  // { int sys_sigprocmask(int how, sigset_t mask); }
    	SYS_GETLOGIN       = 49  // { int sys_getlogin(char *namebuf, u_int namelen); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
  8. src/runtime/sys_netbsd_arm.s

    	SWI $SYS_setcontext
    	// something failed, we have to exit
    	MOVW $0x4242, R0 // magic return number
    	SWI $SYS_exit
    	B -2(PC)	// continue exit
    
    TEXT runtime·sigaction(SB),NOSPLIT,$4
    	MOVW sig+0(FP), R0	// arg 1 - signum
    	MOVW new+4(FP), R1	// arg 2 - nsa
    	MOVW old+8(FP), R2	// arg 3 - osa
    	MOVW $sigreturn_tramp<>(SB), R3	// arg 4 - tramp
    	MOVW $2, R4	// arg 5 - vers
    	MOVW R4, 4(R13)
    	ADD $4, R13	// pass arg 5 on stack
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/math/LongMath.java

         * deal with the cases where rounding towards 0 is wrong, which typically depends on the sign of
         * p / q.
         *
         * signum is 1 if p and q are both nonnegative or both negative, and -1 otherwise.
         */
        int signum = 1 | (int) ((p ^ q) >> (Long.SIZE - 1));
        boolean increment;
        switch (mode) {
          case UNNECESSARY:
            checkRoundingUnnecessary(rem == 0);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  10. guava/src/com/google/common/math/LongMath.java

         * deal with the cases where rounding towards 0 is wrong, which typically depends on the sign of
         * p / q.
         *
         * signum is 1 if p and q are both nonnegative or both negative, and -1 otherwise.
         */
        int signum = 1 | (int) ((p ^ q) >> (Long.SIZE - 1));
        boolean increment;
        switch (mode) {
          case UNNECESSARY:
            checkRoundingUnnecessary(rem == 0);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
Back to top