Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 1b7fffffffffffffff (0.08 sec)

  1. src/runtime/mgcscavenge.go

    	case 8:
    		x = apply(x, 0x7f7f7f7f7f7f7f7f)
    	case 16:
    		x = apply(x, 0x7fff7fff7fff7fff)
    	case 32:
    		x = apply(x, 0x7fffffff7fffffff)
    	case 64: // == maxPagesPerPhysPage
    		x = apply(x, 0x7fffffffffffffff)
    	default:
    		throw("bad m value")
    	}
    	// Now, the top bit of each m-aligned group in x is set
    	// that group was all zero in the original x.
    
    	// From each group of m bits subtract 1.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
Back to top