Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 19 (0.12 sec)

  1. src/cmd/asm/internal/asm/testdata/mips64.s

    //		outcode(int($1), &$2, int($4), &$6);
    //	}
    	SLL	$19, R22, R21	// 0016acc0
    	SLLV	$19, R22, R21	// 0016acf8
    	SRL	$31, R6, R17	// 00068fc2
    	SRLV	$31, R6, R17	// 00068ffa
    	SRA	$8, R8, R19	// 00089a03
    	SRAV	$19, R8, R7	// 00083cfb
    	ROTR	$12, R8, R3	// 00281b02
    	ROTRV	$8, R22, R22	// 0036b23a
    
    //	LSHW imm ',' rreg
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    	SLL	$19, R21	// 0015acc0
    	SLLV	$19, R21	// 0015acf8
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  2. src/archive/zip/reader_test.go

    	},
    	{
    		Name: "time-22738.zip",
    		File: []ZipTestFile{
    			{
    				Name:     "file",
    				Content:  []byte{},
    				Mode:     0666,
    				Modified: time.Date(1999, 12, 31, 19, 0, 0, 0, timeZone(-5*time.Hour)),
    				ModTime:  time.Date(1999, 12, 31, 19, 0, 0, 0, time.UTC),
    			},
    		},
    	},
    	{
    		Name: "dupdir.zip",
    		File: []ZipTestFile{
    			{
    				Name:     "a/",
    				Content:  []byte{},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	CCMNW EQ, R20, R6, $6                      // 8602463a
    	CCMN LE, R30, R12, $6                      // c6d34cba
    	CCMPW VS, R29, $15, $7                     // a76b4f7a
    	CCMP LE, R7, $19, $3                       // e3d853fa
    	CCMPW HS, R19, R6, $0                      // 6022467a
    	CCMP LT, R30, R6, $7                       // c7b346fa
    	CCMN  MI, ZR, R1, $4                       // e44341ba
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
  4. src/archive/zip/struct.go

    	directory64EndLen        = 56         // + extra
    
    	// Constants for the first byte in CreatorVersion.
    	creatorFAT    = 0
    	creatorUnix   = 3
    	creatorNTFS   = 11
    	creatorVFAT   = 14
    	creatorMacOSX = 19
    
    	// Version numbers.
    	zipVersion20 = 20 // 2.0
    	zipVersion45 = 45 // 4.5 (reads and writes zip64 archives)
    
    	// Limits for non zip64 files.
    	uint16max = (1 << 16) - 1
    	uint32max = (1 << 32) - 1
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  5. src/archive/tar/reader_test.go

    			Devmajor: 0,
    			Devminor: 0,
    			PAXRecords: map[string]string{
    				"GNU.sparse.size":      "200",
    				"GNU.sparse.numblocks": "95",
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const CSTART ideal-int
    pkg syscall (darwin-arm64), const CSTATUS = 20
    pkg syscall (darwin-arm64), const CSTATUS ideal-int
    pkg syscall (darwin-arm64), const CSTOP = 19
    pkg syscall (darwin-arm64), const CSTOP ideal-int
    pkg syscall (darwin-arm64), const CSTOPB = 1024
    pkg syscall (darwin-arm64), const CSTOPB ideal-int
    pkg syscall (darwin-arm64), const CSUSP = 26
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. src/archive/tar/writer_test.go

    	names := []string{
    		"0/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/file.txt",
    		"0/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/31/32/33/file.txt",
    		"0/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/31/32/333/file.txt",
    		"0/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/31/32/33/34/35/36/37/38/39/40/file.txt",
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 27 16:39:23 GMT 2024
    - 38.7K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg debug/dwarf, const ClassRngList = 17
    pkg debug/dwarf, const ClassRngList Class
    pkg debug/dwarf, const ClassRngListsPtr = 18
    pkg debug/dwarf, const ClassRngListsPtr Class
    pkg debug/dwarf, const ClassStrOffsetsPtr = 19
    pkg debug/dwarf, const ClassStrOffsetsPtr Class
    pkg debug/dwarf, const TagAtomicType = 71
    pkg debug/dwarf, const TagAtomicType Tag
    pkg debug/dwarf, const TagCallSite = 72
    pkg debug/dwarf, const TagCallSite Tag
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/ppc64.s

    	//      this is OK since r0 == $0, but the latter is preferred.
    	ADD $0, R6, R5             	// 7ca60214
    
            //TODO: the assembler rewrites these into ADDIS $19, R5, Rx and ADD $-10617, Rx, Rx, but the test only sees the first ADDIS
    	ADD $1234567, R5                // 3ca50013 or 0600001238a5d687
    	ADD $1234567, R5, R6            // 3cc50013 or 0600001238c5d687
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg debug/elf, const R_PPC64_ADDR16_HIGHEST34 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA34 = 139 #54345
    pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA34 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_COPY = 19 #54345
    pkg debug/elf, const R_PPC64_COPY R_PPC64 #54345
    pkg debug/elf, const R_PPC64_D28 = 144 #54345
    pkg debug/elf, const R_PPC64_D28 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_D34 = 128 #54345
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top