Home
last modified time | relevance | path

Searched refs:maxTimeoutValue (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp_util.go387 const maxTimeoutValue int64 = 100000000 - 1 const
403 if d := div(t, time.Nanosecond); d <= maxTimeoutValue {
406 if d := div(t, time.Microsecond); d <= maxTimeoutValue {
409 if d := div(t, time.Millisecond); d <= maxTimeoutValue {
412 if d := div(t, time.Second); d <= maxTimeoutValue {
415 if d := div(t, time.Minute); d <= maxTimeoutValue {