Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for rofl (0.06 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*10528*/ uint16(xSetOp), uint16(ROL),
    	/*10530*/ uint16(xReadIb),
    	/*10531*/ uint16(xArgRM16),
    	/*10532*/ uint16(xArgImm8u),
    	/*10533*/ uint16(xMatch),
    	/*10534*/ uint16(xSetOp), uint16(ROL),
    	/*10536*/ uint16(xReadIb),
    	/*10537*/ uint16(xArgRM32),
    	/*10538*/ uint16(xArgImm8u),
    	/*10539*/ uint16(xMatch),
    	/*10540*/ uint16(xSetOp), uint16(ROL),
    	/*10542*/ uint16(xReadIb),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

      * detach the volume when pod is terminated ([#45286](https://github.com/kubernetes/kubernetes/pull/45286), [@gnufied](https://github.com/gnufied))
    
      * Roll up volume error messages in the kubelet sync loop. ([#44938](https://github.com/kubernetes/kubernetes/pull/44938), [@jayunit100](https://github.com/jayunit100))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

        func.return %0 : tensor<4x10xf32>
    }
    
    //===----------------------------------------------------------------------===//
    // Roll op legalizations.
    //===----------------------------------------------------------------------===//
    
    // -----
    
    // CHECK-LABEL: func @Roll_0D
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="text/t140"/>
      <mime-type type="text/tab-separated-values">
        <glob pattern="*.tsv"/>
      </mime-type>
    
      <mime-type type="text/troff">
        <_comment>Roff/nroff/troff/groff Unformatted Manual Page (UNIX)</_comment>
        <alias type="application/x-troff"/>
        <alias type="application/x-troff-man"/>
        <alias type="application/x-troff-me"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.11.md

    * Change seccomp annotation from "docker/default" to "runtime/default" ([#62662](https://github.com/k...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewrite386.go

    			break
    		}
    		x := v_0
    		v.copyOf(x)
    		return true
    	}
    	return false
    }
    func rewriteValue386_Op386ROLL(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (ROLL x (MOVLconst [c]))
    	// result: (ROLLconst [c&31] x)
    	for {
    		x := v_0
    		if v_1.Op != Op386MOVLconst {
    			break
    		}
    		c := auxIntToInt32(v_1.AuxInt)
    		v.reset(Op386ROLLconst)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.6.md

    irreversible.**  To rollback, you must restore from a backup made before the
    protobuf/etcd3 switch, and any changes since the backup will be lost.  As 1.5
    does not support protobuf encoding, if you roll back to 1.5 after upgrading to
    protobuf you will be forced to restore from backup, and you will lose any changes
    since you converted to protobuf.  After conversion to protobuf, you should
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewritePPC64.go

    		v.AddArg(u)
    		return true
    	}
    	return false
    }
    func rewriteValuePPC64_OpPPC64ROTL(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (ROTL x (MOVDconst [c]))
    	// result: (ROTLconst x [c&63])
    	for {
    		x := v_0
    		if v_1.Op != OpPPC64MOVDconst {
    			break
    		}
    		c := auxIntToInt64(v_1.AuxInt)
    		v.reset(OpPPC64ROTLconst)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
Back to top