Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Aracki (0.3 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const NOTE_REVOKE ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_TRACK = 1
    pkg syscall (netbsd-arm64-cgo), const NOTE_TRACKERR = 2
    pkg syscall (netbsd-arm64-cgo), const NOTE_TRACKERR ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_TRACK ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_WRITE = 2
    pkg syscall (netbsd-arm64-cgo), const NOTE_WRITE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. src/archive/tar/common.go

    			dst = append(dst, pre) // Only add non-empty fragments
    		}
    		pre.Offset = cur.endOffset()
    	}
    	pre.Length = size - pre.Offset // Possibly the only empty fragment
    	return append(dst, pre)
    }
    
    // fileState tracks the number of logical (includes sparse holes) and physical
    // (actual in tar archive) bytes remaining for the current file.
    //
    // Invariant: logicalRemaining >= physicalRemaining
    type fileState interface {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const NOTE_SIGNAL = 134217728
    pkg syscall (darwin-arm64), const NOTE_SIGNAL ideal-int
    pkg syscall (darwin-arm64), const NOTE_TRACK = 1
    pkg syscall (darwin-arm64), const NOTE_TRACK ideal-int
    pkg syscall (darwin-arm64), const NOTE_TRACKERR = 2
    pkg syscall (darwin-arm64), const NOTE_TRACKERR ideal-int
    pkg syscall (darwin-arm64), const NOTE_TRIGGER = 16777216
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const NOTE_REVOKE = 64
    pkg syscall (freebsd-arm64), const NOTE_REVOKE ideal-int
    pkg syscall (freebsd-arm64), const NOTE_TRACK = 1
    pkg syscall (freebsd-arm64), const NOTE_TRACK ideal-int
    pkg syscall (freebsd-arm64), const NOTE_TRACKERR = 2
    pkg syscall (freebsd-arm64), const NOTE_TRACKERR ideal-int
    pkg syscall (freebsd-arm64), const NOTE_TRIGGER = 16777216
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (darwin-386), const NOTE_REVOKE ideal-int
    pkg syscall (darwin-386), const NOTE_SECONDS ideal-int
    pkg syscall (darwin-386), const NOTE_SIGNAL ideal-int
    pkg syscall (darwin-386), const NOTE_TRACK ideal-int
    pkg syscall (darwin-386), const NOTE_TRACKERR ideal-int
    pkg syscall (darwin-386), const NOTE_TRIGGER ideal-int
    pkg syscall (darwin-386), const NOTE_USECONDS ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. src/cmd/asm/internal/lex/input.go

    	tok := in.Stack.Next()
    	if tok != scanner.Ident {
    		in.expectText("expected identifier after '#'")
    	}
    	if !in.enabled() {
    		// Can only start including again if we are at #else or #endif but also
    		// need to keep track of nested #if[n]defs.
    		// We let #line through because it might affect errors.
    		switch in.Stack.Text() {
    		case "else", "endif", "ifdef", "ifndef", "line":
    			// Press on.
    		default:
    			return false
    		}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 12.6K bytes
    - Viewed (0)
  7. src/bytes/bytes.go

    func Fields(s []byte) [][]byte {
    	// First count the fields.
    	// This is an exact count if s is ASCII, otherwise it is an approximation.
    	n := 0
    	wasSpace := 1
    	// setBits is used to track which bits are set in the bytes of s.
    	setBits := uint8(0)
    	for i := 0; i < len(s); i++ {
    		r := s[i]
    		setBits |= r
    		isSpace := int(asciiSpace[r])
    		n += wasSpace & ^isSpace
    		wasSpace = isSpace
    	}
    
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Feb 19 19:51:15 GMT 2024
    - 33.8K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const NOTE_REVOKE = 64
    pkg syscall (darwin-386), const NOTE_SECONDS = 1
    pkg syscall (darwin-386), const NOTE_SIGNAL = 134217728
    pkg syscall (darwin-386), const NOTE_TRACK = 1
    pkg syscall (darwin-386), const NOTE_TRACKERR = 2
    pkg syscall (darwin-386), const NOTE_TRIGGER = 16777216
    pkg syscall (darwin-386), const NOTE_USECONDS = 2
    pkg syscall (darwin-386), const NOTE_VM_ERROR = 268435456
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const NOTE_PDATAMASK ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_RENAME ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_REVOKE ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_TRACK ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_TRACKERR ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_TRIGGER ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_WRITE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const NOTE_REVOKE = 64 #53466
    pkg syscall (freebsd-riscv64), const NOTE_REVOKE ideal-int #53466
    pkg syscall (freebsd-riscv64), const NOTE_TRACK = 1 #53466
    pkg syscall (freebsd-riscv64), const NOTE_TRACK ideal-int #53466
    pkg syscall (freebsd-riscv64), const NOTE_TRACKERR = 2 #53466
    pkg syscall (freebsd-riscv64), const NOTE_TRACKERR ideal-int #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top