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

1 2 3 45

  /external/openfst/src/include/fst/
synchronize.h 449 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) {
452 *ofst = SynchronizeFst<Arc>(ifst, opts);
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/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 451 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) {
454 *ofst = SynchronizeFst<Arc>(ifst, opts);
compose.h     [all...]
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);
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c     [all...]
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_vfs.c 826 int ofst,
837 sqlite3_snprintf(sizeof(zLock), zLock, "%d %d", ofst, n); local
864 u32 mask = (((1<<n)-1) << ofst);
    [all...]
test6.c 526 static int cfShmLock(sqlite3_file *pFile, int ofst, int n, int flags){
527 return sqlite3OsShmLock(((CrashFile*)pFile)->pRealFile, ofst, n, flags);
os_unix.c     [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/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/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 399 keyAEOffStyles = FOUR_CHAR_CODE('ofst')
661 keyAEOffset = FOUR_CHAR_CODE('ofst')
    [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/src/test/
pager1.test 496 foreach {tn ofst value result} {
511 hexio_write test.db-journal $ofst [format %.8x $value]
    [all...]

Completed in 450 milliseconds

1 2 3 45