Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for 16x16 (0.06 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

    # monitored resource to ingest logs against.
    # Json Log Example:
    # {"log":"[info:2016-02-16T16:04:05.930-08:00] Some log text here\n","stream":"stdout","time":"2016-02-17T00:04:05.931087621Z"}
    # CRI Log Example:
    # 2016-02-17T00:04:05.931087621Z stdout F [info:2016-02-16T16:04:05.930-08:00] Some log text here
    <source>
      @type tail
      path /var/log/containers/*.log
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/mips/asm0.go

    		o1 = c.oprrr(p.As)
    
    	case 6: /* beq r1,[r2],sbra */
    		v := int32(0)
    		if p.To.Target() == nil {
    			v = int32(-4) >> 2
    		} else {
    			v = int32(p.To.Target().Pc-p.Pc-4) >> 2
    		}
    		if (v<<16)>>16 != v {
    			c.ctxt.Diag("short branch too far\n%v", p)
    		}
    		o1 = OP_IRR(c.opirr(p.As), uint32(v), p.From.Reg, p.Reg)
    		// for ABFPT and ABFPF only: always fill delay slot with 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  3. src/internal/types/testdata/check/builtins0.go

    }                // 16
    
    type S4 struct { // offset
    	S3       //  0
    	int32    // 12
    }                // 24
    
    type S5 struct {   // offset
    	a [3]int32 //  0
    	b int32    // 16
    }                  // 16
    
    func (S2) m() {}
    
    func Alignof1() {
    	var x int
    	_ = unsafe.Alignof() // ERROR "not enough arguments"
    	_ = unsafe.Alignof(1, 2) // ERROR "too many arguments"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  4. src/cmd/cover/cover.go

    	// A nice long list of positions. Each position is encoded as follows to reduce size:
    	// - 32-bit starting line number
    	// - 32-bit ending line number
    	// - (16 bit ending column number << 16) | (16-bit starting column number).
    	for i, block := range f.blocks {
    		start := f.fset.Position(block.startByte)
    		end := f.fset.Position(block.endByte)
    
    		start, end = dedup(start, end)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  5. src/runtime/map_test.go

    		cnt++
    		if math.Copysign(1.0, k.x) < 0 {
    			if v&16 == 0 {
    				t.Error("key/value not updated together 1")
    			}
    			negcnt++
    			s |= v & 15
    		} else {
    			if v&16 == 16 {
    				t.Error("key/value not updated together 2", k, v)
    			}
    			s |= v
    		}
    		if growflag {
    			// force a hashtable resize
    			for i := 0; i < 100; i++ {
    				m[FloatInt{3.0, i}] = 0
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  6. src/runtime/asm_arm64.s

    DEBUG_CALL_FN(debugCall16384<>, 16384)
    DEBUG_CALL_FN(debugCall32768<>, 32768)
    DEBUG_CALL_FN(debugCall65536<>, 65536)
    
    // func debugCallPanicked(val interface{})
    TEXT runtimeĀ·debugCallPanicked(SB),NOSPLIT,$16-16
    	// Copy the panic value to the top of stack at SP+8.
    	MOVD	val_type+0(FP), R0
    	MOVD	R0, 8(RSP)
    	MOVD	val_data+8(FP), R0
    	MOVD	R0, 16(RSP)
    	MOVD	$2, R20
    	BREAK
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_SQRTF                           = 0x64D // 1613
    	SYS_SQRTL                           = 0x64E // 1614
    	SYS_SINHF                           = 0x64F // 1615
    	SYS_SINHL                           = 0x650 // 1616
    	SYS_TANF                            = 0x651 // 1617
    	SYS_TANL                            = 0x652 // 1618
    	SYS_FABSF                           = 0x653 // 1619
    	SYS_FABSL                           = 0x654 // 1620
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  8. src/runtime/asm_amd64.s

    DEBUG_CALL_FN(debugCall16384<>, 16384)
    DEBUG_CALL_FN(debugCall32768<>, 32768)
    DEBUG_CALL_FN(debugCall65536<>, 65536)
    
    // func debugCallPanicked(val interface{})
    TEXT runtimeĀ·debugCallPanicked(SB),NOSPLIT,$16-16
    	// Copy the panic value to the top of stack.
    	MOVQ	val_type+0(FP), AX
    	MOVQ	AX, 0(SP)
    	MOVQ	val_data+8(FP), AX
    	MOVQ	AX, 8(SP)
    	MOVQ	$2, R12
    	BYTE	$0xcc
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/loong64/asm.go

    		switch width {
    		case 21:
    			if (v<<11)>>11 != v {
    				c.ctxt.Diag("21 bit-width, short branch too far\n%v", p)
    			}
    			o1 = OP_16IR_5I(c.opirr(as), uint32(v), uint32(rj))
    		case 16:
    			if (v<<16)>>16 != v {
    				c.ctxt.Diag("16 bit-width, short branch too far\n%v", p)
    			}
    			o1 = OP_16IRR(c.opirr(as), uint32(v), uint32(rj), uint32(rd))
    		default:
    			c.ctxt.Diag("unexpected branch encoding\n%v", p)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  10. src/cmd/trace/testdata/go122.test

    ProcStart dt=147800 p=2 p_seq=16
    ProcStop dt=29
    ProcStart dt=3880 p=1 p_seq=28
    ProcStop dt=30
    ProcStart dt=801175 p=5 p_seq=3
    ProcStop dt=19
    ProcStart dt=47961 p=6 p_seq=4
    ProcStop dt=15
    ProcStart dt=16716 p=6 p_seq=5
    GoUnblock dt=60 g=6 g_seq=2 stack=0
    GoStart dt=90 g=6 g_seq=3
    HeapAlloc dt=193 heapalloc_value=26453304
    GoBlock dt=29 reason_string=12 stack=15
    ProcStop dt=12
    ProcStart dt=704555 p=7 p_seq=10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
Back to top