HomeSort by relevance Sort by last modified time
    Searched refs:pX (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/sqlite/src/src/
mutex_noop.c 89 static int debugMutexHeld(sqlite3_mutex *pX){
90 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX;
93 static int debugMutexNotheld(sqlite3_mutex *pX){
94 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX;
136 static void debugMutexFree(sqlite3_mutex *pX){
137 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX;
154 static void debugMutexEnter(sqlite3_mutex *pX){
155 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX;
156 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) );
159 static int debugMutexTry(sqlite3_mutex *pX){
    [all...]
test_fuzzer.c 273 fuzzer_rule *pX;
276 while( (pX = p->pNewRule)!=0 ){
277 p->pNewRule = pX->pNext;
278 pX->pNext = 0;
280 pX = fuzzerMergeRules(a[i], pX);
283 a[i] = fuzzerMergeRules(a[i], pX);
285 for(pX=a[0], i=1; i<sizeof(a)/sizeof(a[0]); i++){
286 pX = fuzzerMergeRules(a[i], pX);
    [all...]
os_os2.c     [all...]
os_win.c     [all...]
test1.c     [all...]
expr.c     [all...]
where.c 585 Expr *pX = pTerm->pExpr;
592 if( !sqlite3IndexAffinityOk(pX, idxaff) ) continue;
595 ** it to be useful for optimising expression pX. Store this
598 assert(pX->pLeft);
599 pColl = sqlite3BinaryCompareCollSeq(pParse, pX->pLeft, pX->pRight);
    [all...]
vdbemem.c 599 Mem *pX;
600 for(i=1, pX=&pVdbe->aMem[1]; i<=pVdbe->nMem; i++, pX++){
601 if( pX->pScopyFrom==pMem ){
602 pX->flags |= MEM_Invalid;
603 pX->pScopyFrom = 0;
    [all...]
os_unix.c     [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 60 bool operator() (const mcld::sys::fs::RealPath& pX,
62 if (pX.native().size() < pY.native().size())
64 return (pX.native() < pY.native());
Path.h 169 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
170 if (pX.generic_string().size() < pY.generic_string().size())
172 return (pX.generic_string() < pY.generic_string());
  /frameworks/compile/mclinker/include/mcld/ADT/
StringEntry.h 57 bool compare(const llvm::StringRef& pX)
58 { return (0 == key().compare(pX)); }
60 bool compare(const llvm::StringRef& pX) const
61 { return (0 == key().compare(pX)); }
111 bool compare(const llvm::StringRef& pX)
112 { return (0 == key().compare(pX)); }
114 bool compare(const llvm::StringRef& pX) const
115 { return (0 == key().compare(pX)); }
  /external/qemu/android/
user-config.h 37 void auserConfig_getWindowPos( AUserConfig* uconfig, int *pX, int *pY );
user-config.c 160 auserConfig_getWindowPos( AUserConfig* uconfig, int *pX, int *pY )
162 *pX = uconfig->windowX;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
inter_36.cpp 105 pX = pointer to input vector of type Word16
195 Word16 *pX, /* i : input vector */
221 pX--;
224 pX1 = &pX[0];
225 pX2 = &pX[1];
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentGraph.h 121 uint32_t& at(uint32_t pX, uint32_t pY);
122 uint32_t at(uint32_t pX, uint32_t pY) const;
  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 32 bool EntryCompare(const Entry& pX, const Entry& pY)
33 { return (pX.first < pY.first); }
  /external/chromium_org/third_party/opus/src/silk/
VAD.c 36 const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies */
273 const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies */
294 nrg = silk_ADD_POS_SAT32( pX[ k ], psSilk_VAD->NoiseLevelBias[ k ] );
  /frameworks/compile/mclinker/lib/Fragment/
FragmentGraph.cpp 58 uint32_t& FragmentGraph::ReachMatrix::at(uint32_t pX, uint32_t pY)
60 return m_Data[pX * m_N + pY];
63 uint32_t FragmentGraph::ReachMatrix::at(uint32_t pX, uint32_t pY) const
65 return m_Data[pX * m_N + pY];
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 100 bool dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const;
MipsGOT.cpp 129 bool MipsGOT::dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const
131 SymbolOrderMapType::const_iterator itX = m_SymbolOrderMap.find(pX);
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 237 uLong *pX));
241 uLong *pX)
255 *pX = x;
257 *pX = 0;
264 uLong *pX));
268 uLong *pX)
290 *pX = x;
292 *pX = 0;
299 ZPOS64_T *pX));
304 ZPOS64_T *pX)
    [all...]
zip.c 371 local int zip64local_getShort OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX));
373 local int zip64local_getShort (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX)
387 *pX = x;
389 *pX = 0;
393 local int zip64local_getLong OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX));
395 local int zip64local_getLong (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX)
417 *pX = x;
419 *pX = 0;
423 local int zip64local_getLong64 OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX));
426 local int zip64local_getLong64 (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX)
    [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 104 CvSepFilter pX, pY;
146 pX.init_deriv( TILE_SIZE+2, CV_8UC1, CV_16SC1, 1, 0, 3 );
308 pX.process( &_src1, &_dx );
  /external/zlib/src/contrib/minizip/
unzip.c 237 uLong *pX));
241 uLong *pX)
255 *pX = x;
257 *pX = 0;
264 uLong *pX));
268 uLong *pX)
290 *pX = x;
292 *pX = 0;
299 ZPOS64_T *pX));
304 ZPOS64_T *pX)
    [all...]

Completed in 543 milliseconds

1 2