HomeSort by relevance Sort by last modified time
    Searched defs:pM (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/common/
zywrletemplate.c 387 const unsigned int* pM;
389 pM = &(zywrleParam[level-1][l]);
401 pH[x] = pH[x] / (~pM[x]+1) * (~pM[x]+1);
402 ( round pH[x] with pM[x] bit )
407 ((signed char*)pH)[0] += ~((signed char*)pM)[0];
409 ((signed char*)pH)[1] += ~((signed char*)pM)[1];
411 ((signed char*)pH)[2] += ~((signed char*)pM)[2];
412 *pH &= *pM;
455 const signed char** pM;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale_catalog.cpp 207 Category_Map *pM = *M;
209 if (cat && pM) {
216 Category_Map::iterator it = pM->find(name);
217 if (it != pM->end()) {
223 pM->erase(it);
225 if (pM->empty()) {
226 delete pM;

Completed in 1015 milliseconds