Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 127 for 141 (0.13 sec)

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

    	SYS_RMDIR          = 137 // { int sys_rmdir(const char *path); }
    	SYS_ADJTIME        = 140 // { int sys_adjtime(const struct timeval *delta, struct timeval *olddelta); }
    	SYS_GETLOGIN_R     = 141 // { int sys_getlogin_r(char *namebuf, u_int namelen); }
    	SYS_SETSID         = 147 // { int sys_setsid(void); }
    	SYS_QUOTACTL       = 148 // { int sys_quotactl(const char *path, int cmd, int uid, char *arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 18K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go

    	SYS_RMDIR          = 137 // { int sys_rmdir(const char *path); }
    	SYS_ADJTIME        = 140 // { int sys_adjtime(const struct timeval *delta, struct timeval *olddelta); }
    	SYS_GETLOGIN_R     = 141 // { int sys_getlogin_r(char *namebuf, u_int namelen); }
    	SYS_SETSID         = 147 // { int sys_setsid(void); }
    	SYS_QUOTACTL       = 148 // { int sys_quotactl(const char *path, int cmd, int uid, char *arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	{137, "ENOTNAM", "not a XENIX named type file"},
    	{138, "ENAVAIL", "no XENIX semaphores available"},
    	{139, "EISNAM", "is a named type file"},
    	{140, "EREMOTEIO", "remote I/O error"},
    	{141, "EINIT", "unknown error 141"},
    	{142, "EREMDEV", "unknown error 142"},
    	{143, "ESHUTDOWN", "cannot send after transport endpoint shutdown"},
    	{144, "ETOOMANYREFS", "too many references: cannot splice"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    	{137, "ENOTNAM", "not a XENIX named type file"},
    	{138, "ENAVAIL", "no XENIX semaphores available"},
    	{139, "EISNAM", "is a named type file"},
    	{140, "EREMOTEIO", "remote I/O error"},
    	{141, "EINIT", "unknown error 141"},
    	{142, "EREMDEV", "unknown error 142"},
    	{143, "ESHUTDOWN", "cannot send after transport endpoint shutdown"},
    	{144, "ETOOMANYREFS", "too many references: cannot splice"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    	{137, "ENOTNAM", "not a XENIX named type file"},
    	{138, "ENAVAIL", "no XENIX semaphores available"},
    	{139, "EISNAM", "is a named type file"},
    	{140, "EREMOTEIO", "remote I/O error"},
    	{141, "EINIT", "unknown error 141"},
    	{142, "EREMDEV", "unknown error 142"},
    	{143, "ESHUTDOWN", "cannot send after transport endpoint shutdown"},
    	{144, "ETOOMANYREFS", "too many references: cannot splice"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	{137, "ENOTNAM", "not a XENIX named type file"},
    	{138, "ENAVAIL", "no XENIX semaphores available"},
    	{139, "EISNAM", "is a named type file"},
    	{140, "EREMOTEIO", "remote I/O error"},
    	{141, "EINIT", "unknown error 141"},
    	{142, "EREMDEV", "unknown error 142"},
    	{143, "ESHUTDOWN", "cannot send after transport endpoint shutdown"},
    	{144, "ETOOMANYREFS", "too many references: cannot splice"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  7. src/encoding/json/decode_test.go

    	Int8:       3,
    	Int16:      4,
    	Int32:      5,
    	Int64:      6,
    	Uint:       7,
    	Uint8:      8,
    	Uint16:     9,
    	Uint32:     10,
    	Uint64:     11,
    	Uintptr:    12,
    	Float32:    14.1,
    	Float64:    15.1,
    	Foo:        "foo",
    	Foo2:       "foo2",
    	IntStr:     42,
    	UintptrStr: 44,
    	String:     "16",
    	Map: map[string]Small{
    		"17": {Tag: "tag17"},
    		"18": {Tag: "tag18"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  8. src/debug/macho/file.go

    					rel.Value = ri.Symnum >> 8
    					rel.Pcrel = ri.Symnum&(1<<7) != 0
    					rel.Len = uint8((ri.Symnum >> 5) & (1<<2 - 1))
    					rel.Extern = ri.Symnum&(1<<4) != 0
    					rel.Type = uint8(ri.Symnum & (1<<4 - 1))
    				default:
    					panic("unreachable")
    				}
    			}
    		}
    	}
    
    	return nil
    }
    
    func cstring(b []byte) string {
    	i := bytes.IndexByte(b, 0)
    	if i == -1 {
    		i = len(b)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/util.go

    	".NE",
    	".CS",
    	".CC",
    	".MI",
    	".PL",
    	".VS",
    	".VC",
    	".HI",
    	".LS",
    	".GE",
    	".LT",
    	".GT",
    	".LE",
    	"",
    	".NV",
    }
    
    /* ARM scond byte */
    const (
    	C_SCOND     = (1 << 4) - 1
    	C_SBIT      = 1 << 4
    	C_PBIT      = 1 << 5
    	C_WBIT      = 1 << 6
    	C_FBIT      = 1 << 7
    	C_UBIT      = 1 << 7
    	C_SCOND_XOR = 14
    )
    
    // CConv formats opcode suffix bits (Prog.Scond).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  10. test/fixedbugs/issue30116.out

                        slice[-1:4:-9876543210] runtime error: slice bounds out of range [::-9876543210]
                                 slice[-1:4:-1] runtime error: slice bounds out of range [::-1]
                                  slice[-1:4:0] runtime error: slice bounds out of range [:4:0]
                                  slice[-1:4:3] runtime error: slice bounds out of range [:4:3]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 17:33:38 UTC 2019
    - 53.8K bytes
    - Viewed (0)
Back to top