Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTString.cpp1148 size_t occurances=0; in find_number_of() local
1152 occurances++; in find_number_of()
1154 return occurances; in find_number_of()
1166 size_t occurances=0; in find_number_of() local
1176 if(!bNotHere) occurances++; in find_number_of()
1179 return occurances; in find_number_of()
1192 size_t occurances=0; in find_number_of() local
1202 if(!bNotHere) occurances++; in find_number_of()
1205 return occurances; in find_number_of()
1217 size_t occurances=0; in find_number_of() local
[all …]
/external/curl/
DCHANGES.03243 response codes. Previously libcurl would hang on such occurances. I added
8720 - Replaced all occurances of sprintf() with snprintf(). This is mostly because
13016 - I replaced a lot of silly occurances of printf() to instead use the more