Home
last modified time | relevance | path

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

/external/srec/seti/sltsEngine/src/
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 …]
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 …]
/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.c69231 int nRes; in sqlite3RunVacuum() local
69266 nRes = sqlite3BtreeGetReserve(pMain); in sqlite3RunVacuum()
69267 if( sqlite3BtreeSetPageSize(pTemp, sqlite3BtreeGetPageSize(pMain), nRes) in sqlite3RunVacuum()
69268 || sqlite3BtreeSetPageSize(pTemp, db->nextPagesize, nRes) in sqlite3RunVacuum()
69393 rc = sqlite3BtreeSetPageSize(pMain, sqlite3BtreeGetPageSize(pTemp), nRes); in sqlite3RunVacuum()