Home
last modified time | relevance | path

Searched refs:nRes (Results 1 – 5 of 5) sorted by relevance

/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c183 SWIsltsResult nRes = SWIsltsSuccess; in load_lquestions() local
193 nRes = SWIsltsErrAllocResource; in load_lquestions()
200 nRes = SWIsltsErrAllocResource; in load_lquestions()
213 nRes = SWIsltsErrAllocResource; in load_lquestions()
230 return nRes; in load_lquestions()
236 SWIsltsResult nRes = SWIsltsSuccess; in free_lquestions() local
250 return nRes; in free_lquestions()
255 SWIsltsResult nRes = SWIsltsSuccess; in load_letter_mapping() local
263 nRes = SWIsltsErrAllocResource; in load_letter_mapping()
272 nRes = SWIsltsErrAllocResource; in load_letter_mapping()
[all …]
DSWIslts.c122 SWIsltsResult nRes = SWIsltsSuccess; in SWIsltsOpen() local
143 nRes = create_lts((char *)data_filename, &pEng->m_hLts); in SWIsltsOpen()
144 if (nRes != SWIsltsSuccess) { in SWIsltsOpen()
145 …L("create_lts with the model file (%s) fails with return code %d\n"), (char *)data_filename, nRes); in SWIsltsOpen()
158 return nRes; in SWIsltsOpen()
192 SWIsltsResult nRes = SWIsltsSuccess; in SWIsltsTextToPhone() local
237 nRes = SWIsltsEmptyPhoneString; in SWIsltsTextToPhone()
242 nRes = run_lts(pEng->m_hLts, pEng->m_hDict, new_text, output_phone_string, output_phone_len); in SWIsltsTextToPhone()
243 if (nRes != SWIsltsSuccess) { in SWIsltsTextToPhone()
265 return nRes; in SWIsltsTextToPhone()
[all …]
/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c583 ESR_ReturnCode nRes = ESR_SUCCESS; in run_ttt() local
590 nRes = ESR_FATAL_ERROR; in run_ttt()
629 return nRes; in run_ttt()
/external/sqlite/dist/
Dsqlite3.c85589 int nRes;
85641 nRes = sqlite3BtreeGetReserve(pMain);
85654 if( sqlite3BtreeSetPageSize(pTemp, sqlite3BtreeGetPageSize(pMain), nRes, 0)
85655 || (!isMemDb && sqlite3BtreeSetPageSize(pTemp, db->nextPagesize, nRes, 0))
85782 rc = sqlite3BtreeSetPageSize(pMain, sqlite3BtreeGetPageSize(pTemp), nRes,1);
Dsqlite3.c.orig85578 int nRes;
85630 nRes = sqlite3BtreeGetReserve(pMain);
85643 if( sqlite3BtreeSetPageSize(pTemp, sqlite3BtreeGetPageSize(pMain), nRes, 0)
85644 || (!isMemDb && sqlite3BtreeSetPageSize(pTemp, db->nextPagesize, nRes, 0))
85771 rc = sqlite3BtreeSetPageSize(pMain, sqlite3BtreeGetPageSize(pTemp), nRes,1);