Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 119 of 119 for procedure (4.49 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	RequestInfo *request.RequestInfo
    	User        user.Info
    }
    
    // `*configController` maintains eventual consistency with the API
    // objects that configure API Priority and Fairness, and provides a
    // procedural interface to the configured behavior.  The methods of
    // this type and cfgMeal follow the convention that the suffix
    // "Locked" means that the caller must hold the configController lock.
    type configController struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/prove.go

    // factsTable keeps track of relations between pairs of values.
    //
    // The fact table logic is sound, but incomplete. Outside of a few
    // special cases, it performs no deduction or arithmetic. While there
    // are known decision procedures for this, the ad hoc approach taken
    // by the facts table is effective for real code while remaining very
    // efficient.
    type factsTable struct {
    	// unsat is true if facts contains a contradiction.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/debug.go

    }
    
    // Pack a value and block ID into an address-sized uint, returning
    // encoded value and boolean indicating whether the encoding succeeded.
    // For 32-bit architectures the process may fail for very large
    // procedures(the theory being that it's ok to have degraded debug
    // quality in this case).
    func encodeValue(ctxt *obj.Link, b, v ID) (uint64, bool) {
    	if ctxt.Arch.PtrSize == 8 {
    		result := uint64(b)<<32 | uint64(uint32(v))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  4. src/debug/elf/elf.go

    	PT_AARCH64_UNWIND  ProgType = 0x70000001 /* Exception unwind tables */
    
    	PT_MIPS_REGINFO  ProgType = 0x70000000 /* Register usage */
    	PT_MIPS_RTPROC   ProgType = 0x70000001 /* Runtime procedures */
    	PT_MIPS_OPTIONS  ProgType = 0x70000002 /* Options */
    	PT_MIPS_ABIFLAGS ProgType = 0x70000003 /* ABI flags */
    
    	PT_S390_PGSTE ProgType = 0x70000000 /* 4k page table size */
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      // Propagates any constant operand of call_op to the called function body's
      // corresponding argument if the callee has only one use.
      //
      // TODO(b/154065712): Move this to a more general inter-procedural constant
      // folding pass.
      void PropagateConstantToCallee(CallOpInterface call_op, FuncOp func,
                                     ModuleOp module);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  6. CREDITS

    commercial, industrial or non-consumer uses, unless such uses represent
    the only significant mode of use of the product.
    
      "Installation Information" for a User Product means any methods,
    procedures, authorization keys, or other information required to install
    and execute modified versions of a covered work in that User Product from
    a modified version of its Corresponding Source.  The information must
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    o.se
    org.se
    p.se
    parti.se
    pp.se
    press.se
    r.se
    s.se
    t.se
    tm.se
    u.se
    w.se
    x.se
    y.se
    z.se
    
    // sg : http://www.nic.net.sg/page/registration-policies-procedures-and-guidelines
    sg
    com.sg
    net.sg
    org.sg
    gov.sg
    edu.sg
    per.sg
    
    // sh : http://nic.sh/rules.htm
    sh
    com.sh
    net.sh
    gov.sh
    org.sh
    mil.sh
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (1)
  8. src/testdata/Isaac.Newton-Opticks.txt

    Chamber darker, by so much the better doth the Experiment succeed;
    provided the Light be not so far diminished, but that the Colours at
    _pt_ be sufficiently visible. To procure a Prism of solid Glass large
    enough for this Experiment will be difficult, and therefore a prismatick
    Vessel must be made of polish'd Glass Plates cemented together, and
    filled with salt Water or clear Oil.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    H are narrower, and the Intervals between them and the Prism greater, and the Chamber darker, by so much the better doth the Experiment succeed; provided the Light be not so far diminished, but that the Colours at _pt_ be sufficiently visible. To procure a Prism of solid Glass large enough for this Experiment will be difficult, and therefore a prismatick Vessel must be made of polish'd Glass Plates cemented together, and filled with salt Water or clear Oil. [Illustration: FIG. 1.] _Exper._ 2. The...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top