Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 63 for xoff (0.14 sec)

  1. src/cmd/link/internal/ld/xcoff.go

    	"sync"
    
    	"cmd/internal/objabi"
    	"cmd/link/internal/loader"
    	"cmd/link/internal/sym"
    )
    
    // This file handles all algorithms related to XCOFF files generation.
    // Most of them are adaptations of the ones in  cmd/link/internal/pe.go
    // as PE and XCOFF are based on COFF files.
    // XCOFF files generated are 64 bits.
    
    const (
    	// Total amount of space to reserve at the start of the file
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/fonts/fa-brands-400.woff

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 87K bytes
    - Viewed (0)
  3. src/main/webapp/css/fonts/fa-solid-900.woff

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 96.7K bytes
    - Viewed (0)
  4. src/main/webapp/css/fonts/fa-brands-400.woff

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 87K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/fonts/fa-solid-900.woff

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 96.7K bytes
    - Viewed (0)
  6. src/runtime/malloc.go

    				// is resolved.
    				off = alignUp(off, 8)
    			} else if size&3 == 0 {
    				off = alignUp(off, 4)
    			} else if size&1 == 0 {
    				off = alignUp(off, 2)
    			}
    			if off+size <= maxTinySize && c.tiny != 0 {
    				// The object fits into existing tiny block.
    				x = unsafe.Pointer(c.tiny + off)
    				c.tinyoffset = off + size
    				c.tinyAllocs++
    				mp.mallocing = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) {
    	r0, _, e1 := Syscall6(SYS_COPY_FILE_RANGE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
    	n = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  8. src/syscall/zerrors_darwin_arm64.go

    	IP_UNBLOCK_SOURCE                 = 0x49
    	ISIG                              = 0x80
    	ISTRIP                            = 0x20
    	IUTF8                             = 0x4000
    	IXANY                             = 0x800
    	IXOFF                             = 0x400
    	IXON                              = 0x200
    	LOCK_EX                           = 0x2
    	LOCK_NB                           = 0x4
    	LOCK_SH                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_netbsd_386.go

    	IP_TOS                            = 0x3
    	IP_TTL                            = 0x4
    	ISIG                              = 0x80
    	ISTRIP                            = 0x20
    	IXANY                             = 0x800
    	IXOFF                             = 0x400
    	IXON                              = 0x200
    	LOCK_EX                           = 0x2
    	LOCK_NB                           = 0x4
    	LOCK_SH                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_solaris_amd64.go

    	IP_UNBLOCK_SOURCE             = 0x16
    	IP_UNSPEC_SRC                 = 0x42
    	ISIG                          = 0x1
    	ISTRIP                        = 0x20
    	IXANY                         = 0x800
    	IXOFF                         = 0x1000
    	IXON                          = 0x400
    	MADV_ACCESS_DEFAULT           = 0x6
    	MADV_ACCESS_LWP               = 0x7
    	MADV_ACCESS_MANY              = 0x8
    	MADV_DONTNEED                 = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
Back to top