Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for dtstdc (0.34 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	DSUB:           "dsub",
    	DSUBCC:         "dsub.",
    	DSUBQ:          "dsubq",
    	DSUBQCC:        "dsubq.",
    	DTSTDC:         "dtstdc",
    	DTSTDCQ:        "dtstdcq",
    	DTSTDG:         "dtstdg",
    	DTSTDGQ:        "dtstdgq",
    	DTSTEX:         "dtstex",
    	DTSTEXQ:        "dtstexq",
    	DTSTSF:         "dtstsf",
    	DTSTSFQ:        "dtstsfq",
    	DXEX:           "dxex",
    	DXEXCC:         "dxex.",
    	DXEXQ:          "dxexq",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. tests/integration/pilot/locality_test.go

    	framework.
    		NewTest(t).
    		RequiresSingleCluster().
    		Run(func(t framework.TestContext) {
    			destA := apps.B[0]
    			destB := apps.C[0]
    			destC := apps.Naked[0]
    			if !t.Settings().Skip(echo.VM) {
    				// TODO do we even need this to be a VM
    				destC = apps.VM[0]
    			}
    
    			cases := []struct {
    				name     string
    				input    LocalityInput
    				expected map[string]int
    			}{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftApplicationCppInteroperabilityIntegrationTest.groovy

                            linkTask.get().linkerArgs.add("-lc++")
                        } else if (targetMachine.operatingSystemFamily.linux) {
                            linkTask.get().linkerArgs.add("-lstdc++")
                        }
                    }
                }
                project(':cppGreeter') {
                    apply plugin: 'cpp-library'
                    library.linkage = [Linkage.${linkage}]
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  4. tools/go-compile-verbose

          mod="$(<<< "$base" cut -d@ -f1)"
          rest="$(<<< "$base" cut -d@ -f2 | cut -d/ -f2-)"
          log "${ls}\t${mod}\t${rest}"
        elif [[ "$f" =~ "$GROOT" ]]; then
            base="${f/"$GROOT"\//}"
            log "${ls}\tstd\t${base}"
        elif [[ "$f" =~ "$ROOT" ]]; then
            base="${f/"$ROOT"\//}"
            log "${ls}\tlocal\t${base}"
        else
            log "${ls}\tunknown\t${f}"
        fi
        ;;
      vet)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 18:18:29 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  5. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/xctest/SwiftXCTestCppInteroperabilityIntegrationTest.groovy

                        linkTask.get().linkerArgs.add("-lc++")
                    } else if (targetMachine.operatingSystemFamily.linux) {
                        linkTask.get().linkerArgs.add("-lstdc++")
                    }
                }
    
                project(':cppGreeter') {
                    apply plugin: 'cpp-library'
                    library.linkage = [Linkage.${linkage}]
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftLibraryCppInteroperabilityIntegrationTest.groovy

                            linkTask.get().linkerArgs.add("-lc++")
                        } else if (targetMachine.operatingSystemFamily.linux) {
                            linkTask.get().linkerArgs.add("-lstdc++")
                        }
                    }
                }
                project(':cppGreeter') {
                    apply plugin: 'cpp-library'
                    library.linkage = [Linkage.${linkage}]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  7. src/runtime/cgo/gcc_aix_ppc64.S

    	mr	12, 3
    	mtctr	12
    	bctrl
    
    	addi	1, 1, 296
    	bl	restoreregs
    	ld	2, 40(1)
    	ld	0, 16(1)
    	mtlr	0
    	blr
    
    saveregs:
    	// Save callee-save registers
    	// O=-288; for R in {14..31}; do echo "\tstd\t$R, $O(1)"; ((O+=8)); done; for F in f{14..31}; do echo "\tstfd\t$F, $O(1)"; ((O+=8)); done
    	std	14, -288(1)
    	std	15, -280(1)
    	std	16, -272(1)
    	std	17, -264(1)
    	std	18, -256(1)
    	std	19, -248(1)
    	std	20, -240(1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  8. ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh

    mv "${TARGET}/usr/lib64/libstdc++.so.${LIBSTDCXX_VERSION}" \
       "${TARGET}/usr/lib64/libstdc++.so.${LIBSTDCXX_VERSION}.backup"
    echo -e "OUTPUT_FORMAT(elf64-littleaarch64)\nINPUT ( libstdc++.so.6.0.18 -lstdc++_nonshared44 )" \
       > "${TARGET}/usr/lib64/libstdc++.so.${LIBSTDCXX_VERSION}"
    cp "./aarch64-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++_nonshared44.a" \
       "${TARGET}/usr/lib64"
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 00:26:34 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  9. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

     		-DINSTDIR_PATH=\"$(prefix)\" \
     		-DLIBDIR_PATH=\"$(libdir)\"
     
    -ifeq (,$(CXX))
    -LINKS_DSO_PROGRAM = links-dso-program-c
    -else
    -LINKS_DSO_PROGRAM = links-dso-program
    -LDLIBS-links-dso-program = -lstdc++ -lgcc -lgcc_s $(libunwind)
    -endif
    -
     LDLIBS-test-container = $(libsupport)
     
     others += test-container
    @@ -182,9 +175,6 @@ others-noinstall += test-container
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  10. src/go/build/build_test.go

    )
    
    var expandSrcDirTests = []struct {
    	input, expected string
    }{
    	{"-L ${SRCDIR}/libs -ladd", "-L /projects/src/add/libs -ladd"},
    	{"${SRCDIR}/add_linux_386.a -pthread -lstdc++", "/projects/src/add/add_linux_386.a -pthread -lstdc++"},
    	{"Nothing to expand here!", "Nothing to expand here!"},
    	{"$", "$"},
    	{"$$", "$$"},
    	{"${", "${"},
    	{"$}", "$}"},
    	{"$FOO ${BAR}", "$FOO ${BAR}"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 15 16:24:01 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top