Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 248 for alignment (0.19 sec)

  1. src/crypto/cipher/gcm_test.go

    	type pair struct{ align, length int }
    	lengths := []int{0, 156, 8192, 8193, 8208}
    	keySizes := []int{16, 24, 32}
    	alignments := []int{0, 1, 2, 3}
    	if testing.Short() {
    		keySizes = []int{16}
    		alignments = []int{1}
    	}
    	perms := make([]pair, 0)
    	for _, l := range lengths {
    		for _, a := range alignments {
    			if a != 0 && l == 0 {
    				continue
    			}
    			perms = append(perms, pair{align: a, length: l})
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 15:27:49 UTC 2023
    - 35K bytes
    - Viewed (0)
  2. src/internal/abi/type.go

    	Hash        uint32  // hash of type; avoids computation in hash tables
    	TFlag       TFlag   // extra type information flags
    	Align_      uint8   // alignment of variable with this type
    	FieldAlign_ uint8   // alignment of struct field with this type
    	Kind_       Kind    // enumeration for C
    	// function for comparing objects of this type
    	// (ptr to object A, ptr to object B) -> ==?
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 17 21:09:59 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  3. src/text/tabwriter/tabwriter.go

    	FilterHTML uint = 1 << iota
    
    	// Strip Escape characters bracketing escaped text segments
    	// instead of passing them through unchanged with the text.
    	StripEscape
    
    	// Force right-alignment of cell content.
    	// Default is left-alignment.
    	AlignRight
    
    	// Handle empty columns as if they were not present in
    	// the input in the first place.
    	DiscardEmptyColumns
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  4. src/cmd/link/elf_test.go

    			t.Errorf("section %s should not allocated with addr %x", s.Name, s.Addr)
    		}
    	}
    }
    
    func TestFlagR(t *testing.T) {
    	// Test that using the -R flag to specify a (large) alignment generates
    	// a working binary.
    	// (Test only on ELF for now. The alignment allowed differs from platform
    	// to platform.)
    	testenv.MustHaveGoBuild(t)
    	t.Parallel()
    	tmpdir := t.TempDir()
    	src := filepath.Join(tmpdir, "x.go")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 16:34:01 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/test/test.go

    } issue4054a;
    
    // issue 4339
    // We've historically permitted #include <>, so test it here.  Issue 29333.
    // Also see issue 41059.
    #include <issue4339.h>
    
    // issue 4417
    // cmd/cgo: bool alignment/padding issue.
    // bool alignment is wrong and causing wrong arguments when calling functions.
    static int c_bool(bool a, bool b, int c, bool d, bool e)  {
       return c;
    }
    
    // issue 4857
    #cgo CFLAGS: -Werror
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  6. src/go/printer/printer.go

    	level        int          // level == 0: outside composite literal; level > 0: inside composite literal
    	mode         pmode        // current printer mode
    	endAlignment bool         // if set, terminate alignment immediately
    	impliedSemi  bool         // if set, a linebreak implies a semicolon
    	lastTok      token.Token  // last token printed (token.ILLEGAL if it's whitespace)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 41.6K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/memorymanager/memory_manager.go

    	// and is consulted to achieve NUMA aware resource alignment among this
    	// and other resource controllers.
    	GetTopologyHints(*v1.Pod, *v1.Container) map[string][]topologymanager.TopologyHint
    
    	// GetPodTopologyHints implements the topologymanager.HintProvider Interface
    	// and is consulted to achieve NUMA aware resource alignment among this
    	// and other resource controllers.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 00:50:45 UTC 2023
    - 17.1K bytes
    - Viewed (1)
  8. pkg/kubelet/apis/config/types.go

    	// pods with optimal NUMA node alignment for requested resources
    	RestrictedTopologyManagerPolicy = "restricted"
    	// BestEffortTopologyManagerPolicy is a mode in which kubelet will favour
    	// pods with NUMA alignment of CPU and device resources.
    	BestEffortTopologyManagerPolicy = "best-effort"
    	// NoneTopologyManagerPolicy is a mode in which kubelet has no knowledge
    	// of NUMA alignment of a pod's CPU and device resources.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. src/runtime/mkpreempt.go

    	// Add floating point registers F0-F31.
    	for i := 0; i < 31; i += 2 {
    		reg := fmt.Sprintf("(F%d, F%d)", i, i+1)
    		l.add2("FSTPD", "FLDPD", reg, 16)
    	}
    	if l.stack%16 != 0 {
    		l.stack += 8 // SP needs 16-byte alignment
    	}
    
    	// allocate frame, save PC of interrupted instruction (in LR)
    	p("MOVD R30, %d(RSP)", -l.stack)
    	p("SUB $%d, RSP", l.stack)
    	p("MOVD R29, -8(RSP)") // save frame pointer (only used on Linux)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  10. tensorflow/c/tf_tensor.cc

              0) {
        // TF_STRING and TF_RESOURCE tensors have a different representation in
        // TF_Tensor than they do in tensorflow::Tensor. So a copy here is a waste
        // (any alignment requirements will be taken care of by TF_TensorToTensor
        // and TF_TensorFromTensor).
        //
        // Other types have the same representation, so copy only if it is safe to
        // do so.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 21:57:32 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top