Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 3,015 for argps (0.2 sec)

  1. src/cmd/compile/internal/ssa/_gen/rulegen.go

    	if token.IsIdentifier(m) {
    		return m
    	}
    	op, typ, auxint, aux, args := extract(m)
    	if opIsCommutative(op, arch) {
    		if args[1] < args[0] {
    			args[0], args[1] = args[1], args[0]
    		}
    	}
    	s := new(strings.Builder)
    	fmt.Fprintf(s, "%s <%s> [%s] {%s}", op, typ, auxint, aux)
    	for _, arg := range args {
    		prefix, expr := splitNameExpr(arg)
    		fmt.Fprint(s, " ", prefix, normalizeMatch(expr, arch))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 02 22:09:21 UTC 2023
    - 48.7K bytes
    - Viewed (0)
  2. src/runtime/stack.go

    }
    
    // Stack frame layout
    //
    // (x86)
    // +------------------+
    // | args from caller |
    // +------------------+ <- frame->argp
    // |  return address  |
    // +------------------+
    // |  caller's BP (*) | (*) if framepointer_enabled && varp > sp
    // +------------------+ <- frame->varp
    // |     locals       |
    // +------------------+
    // |  args to callee  |
    // +------------------+ <- frame->sp
    //
    // (arm)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  3. src/runtime/heapdump.go

    	// Information passed up from the callee frame about
    	// the layout of the outargs region.
    	argoff uintptr   // where the arguments start in the frame
    	arglen uintptr   // size of args region
    	args   bitvector // if args.n >= 0, pointer map of args region
    	sp     *uint8    // callee sp
    	depth  uintptr   // depth in call stack (0 == most recent)
    }
    
    // dump kinds & offsets of interesting fields in bv.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/graph/CachingDirectedGraphWalkerTest.groovy

            1 * graph.getNodeValues(1, _, _) >> { args -> args[1] << '1'; args[2] << 1; args[2] << 2 }
            1 * graph.getNodeValues(2, _, _) >> { args -> args[1] << '2'; args[2] << 3; args[2] << 4 }
            1 * graph.getNodeValues(3, _, _) >> { args -> args[1] << '3'; args[2] << 2 }
            1 * graph.getNodeValues(4, _, _) >> { args -> args[1] << '4' }
            5 * graph.getEdgeValues(_, _, _) >> { args -> args[2] << "${args[0]}->${args[1]}".toString() }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  5. src/net/rpc/server_test.go

    	if args.B == 0 {
    		return errors.New("divide by zero")
    	}
    	reply.C = args.A / args.B
    	return nil
    }
    
    func (t *Arith) String(args *Args, reply *string) error {
    	*reply = fmt.Sprintf("%d+%d=%d", args.A, args.B, args.A+args.B)
    	return nil
    }
    
    func (t *Arith) Scan(args string, reply *Reply) (err error) {
    	_, err = fmt.Sscan(args, &reply.C)
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 18 05:23:29 UTC 2023
    - 19K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/VisualCppCompilerArgsTransformer.java

        @Override
        public List<String> transform(T spec) {
            List<String> args = new ArrayList<>();
            addToolSpecificArgs(spec, args);
            addMacroArgs(spec, args);
            addUserArgs(spec, args);
            addIncludeArgs(spec, args);
            return args;
        }
    
        private void addUserArgs(T spec, List<String> args) {
            args.addAll(escapeUserArgs(spec.getAllArgs()));
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/device_compilation_cluster_signature_test.cc

      std::vector<XlaCompiler::Argument> args(1);
      args[0].kind = XlaCompiler::Argument::kConstant;
      args[0].type = DT_INT32;
      args[0].shape = TensorShape({4, 0});
      args[0].constant_value = Tensor(DT_INT32, {4, 0});
      TF_ASSERT_OK_AND_ASSIGN(DeviceCompilationClusterSignature s1,
                              DeviceCompilationClusterSignature::Build(fn, args));
    
      args[0].type = DT_FLOAT;
      args[0].constant_value = Tensor(DT_FLOAT, {4, 0});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/python/mlir_wrapper/mlir_wrapper.pyi

    from typing import overload
    
    class Attribute:
        def __init__(self, *args, **kwargs) -> None: ...
    
    class Block:
        def __init__(self, *args, **kwargs) -> None: ...
        def addArgument(self, *args, **kwargs) -> Any: ...
        def end(self) -> Block_Iterator: ...
        def new(self) -> Block: ...
    
    class BlockArgument(Value):
        def __init__(self, *args, **kwargs) -> None: ...
    
    class Block_Iterator:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 09 17:10:09 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/arm/armasm/plan9x.go

    	case STR_EQ:
    		op = "MOVW" + op[3:] + suffix
    		args[0], args[1] = args[1], args[0]
    	case STRB_EQ:
    		op = "MOVB" + op[4:] + suffix
    		args[0], args[1] = args[1], args[0]
    	case STRH_EQ:
    		op = "MOVH" + op[4:] + suffix
    		args[0], args[1] = args[1], args[0]
    	case VSTR_EQ:
    		args[0], args[1] = args[1], args[0]
    	default:
    		op = op + suffix
    	}
    
    	if args != nil {
    		op += " " + strings.Join(args, ", ")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/envoyfilter/rc_patch_test.go

    		t.Run(tt.name, func(t *testing.T) {
    			savedSharedVHost := proto.Clone(tt.args.sharedRoutesVHost).(*route.VirtualHost)
    			patchHTTPRoute(tt.args.patchContext, tt.args.patches, tt.args.routeConfiguration,
    				tt.args.virtualHost, tt.args.routeIndex, tt.args.routesRemoved, tt.args.portMap, &tt.args.clonedVhostRoutes)
    			if diff := cmp.Diff(tt.want, tt.args.virtualHost, protocmp.Transform()); diff != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.4K bytes
    - Viewed (0)
Back to top