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

  /development/simulator/app/
MessageStream.cpp 82 int* pInt = (int*) mData;
83 pInt[0] = cmd;
84 pInt[1] = arg;
99 int* pInt = (int*) mData;
100 pInt[0] = cmd;
101 pInt[1] = arg0;
102 pInt[2] = arg1;
103 pInt[3] = arg2;
117 const int* pInt = (const int*) mData;
118 *pCmd = pInt[0]
    [all...]
Preferences.h 52 bool GetInt(const char* name, int* pInt) const;
83 bool _GetInt(TiXmlElement* pElem, int* pInt) const;
Preferences.cpp 354 bool Preferences::_GetInt(TiXmlElement* pElem, int* pInt) const
358 *pInt = val;
395 bool Preferences::GetInt(const char* name, int* pInt) const
397 return _GetInt(FindPrefElement(name), pInt);
  /development/simulator/wrapsim/
SimMgr.c 415 int* pInt = (int*) msg->mData;
416 pInt[0] = cmd;
417 pInt[1] = arg;
  /system/core/libacc/
acc.cpp 356 void setTypes(Type* pInt) {
357 mkpInt = pInt;
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 441 milliseconds