Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for gint (0.05 sec)

  1. src/runtime/malloc.go

    			return nil, 0
    		}
    
    		// Create new hints for extending this region.
    		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
    		hint.addr, hint.down = uintptr(v), true
    		hint.next, mheap_.arenaHints = mheap_.arenaHints, hint
    		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
    		hint.addr = uintptr(v) + size
    		hint.next, mheap_.arenaHints = mheap_.arenaHints, hint
    	}
    
    	// Check for bad pointers or pointers we can't use.
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

    // LINT.ThenChange()
    
    // LINT.IfChange(read_only_memory_region_ops_version)
    constexpr int TF_READ_ONLY_MEMORY_REGION_OPS_API = 0;
    constexpr int TF_READ_ONLY_MEMORY_REGION_OPS_ABI = 0;
    constexpr size_t TF_READ_ONLY_MEMORY_REGION_OPS_SIZE =
        sizeof(TF_ReadOnlyMemoryRegionOps);
    // LINT.ThenChange()
    
    // LINT.IfChange(filesystem_ops_version)
    constexpr int TF_FILESYSTEM_OPS_API = 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
  3. src/go/types/expr.go

    	return
    }
    
    // exprWithHint typechecks expression e and initializes x with the expression value;
    // hint is the type of a composite literal element.
    // If an error occurred, x.mode is set to invalid.
    func (check *Checker) exprWithHint(x *operand, e ast.Expr, hint Type) {
    	assert(hint != nil)
    	check.rawExpr(nil, x, e, hint, false)
    	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
    	check.singleValue(x)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  4. src/runtime/map.go

    	if h.extra.overflow == nil {
    		h.extra.overflow = new([]*bmap)
    	}
    }
    
    func makemap64(t *maptype, hint int64, h *hmap) *hmap {
    	if int64(int(hint)) != hint {
    		hint = 0
    	}
    	return makemap(t, int(hint), h)
    }
    
    // makemap_small implements Go map creation for make(map[k]v) and
    // make(map[k]v, hint) when hint is known to be at most bucketCnt
    // at compile time and the map needs to be allocated on the heap.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  5. pkg/scheduler/internal/queue/scheduling_queue.go

    		o.podMaxInUnschedulablePodsDuration = duration
    	}
    }
    
    // QueueingHintMapPerProfile is keyed with profile name, valued with queueing hint map registered for the profile.
    type QueueingHintMapPerProfile map[string]QueueingHintMap
    
    // QueueingHintMap is keyed with ClusterEvent, valued with queueing hint functions registered for the event.
    type QueueingHintMap map[framework.ClusterEvent][]*QueueingHintFunction
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/expr.go

    	return
    }
    
    // exprWithHint typechecks expression e and initializes x with the expression value;
    // hint is the type of a composite literal element.
    // If an error occurred, x.mode is set to invalid.
    func (check *Checker) exprWithHint(x *operand, e syntax.Expr, hint Type) {
    	assert(hint != nil)
    	check.rawExpr(nil, x, e, hint, false)
    	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
    	check.singleValue(x)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  7. hack/tools/go.sum

    golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
    golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
    golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
    golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 93.1K bytes
    - Viewed (0)
  8. gradle/verification-metadata.xml

          <component group="com.android.tools.lint" name="lint" version="26.0.0">
             <artifact name="lint-26.0.0.jar">
                <sha256 value="949a972800e353f51bc9c18410a029ed2b8176639ca307cc0d5c93f36e81dc1f" reason="Artifact is not signed"/>
             </artifact>
          </component>
          <component group="com.android.tools.lint" name="lint-api" version="26.0.0">
             <artifact name="lint-api-26.0.0.jar">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  9. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                                + "'. Value must be positive.");
                    }
    
                    int procs = Runtime.getRuntime().availableProcessors();
                    int threads = (int) (coreMultiplier * procs);
                    return threads == 0 ? 1 : threads;
                } else {
                    int threads = Integer.parseInt(threadConfiguration);
                    if (threads <= 0) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  10. src/runtime/mheap.go

    }
    
    type arenaIdx uint
    
    // l1 returns the "l1" portion of an arenaIdx.
    //
    // Marked nosplit because it's called by spanOf and other nosplit
    // functions.
    //
    //go:nosplit
    func (i arenaIdx) l1() uint {
    	if arenaL1Bits == 0 {
    		// Let the compiler optimize this away if there's no
    		// L1 map.
    		return 0
    	} else {
    		return uint(i) >> arenaL1Shift
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
Back to top