Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for 2055 (0.38 sec)

  1. src/cmd/compile/internal/ssa/rewrite.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package ssa
    
    import (
    	"cmd/compile/internal/base"
    	"cmd/compile/internal/logopt"
    	"cmd/compile/internal/reflectdata"
    	"cmd/compile/internal/types"
    	"cmd/internal/obj"
    	"cmd/internal/obj/s390x"
    	"cmd/internal/objabi"
    	"cmd/internal/src"
    	"encoding/binary"
    	"fmt"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // Copyright 2005, Google Inc.
    // All rights reserved.
    //
    // Redistribution and use in source and binary forms, with or without
    // modification, are permitted provided that the following conditions are
    // met:
    //
    //     * Redistributions of source code must retain the above copyright
    // notice, this list of conditions and the following disclaimer.
    //     * Redistributions in binary form must reproduce the above
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // Copyright 2005, Google Inc.
    // All rights reserved.
    //
    // Redistribution and use in source and binary forms, with or without
    // modification, are permitted provided that the following conditions are
    // met:
    //
    //     * Redistributions of source code must retain the above copyright
    // notice, this list of conditions and the following disclaimer.
    //     * Redistributions in binary form must reproduce the above
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    /*
    Copyright 2015 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  5. src/cmd/go/go_test.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main_test
    
    import (
    	"bytes"
    	"debug/elf"
    	"debug/macho"
    	"debug/pe"
    	"encoding/binary"
    	"flag"
    	"fmt"
    	"go/format"
    	"internal/godebug"
    	"internal/platform"
    	"internal/testenv"
    	"io"
    	"io/fs"
    	"log"
    	"math"
    	"os"
    	"os/exec"
    	"path/filepath"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  6. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1051, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1052, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1053, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1054, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1055, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1056, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1057, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1058, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1059, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/riscv/obj.go

    		case AMOVW: // MOVW Ra, Rb -> ADDIW $0, Ra, Rb
    			ins.as, ins.rs1, ins.rs2, ins.imm = AADDIW, uint32(p.From.Reg), obj.REG_NONE, 0
    		case AMOVBU: // MOVBU Ra, Rb -> ANDI $255, Ra, Rb
    			ins.as, ins.rs1, ins.rs2, ins.imm = AANDI, uint32(p.From.Reg), obj.REG_NONE, 255
    		case AMOVF: // MOVF Ra, Rb -> FSGNJS Ra, Ra, Rb
    			ins.as, ins.rs1 = AFSGNJS, uint32(p.From.Reg)
    		case AMOVD: // MOVD Ra, Rb -> FSGNJD Ra, Ra, Rb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  8. src/runtime/zcallback_windows_arm.s

    	MOVW	$1051, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1052, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1053, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1054, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1055, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1056, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1057, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1058, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1059, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/regalloc.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Register allocation.
    //
    // We use a version of a linear scan register allocator. We treat the
    // whole function as a single long basic block and run through
    // it using a greedy register allocator. Then all merge edges
    // (those targeting a block with len(Preds)>1) are processed to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package demangle defines functions that demangle GCC/LLVM
    // C++ and Rust symbol names.
    // This package recognizes names that were mangled according to the C++ ABI
    // defined at http://codesourcery.com/cxx-abi/ and the Rust ABI
    // defined at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
Back to top