Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 51 for prepends (0.17 sec)

  1. src/cmd/link/internal/ld/data.go

    			copy(syms[first+2:], syms[first+1:second])
    			syms[first+0] = rel
    			syms[first+1] = plt
    
    			// Make sure alignment doesn't introduce a gap.
    			// Setting the alignment explicitly prevents
    			// symalign from basing it on the size and
    			// getting it wrong.
    			ldr.SetSymAlign(rel, int32(ctxt.Arch.RegSize))
    			ldr.SetSymAlign(plt, int32(ctxt.Arch.RegSize))
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  2. src/reflect/value.go

    		trunc := (x << (64 - bitSize)) >> (64 - bitSize)
    		return x != trunc
    	}
    	panic(&ValueError{"reflect.Value.OverflowUint", v.kind()})
    }
    
    //go:nocheckptr
    // This prevents inlining Value.Pointer when -d=checkptr is enabled,
    // which ensures cmd/compile can recognize unsafe.Pointer(v.Pointer())
    // and make an exception.
    
    // Pointer returns v's value as a uintptr.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. src/net/http/server.go

    	headerDate          = []byte("Date: ")
    )
    
    // Write writes the headers described in h to w.
    //
    // This method has a value receiver, despite the somewhat large size
    // of h, because it prevents an allocation. The escape analysis isn't
    // smart enough to realize this function doesn't mutate h.
    func (h extraHeader) Write(w *bufio.Writer) {
    	if h.date != nil {
    		w.Write(headerDate)
    		w.Write(h.date)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // during traversal.
      llvm::SmallVector<std::string, 8> path_segments_;
      // The set of node IDs that are on the current DFS stack.
      // For cyclic object graphs, this prevents infinite recursion.
      std::unordered_set<int> on_stack_nodes_;
    
      // Key: node_id.
      // Value: all object names that node_id appears as.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource",
              "description": "The ConfigMap to select from"
            },
            "prefix": {
              "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.",
              "type": "string"
            },
            "secretRef": {
              "$ref": "#/definitions/io.k8s.api.core.v1.SecretEnvSource",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods.go

    	// failure case of services simply not having completed a list operation that can reasonably be expected to succeed.
    	// One common case this prevents is a kubelet restart reading pods before services and some pod not having the
    	// KUBERNETES_SERVICE_HOST injected because we didn't wait a short time for services to sync before proceeding.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    boots every Christmas.'
    
      And she went on planning to herself how she would manage it.
    `They must go by the carrier,' she thought; `and how funny it'll
    seem, sending presents to one's own feet!  And how odd the
    directions will look!
    
                ALICE'S RIGHT FOOT, ESQ.
                    HEARTHRUG,
                        NEAR THE FENDER,
                            (WITH ALICE'S LOVE).
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    boots every Christmas.'
    
      And she went on planning to herself how she would manage it.
    `They must go by the carrier,' she thought; `and how funny it'll
    seem, sending presents to one's own feet!  And how odd the
    directions will look!
    
                ALICE'S RIGHT FOOT, ESQ.
                    HEARTHRUG,
                        NEAR THE FENDER,
                            (WITH ALICE'S LOVE).
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  9. src/debug/elf/elf.go

    	Addr      uint32 /* Address in memory image. */
    	Off       uint32 /* Offset in file. */
    	Size      uint32 /* Size in bytes. */
    	Link      uint32 /* Index of a related section. */
    	Info      uint32 /* Depends on section type. */
    	Addralign uint32 /* Alignment in bytes. */
    	Entsize   uint32 /* Size of each entry in section. */
    }
    
    // ELF32 Program header.
    type Prog32 struct {
    	Type   uint32 /* Entry type. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  10. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    from every refracting Surface to all distances without end or limitation. This alternate Reflexion and Refraction depends on both the Surfaces of every thin Plate, because it depends on their distance. By the 21st Observation, if either Surface of a thin Plate of _Muscovy_ Glass be wetted, the Colours caused by the alternate Reflexion and Refraction grow faint, and therefore it depends on them both. It is therefore perform'd at the second Surface; for if it were perform'd at the first, before 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