Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for ROUND4 (0.07 sec)

  1. src/internal/coverage/defs.go

    	CtrRaw CounterFlavor = iota + 1
    
    	// "ULeb" representation: all values (pkg ID, func ID, num counters,
    	// and counters themselves) are stored with ULEB128 encoding.
    	CtrULeb128
    )
    
    func Round4(x int) int {
    	return (x + 3) &^ 3
    }
    
    //.....................................................................
    //
    // Runtime counter data definitions.
    //
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 12:51:16 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top