HomeSort by relevance Sort by last modified time
    Searched refs:ofst (Results 101 - 117 of 117) sorted by null

1 2 3 45

  /external/chromium_org/third_party/sqlite/src/src/
test6.c 526 static int cfShmLock(sqlite3_file *pFile, int ofst, int n, int flags){
527 return sqlite3OsShmLock(((CrashFile*)pFile)->pRealFile, ofst, n, flags);
test_osinst.c 151 static int vfslogShmLock(sqlite3_file *pFile, int ofst, int n, int flags);
423 static int vfslogShmLock(sqlite3_file *pFile, int ofst, int n, int flags){
428 rc = p->pReal->pMethods->xShmLock(p->pReal, ofst, n, flags);
    [all...]
test_vfstrace.c 218 vfstrace_printf(pInfo, "%s.xRead(%s,n=%d,ofst=%lld)",
237 vfstrace_printf(pInfo, "%s.xWrite(%s,n=%d,ofst=%lld)",
424 static int vfstraceShmLock(sqlite3_file *pFile, int ofst, int n, int flags){
438 vfstrace_printf(pInfo, "%s.xShmLock(%s,ofst=%d,n=%d,%s)",
439 pInfo->zVfsName, p->zFName, ofst, n, &zLck[1]);
440 rc = p->pReal->pMethods->xShmLock(p->pReal, ofst, n, flags);
test_vfs.c 826 int ofst,
837 sqlite3_snprintf(sizeof(zLock), zLock, "%d %d", ofst, n); local
864 u32 mask = (((1<<n)-1) << ofst);
    [all...]
test_multiplex.c 851 int ofst, /* First lock to acquire or release */
859 return pSubOpen->pMethods->xShmLock(pSubOpen, ofst, n, flags);
    [all...]
test_quota.c 541 int ofst, /* First lock to acquire or release */
546 return pSubOpen->pMethods->xShmLock(pSubOpen, ofst, n, flags);
pager.c 2240 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 710 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,
715 *ofst = DeterminizeFst<Arc>(ifst, nopts);
replace.h 675 MutableFst<Arc> *ofst, typename Arc::Label root) {
678 *ofst = ReplaceFst<Arc>(ifst_array, opts);
compose.h     [all...]
  /external/openfst/src/include/fst/
replace.h     [all...]
fst.h 929 template<class F, class G> void Cast(const F &ifst, G *ofst) {
930 ofst->SetImpl(reinterpret_cast<typename G::Impl *>(ifst.GetImpl()), false);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 96 unsigned ofst; local
102 ofst = State.AllocateStack(ArgFlags.getByValSize(), 4);
103 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
117 ofst = State.AllocateStack(4, 4);
118 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
122 ofst = State.AllocateStack(8, 8);
123 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 3814 int ofst; local
3839 int ofst; local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 38683 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 40656 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 40684 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
    [all...]

Completed in 3052 milliseconds

1 2 3 45