Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for 768 (0.02 sec)

  1. src/syscall/rlimit_test.go

    	// that the rlimit is being raised appropriately on those systems.
    	fileCount := 1200
    
    	// OpenBSD has a default soft limit of 512 and hard limit of 1024.
    	if runtime.GOOS == "openbsd" {
    		fileCount = 768
    	}
    
    	var files []*os.File
    	for i := 0; i < fileCount; i++ {
    		f, err := os.Open("rlimit.go")
    		if err != nil {
    			t.Error(err)
    			break
    		}
    		files = append(files, f)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 02 21:22:57 UTC 2023
    - 953 bytes
    - Viewed (0)
  2. src/net/interface_linux.go

    					break loop
    				}
    			}
    		}
    	}
    	return ift, nil
    }
    
    const (
    	// See linux/if_arp.h.
    	// Note that Linux doesn't support IPv4 over IPv6 tunneling.
    	sysARPHardwareIPv4IPv4 = 768 // IPv4 over IPv4 tunneling
    	sysARPHardwareIPv6IPv6 = 769 // IPv6 over IPv6 tunneling
    	sysARPHardwareIPv6IPv4 = 776 // IPv6 over IPv4 tunneling
    	sysARPHardwareGREIPv4  = 778 // any over GRE over IPv4 tunneling
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 27 05:42:03 UTC 2022
    - 7K bytes
    - Viewed (0)
  3. docs/en/docs/img/deployment/concepts/process-ram.drawio

                    </mxCell>
                    <mxCell id="27" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeWidth=3;dashed=1;" parent="1" vertex="1">
                        <mxGeometry x="480" y="768" width="230" height="50" as="geometry"/>
                    </mxCell>
                    <mxCell id="30" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeWidth=3;" parent="1" vertex="1">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 10K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

     */
    main a[href*="://"]::after {
        content:"";
        display:inline-block;
        background-image:url('data:image/svg+xml; utf8, \
          <svg xmlns="http://www.w3.org/2000/svg" width="768" height="768">\
            <path d="M584 664H104V184h216V80H0v688h688V448H584zM384 0l132 \
            132-240 240 120 120 240-240 132 132V0z" fill="%234a6782"/>\
          </svg>');
        background-size:100% 100%;
        width:7px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  5. src/crypto/rsa/rsa_test.go

    			break
    		}
    	}
    }
    
    func Test3PrimeKeyGeneration(t *testing.T) {
    	size := 768
    	if testing.Short() {
    		size = 256
    	}
    
    	priv, err := GenerateMultiPrimeKey(rand.Reader, 3, size)
    	if err != nil {
    		t.Errorf("failed to generate key")
    	}
    	testKeyBasics(t, priv)
    }
    
    func Test4PrimeKeyGeneration(t *testing.T) {
    	size := 768
    	if testing.Short() {
    		size = 256
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 12 00:55:41 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  6. src/crypto/internal/mlkem768/mlkem768.go

    // license that can be found in the LICENSE file.
    
    // Package mlkem768 implements the quantum-resistant key encapsulation method
    // ML-KEM (formerly known as Kyber).
    //
    // Only the recommended ML-KEM-768 parameter set is provided.
    //
    // The version currently implemented is the one specified by [NIST FIPS 203 ipd],
    // with the unintentional transposition of the matrix A reverted to match the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 28.4K bytes
    - Viewed (0)
  7. test/fixedbugs/issue60982.go

    	case 762:
    		return 762
    	case 763:
    		return 763
    	case 764:
    		return 764
    	case 765:
    		return 765
    	case 766:
    		return 766
    	case 767:
    		return 767
    	case 768:
    		return 768
    	case 769:
    		return 769
    	case 770:
    		return 770
    	case 771:
    		return 771
    	case 772:
    		return 772
    	case 773:
    		return 773
    	case 774:
    		return 774
    	case 775:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 28 16:07:47 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  8. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "nowInAndroidBuild",
        "linux" : 313,
        "windows" : 406,
        "macOs" : 246
      }, {
        "testProject" : "santaTrackerAndroidBuild",
        "linux" : 430,
        "windows" : 768,
        "macOs" : 423
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.RealLifeAndroidBuildPerformanceTest.calculate task graph with test finalizer",
      "durations" : [ {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  9. src/cmd/internal/obj/riscv/inst.go

    		return &inst{0x53, 0x0, 0x2, -766, 0x68}
    	case AFCVTSLU:
    		return &inst{0x53, 0x0, 0x3, -765, 0x68}
    	case AFCVTSQ:
    		return &inst{0x53, 0x0, 0x3, 1027, 0x20}
    	case AFCVTSW:
    		return &inst{0x53, 0x0, 0x0, -768, 0x68}
    	case AFCVTSWU:
    		return &inst{0x53, 0x0, 0x1, -767, 0x68}
    	case AFCVTWD:
    		return &inst{0x53, 0x0, 0x0, -992, 0x61}
    	case AFCVTWQ:
    		return &inst{0x53, 0x0, 0x0, -928, 0x63}
    	case AFCVTWS:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  10. src/image/gif/reader.go

    	hasTransparentIndex bool
    
    	// Computed.
    	globalColorTable color.Palette
    
    	// Used when decoding.
    	delay    []int
    	disposal []byte
    	image    []*image.Paletted
    	tmp      [1024]byte // must be at least 768 so we can read color table
    }
    
    // blockReader parses the block structure of GIF image data, which comprises
    // (n, (n bytes)) blocks, with 1 <= n <= 255. It is the reader given to the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:15:54 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top