Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 77 for 10485760 (0.43 sec)

  1. src/runtime/asm_ppc64x.s

    	DISPATCH(runtime·call32768, 32768)
    	DISPATCH(runtime·call65536, 65536)
    	DISPATCH(runtime·call131072, 131072)
    	DISPATCH(runtime·call262144, 262144)
    	DISPATCH(runtime·call524288, 524288)
    	DISPATCH(runtime·call1048576, 1048576)
    	DISPATCH(runtime·call2097152, 2097152)
    	DISPATCH(runtime·call4194304, 4194304)
    	DISPATCH(runtime·call8388608, 8388608)
    	DISPATCH(runtime·call16777216, 16777216)
    	DISPATCH(runtime·call33554432, 33554432)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/internal/http2/HpackTest.kt

        hpackWriter!!.resizeHeaderTable(8192)
        assertThat(hpackWriter!!.headerCount).isEqualTo(2)
      }
    
      @Test
      fun dynamicTableSizeHasAnUpperBound() {
        hpackWriter!!.resizeHeaderTable(1048576)
        assertThat(hpackWriter!!.maxDynamicTableByteCount).isEqualTo(16384)
      }
    
      @Test
      fun huffmanEncode() {
        hpackWriter = Hpack.Writer(4096, true, bytesOut)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  3. src/runtime/asm_arm64.s

    	DISPATCH(runtime·call32768, 32768)
    	DISPATCH(runtime·call65536, 65536)
    	DISPATCH(runtime·call131072, 131072)
    	DISPATCH(runtime·call262144, 262144)
    	DISPATCH(runtime·call524288, 524288)
    	DISPATCH(runtime·call1048576, 1048576)
    	DISPATCH(runtime·call2097152, 2097152)
    	DISPATCH(runtime·call4194304, 4194304)
    	DISPATCH(runtime·call8388608, 8388608)
    	DISPATCH(runtime·call16777216, 16777216)
    	DISPATCH(runtime·call33554432, 33554432)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  4. api/go1.10.txt

    pkg debug/macho, const FlagNoHeapExecution uint32
    pkg debug/macho, const FlagNoMultiDefs = 512
    pkg debug/macho, const FlagNoMultiDefs uint32
    pkg debug/macho, const FlagNoReexportedDylibs = 1048576
    pkg debug/macho, const FlagNoReexportedDylibs uint32
    pkg debug/macho, const FlagNoUndefs = 1
    pkg debug/macho, const FlagNoUndefs uint32
    pkg debug/macho, const FlagPIE = 2097152
    pkg debug/macho, const FlagPIE uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  5. src/runtime/asm_amd64.s

    	DISPATCH(runtime·call32768, 32768)
    	DISPATCH(runtime·call65536, 65536)
    	DISPATCH(runtime·call131072, 131072)
    	DISPATCH(runtime·call262144, 262144)
    	DISPATCH(runtime·call524288, 524288)
    	DISPATCH(runtime·call1048576, 1048576)
    	DISPATCH(runtime·call2097152, 2097152)
    	DISPATCH(runtime·call4194304, 4194304)
    	DISPATCH(runtime·call8388608, 8388608)
    	DISPATCH(runtime·call16777216, 16777216)
    	DISPATCH(runtime·call33554432, 33554432)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/arm64.s

    	CMPW	$27745, R2                      // 3b8c8d525f001b6b
    	CMNW	$0x3fffffc0, R2                 // CMNW	$1073741760, R2                   // fb5f1a325f001b2b
    	CMPW	$0xffff0, R1                    // CMPW	$1048560, R1                      // fb3f1c323f001b6b
    	CMP	$0xffffffffffa0, R3             // CMP	$281474976710560, R3              // fb0b80921b00e0f27f001beb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (darwin-386), const NOTE_LOWAT = 1
    pkg syscall (darwin-386), const NOTE_NONE = 128
    pkg syscall (darwin-386), const NOTE_NSECONDS = 4
    pkg syscall (darwin-386), const NOTE_PCTRLMASK = -1048576
    pkg syscall (darwin-386), const NOTE_PDATAMASK = 1048575
    pkg syscall (darwin-386), const NOTE_REAP = 268435456
    pkg syscall (darwin-386), const NOTE_RENAME = 32
    pkg syscall (darwin-386), const NOTE_RESOURCEEND = 33554432
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  8. src/archive/tar/writer_test.go

    				ModTime:  time.Unix(1314603082, 0),
    			}, nil},
    			testWrite{"", 0, nil},
    
    			testClose{nil},
    		},
    	}, {
    		// The truncated test file was produced using these commands:
    		//   dd if=/dev/zero bs=1048576 count=16384 > /tmp/16gig.txt
    		//   tar -b 1 -c -f- /tmp/16gig.txt | dd bs=512 count=8 > writer-big.tar
    		file: "testdata/writer-big.tar",
    		tests: []testFnc{
    			testHeader{Header{
    				Typeflag: TypeReg,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 1048576 */
        String INDEXER_WEBFS_MAX_DOCUMENT_REQUEST_SIZE = "indexer.webfs.max.document.request.size";
    
        /** The key of the configuration. e.g. 10000 */
        String INDEXER_DATA_MAX_DOCUMENT_CACHE_SIZE = "indexer.data.max.document.cache.size";
    
        /** The key of the configuration. e.g. 1048576 */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    			setMaxElements:   40000,
    			expectedSetCost:  0,
    		},
    		{
    			name:             "map of durations with all",
    			schemaGenerator:  genMapWithRule("duration", "self.all(x, true)"),
    			expectedCalcCost: 1048577,
    			setMaxElements:   5,
    			expectedSetCost:  17,
    		},
    		{
    			name:             "map of durations with has",
    			schemaGenerator:  genMapWithRule("duration", "has(self.x)"),
    			expectedCalcCost: 0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
Back to top