Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for PC (0.14 sec)

  1. src/cmd/asm/internal/asm/testdata/riscv64.s

    	// Branch pseudo-instructions
    	BEQZ	X5, 2(PC)				// 63840200
    	BGEZ	X5, 2(PC)				// 63d40200
    	BGT	X5, X6, 2(PC)				// 63445300
    	BGTU	X5, X6, 2(PC)				// 63645300
    	BGTZ	X5, 2(PC)				// 63445000
    	BLE	X5, X6, 2(PC)				// 63545300
    	BLEU	X5, X6, 2(PC)				// 63745300
    	BLEZ	X5, 2(PC)				// 63545000
    	BLTZ	X5, 2(PC)				// 63c40200
    	BNEZ	X5, 2(PC)				// 63940200
    
    	// Set pseudo-instructions
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 22 04:42:21 GMT 2024
    - 16.7K bytes
    - Viewed (1)
  2. operator/cmd/mesh/profile.go

    	pdc := profileDumpCmd(pdArgs)
    	pdfc := profileDiffCmd(pdfArgs)
    
    	addFlags(pc, args)
    	addFlags(plc, args)
    	addFlags(pdc, args)
    	addFlags(pdfc, args)
    
    	addProfileDumpFlags(pdc, pdArgs)
    	addProfileListFlags(plc, plArgs)
    	addProfileDiffFlags(pdfc, pdfArgs)
    
    	pc.AddCommand(plc)
    	pc.AddCommand(pdc)
    	pc.AddCommand(pdfc)
    
    	return pc
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 01:18:49 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/ppc64.s

    	NEGVCC R3, R4                   // 7c8304d1
    
    	BEQ 0(PC)                       // 41820000
    	BEQ CR1,0(PC)                   // 41860000
    	BGE 0(PC)                       // 40800000
    	BGE CR2,0(PC)                   // 40880000
    	BGT 4(PC)                       // 41810010
    	BGT CR3,4(PC)                   // 418d0010
    	BLE 0(PC)                       // 40810000
    	BLE CR4,0(PC)                   // 40910000
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  4. internal/logger/logger.go

    	}
    	return filepath.FromSlash(f)
    }
    
    func getSource(level int) string {
    	pc, file, lineNumber, ok := runtime.Caller(level)
    	if ok {
    		// Clean up the common prefixes
    		file = trimTrace(file)
    		_, funcName := filepath.Split(runtime.FuncForPC(pc).Name())
    		return fmt.Sprintf("%v:%v:%v()", file, lineNumber, funcName)
    	}
    	return ""
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat May 04 00:17:57 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  5. istioctl/pkg/version/version.go

    }
    
    func getRemoteInfoWrapper(ctx cli.Context, pc **cobra.Command, opts *clioptions.ControlPlaneOptions) func() (*istioVersion.MeshInfo, error) {
    	return func() (*istioVersion.MeshInfo, error) {
    		remInfo, err := getRemoteInfo(ctx, *opts)
    		if err != nil {
    			fmt.Fprintf((*pc).OutOrStderr(), "%v\n", err)
    			// Return nil so that the client version is printed
    			return nil, nil
    		}
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 01:18:49 GMT 2024
    - 8.3K bytes
    - Viewed (0)
  6. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultLifecycleBindingsInjector.java

                                                .toList())
                                        .build()));
                Map<Plugin, Plugin> allPlugins = new LinkedHashMap<>();
                plugins.values().stream().flatMap(pc -> pc.getPlugins().stream()).forEach(p -> addPlugin(allPlugins, p));
                Model lifecycleModel = Model.newBuilder()
                        .build(Build.newBuilder().plugins(allPlugins.values()).build())
                        .build();
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 8.6K bytes
    - Viewed (0)
  7. istioctl/pkg/proxyconfig/proxyconfig.go

      istioctl proxy-config all <pod-name[.namespace]>
    
      # Retrieve full cluster dump as JSON
      istioctl proxy-config all <pod-name[.namespace]> -o json
    
      # Retrieve full cluster dump with short syntax
      istioctl pc a <pod-name[.namespace]>
    
      # Retrieve cluster summary without using Kubernetes API
      ssh <user@hostname> 'curl localhost:15000/config_dump' > envoy-config.json
      istioctl proxy-config all --file envoy-config.json
    `,
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 16 03:28:36 GMT 2024
    - 48K bytes
    - Viewed (0)
  8. cmd/site-replication.go

    	if err != nil {
    		return nil, err
    	}
    	client.SetCustomTransport(globalRemoteTargetTransport)
    	return client, nil
    }
    
    func getS3Client(pc madmin.PeerSite) (*minioClient.Client, error) {
    	ep, err := url.Parse(pc.Endpoint)
    	if err != nil {
    		return nil, err
    	}
    	if globalBucketTargetSys.isOffline(ep) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 184.2K bytes
    - Viewed (1)
  9. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    protected char[] buf; protected int bufSoftLimit; protected boolean preventBufferCompact; protected int bufAbsoluteStart; protected int bufStart; protected int bufEnd; protected int pos; protected int posStart; protected int posEnd; protected char[] pc; protected int pcStart; protected int pcEnd; protected boolean usePC; protected boolean seenStartTag; protected boolean seenEndTag; protected boolean pastEndTag; protected boolean seenAmpersand; protected boolean seenMarkup; protected boolean seenDocdecl;...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 164.6K bytes
    - Viewed (0)
  10. cmd/testdata/xl-meta-merge.zip

    CÖÆÉÒZqhLmD²hwPï\oNo÷òzŠebì¢vÖY|Uå im ê *wB~mc at ‘¦GaFz¼ NqIUÖG¾ iðû cªï lRG슑²I^ï?iv);ã2lY¾Âqû\b¦cÚ.ñSx]_Å]˜²md:†²pDeÀiM²Zs~: }à› ¾qïLDK\2²)cq„7 S` Jã yDs®…Y|e @iVÚ}qC=ºdTDBI„1™iej.û=¯Hñgu‘oityY£jgòWB {Hqvix]éòs»oñÊuGx|s ñÈyGCÊ}©ûyr}T÷¨j@ej%Æxm| éy\Cª}oWZPIÂu²pc{Å K`pix]íbšÄÆ % ¾µpqlZï„Ì* , :09†ê}jPñ QRI¾AY} ãjn¼R[¢XUT<ˆ¬Ó (=4%áÜÆ}^ nvw¾g}ã3}¼#4 1qV7 „EÕ¢GªåuxzKûTEDˆU]û~w„ãx¢KHJï ezil¾LyV ˆÚshW÷e¢ÜÆJbHGfÂÌñ*}GZ¢DCò¬½Rˆ¡´š ­º–€ µv §š´µœ•Œ‚ ®¼^¾¤GUec2co·ainué1ugzûuŠSy\rïrª‘tqZaˆ¥©yñV_S^}“iìdDI}q²¢¤£š˜ ®Ô@x~ìÌ...
    ZIP Archive
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Mar 08 17:50:48 GMT 2024
    - 30.2K bytes
    - Viewed (0)
Back to top