Searched refs:nRet (Results 1 - 4 of 4) sorted by relevance
/third_party/elfio/elfio/ |
H A D | elfio_symbols.hpp | 43 Elf_Xword nRet = 0; in get_symbols_num() local 54 return nRet; in get_symbols_num() 59 nRet = in get_symbols_num() 63 return nRet; in get_symbols_num() 181 Elf_Word nRet; in add_symbol() local 185 nRet = generic_add_symbol<Elf32_Sym>( 0, 0, 0, 0, 0, 0 ); in add_symbol() 188 nRet = generic_add_symbol<Elf64_Sym>( 0, 0, 0, 0, 0, 0 ); in add_symbol() 193 nRet = generic_add_symbol<Elf32_Sym>( name, value, size, info, in add_symbol() 197 nRet = generic_add_symbol<Elf64_Sym>( name, value, size, info, in add_symbol() 201 return nRet; in add_symbol() 249 Elf_Xword nRet = 0; arrange_local_symbols() local 494 Elf_Word nRet = generic_add_symbol() local [all...] |
H A D | elfio_relocation.hpp | 76 Elf_Xword nRet = 0; in get_entries_num() local 79 nRet = relocation_section->get_size() / in get_entries_num() 83 return nRet; in get_entries_num()
|
/third_party/sqlite/src/ |
H A D | shell.c | 10815 double target; /* Target nRet/nRow value */ 10817 double nRet; /* Number of rows returned */ member 10833 bRet = (p->nRet / p->nRow) <= p->target; in idxSampleFunc() 10843 p->nRet += (double)bRet; in idxSampleFunc() 11146 samplectx.nRet = 0.0; in idxPopulateStat1() 11357 int nRet = 0; in sqlite3_expert_count() local 11358 if( p->pStatement ) nRet = p->pStatement->iId+1; in sqlite3_expert_count() 11359 return nRet; in sqlite3_expert_count() 11801 int nRet = dbdataGetVarint(z, &val); in dbdataGetVarintU32() local 11804 return nRet; in dbdataGetVarintU32() [all...] |
H A D | sqlite3.c | 23467 int nRet = 0; sqlite3_db_status() local 76083 int nRet = 0; global() local 158176 LogEst nRet = nNew; global() local 180487 sqlite3_int64 nRet; global() local 229215 int nRet; global() local 229639 int nRet = 0; global() local [all...] |
Completed in 153 milliseconds