Searched refs:kMaxUInt32 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/dtoa/
H A Dfixed-dtoa.cc317 const uint32_t kMaxUInt32 = 0xFFFFFFFF; local
377 if (integrals > kMaxUInt32) {
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMBinding.cpp293 static const uint32_t kMaxUInt32 = 0xffffffffU; member in namespace:WebCore
448 return enforceRange(exec, x, 0, kMaxUInt32);

Completed in 199 milliseconds