Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for INT32 (0.09 sec)

  1. pkg/controller/job/job_controller_test.go

    		fakeExpectationAtCreation int32 // negative: ExpectDeletions, positive: ExpectCreations
    
    		// expectations
    		expectedCreations       int32
    		expectedDeletions       int32
    		expectedActive          int32
    		expectedReady           *int32
    		expectedSucceeded       int32
    		expectedCompletedIdxs   string
    		expectedFailed          int32
    		expectedTerminating     *int32
    		expectedCondition       *batch.JobConditionType
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (MOVHUloadidx ptr (MOVDconst [c]) mem) && is32Bit(c) => (MOVHUload [int32(c)] ptr mem)
    (MOVHUloadidx (MOVDconst [c]) ptr mem) && is32Bit(c) => (MOVHUload [int32(c)] ptr mem)
    (MOVHloadidx  ptr (MOVDconst [c]) mem) && is32Bit(c) => (MOVHload  [int32(c)] ptr mem)
    (MOVHloadidx  (MOVDconst [c]) ptr mem) && is32Bit(c) => (MOVHload  [int32(c)] ptr mem)
    (MOVBUloadidx ptr (MOVDconst [c]) mem) && is32Bit(c) => (MOVBUload [int32(c)] ptr mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/generic.rules

    	(Eq32 (Mod32 <typ.Int32> (SignExt8to32 <typ.Int32> x) (Const32 <typ.Int32> [int32(c)])) (Const32 <typ.Int32> [0]))
    (Eq16 (Mod16 x (Const16  [c])) (Const16 [0])) && x.Op != OpConst16 && sdivisibleOK16(c) && !hasSmallRotate(config) =>
    	(Eq32 (Mod32 <typ.Int32> (SignExt16to32 <typ.Int32> x) (Const32 <typ.Int32> [int32(c)])) (Const32 <typ.Int32> [0]))
    
    // Divisibility checks x%c == 0 convert to multiply and rotate.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    	{V(float64(88)), V(uint16(88))},
    	{V(int32(89)), V(int32(89))},
    	{V(int32(90)), V(uint32(90))},
    	{V(uint32(91)), V(int32(91))},
    	{V(int32(92)), V(int64(92))},
    	{V(int64(93)), V(int32(93))},
    	{V(int32(94)), V(uint64(94))},
    	{V(uint64(95)), V(int32(95))},
    	{V(int32(96)), V(int(96))},
    	{V(int(97)), V(int32(97))},
    	{V(int32(98)), V(uint(98))},
    	{V(uint(99)), V(int32(99))},
    	{V(int32(100)), V(uintptr(100))},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	return
    }
    
    func MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) {
    	r0, _, e1 := syscall.Syscall6(procMultiByteToWideChar.Addr(), 6, uintptr(codePage), uintptr(dwFlags), uintptr(unsafe.Pointer(str)), uintptr(nstr), uintptr(unsafe.Pointer(wchar)), uintptr(nwchar))
    	nwrite = int32(r0)
    	if nwrite == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/asm7.go

    // The result either encodes a load of r from (r1+r2) or a store of r to (r1+r2).
    func (c *ctxt7) olsxrr(p *obj.Prog, o int32, r int, r1 int, r2 int) uint32 {
    	o |= int32(r1&31) << 5
    	o |= int32(r2&31) << 16
    	o |= int32(r & 31)
    	return uint32(o)
    }
    
    // opldrr returns the ARM64 opcode encoding corresponding to the obj.As opcode
    // for load instruction with register offset.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/asm6.go

    	if pjc == 0 {
    		return c
    	}
    
    	var toPad int32
    	fj, fjSize := fusedJump(p)
    	mask := int32(pjc - 1)
    	if fj {
    		if (c&mask)+int32(fjSize) >= int32(pjc) {
    			toPad = int32(pjc) - (c & mask)
    		}
    	} else if isJump(p) {
    		if (c&mask)+int32(p.Isize) >= int32(pjc) {
    			toPad = int32(pjc) - (c & mask)
    		}
    	}
    	if toPad <= 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/ppc64/asm9.go

    	case 66: /* mov spr,r1; mov r1,spr */
    		var r int
    		var v int32
    		if REG_R0 <= p.From.Reg && p.From.Reg <= REG_R31 {
    			r = int(p.From.Reg)
    			v = int32(p.To.Reg)
    			o1 = OPVCC(31, 467, 0, 0) /* mtspr */
    		} else {
    			r = int(p.To.Reg)
    			v = int32(p.From.Reg)
    			o1 = OPVCC(31, 339, 0, 0) /* mfspr */
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  9. pkg/scheduler/schedule_one_test.go

    			}
    		})
    	}
    }
    
    var lowPriority, midPriority, highPriority = int32(0), int32(100), int32(1000)
    
    func TestNumFeasibleNodesToFind(t *testing.T) {
    	tests := []struct {
    		name              string
    		globalPercentage  int32
    		profilePercentage *int32
    		numAllNodes       int32
    		wantNumNodes      int32
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  10. src/database/sql/sql_test.go

    	db := newTestDB(t, "foo")
    	defer closeDB(t, db)
    	exec(t, db, "CREATE|t1|name=string,age=int32,dead=bool")
    	_, err := db.Prepare("INSERT|t1|name=?,age=bogusconversion")
    	if err == nil {
    		t.Fatalf("expected error")
    	}
    	if err.Error() != `fakedb: invalid conversion to int32 from "bogusconversion"` {
    		t.Errorf("unexpected error: %v", err)
    	}
    }
    
    func TestExec(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top