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

  /hardware/ti/wlan/wl1271/utils/
stack.h 69 unsigned stackPush (Stack_t *pStack, void *pVal);
70 unsigned stackPop (Stack_t *pStack, void *pVal);
stack.c 126 * \param pVal - the pointer to the pushed value\n
129 unsigned stackPush (Stack_t *pStack, void *pVal)
133 pStack->fCpy (pStack->hOs, (unsigned char*)pStack->pBuf + pStack->uPtr, pVal, pStack->uElemSize);
149 * \param pVal - the pointer to the popped value\n
152 unsigned stackPop (Stack_t *pStack, void *pVal)
157 pStack->fCpy (pStack->hOs, pVal, (unsigned char*)pStack->pBuf + pStack->uPtr, pStack->uElemSize);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
stack.h 70 unsigned stackPush (Stack_t *pStack, void *pVal);
71 unsigned stackPop (Stack_t *pStack, void *pVal);
  /system/wlan/ti/wilink_6_1/utils/
stack.h 69 unsigned stackPush (Stack_t *pStack, void *pVal);
70 unsigned stackPop (Stack_t *pStack, void *pVal);
stack.c 126 * \param pVal - the pointer to the pushed value\n
129 unsigned stackPush (Stack_t *pStack, void *pVal)
133 pStack->fCpy (pStack->hOs, (unsigned char*)pStack->pBuf + pStack->uPtr, pVal, pStack->uElemSize);
149 * \param pVal - the pointer to the popped value\n
152 unsigned stackPop (Stack_t *pStack, void *pVal)
157 pStack->fCpy (pStack->hOs, pVal, (unsigned char*)pStack->pBuf + pStack->uPtr, pStack->uElemSize);
  /development/simulator/app/
Preferences.h 51 bool GetBool(const char* name, bool* pVal) const;
54 bool GetString(const char* name, char** pVal) const;
82 bool _GetBool(TiXmlElement* pElem, bool* pVal) const;
Preferences.cpp 331 bool Preferences::_GetBool(TiXmlElement* pElem, bool* pVal) const
339 *pVal = true;
341 *pVal = false;
388 * Get a value. Do not disturb "*pVal" unless we have something to return.
390 bool Preferences::GetBool(const char* name, bool* pVal) const
392 return _GetBool(FindPrefElement(name), pVal);
405 bool Preferences::GetString(const char* name, char** pVal) const
407 wxString str = wxString::FromAscii(*pVal);
410 *pVal = android::strdupNew(str.ToAscii());
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /system/core/libacc/
acc.cpp     [all...]

Completed in 102 milliseconds