Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for memequal_varlen (0.17 sec)

  1. src/runtime/stubs.go

    	// the compiler will optimize the division.
    	return (n + a - 1) / a
    }
    
    // checkASM reports whether assembly runtime checks have passed.
    func checkASM() bool
    
    func memequal_varlen(a, b unsafe.Pointer) bool
    
    // bool2int returns 0 if x is false or 1 if x is true.
    func bool2int(x bool) int {
    	// Avoid branches. In the SSA compiler, this compiles to
    	// exactly what you would want it to.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 20.2K bytes
    - Viewed (0)
Back to top