Searched defs:pV (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_seqmatch.c166 static Bool charIsStar ( const void* pV ) { return *(const HChar*)pV == '*'; }
167 static Bool charIsQuery ( const void* pV ) { return *(const HChar*)pV == '?'; }
168 static Bool char_p_EQ_i ( const void* pV, const void* cV, argument
170 HChar p = *(const HChar*)pV;
/external/chromium_org/third_party/sqlite/src/src/
H A Dbitvec.c335 unsigned char *pV = 0; local
343 pV = sqlite3_malloc( (sz+7)/8 + 1 );
345 if( pBitvec==0 || pV==0 || pTmpSpace==0 ) goto bitvec_end;
346 memset(pV, 0, (sz+7)/8 + 1);
376 SETBIT(pV, (i+1));
381 CLEARBIT(pV, (i+1));
395 if( (TESTBIT(pV,i))!=sqlite3BitvecTest(pBitvec,i) ){
404 sqlite3_free(pV);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp178 CPDF_Object* pV = FPDF_GetFieldAttr(m_pDict, "V"); local
180 if (pV != NULL) {
181 csValue = pV->GetUnicodeText();
842 CPDF_Object* pV = FPDF_GetFieldAttr(m_pDict, "V"); local
843 if (pV != NULL) {
844 csV = pV->GetString();
H A Ddoc_form.cpp1481 CPDF_Object* pV = FPDF_GetFieldAttr(pField->m_pDict, "V"); local
1482 if (pV != NULL) {
1483 pFieldDict->SetAt("V", pV->Clone(TRUE));
/external/qemu/android/camera/
H A Dcamera-format-converters.c1019 uint8_t* pV = local
1022 pY += Y_next_pair, pU += UV_inc, pV += UV_inc) {
1027 R8G8B8ToYUV(r, g, b, pY, pU, pV);
1087 const uint8_t* pV = local
1090 pY += Y_next_pair, pU += UV_inc, pV += UV_inc) {
1093 const uint8_t V = *pV;
1206 uint8_t* pV = local
1209 pY += Y_next_pair, pU += UV_inc, pV += UV_inc) {
1214 R8G8B8ToYUV(r, g, b, pY, pU, pV);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c34250 unsigned char *pV = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c37850 unsigned char *pV = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c37870 unsigned char *pV = 0; local
[all...]

Completed in 552 milliseconds