Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Miland (0.24 sec)

  1. src/cmd/asm/internal/asm/testdata/ppc64.s

    	XXBRD VS0, VS1                  // f037076c
    	XXBRW VS1, VS2                  // f04f0f6c
    	XXBRH VS2, VS3                  // f067176c
    	XXLAND VS1, VS2, VS3            // f0611410
    	XXLAND V1, V2, V3               // f0611417
    	XXLAND VS33, VS34, VS35         // f0611417
    	XXLANDC VS1, VS2, VS3           // f0611450
    	XXLEQV VS0, VS1, VS2            // f0400dd0
    	XXLNAND VS0, VS1, VS2           // f0400d90
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  2. docs/en/data/people.yml

      url: https://github.com/komtaki
    - login: Winand
      count: 40
      avatarUrl: https://avatars.githubusercontent.com/u/53390?u=bb0e71a2fc3910a8e0ee66da67c33de40ea695f8&v=4
      url: https://github.com/Winand
    - login: solomein-sv
      count: 38
      avatarUrl: https://avatars.githubusercontent.com/u/46193920?u=789927ee09cfabd752d3bd554fa6baf4850d2777&v=4
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Apr 01 23:12:23 GMT 2024
    - 56.9K bytes
    - Viewed (0)
  3. cmd/erasure-server-pool.go

    	healEntry := func(bucket string, entry metaCacheEntry, scanMode madmin.HealScanMode) error {
    		if entry.isDir() {
    			return nil
    		}
    		// We might land at .metacache, .trash, .multipart
    		// no need to heal them skip, only when bucket
    		// is '.minio.sys'
    		if bucket == minioMetaBucket {
    			if wildcard.Match("buckets/*/.metacache/*", entry.name) {
    				return nil
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:32:14 GMT 2024
    - 80.1K bytes
    - Viewed (0)
  4. src/cmd/cgo/gcc.go

    			}
    
    			// Function is being used in an expression, to e.g. pass around a C function pointer.
    			// Create a new Name for this Ref which causes the variable to be declared in Go land.
    			fpName := "fp_" + r.Name.Go
    			name := f.Name[fpName]
    			if name == nil {
    				name = &Name{
    					Go:   fpName,
    					C:    r.Name.C,
    					Kind: "fpvar",
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top