Searched refs:ofst (Results 101 - 120 of 120) sorted by relevance

12345

/external/openfst/src/include/fst/
H A Ddeterminize.h980 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, argument
1002 Prune(dfst, ofst, popts);
1004 *ofst = DeterminizeFst<Arc>(ifst, nopts);
1005 Prune(ofst, opts.weight_threshold, opts.state_threshold);
1008 *ofst = DeterminizeFst<Arc>(ifst, nopts);
H A Dsynchronize.h449 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { argument
452 *ofst = SynchronizeFst<Arc>(ifst, opts);
H A Dreplace.h1437 MutableFst<Arc> *ofst, typename Arc::Label root,
1441 *ofst = ReplaceFst<Arc>(ifst_array, opts);
1447 MutableFst<Arc> *ofst, typename Arc::Label root) {
1448 Replace(ifst_array, ofst, root, false);
1435 Replace(const vector<pair<typename Arc::Label, const Fst<Arc>* > >& ifst_array, MutableFst<Arc> *ofst, typename Arc::Label root, bool epsilon_on_replace) argument
1445 Replace(const vector<pair<typename Arc::Label, const Fst<Arc>* > >& ifst_array, MutableFst<Arc> *ofst, typename Arc::Label root) argument
H A Dfst.h929 template<class F, class G> void Cast(const F &ifst, G *ofst) { argument
930 ofst->SetImpl(reinterpret_cast<typename G::Impl *>(ifst.GetImpl()), false);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest6.c526 static int cfShmLock(sqlite3_file *pFile, int ofst, int n, int flags){ argument
527 return sqlite3OsShmLock(((CrashFile*)pFile)->pRealFile, ofst, n, flags);
H A Dtest_osinst.c151 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){ argument
428 rc = p->pReal->pMethods->xShmLock(p->pReal, ofst, n, flags);
H A Dtest_vfstrace.c218 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){ argument
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);
H A Dtest_vfs.c826 int ofst,
837 sqlite3_snprintf(sizeof(zLock), zLock, "%d %d", ofst, n); local
864 u32 mask = (((1<<n)-1) << ofst);
824 tvfsShmLock( sqlite3_file *pFile, int ofst, int n, int flags ) argument
H A Dtest_multiplex.c851 int ofst, /* First lock to acquire or release */
859 return pSubOpen->pMethods->xShmLock(pSubOpen, ofst, n, flags);
849 multiplexShmLock( sqlite3_file *pConn, int ofst, int n, int flags ) argument
H A Dtest_quota.c541 int ofst, /* First lock to acquire or release */
546 return pSubOpen->pMethods->xShmLock(pSubOpen, ofst, n, flags);
539 quotaShmLock( sqlite3_file *pConn, int ofst, int n, int flags ) argument
H A Dpager.c2230 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
2233 rc = sqlite3OsWrite(pPager->fd, (u8*)aData, pPager->pageSize, ofst);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h674 MutableFst<Arc> *ofst, typename Arc::Label root) {
677 *ofst = ReplaceFst<Arc>(ifst_array, opts);
672 Replace(const vector<pair<typename Arc::Label, const Fst<Arc>* > >& ifst_array, MutableFst<Arc> *ofst, typename Arc::Label root) argument
H A Dsynchronize.h451 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { argument
454 *ofst = SynchronizeFst<Arc>(ifst, opts);
H A Dcompose.h896 MutableFst<Arc> *ofst,
900 *ofst = ComposeFst<Arc>(ifst1, ifst2, nopts);
902 Connect(ofst);
895 Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, MutableFst<Arc> *ofst, const ComposeOptions &opts = ComposeOptions()) argument
H A Ddeterminize.h710 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, argument
715 *ofst = DeterminizeFst<Arc>(ifst, nopts);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp110 unsigned ofst; local
116 ofst = State.AllocateStack(ArgFlags.getByValSize(), 4);
117 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
131 ofst = State.AllocateStack(4, 4);
132 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
136 ofst = State.AllocateStack(8, 8);
137 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c3814 int ofst; local
3816 ofst = stp->iTknOfst;
3817 if( ofst==NO_OFFSET ) ofst = mnTknOfst - 1;
3819 fprintf(out, " %4d,", ofst);
3839 int ofst; local
3841 ofst = stp->iNtOfst;
3842 if( ofst==NO_OFFSET ) ofst = mnNtOfst - 1;
3844 fprintf(out, " %4d,", ofst);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22836 ** Apply advisory locks for all n bytes beginning at ofst.
22845 int ofst, /* Offset to first byte to be locked/unlocked */
22857 area.lOffset = ofst;
23220 int ofst, /* First lock to acquire or release */
23231 assert( ofst>=0 && ofst+n<=SQLITE_SHM_NLOCK );
23239 mask = (u32)((1U<<(ofst+n)) - (1U<<ofst));
23240 assert( n>1 || mask==(1<<ofst) );
23257 rc = os2ShmSystemLock(pShmNode, _SHM_UNLCK, ofst
22842 os2ShmSystemLock( os2ShmNode *pNode, int lockType, int ofst, int nByte ) argument
23218 os2ShmLock( sqlite3_file *id, int ofst, int n, int flags ) argument
27760 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28137 unixShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
32457 winShmSystemLock( winShmNode *pFile, int lockType, int ofst, int nByte ) argument
32709 winShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
38660 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c28334 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28766 unixShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
35380 winShmSystemLock( winShmNode *pFile, int lockType, int ofst, int nByte ) argument
35629 winShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
42529 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28354 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28786 unixShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
35400 winShmSystemLock( winShmNode *pFile, int lockType, int ofst, int nByte ) argument
35649 winShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
42549 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
[all...]

Completed in 1238 milliseconds

12345