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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp72 static ALWAYS_INLINE uint32_t* storeInc(uint32_t* p, uint16_t high, uint16_t low) function in namespace:WTF
330 xc = storeInc(xc, z2, z);
342 xc = storeInc(xc, z, z2);
531 xc = storeInc(xc, z, y);
538 xc = storeInc(xc, z, y);
656 bx = storeInc(bx, z, y);
688 bx = storeInc(bx, z, y);

Completed in 105 milliseconds