func internal/runtime/strconv.Atoi32

4 uses

	internal/runtime/strconv (current package)
		atoi.go#L70: func Atoi32(s string) (int32, bool) {

	runtime
		mgcpacer.go#L1316: 	if n, ok := strconv.Atoi32(p); ok {
		proc.go#L921: 	if n, ok := strconv.Atoi32(gogetenv("GOMAXPROCS")); ok && n > 0 {
		runtime1.go#L541: 					if n, ok := strconv.Atoi32(value); ok {