Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 225 for goio (0.05 sec)

  1. src/runtime/softfloat64.go

    again1:
    	if q1 >= b || q1*vn0 > b*rhat+un1 {
    		q1--
    		rhat += vn1
    		if rhat < b {
    			goto again1
    		}
    	}
    
    	un21 := un32*b + un1 - q1*v
    	q0 := un21 / vn1
    	rhat = un21 - q0*vn1
    
    again2:
    	if q0 >= b || q0*vn0 > b*rhat+un0 {
    		q0--
    		rhat += vn1
    		if rhat < b {
    			goto again2
    		}
    	}
    
    	return q1*b + q0, (un21*b + un0 - q0*v) >> s
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 17:58:41 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

              #expected_exception ".\n  Actual: it throws a different type."; \
          goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \
        } \
        if (!gtest_caught_expected) { \
          gtest_msg.value = \
              "Expected: " #statement " throws an exception of type " \
              #expected_exception ".\n  Actual: it throws nothing."; \
          goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \
        } \
      } else \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  3. src/runtime/asm_riscv64.s

    TEXT runtime·return0(SB), NOSPLIT, $0
    	MOV	$0, A0
    	RET
    
    // restore state from Gobuf; longjmp
    
    // func gogo(buf *gobuf)
    TEXT runtime·gogo(SB), NOSPLIT|NOFRAME, $0-8
    	MOV	buf+0(FP), T0
    	MOV	gobuf_g(T0), T1
    	MOV	0(T1), ZERO // make sure g != nil
    	JMP	gogo<>(SB)
    
    TEXT gogo<>(SB), NOSPLIT|NOFRAME, $0
    	MOV	T1, g
    	CALL	runtime·save_g(SB)
    
    	MOV	gobuf_sp(T0), X2
    	MOV	gobuf_lr(T0), RA
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 27K bytes
    - Viewed (0)
  4. src/runtime/asm_s390x.s

    	CALL	runtime·mstart0(SB)
    	RET // not reached
    
    /*
     *  go-routine
     */
    
    // void gogo(Gobuf*)
    // restore state from Gobuf; longjmp
    TEXT runtime·gogo(SB), NOSPLIT|NOFRAME, $0-8
    	MOVD	buf+0(FP), R5
    	MOVD	gobuf_g(R5), R6
    	MOVD	0(R6), R7	// make sure g != nil
    	BR	gogo<>(SB)
    
    TEXT gogo<>(SB), NOSPLIT|NOFRAME, $0
    	MOVD	R6, g
    	BL	runtime·save_g(SB)
    
    	MOVD	0(g), R4
    	MOVD	gobuf_sp(R5), R15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 09:18:28 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authentication/v1alpha1/generated.pb.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by protoc-gen-gogo. DO NOT EDIT.
    // source: k8s.io/api/authentication/v1alpha1/generated.proto
    
    package v1alpha1
    
    import (
    	fmt "fmt"
    
    	io "io"
    
    	proto "github.com/gogo/protobuf/proto"
    
    	math "math"
    	math_bits "math/bits"
    	reflect "reflect"
    	strings "strings"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

              #expected_exception ".\n  Actual: it throws a different type."; \
          goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \
        } \
        if (!gtest_caught_expected) { \
          gtest_msg.value = \
              "Expected: " #statement " throws an exception of type " \
              #expected_exception ".\n  Actual: it throws nothing."; \
          goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \
        } \
      } else \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/net/MediaType.java

      /**
       * <a href="http://goo.gl/1pGBFm">Apple over-the-air mobile configuration profiles</a>.
       *
       * @since 18.0
       */
      public static final MediaType APPLE_MOBILE_CONFIG =
          createConstant(APPLICATION_TYPE, "x-apple-aspen-config");
    
      /** <a href="http://goo.gl/XDQ1h2">Microsoft Excel</a> spreadsheets. */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  8. cmd/kube-proxy/app/server_test.go

    				return c
    			}(),
    		},
    		"flags": {
    			flags: []string{
    				"-v=7",
    				"--vmodule", "goo.go=8",
    			},
    			expected: func() *kubeproxyconfig.KubeProxyConfiguration {
    				c := expected.DeepCopy()
    				c.Logging.Verbosity = 7
    				c.Logging.VModule = append(c.Logging.VModule, logsapi.VModuleItem{
    					FilePattern: "goo.go",
    					Verbosity:   8,
    				})
    				return c
    			}(),
    		},
    		"both": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/CertificatePinner.kt

     *
     * [charles]: http://charlesproxy.com
     * [fiddler]: http://fiddlertool.com
     * [langley]: http://goo.gl/AIx3e5
     * [owasp]: https://www.owasp.org/index.php/Certificate_and_Public_Key_Pinning
     * [rfc_7469]: http://tools.ietf.org/html/rfc7469
     * [static_certificates]: http://goo.gl/XDh6je
     */
    @Suppress("NAME_SHADOWING")
    class CertificatePinner internal constructor(
      val pins: Set<Pin>,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

         {
           if (len >= room_left)
     	goto no_more_room;
    @@ -98,7 +98,7 @@ _nss_nisplus_parse_pwent (nis_result *result, struct passwd *pw,
     
       numstr = NISOBJVAL (3, obj);
       len = NISOBJLEN (3, obj);
    -  if (len == 0 && numstr[len - 1] != '\0')
    +  if (len == 0 || numstr[len - 1] != '\0')
         {
           if (len >= room_left)
     	goto no_more_room;
    diff --git a/string/bits/string2.h b/string/bits/string2.h
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 42.9K bytes
    - Viewed (0)
Back to top