HomeSort by relevance Sort by last modified time
    Searched refs:pStr (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
StringUnorderedMap.h 29 size_t operator()(const char *pStr) {
31 while (*pStr)
32 hashVal = hashVal * 131 + (*pStr++);
43 const KeyType &pStr, InitType pInitVal) {
44 ::new ((void*)&pKey) KeyStorageType(pStr);
72 ValueType &getOrCreate(const KeyType &pStr, const ValueType &pInitVal);
74 ValueType &getOrCreate(const KeyType &pStr);
163 StringUnorderedMapImpl::getOrCreate(const KeyType &pStr, ValueType &pInitVal)
166 size_t hashVal = hash(pStr);
171 if(hashVal == ptr->hashVal && pStr.equals(ptr->str))
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 738 uint8 *pStrength, *pStr;
800 pStr = pStrength + 4;
802 if (*pStr == 0)
807 if (tmp >= 4) *pStr = 1;
811 if (tmp >= 4) *pStr = 1;
816 pStr = pStrength + 8;
818 if (*pStr == 0)
824 if (tmp >= 4) *pStr = 1;
828 if (tmp >= 4) *pStr = 1;
850 pStr = pStrength + 1
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp);
312 if (pStr == NULL)
317 if (libString2GetStringAsInt(pStr, (uint32_t*)pVal) == S_SUCCESS)
  /external/opencv/cvaux/include/
cvvidsurv.hpp 73 char** pStr;
172 pP->pStr = pAddr?pAddr:&(pP->Str);
176 pP->pStr[0] = pP->Str;
260 if(p->pStr)
265 p->pStr[0] = p->Str;
360 void SetNickName(const char* pStr)
367 if(pStr)
368 m_pNickName = strdup(pStr);
    [all...]
  /external/icu4c/common/
uniset_props.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]

Completed in 287 milliseconds