Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 600 for num1 (0.04 sec)

  1. src/syscall/asm_plan9_arm.s

    	NO_LOCAL_POINTERS
    	BL		runtime·entersyscall(SB)
    	MOVW	$a1+4(FP), R0	// move syscall args
    	MOVW	$sysargs-144(SP), R1
    	MOVM.IA	(R0), [R2-R4]
    	MOVM.IA	[R2-R4], (R1)
    	MOVW	trap+0(FP), R0	// syscall num
    	SWI		$0
    	MOVW	$0, R2
    	MOVW	$r1+16(FP), R3
    	MOVM.IA	[R0,R2], (R3)
    	CMP		$-1, R0
    	B.EQ	syscallerr
    	BL		runtime·exitsyscall(SB)
    	MOVW	$·emptystring+0(SB), R2
    	B		syscallok
    syscallerr:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 08 14:57:01 UTC 2018
    - 3.2K bytes
    - Viewed (0)
  2. src/internal/runtime/syscall/asm_linux_amd64.s

    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    // func Syscall6(num, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, errno uintptr)
    //
    // We need to convert to the syscall ABI.
    //
    // arg | ABIInternal | Syscall
    // ---------------------------
    // num | AX          | AX
    // a1  | BX          | DI
    // a2  | CX          | SI
    // a3  | DI          | DX
    // a4  | SI          | R10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 21:28:32 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/metrics_test.cc

      EXPECT_EQ(CheckpointReadDuration("foo").value().num(), 0);
      CheckpointReadDuration("foo").Add(100);
      EXPECT_EQ(CheckpointReadDuration("foo").value().num(), 1);
    }
    
    TEST(MetricsTest, TestCheckpointWrite) {
      EXPECT_EQ(CheckpointWriteDuration("foo").value().num(), 0);
      CheckpointWriteDuration("foo").Add(100);
      EXPECT_EQ(CheckpointWriteDuration("foo").value().num(), 1);
    }
    
    TEST(MetricsTest, TestAsyncCheckpointWrite) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 18 23:43:59 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. build-logic/performance-testing/src/test/groovy/gradlebuild/performance/generator/DependencyGeneratorTest.groovy

            then:
            depInfo.dependencies.isEmpty()
            depInfo.layerSizes.isEmpty()
        }
    
        def "can generate #num project dependencies"() {
            given:
            def dependencyGenerator = new DependencyGenerator()
            def numberOfProjects = num
            dependencyGenerator.numberOfProjects = numberOfProjects
    
            when:
            def layerSizes = dependencyGenerator.calculateLayerSizes()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 22:26:51 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsResponse.java

        protected final int num;
    
        protected final long total;
    
        protected final List<SuggestItem> items;
    
        public PopularWordsResponse(final String index, final long tookMs, final List<String> words, final long total,
                final List<SuggestItem> items) {
            this.index = index;
            this.tookMs = tookMs;
            this.words = words;
            this.num = words.size();
            this.total = total;
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. test/fixedbugs/bug410.go

    // Used to run 6g out of registers.  Issue 2669.
    
    package p
    
    type y struct {
    	num int
    }
    
    func zzz () {
        k := make([]byte, 10)
    	arr := make ([]*y, 0)
        for s := range arr {
            x := make([]byte, 10)
            for i := 0; i < 100 ; i++ {
                x[i] ^= k[i-arr[s].num%3]
            }
        }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 471 bytes
    - Viewed (0)
  7. src/syscall/mksysnum_freebsd.pl

    			$name = 'SYS_EXIT';
    		}
    		if($name =~ /^SYS_CAP_+/ || $name =~ /^SYS___CAP_+/){
    			next
    		}
    
    		print "	$name = $num;  // $proto\n";
    
    		# We keep Capsicum syscall numbers for FreeBSD
    		# 9-STABLE here because we are not sure whether they
    		# are mature and stable.
    		if($num == 513){
    			print " SYS_CAP_NEW = 514 // { int cap_new(int fd, uint64_t rights); }\n";
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  8. maven-di/src/test/java/org/apache/maven/di/impl/InjectorImplTest.java

            assertNotNull(b1b);
            assertEquals(b1a.num, b1b.num);
    
            SingletonContainer.Bean2 b2a = injector.getInstance(SingletonContainer.Bean2.class);
            assertNotNull(b2a);
            SingletonContainer.Bean2 b2b = injector.getInstance(SingletonContainer.Bean2.class);
            assertNotNull(b2b);
            assertNotEquals(b2a.num, b2b.num);
        }
    
        static class SingletonContainer {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Feb 09 17:13:31 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  9. src/math/big/ratmarsh_test.go

    	"7182818284590452353602874713526624977572",
    	"718281828459045235360287471352662497757247093699959574966967627724076630353",
    }
    
    func TestRatJSONEncoding(t *testing.T) {
    	for _, num := range ratNums {
    		for _, denom := range ratDenoms {
    			var tx Rat
    			tx.SetString(num + "/" + denom)
    			b, err := json.Marshal(&tx)
    			if err != nil {
    				t.Errorf("marshaling of %s failed: %s", &tx, err)
    				continue
    			}
    			var rx Rat
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 11 20:20:16 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  10. test/fixedbugs/bug365.go

    // after first unknown type.
    
    // Fixes issue 2110.
    
    package main
    
    type S struct {
    	err foo.Bar // ERROR "undefined|expected package"
    	Num int
    }
    
    func main() {
    	s := S{}
    	_ = s.Num // no error here please
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 436 bytes
    - Viewed (0)
Back to top