Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 105 for 12p6 (0.05 sec)

  1. src/image/geom_test.go

    			}
    		}
    		return nil
    	}
    
    	rects := []Rectangle{
    		Rect(0, 0, 10, 10),
    		Rect(10, 0, 20, 10),
    		Rect(1, 2, 3, 4),
    		Rect(4, 6, 10, 10),
    		Rect(2, 3, 12, 5),
    		Rect(-1, -2, 0, 0),
    		Rect(-1, -2, 4, 6),
    		Rect(-10, -20, 30, 40),
    		Rect(8, 8, 8, 8),
    		Rect(88, 88, 88, 88),
    		Rect(6, 5, 4, 3),
    	}
    
    	// r.Eq(s) should be equivalent to every point in r being in s, and every
    	// point in s being in r.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 05:05:59 UTC 2017
    - 3K bytes
    - Viewed (0)
  2. src/runtime/sys_freebsd_386.s

    	MOVL	$SYS_read, AX
    	INT	$0x80
    	JAE	2(PC)
    	NEGL	AX			// caller expects negative errno
    	MOVL	AX, ret+12(FP)
    	RET
    
    // func pipe2(flags int32) (r, w int32, errno int32)
    TEXT runtime·pipe2(SB),NOSPLIT,$12-16
    	MOVL	$SYS_pipe2, AX
    	LEAL	r+4(FP), BX
    	MOVL	BX, 4(SP)
    	MOVL	flags+0(FP), BX
    	MOVL	BX, 8(SP)
    	INT	$0x80
    	JAE	2(PC)
    	NEGL	AX
    	MOVL	AX, errno+12(FP)
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Server-TLSv12-Ed25519

    00000190  7d a3 47 cd 62 43 15 28  da ac 5f bb 29 07 30 ff  |}.G.bC.(.._.).0.|
    000001a0  f6 84 af c4 cf c2 ed 90  99 5f 58 cb 3b 74 08 07  |........._X.;t..|
    000001b0  00 40 a2 12 66 be 81 b1  24 93 f2 e1 60 9f c4 13  |.@..f...$...`...|
    000001c0  04 3f 39 77 8f fe e4 33  5b f7 9d 84 f5 0f 96 aa  |.?9w...3[.......|
    000001d0  a0 d6 9d da ae b2 eb 76  64 02 82 58 d4 bc 5a 44  |.......vd..X..ZD|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  4. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+1216(SB)/8,$0x00000001b4052ae6
    DATA ·IEEEConst+1224(SB)/8,$0x0000000130103f1c
    
    	/* x^182336 mod p(x), x^182272 mod p(x) */
    DATA ·IEEEConst+1232(SB)/8,$0x00000001cd2a0ae8
    DATA ·IEEEConst+1240(SB)/8,$0x0000000111b0024c
    
    	/* x^181312 mod p(x), x^181248 mod p(x) */
    DATA ·IEEEConst+1248(SB)/8,$0x00000001fe4aa8b4
    DATA ·IEEEConst+1256(SB)/8,$0x000000010b3079da
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  5. src/runtime/sys_netbsd_386.s

    	MOVL	$SYS_read, AX
    	INT	$0x80
    	JAE	2(PC)
    	NEGL	AX			// caller expects negative errno
    	MOVL	AX, ret+12(FP)
    	RET
    
    // func pipe2(flags int32) (r, w int32, errno int32)
    TEXT runtime·pipe2(SB),NOSPLIT,$12-16
    	MOVL	$453, AX
    	LEAL	r+4(FP), BX
    	MOVL	BX, 4(SP)
    	MOVL	flags+0(FP), BX
    	MOVL	BX, 8(SP)
    	INT	$0x80
    	MOVL	AX, errno+12(FP)
    	RET
    
    TEXT runtime·write1(SB),NOSPLIT,$-4
    	MOVL	$SYS_write, AX
    	INT	$0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  6. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/parsing/BasicParsingTest.kt

                        )
                        name = j
                    )
                    args = [
                        FunctionArgument.Positional [indexes: 12..16, line/column: 1/13..1/17, file: test] (
                            expr = PropertyAccess [indexes: 12..16, line/column: 1/13..1/17, file: test] (
                                name = test
                            )
                        )
                    ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 22:06:18 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  7. pkg/kube/inject/app_probe_test.go

    								TimeoutSeconds: 10,
    							},
    						},
    						{
    							Name: "bar",
    							StartupProbe: &corev1.Probe{
    								ProbeHandler: corev1.ProbeHandler{
    									GRPC: &corev1.GRPCAction{
    										Port: 1236,
    									},
    								},
    								TimeoutSeconds:      20,
    								PeriodSeconds:       10,
    								InitialDelaySeconds: 10,
    							},
    						},
    					},
    				},
    			},
    			expected: &corev1.Pod{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 04 15:06:24 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  8. src/test/java/jcifs/tests/FileLocationTest.java

                    DfsReferralData dr2 = new TestDfsReferral("1.2.3.6", "target", "", 0);
                    SmbResourceLocator fl2 = c.getLocator();
                    reqPath = fl2.getUNCPath();
                    assertEquals(reqPath, ( (SmbResourceLocatorInternal) fl2 ).handleDFSReferral(dr2, reqPath));
    
                    assertEquals("1.2.3.4", fl2.getServer());
                    assertEquals("1.2.3.6", fl2.getServerWithDfs());
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 08 13:16:07 UTC 2020
    - 23K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/test/memcombine_test.go

    	}
    	t16 := T16{1, 2}
    	if got, want := t16.bigEndianLoad(), uint32(1<<16+2); got != want {
    		t.Errorf("T16.bigEndianLoad got %x want %x\n", got, want)
    	}
    	if got, want := t16.littleEndianLoad(), uint32(1+2<<16); got != want {
    		t.Errorf("T16.littleEndianLoad got %x want %x\n", got, want)
    	}
    	t8 := T8{1, 2}
    	if got, want := t8.bigEndianLoad(), uint16(1<<8+2); got != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 30 18:35:50 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  10. src/runtime/cgo/abi_ppc64x.h

    	FMOVD	(offset+8*15)(R1), F29 \
    	FMOVD	(offset+8*16)(R1), F30 \
    	FMOVD	(offset+8*17)(R1), F31
    
    // Save and restore VR20-31 (aka VSR56-63). These
    // macros must point to a 16B aligned offset.
    #define SAVE_VR_SIZE (12*16)
    #define SAVE_VR(offset, rtmp)         \
    	MOVD	$(offset+16*0), rtmp  \
    	STVX	V20, (rtmp)(R1)       \
    	MOVD	$(offset+16*1), rtmp  \
    	STVX	V21, (rtmp)(R1)       \
    	MOVD	$(offset+16*2), rtmp  \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 03 20:17:02 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top