Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 3,430 for UInt32 (0.14 sec)

  1. src/runtime/defs_openbsd_arm.go

    	tf_tcb   unsafe.Pointer
    	tf_tid   *int32
    	tf_stack uintptr
    }
    
    type sigcontext struct {
    	__sc_unused int32
    	sc_mask     int32
    
    	sc_spsr   uint32
    	sc_r0     uint32
    	sc_r1     uint32
    	sc_r2     uint32
    	sc_r3     uint32
    	sc_r4     uint32
    	sc_r5     uint32
    	sc_r6     uint32
    	sc_r7     uint32
    	sc_r8     uint32
    	sc_r9     uint32
    	sc_r10    uint32
    	sc_r11    uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 17:31:23 UTC 2023
    - 3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go

    	Nswap    int32
    	Inblock  int32
    	Oublock  int32
    	Msgsnd   int32
    	Msgrcv   int32
    	Nsignals int32
    	Nvcsw    int32
    	Nivcsw   int32
    }
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type _Gid_t uint32
    
    type Stat_t struct {
    	Dev     uint64
    	Mode    uint32
    	_       [4]byte
    	Ino     uint64
    	Nlink   uint32
    	Uid     uint32
    	Gid     uint32
    	_       [4]byte
    	Rdev    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  3. src/internal/runtime/atomic/atomic_s390x.go

    func Or8(ptr *uint8, val uint8)
    
    // NOTE: Do not add atomicxor8 (XOR is not idempotent).
    
    //go:noescape
    func And(ptr *uint32, val uint32)
    
    //go:noescape
    func Or(ptr *uint32, val uint32)
    
    //go:noescape
    func And32(ptr *uint32, val uint32) uint32
    
    //go:noescape
    func Or32(ptr *uint32, val uint32) uint32
    
    //go:noescape
    func And64(ptr *uint64, val uint64) uint64
    
    //go:noescape
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. src/runtime/signal_linux_mipsx.go

    func (c *sigctxt) r19() uint32       { return uint32(c.regs().sc_regs[19]) }
    func (c *sigctxt) r20() uint32       { return uint32(c.regs().sc_regs[20]) }
    func (c *sigctxt) r21() uint32       { return uint32(c.regs().sc_regs[21]) }
    func (c *sigctxt) r22() uint32       { return uint32(c.regs().sc_regs[22]) }
    func (c *sigctxt) r23() uint32       { return uint32(c.regs().sc_regs[23]) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  5. src/math/rand/regress_test.go

    	uint32(1239465936),           // Uint32()
    	uint32(3876658295),           // Uint32()
    	uint32(3649778518),           // Uint32()
    	uint32(1172727096),           // Uint32()
    	uint32(2615979505),           // Uint32()
    	uint32(1089444252),           // Uint32()
    	uint32(3327114623),           // Uint32()
    	uint32(75079301),             // Uint32()
    	uint32(3380456901),           // Uint32()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  6. src/internal/runtime/atomic/atomic_386.go

    //go:noescape
    func And8(ptr *uint8, val uint8)
    
    //go:noescape
    func Or8(ptr *uint8, val uint8)
    
    //go:noescape
    func And(ptr *uint32, val uint32)
    
    //go:noescape
    func Or(ptr *uint32, val uint32)
    
    //go:noescape
    func And32(ptr *uint32, val uint32) uint32
    
    //go:noescape
    func Or32(ptr *uint32, val uint32) uint32
    
    //go:noescape
    func And64(ptr *uint64, val uint64) uint64
    
    //go:noescape
    func Or64(ptr *uint64, val uint64) uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/service.go

    //sys	QueryServiceConfig2(service Handle, infoLevel uint32, buff *byte, buffSize uint32, bytesNeeded *uint32) (err error) = advapi32.QueryServiceConfig2W
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  8. src/math/rand/v2/regress_test.go

    	uint64(6093522341581845358),  // Uint()
    
    	uint32(3304433030), // Uint32()
    	uint32(2647573421), // Uint32()
    	uint32(3369092613), // Uint32()
    	uint32(3421356252), // Uint32()
    	uint32(1006208920), // Uint32()
    	uint32(176975231),  // Uint32()
    	uint32(2147104640), // Uint32()
    	uint32(1930089058), // Uint32()
    	uint32(570368816),  // Uint32()
    	uint32(789119393),  // Uint32()
    	uint32(2842909244), // Uint32()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:03:11 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  9. src/runtime/signal_netbsd_386.go

    func (c *sigctxt) sigcode() uint32 { return uint32(c.info._code) }
    func (c *sigctxt) sigaddr() uint32 {
    	return *(*uint32)(unsafe.Pointer(&c.info._reason[0]))
    }
    
    func (c *sigctxt) set_eip(x uint32)     { c.regs().__gregs[_REG_EIP] = x }
    func (c *sigctxt) set_esp(x uint32)     { c.regs().__gregs[_REG_UESP] = x }
    func (c *sigctxt) set_sigcode(x uint32) { c.info._code = int32(x) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 11 12:56:15 UTC 2016
    - 1.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	}
    	return
    }
    
    func RegQueryInfoKey(key Handle, class *uint16, classLen *uint32, reserved *uint32, subkeysLen *uint32, maxSubkeyLen *uint32, maxClassLen *uint32, valuesLen *uint32, maxValueNameLen *uint32, maxValueLen *uint32, saLen *uint32, lastWriteTime *Filetime) (regerrno error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top