Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 272 for facility (0.3 sec)

  1. plugin/pkg/admission/security/podsecurity/testdata/pod_baseline.yaml

        - -logtostderr
        - -configDir=/etc/k8s/dns/dnsmasq-nanny
        - -restartDnsmasq=true
        - --
        - -k
        - --cache-size=1000
        - --no-negcache
        - --dns-forward-max=1500
        - --log-facility=-
        - --server=/cluster.local/127.0.0.1#10053
        - --server=/in-addr.arpa/127.0.0.1#10053
        - --server=/ip6.arpa/127.0.0.1#10053
        image: image-name:tag-name
        imagePullPolicy: IfNotPresent
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 04 16:26:30 UTC 2021
    - 18.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/a.out.go

    	REG_F3
    	REG_F4
    	REG_F5
    	REG_F6
    	REG_F7
    	REG_F8
    	REG_F9
    	REG_F10
    	REG_F11
    	REG_F12
    	REG_F13
    	REG_F14
    	REG_F15
    
    	// Vector registers (VRs) - only available when the vector
    	// facility is installed.
    	// V0-V15 are aliases for F0-F15.
    	// We keep them in a separate space to make printing etc. easier
    	// If the code generator ever emits vector instructions it will
    	// need to take into account the aliasing.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. src/net/http/pprof/pprof.go

    //	curl -o trace.out http://localhost:6060/debug/pprof/trace?seconds=5
    //	go tool trace trace.out
    //
    // To view all available profiles, open http://localhost:6060/debug/pprof/
    // in your browser.
    //
    // For a study of the facility in action, visit
    // https://blog.golang.org/2011/06/profiling-go-programs.html.
    package pprof
    
    import (
    	"bufio"
    	"bytes"
    	"context"
    	"fmt"
    	"html"
    	"internal/godebug"
    	"internal/profile"
    	"io"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:34:05 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/net/http2/hpack/hpack.go

    func (d *Decoder) SetEmitFunc(emitFunc func(f HeaderField)) {
    	d.emit = emitFunc
    }
    
    // SetEmitEnabled controls whether the emitFunc provided to NewDecoder
    // should be called. The default is true.
    //
    // This facility exists to let servers enforce MAX_HEADER_LIST_SIZE
    // while still decoding and keeping in-sync with decoder state, but
    // without doing unnecessary decompression or generating unnecessary
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 14 18:30:34 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  5. src/encoding/gob/debug.go

    import (
    	"bytes"
    	"fmt"
    	"io"
    	"os"
    	"strings"
    	"sync"
    )
    
    var dumpBytes = false // If true, print the remaining bytes in the input buffer at each item.
    
    // Init installs the debugging facility. If this file is not compiled in the
    // package, the tests in codec_test.go are no-ops.
    func init() {
    	debugFunc = Debug
    }
    
    var (
    	blanks = bytes.Repeat([]byte{' '}, 3*10)
    	empty  = []byte(": <empty>\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 20 09:34:41 UTC 2023
    - 18.3K bytes
    - Viewed (0)
  6. src/slices/slices.go

    func overlaps[E any](a, b []E) bool {
    	if len(a) == 0 || len(b) == 0 {
    		return false
    	}
    	elemSize := unsafe.Sizeof(a[0])
    	if elemSize == 0 {
    		return false
    	}
    	// TODO: use a runtime/unsafe facility once one becomes available. See issue 12445.
    	// Also see crypto/internal/alias/alias.go:AnyOverlap
    	return uintptr(unsafe.Pointer(&a[0])) <= uintptr(unsafe.Pointer(&b[len(b)-1]))+(elemSize-1) &&
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 29 14:01:59 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build gc && !purego
    
    #include "textflag.h"
    
    // This implementation of Poly1305 uses the vector facility (vx)
    // to process up to 2 blocks (32 bytes) per iteration using an
    // algorithm based on the one described in:
    //
    // NEON crypto, Daniel J. Bernstein & Peter Schwabe
    // https://cryptojedi.org/papers/neoncrypto-20120320.pdf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  8. doc/asm.html

    the value sixteen into index one of <code>V2</code>.
    Care should be taken when using vector instructions to ensure that they are available at
    runtime.
    To use vector instructions a machine must have both the vector facility (bit 129 in the
    facility list) and kernel support.
    Without kernel support a vector instruction will have no effect (it will be equivalent
    to a <code>NOP</code> instruction).
    </p>
    
    <p>
    Addressing modes:
    </p>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	{149, "EDC5149I", "Value Overflow Error."},
    	{150, "EDC5150I", "UNIX System Services is not active."},
    	{151, "EDC5151I", "Dynamic allocation error."},
    	{152, "EDC5152I", "Common VTOC access facility (CVAF) error."},
    	{153, "EDC5153I", "Catalog obtain error."},
    	{156, "EDC5156I", "Process initialization error."},
    	{157, "EDC5157I", "An internal error has occurred."},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_solaris_amd64.go

    	67:  "link has been severed",
    	68:  "advertise error",
    	69:  "srmount error",
    	70:  "communication error on send",
    	71:  "protocol error",
    	72:  "locked lock was unmapped ",
    	73:  "facility is not active",
    	74:  "multihop attempted",
    	77:  "not a data message",
    	78:  "file name too long",
    	79:  "value too large for defined data type",
    	80:  "name not unique on network",
    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