Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 178 for 8192 (0.08 sec)

  1. src/io/io.go

    	return len(p), nil
    }
    
    func (discard) WriteString(s string) (int, error) {
    	return len(s), nil
    }
    
    var blackHolePool = sync.Pool{
    	New: func() any {
    		b := make([]byte, 8192)
    		return &b
    	},
    }
    
    func (discard) ReadFrom(r Reader) (n int64, err error) {
    	bufp := blackHolePool.Get().(*[]byte)
    	readSize := 0
    	for {
    		readSize, err = r.Read(*bufp)
    		n += int64(readSize)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 17:34:10 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/io/ByteStreams.java

     * @author Chris Nokleberg
     * @author Colin Decker
     * @since 1.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public final class ByteStreams {
    
      private static final int BUFFER_SIZE = 8192;
    
      /** Creates a new byte array for buffering reads or writes. */
      static byte[] createBuffer() {
        return new byte[BUFFER_SIZE];
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jan 17 18:59:58 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+3928(SB)/8,$0x00000000bdf081c4
    
    	/* x^9280 mod p(x), x^9216 mod p(x) */
    DATA ·IEEEConst+3936(SB)/8,$0x0000000156335214
    DATA ·IEEEConst+3944(SB)/8,$0x000000016286d6b0
    
    	/* x^8256 mod p(x), x^8192 mod p(x) */
    DATA ·IEEEConst+3952(SB)/8,$0x00000001d70e3986
    DATA ·IEEEConst+3960(SB)/8,$0x00000000c84f001c
    
    	/* x^7232 mod p(x), x^7168 mod p(x) */
    DATA ·IEEEConst+3968(SB)/8,$0x000000003701a774
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  4. guava/src/com/google/common/io/ByteStreams.java

     * @author Chris Nokleberg
     * @author Colin Decker
     * @since 1.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public final class ByteStreams {
    
      private static final int BUFFER_SIZE = 8192;
    
      /** Creates a new byte array for buffering reads or writes. */
      static byte[] createBuffer() {
        return new byte[BUFFER_SIZE];
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jan 17 18:59:58 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  5. api/go1.10.txt

    pkg debug/macho, const FlagSetuidSafe = 524288
    pkg debug/macho, const FlagSetuidSafe uint32
    pkg debug/macho, const FlagSplitSegs = 32
    pkg debug/macho, const FlagSplitSegs uint32
    pkg debug/macho, const FlagSubsectionsViaSymbols = 8192
    pkg debug/macho, const FlagSubsectionsViaSymbols uint32
    pkg debug/macho, const FlagTwoLevel = 128
    pkg debug/macho, const FlagTwoLevel uint32
    pkg debug/macho, const FlagWeakDefines = 32768
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const EV_FLAG0 ideal-int
    pkg syscall (darwin-arm64), const EV_FLAG1 = 8192
    pkg syscall (darwin-arm64), const EV_FLAG1 ideal-int
    pkg syscall (darwin-arm64), const EV_ONESHOT = 16
    pkg syscall (darwin-arm64), const EV_ONESHOT ideal-int
    pkg syscall (darwin-arm64), const EV_OOBAND = 8192
    pkg syscall (darwin-arm64), const EV_OOBAND ideal-int
    pkg syscall (darwin-arm64), const EV_POLL = 4096
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/EventListenerTest.kt

            override fun contentType() = "text/plain".toMediaType()
    
            override fun writeTo(sink: BufferedSink) {
              sink.write(ByteArray(8192))
              sink.flush()
            }
          }
        requestBodySuccess(requestBody, CoreMatchers.equalTo(8192L), CoreMatchers.equalTo(19L))
      }
    
      @Test
      fun requestBodySuccessEmpty() {
        requestBodySuccess(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 56.9K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	CMNW R13>>8, R9                            // 3f214d2b
    	CMN R6->17, R3                             // 7f4486ab
    	CMNW $(2<<12), R5                          // CMNW $8192, R5                // bf084031
    	CMN $(8<<12), R12                          // CMN $32768, R12               // 9f2140b1
    	CMN R6->0, R3                              // 7f0086ab
    	CMN R6, R3                                 // 7f0006ab
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  9. src/crypto/tls/handshake_client.go

    	copy(out, finished.verifyData)
    	return nil
    }
    
    // defaultMaxRSAKeySize is the maximum RSA key size in bits that we are willing
    // to verify the signatures of during a TLS handshake.
    const defaultMaxRSAKeySize = 8192
    
    var tlsmaxrsasize = godebug.New("tlsmaxrsasize")
    
    func checkKeySize(n int) (max int, ok bool) {
    	if v := tlsmaxrsasize.Value(); v != "" {
    		if max, err := strconv.Atoi(v); err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EV_EOF ideal-int
    pkg syscall (freebsd-arm64), const EV_ERROR = 16384
    pkg syscall (freebsd-arm64), const EV_ERROR ideal-int
    pkg syscall (freebsd-arm64), const EV_FLAG1 = 8192
    pkg syscall (freebsd-arm64), const EV_FLAG1 ideal-int
    pkg syscall (freebsd-arm64), const EV_ONESHOT = 16
    pkg syscall (freebsd-arm64), const EV_ONESHOT ideal-int
    pkg syscall (freebsd-arm64), const EV_RECEIPT = 64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top