Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTString.cpp195 int i32NewCount = (signed)(_Str.length())-(signed)_Off; in append() local
197 if(i32NewCount < 0 ) in append()
202 _Count = (size_t) i32NewCount; in append()