Searched defs:pH (Results 1 - 5 of 5) sorted by relevance

/external/libvncserver/common/
H A Dzywrletemplate.c386 int* pH; local
392 pH = pBuf;
394 pH += s>>1;
396 pH += (s>>1)*width;
401 pH[x] = pH[x] / (~pM[x]+1) * (~pM[x]+1);
402 ( round pH[x] with pM[x] bit )
404 So, we must offset when pH[x] is negative.
406 if (((signed char*)pH)[0] & 0x80)
407 ((signed char*)pH)[
454 int* pH; local
701 zywrleCalcSize(int* pW, int* pH, int level) argument
763 int* pH; local
799 int* pH; local
[all...]
/external/python/cpython2/PC/
H A D_winreg.c641 PyHKEYObject *pH = (PyHKEYObject *)ob; local
642 *pHANDLE = pH->hkey;
/external/python/cpython3/PC/
H A Dwinreg.c426 PyHKEYObject *pH = (PyHKEYObject *)ob; local
427 *pHANDLE = pH->hkey;
/external/sqlite/dist/orig/
H A Dsqlite3.c30120 sqlite3HashClear(Hash *pH) argument
30157 insertElement( Hash *pH, struct _ht *pEntry, HashElem *pNew ) argument
30191 rehash(Hash *pH, unsigned int new_size) argument
30232 findElementWithHash( const Hash *pH, const char *pKey, unsigned int *pHash ) argument
30267 removeElementGivenHash( Hash *pH, HashElem* elem, unsigned int h ) argument
30302 sqlite3HashFind(const Hash *pH, const char *pKey) argument
30322 sqlite3HashInsert(Hash *pH, const char *pKey, void *data) argument
44400 winDlSym(sqlite3_vfs *pVfs,void *pH,const char *zSym) argument
156698 sqlite3Fts3HashClear(Fts3Hash *pH) argument
156790 fts3HashInsertElement( Fts3Hash *pH, struct _fts3ht *pEntry, Fts3HashElem *pNew ) argument
156820 fts3Rehash(Fts3Hash *pH, int new_size) argument
156844 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
156872 fts3RemoveElementByHash( Fts3Hash *pH, Fts3HashElem* elem, int h ) argument
156906 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
156927 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
156949 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c30120 sqlite3HashClear(Hash *pH) argument
30157 insertElement( Hash *pH, struct _ht *pEntry, HashElem *pNew ) argument
30191 rehash(Hash *pH, unsigned int new_size) argument
30232 findElementWithHash( const Hash *pH, const char *pKey, unsigned int *pHash ) argument
30267 removeElementGivenHash( Hash *pH, HashElem* elem, unsigned int h ) argument
30302 sqlite3HashFind(const Hash *pH, const char *pKey) argument
30322 sqlite3HashInsert(Hash *pH, const char *pKey, void *data) argument
44400 winDlSym(sqlite3_vfs *pVfs,void *pH,const char *zSym) argument
156710 sqlite3Fts3HashClear(Fts3Hash *pH) argument
156802 fts3HashInsertElement( Fts3Hash *pH, struct _fts3ht *pEntry, Fts3HashElem *pNew ) argument
156832 fts3Rehash(Fts3Hash *pH, int new_size) argument
156856 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
156884 fts3RemoveElementByHash( Fts3Hash *pH, Fts3HashElem* elem, int h ) argument
156918 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
156939 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
156961 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]

Completed in 600 milliseconds