Kmax              538 base/third_party/dmg_fp/dtoa.cc  static Bigint *freelist[Kmax+1];
Kmax              557 base/third_party/dmg_fp/dtoa.cc 	if (k <= Kmax && (rv = freelist[k]))
Kmax              566 base/third_party/dmg_fp/dtoa.cc 		if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
Kmax              590 base/third_party/dmg_fp/dtoa.cc 		if (v->k > Kmax)