Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 9,162 for 3$ (0.03 sec)

  1. test/codegen/switch.go

    	switch x {
    	case "":
    		return -1
    	case "1", "2", "3":
    		return -2
    	default:
    		return -3
    	}
    }
    
    // use jump tables for 8+ int cases
    func square(x int) int {
    	// amd64:`JMP\s\(.*\)\(.*\)$`
    	// arm64:`MOVD\s\(R.*\)\(R.*<<3\)`,`JMP\s\(R.*\)$`
    	switch x {
    	case 1:
    		return 1
    	case 2:
    		return 4
    	case 3:
    		return 9
    	case 4:
    		return 16
    	case 5:
    		return 25
    	case 6:
    		return 36
    	case 7:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 18:39:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/cpumanager/policy_test.go

    			138: {CoreID: 31, SocketID: 3, NUMANodeID: 3},
    			258: {CoreID: 31, SocketID: 3, NUMANodeID: 3},
    			85:  {CoreID: 38, SocketID: 3, NUMANodeID: 3},
    			205: {CoreID: 38, SocketID: 3, NUMANodeID: 3},
    			145: {CoreID: 38, SocketID: 3, NUMANodeID: 3},
    			265: {CoreID: 38, SocketID: 3, NUMANodeID: 3},
    			86:  {CoreID: 39, SocketID: 3, NUMANodeID: 3},
    			206: {CoreID: 39, SocketID: 3, NUMANodeID: 3},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 24 20:49:58 UTC 2021
    - 40.6K bytes
    - Viewed (0)
  3. src/crypto/internal/bigmod/nat_riscv64.s

    	SLTU	X21, X16, X22
    	ADD	X15, X22, X29	// next c
    
    	MULHU	X17, X6, X18	// z_hi[3] = x[3] * y
    	MUL	X17, X6, X17	// z_lo[3] = x[3] * y
    	ADD	X17, X19, X21	// z_lo[3] = x[3] * y + z[3]
    	SLTU	X17, X21, X22
    	ADD	X18, X22, X18	// z_hi[3] = x[3] * y + z[3]
    	ADD	X21, X29, X19	// z_lo[3] = x[3] * y + z[3] + c
    	SLTU	X21, X19, X22
    	ADD	X18, X22, X29	// next c
    
    	MOV	X10, 0*8(X5)	// z[0]
    	MOV	X13, 1*8(X5)	// z[1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/autoscaling.v2beta2.HorizontalPodAutoscaler.yaml

        scaleDown:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
        scaleUp:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
      maxReplicas: 3
      metrics:
      - containerResource:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt

        peer.sendFrame().headers(false, 3, headerEntries("b", "banana"))
        peer.sendFrame().data(false, 3, Buffer().write(ByteArray(dataLength)), dataLength)
        peer.sendFrame().data(false, 3, Buffer().write(ByteArray(dataLength)), dataLength)
        peer.sendFrame().data(false, 3, Buffer().write(ByteArray(dataLength)), dataLength)
        peer.sendFrame().data(false, 3, Buffer().write(ByteArray(dataLength)), dataLength)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  6. .idea/codeStyles/Project.xml

        </JetCodeStyleSettings>
        <codeStyleSettings language="Groovy">
          <option name="IF_BRACE_FORCE" value="3" />
          <option name="DOWHILE_BRACE_FORCE" value="3" />
          <option name="WHILE_BRACE_FORCE" value="3" />
          <option name="FOR_BRACE_FORCE" value="3" />
        </codeStyleSettings>
        <codeStyleSettings language="JAVA">
          <option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 31 14:47:08 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  7. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoBlock dt=35 reason_string=13 stack=11
    ProcStop dt=77
    EventBatch gen=3 m=169436 time=28114950894898 size=160
    ProcStatus dt=2 p=34 pstatus=1
    GoStatus dt=3 g=107 m=169436 gstatus=2
    GCMarkAssistBegin dt=15 stack=3
    GoBlock dt=4050 reason_string=13 stack=11
    GoStatus dt=20 g=23 m=18446744073709551615 gstatus=4
    GoUnblock dt=3 g=23 g_seq=1 stack=0
    GoStart dt=8 g=23 g_seq=2
    GoLabel dt=1 label_string=2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

                                        <la:errors property="_global"/>
                                    </div>
                                    <div class="form-group row">
                                        <label for="name" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.user_name"/></label>
                                        <div class="col-sm-9">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 14 12:15:45 UTC 2020
    - 31.4K bytes
    - Viewed (0)
  9. docs/en/docs/img/deployment/concepts/process-ram.drawio

                    </mxCell>
                    <mxCell id="3" value="&lt;font face=&quot;Roboto&quot;&gt;&lt;span style=&quot;font-size: 24px&quot;&gt;Server&lt;/span&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;strokeWidth=3;fontFamily=Roboto Mono, mono;FType=g;" parent="1" vertex="1">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 10K bytes
    - Viewed (0)
  10. docs/en/docs/img/deployment/https/https06.drawio

                    </mxCell>
                    <mxCell id="3" value="&lt;font face=&quot;Roboto&quot;&gt;&lt;span style=&quot;font-size: 24px&quot;&gt;Server(s)&lt;/span&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;strokeWidth=3;fontFamily=Roboto Mono, mono;FType=g;" parent="1" vertex="1">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 17.1K bytes
    - Viewed (0)
Back to top