Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 416 (0.03 sec)

  1. src/hash/crc32/crc32_table_ppc64le.s

    	/* x^235584 mod p(x), x^235520 mod p(x) */
    DATA ·IEEEConst+400(SB)/8,$0x00000000f55cf1ca
    DATA ·IEEEConst+408(SB)/8,$0x000000001fb3084a
    
    	/* x^234560 mod p(x), x^234496 mod p(x) */
    DATA ·IEEEConst+416(SB)/8,$0x00000001a0531540
    DATA ·IEEEConst+424(SB)/8,$0x00000000c53dfb04
    
    	/* x^233536 mod p(x), x^233472 mod p(x) */
    DATA ·IEEEConst+432(SB)/8,$0x0000000132cd7ebc
    DATA ·IEEEConst+440(SB)/8,$0x00000000e10c9ad6
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_GETPID                          = 0x19D // 413
    	SYS_GETPPID                         = 0x19E // 414
    	SYS_GETPWNAM                        = 0x19F // 415
    	SYS_GETPWUID                        = 0x1A0 // 416
    	SYS_GETUID                          = 0x1A1 // 417
    	SYS_W_IOCTL                         = 0x1A2 // 418
    	SYS_ISATTY                          = 0x1A3 // 419
    	SYS_KILL                            = 0x1A4 // 420
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertCached(true, 410)
        assertCached(false, 411)
        assertCached(false, 412)
        assertCached(false, 413)
        assertCached(true, 414)
        assertCached(false, 415)
        assertCached(false, 416)
        assertCached(false, 417)
        assertCached(false, 418)
        assertCached(false, 500)
        assertCached(true, 501)
        assertCached(false, 502)
        assertCached(false, 503)
        assertCached(false, 504)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    		(Zero [s-s%16] ptr mem))
    (Zero [s] ptr mem) && s%16 != 0 && s%16 > 8 && s > 16 =>
    	(Zero [16]
    		(OffPtr <ptr.Type> ptr [s-16])
    		(Zero [s-s%16] ptr mem))
    
    // medium zeroing uses a duff device
    // 4, 16, and 64 are magic constants, see runtime/mkduff.go
    (Zero [s] ptr mem)
    	&& s%16 == 0 && s > 64 && s <= 16*64
    	&& !config.noDuffDevice =>
    	(DUFFZERO [4 * (64 - s/16)] ptr mem)
    
    // large zeroing uses a loop
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	412:  {region: 0x96, script: 0x5b, flags: 0x0},
    	413:  {region: 0xda, script: 0x5b, flags: 0x0},
    	414:  {region: 0x131, script: 0x32, flags: 0x0},
    	415:  {region: 0x166, script: 0x5b, flags: 0x0},
    	416:  {region: 0xe, script: 0x2, flags: 0x1},
    	417:  {region: 0x9a, script: 0xe, flags: 0x0},
    	418:  {region: 0x166, script: 0x5b, flags: 0x0},
    	419:  {region: 0x4e, script: 0x5b, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
Back to top