Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for Extender (0.07 sec)

  1. src/reflect/type.go

    				k := base + i*words + j
    				out[k/8] |= 1 << (k % 8)
    			}
    		}
    	}
    }
    
    // appendGCProg appends the GC program for the first ptrdata bytes of
    // typ to dst and returns the extended slice.
    func appendGCProg(dst []byte, typ *abi.Type) []byte {
    	if typ.Kind_&abi.KindGCProg != 0 {
    		// Element has GC program; emit one element.
    		n := uintptr(*(*uint32)(unsafe.Pointer(typ.GCData)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top