Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for fixup (0.12 sec)

  1. src/net/main_conf_test.go

    // and returns a fixup function to restore the old settings.
    func forceGoDNS() func() {
    	c := systemConf()
    	oldGo := c.netGo
    	oldCgo := c.netCgo
    	fixup := func() {
    		c.netGo = oldGo
    		c.netCgo = oldCgo
    	}
    	c.netGo = true
    	c.netCgo = false
    	return fixup
    }
    
    // forceCgoDNS forces the resolver configuration to use the cgo resolver
    // and returns a fixup function to restore the old settings.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:29:27 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/coverage/cover.go

    	"strconv"
    	"strings"
    )
    
    // names records state information collected in the first fixup
    // phase so that it can be passed to the second fixup phase.
    type names struct {
    	MetaVar     *ir.Name
    	PkgIdVar    *ir.Name
    	InitFn      *ir.Func
    	CounterMode coverage.CounterMode
    	CounterGran coverage.CounterGranularity
    }
    
    // Fixup adds calls to the pkg init function as appropriate to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 21:55:46 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/config_test.go

    	testCases := map[string]struct {
    		ConfigBody              string
    		ExpectedAdmissionConfig *apiserver.AdmissionConfiguration
    		PluginNames             []string
    	}{
    		"v1alpha1 configuration - path fixup": {
    			ConfigBody: `{
    "apiVersion": "apiserver.k8s.io/v1alpha1",
    "kind": "AdmissionConfiguration",
    "plugins": [
      {"name": "ImagePolicyWebhook", "path": "image-policy-webhook.json"},
      {"name": "ResourceQuota"}
    ]}`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 15:48:39 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/PPC64latelower.rules

    (CMPconst [0] z:(ANDconst [c] x)) && int64(uint16(c)) == c && v.Block == z.Block => (CMPconst [0] convertPPC64OpToOpCC(z))
    // And finally, fixup the flag user.
    (CMPconst <t> [0] (Select0 z:((ADD|AND|ANDN|OR|SUB|NOR|XOR)CC x y))) => (Select1 <t> z)
    (CMPconst <t> [0] (Select0 z:((ADDCCconst|ANDCCconst|NEGCC|CNTLZDCC|RLDICLCC) y))) => (Select1 <t> z)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. src/internal/bytealg/count_ppc64x.s

    	CMP	R4, $1
    	BLT	tail_0
    	MOVBZ	(R3), R12
    	CMPB	R12, R5, R12
    	ANDCC	$0x8, R12, R12
    	ADD	R12, R18, R18
    #endif
    
    tail_0:	// No remaining tail to count.
    	SRD	$3, R18, R3	// Fixup count, it is off by 8x.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 20:30:44 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  6. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

    Michael Hudgins <******@****.***> 1695048765 +0000
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  7. ci/official/containers/linux_arm64/Dockerfile

    COPY builder.devtoolset/fixlinks_aarch64.sh /fixlinks.sh
    COPY builder.devtoolset/rpm-patch.sh /rpm-patch.sh
    COPY builder.devtoolset/build_devtoolset.sh /build_devtoolset.sh
    COPY builder.devtoolset/gcc9-fixups.patch /gcc9-fixups.patch
    COPY builder.devtoolset/stringop_trunc.patch /stringop_trunc.patch
    
    RUN /build_devtoolset.sh devtoolset-10 /dt10
    
    # Build later version of patchelf that is not so buggy
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jan 08 09:32:19 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. src/syscall/mksysctl_openbsd.pl

    	net.inet6.tcp6
    	net.inet6.udp6
    	net.mpls
    	net.mpls.ifq
    	net.key
    	net.pflow
    	net.pfsync
    	net.pipex
    	net.rt
    	vm.swapencrypt
    	#vfsgenctl			# Special handling required
    );
    
    # Node name "fixups"
    my %ctl_map = (
    	"ipproto" => "net.inet",
    	"net.inet.ipproto" => "net.inet",
    	"net.inet6.ipv6proto" => "net.inet6",
    	"net.inet6.ipv6" => "net.inet6.ip6",
    	"net.inet.icmpv6" => "net.inet6.icmp6",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 5K bytes
    - Viewed (0)
  9. ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh

    tar -xvzf "glibc-2.17-c758a686-releng.tar.gz" --strip 1
    sed -i '/patch0060/d' glibc.spec
    /rpm-patch.sh "glibc.spec"
    rm -f "glibc-2.17-317.el7.src.rpm" "glibc-2.17-c758a686.tar.gz" "glibc-2.17-c758a686-releng.tar.gz"
    patch -p1 < /gcc9-fixups.patch
    patch -p1 < /stringop_trunc.patch
    cd ../glibc-build
    ../glibc-src/configure --prefix=/usr --disable-werror --enable-obsolete-rpc --disable-profile
    make -j$(nproc)
    make install DESTDIR=${TARGET}
    cd ..
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 00:26:34 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top