Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 53 for 3x42 (0.04 sec)

  1. cmd/object-api-datatypes_gen.go

    	o = msgp.AppendBool(o, z.Inlined)
    	// string "DataBlocks"
    	o = append(o, 0xaa, 0x44, 0x61, 0x74, 0x61, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x73)
    	o = msgp.AppendInt(o, z.DataBlocks)
    	// string "ParityBlocks"
    	o = append(o, 0xac, 0x50, 0x61, 0x72, 0x69, 0x74, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x73)
    	o = msgp.AppendInt(o, z.ParityBlocks)
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go

    	SYS_RECVFROM                = 337
    	SYS_SHUTDOWN                = 338
    	SYS_SETSOCKOPT              = 339
    	SYS_GETSOCKOPT              = 340
    	SYS_SENDMSG                 = 341
    	SYS_RECVMSG                 = 342
    	SYS_RECVMMSG                = 343
    	SYS_ACCEPT4                 = 344
    	SYS_NAME_TO_HANDLE_AT       = 345
    	SYS_OPEN_BY_HANDLE_AT       = 346
    	SYS_CLOCK_ADJTIME           = 347
    	SYS_SYNCFS                  = 348
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go

    	SYS_RECVFROM                = 337
    	SYS_SHUTDOWN                = 338
    	SYS_SETSOCKOPT              = 339
    	SYS_GETSOCKOPT              = 340
    	SYS_SENDMSG                 = 341
    	SYS_RECVMSG                 = 342
    	SYS_RECVMMSG                = 343
    	SYS_ACCEPT4                 = 344
    	SYS_NAME_TO_HANDLE_AT       = 345
    	SYS_OPEN_BY_HANDLE_AT       = 346
    	SYS_CLOCK_ADJTIME           = 347
    	SYS_SYNCFS                  = 348
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go

    	SYS_SET_ROBUST_LIST              = 338
    	SYS_GET_ROBUST_LIST              = 339
    	SYS_SPLICE                       = 340
    	SYS_ARM_SYNC_FILE_RANGE          = 341
    	SYS_TEE                          = 342
    	SYS_VMSPLICE                     = 343
    	SYS_MOVE_PAGES                   = 344
    	SYS_GETCPU                       = 345
    	SYS_EPOLL_PWAIT                  = 346
    	SYS_KEXEC_LOAD                   = 347
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/serialization/codecs/JavaObjectSerializationCodecTest.kt

                )
            }
        }
    
        @Test
        fun `can handle Externalizable beans that contain serializable beans`() {
            verifyRoundtripOf({ ExternalizableBeanContainingSerializable(33, 42 to "foo") }) {
                assertThat(
                    it.value,
                    equalTo(33)
                )
                assertThat(
                    it.child,
                    equalTo(42 to "foo")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  6. src/crypto/ecdh/nist.go

    		// In tests, rand will return all zeros and NewPrivateKey will reject
    		// the zero key as it generates the identity as a public key. This also
    		// makes this function consistent with crypto/elliptic.GenerateKey.
    		key[1] ^= 0x42
    
    		k, err := c.NewPrivateKey(key)
    		if err == errInvalidPrivateKey {
    			continue
    		}
    		return k, err
    	}
    }
    
    func (c *nistCurve[Point]) NewPrivateKey(key []byte) (*PrivateKey, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go

    	SYS_FANOTIFY_INIT                = 338
    	SYS_FANOTIFY_MARK                = 339
    	SYS_PRLIMIT64                    = 340
    	SYS_NAME_TO_HANDLE_AT            = 341
    	SYS_OPEN_BY_HANDLE_AT            = 342
    	SYS_CLOCK_ADJTIME                = 343
    	SYS_SYNCFS                       = 344
    	SYS_SENDMMSG                     = 345
    	SYS_SETNS                        = 346
    	SYS_PROCESS_VM_READV             = 347
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	ETHTOOL_GLINK                               = 0xa
    	ETHTOOL_GLINKSETTINGS                       = 0x4c
    	ETHTOOL_GMODULEEEPROM                       = 0x43
    	ETHTOOL_GMODULEINFO                         = 0x42
    	ETHTOOL_GMSGLVL                             = 0x7
    	ETHTOOL_GPAUSEPARAM                         = 0x12
    	ETHTOOL_GPERMADDR                           = 0x20
    	ETHTOOL_GPFLAGS                             = 0x27
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go

    	SYS_SHUTDOWN                     = 338
    	SYS_SETSOCKOPT                   = 339
    	SYS_GETSOCKOPT                   = 340
    	SYS_SENDMSG                      = 341
    	SYS_RECVMSG                      = 342
    	SYS_RECVMMSG                     = 343
    	SYS_ACCEPT4                      = 344
    	SYS_NAME_TO_HANDLE_AT            = 345
    	SYS_OPEN_BY_HANDLE_AT            = 346
    	SYS_CLOCK_ADJTIME                = 347
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	SO_RCVBUFFORCE                   = 0x21
    	SO_RCVLOWAT                      = 0x12
    	SO_RCVMARK                       = 0x4b
    	SO_RCVTIMEO                      = 0x14
    	SO_RCVTIMEO_NEW                  = 0x42
    	SO_RCVTIMEO_OLD                  = 0x14
    	SO_RESERVE_MEM                   = 0x49
    	SO_REUSEADDR                     = 0x2
    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top