Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 186 for resptr (0.14 sec)

  1. istioctl/pkg/wait/wait.go

    	for _, response := range pilotResponses {
    		var configVersions []xds.SyncedVersions
    		err = json.Unmarshal(response, &configVersions)
    		if err != nil {
    			respStr := string(response)
    			if strings.Contains(respStr, xds.DistributionTrackingDisabledMessage) {
    				return 0, 0, 0, fmt.Errorf("%s", distributionTrackingDisabledErrorString)
    			}
    			return 0, 0, 0, err
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 17 12:24:17 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/pkginit/initAsanGlobals.go

    		name := g.Linksym().Name
    		init.Append(typecheck.Stmt(ir.NewAssignStmt(base.Pos, asanName, ir.NewString(base.Pos, name+"\000"))))
    		c = tconv(typecheck.NodAddr(asanName), types.Types[types.TUNSAFEPTR])
    		c = tconv(c, types.NewPtr(defStringstruct))
    		c = ir.NewSelectorExpr(base.Pos, ir.ODOT, c, lname("data"))
    		setField("name", c, i)
    
    		// Set the name of package being compiled as a unique identifier of a module.
    		// asanModulename = pkgName + "\000"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 19:36:24 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/config.go

    	t.String = types.Types[types.TSTRING]
    	t.BytePtr = types.NewPtr(types.Types[types.TUINT8])
    	t.Int32Ptr = types.NewPtr(types.Types[types.TINT32])
    	t.UInt32Ptr = types.NewPtr(types.Types[types.TUINT32])
    	t.IntPtr = types.NewPtr(types.Types[types.TINT])
    	t.UintptrPtr = types.NewPtr(types.Types[types.TUINTPTR])
    	t.Float32Ptr = types.NewPtr(types.Types[types.TFLOAT32])
    	t.Float64Ptr = types.NewPtr(types.Types[types.TFLOAT64])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:11:47 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (Zero [0] _ mem) => mem
    (Zero [1] destptr mem) => (MOVBstoreconst [makeValAndOff(0,0)] destptr mem)
    (Zero [2] destptr mem) => (MOVWstoreconst [makeValAndOff(0,0)] destptr mem)
    (Zero [4] destptr mem) => (MOVLstoreconst [makeValAndOff(0,0)] destptr mem)
    (Zero [8] destptr mem) => (MOVQstoreconst [makeValAndOff(0,0)] destptr mem)
    
    (Zero [3] destptr mem) =>
    	(MOVBstoreconst [makeValAndOff(0,2)] destptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    		(MOVWstorezero destptr mem))
    (Zero [7] destptr mem) =>
    	(MOVBstorezero [6] destptr
    		(MOVHstorezero [4] destptr
    			(MOVWstorezero destptr mem)))
    
    (Zero [8] {t} destptr mem) => (MOVDstorezero destptr mem)
    (Zero [12] {t} destptr mem) =>
            (MOVWstorezero [8] destptr
                    (MOVDstorezero [0] destptr mem))
    (Zero [16] {t} destptr mem) =>
           (MOVDstorezero [8] destptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dependencies/DefaultMutableVersionConstraintTest.groovy

            when:
            version.reject('1.0.1', '1.0.2')
    
            then:
            version.requiredVersion == '1.0'
            version.rejectedVersions == ['1.0.1', '1.0.2']
        }
    
        def "calling 'prefers' resets the list of rejects"() {
            given:
            def version = new DefaultMutableVersionConstraint('1.0')
            version.reject('1.0.1')
    
            when:
            version.prefer('1.1')
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewrite386.go

    			}
    			c := auxIntToInt32(v_1.AuxInt)
    			f := v_2
    			v.reset(Op386ADCLconst)
    			v.AuxInt = int32ToAuxInt(c)
    			v.AddArg2(x, f)
    			return true
    		}
    		break
    	}
    	return false
    }
    func rewriteValue386_Op386ADDL(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (ADDL x (MOVLconst <t> [c]))
    	// cond: !t.IsPtr()
    	// result: (ADDLconst [c] x)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  8. src/internal/bytealg/count_s390x.s

    TEXT ·Count(SB), NOSPLIT|NOFRAME, $0-40
    	LMG   b+0(FP), R_PTR, R_LEN
    	MOVBZ c+24(FP), R_CHAR
    	MOVD  $ret+32(FP), R_RET
    	BR    countbytebody<>(SB)
    
    // func CountString(s string, c byte) int
    TEXT ·CountString(SB), NOSPLIT|NOFRAME, $0-32
    	LMG   s+0(FP), R_PTR, R_LEN
    	MOVBZ c+16(FP), R_CHAR
    	MOVD  $ret+24(FP), R_RET
    	BR    countbytebody<>(SB)
    
    // input:
    // R_PTR  = address of array of bytes
    // R_LEN  = number of bytes in array
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 15 21:04:43 UTC 2019
    - 5.4K bytes
    - Viewed (0)
  9. test/fuse.go

    	return a == b && f > Cf2 || a == b && f < -Cf2 // ERROR "Redirect EqPtr based on EqPtr$"
    }
    
    func fEqPtrNeqPtr(a, b *int, f float64) bool {
    	return a == b && f > Cf2 || a != b && f < -Cf2 // ERROR "Redirect NeqPtr based on EqPtr$"
    }
    
    func fNeqPtrEqPtr(a, b *int, f float64) bool {
    	return a != b && f > Cf2 || a == b && f < -Cf2 // ERROR "Redirect EqPtr based on NeqPtr$"
    }
    
    func fNeqPtrNeqPtr(a, b *int, f float64) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 23 00:02:36 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  10. src/runtime/gcinfo_test.go

    )
    
    const (
    	typeScalar  = 0
    	typePointer = 1
    )
    
    // TestGCInfo tests that various objects in heap, data and bss receive correct GC pointer type info.
    func TestGCInfo(t *testing.T) {
    	verifyGCInfo(t, "bss Ptr", &bssPtr, infoPtr)
    	verifyGCInfo(t, "bss ScalarPtr", &bssScalarPtr, infoScalarPtr)
    	verifyGCInfo(t, "bss PtrScalar", &bssPtrScalar, infoPtrScalar)
    	verifyGCInfo(t, "bss BigStruct", &bssBigStruct, infoBigStruct())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:58:08 UTC 2023
    - 6K bytes
    - Viewed (0)
Back to top