Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mix32 (0.07 sec)

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

    // mkerrors.sh -maix32
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build ppc && aix
    
    // Created by cgo -godefs - DO NOT EDIT
    // cgo -godefs -- -maix32 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                  = 0x10
    	AF_BYPASS                     = 0x19
    	AF_CCITT                      = 0xa
    	AF_CHAOS                      = 0x5
    	AF_DATAKIT                    = 0x9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/metadata/GccMetadataProviderTest.groovy

    Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9.3
    Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8
    Candidate multilib: .;@m64
    Candidate multilib: 32;@m32
    Candidate multilib: x32;@mx32
    Selected multilib: .;@m64
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 16 06:01:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/regalloc.go

    	vi := &s.values[v.ID]
    	if vi.spill != nil {
    		// Final block not known - keep track of subtree where restores reside.
    		vi.restoreMin = min32(vi.restoreMin, s.sdom[b.ID].entry)
    		vi.restoreMax = max32(vi.restoreMax, s.sdom[b.ID].exit)
    		return vi.spill
    	}
    	// Make a spill for v. We don't know where we want
    	// to put it yet, so we leave it blockless for now.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
Back to top