Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for flagstr (0.27 sec)

  1. src/cmd/compile/internal/ssa/rewritePPC64.go

    	// cond: uint64(x)<uint64(y)
    	// result: (FlagLT)
    	for {
    		y := auxIntToInt64(v.AuxInt)
    		if v_0.Op != OpPPC64MOVDconst {
    			break
    		}
    		x := auxIntToInt64(v_0.AuxInt)
    		if !(uint64(x) < uint64(y)) {
    			break
    		}
    		v.reset(OpPPC64FlagLT)
    		return true
    	}
    	// match: (CMPUconst (MOVDconst [x]) [y])
    	// cond: uint64(x)>uint64(y)
    	// result: (FlagGT)
    	for {
    		y := auxIntToInt64(v.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM.go

    	// result: (SBCshiftRL x y [c] flags)
    	for {
    		x := v_0
    		if v_1.Op != OpARMSRLconst {
    			break
    		}
    		c := auxIntToInt32(v_1.AuxInt)
    		y := v_1.Args[0]
    		flags := v_2
    		v.reset(OpARMSBCshiftRL)
    		v.AuxInt = int32ToAuxInt(c)
    		v.AddArg3(x, y, flags)
    		return true
    	}
    	// match: (SBC (SRLconst [c] y) x flags)
    	// result: (RSCshiftRL x y [c] flags)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteS390X.go

    	// cond: uint64(x)<uint64(y)
    	// result: (FlagLT)
    	for {
    		y := auxIntToInt32(v.AuxInt)
    		if v_0.Op != OpS390XMOVDconst {
    			break
    		}
    		x := auxIntToInt64(v_0.AuxInt)
    		if !(uint64(x) < uint64(y)) {
    			break
    		}
    		v.reset(OpS390XFlagLT)
    		return true
    	}
    	// match: (CMPUconst (MOVDconst [x]) [y])
    	// cond: uint64(x)>uint64(y)
    	// result: (FlagGT)
    	for {
    		y := auxIntToInt32(v.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Contents_encryption_mode  uint8
    	Filenames_encryption_mode uint8
    	Flags                     uint8
    	Master_key_descriptor     [8]uint8
    }
    
    type FscryptKey struct {
    	Mode uint32
    	Raw  [64]uint8
    	Size uint32
    }
    
    type FscryptPolicyV1 struct {
    	Version                   uint8
    	Contents_encryption_mode  uint8
    	Filenames_encryption_mode uint8
    	Flags                     uint8
    	Master_key_descriptor     [8]uint8
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    		return http2errStreamID
    	}
    	var flags http2Flags
    	if p.PadLength != 0 {
    		flags |= http2FlagHeadersPadded
    	}
    	if p.EndStream {
    		flags |= http2FlagHeadersEndStream
    	}
    	if p.EndHeaders {
    		flags |= http2FlagHeadersEndHeaders
    	}
    	if !p.Priority.IsZero() {
    		flags |= http2FlagHeadersPriority
    	}
    	f.startWrite(http2FrameHeaders, flags, p.StreamID)
    	if p.PadLength != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.23.md

    - Controller-manager: the following flags have no effect and would be removed in v1.24:
      - `--port`
      - `--address`
      The insecure port flags `--port` may only be set to 0 now.
    - Kube-scheduler: the `--port` and `--address` flags have no effect and would be removed in v1.24.
      The insecure port flags `--port` may only be set to 0 now.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    * The following deprecated flags were removed from `kube-controller-manager`:
    
      * `replication-controller-lookup-cache-size`
      * `replicaset-lookup-cache-size`
      * `daemonset-lookup-cache-size`
    
      Don't use these flags. Using deprecated flags causes the server to print a warning. Using a removed flag causes the server to abort the startup.
    
    * The following deprecated flags were removed from `kubelet`:
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.22.md

    the same purpose. For `init` and `join` it is now recommended that you migrate to configure patches via `{Init|Join}Configuration.patches.directory`. For the time being, these flags can be mixed with `--config`, but that might change in the future. On a command line, the last *patches flag takes precedence over previous flags and the value in config. `kubeadm upgrade --patches` will continue to be the only available option, since `upgrade` does not support a configuration file yet. ([#103063](http...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), type Log2phys_t struct, Flags uint32
    pkg syscall (darwin-arm64), type Msghdr struct
    pkg syscall (darwin-arm64), type Msghdr struct, Control *uint8
    pkg syscall (darwin-arm64), type Msghdr struct, Controllen uint32
    pkg syscall (darwin-arm64), type Msghdr struct, Flags int32
    pkg syscall (darwin-arm64), type Msghdr struct, Iov *Iovec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.21.md

    - Pass additional flags to subpath mount to avoid flakes in certain conditions ([#104347](https://github.com/kubernetes/kubernetes/pull/104347), [@mauriciopoppe](https://github.com/mauriciopoppe)) [SIG Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top