Searched defs:syms (Results 1 - 25 of 57) sorted by last modified time

123

/external/zlib/src/examples/
H A Denough.c119 syms: number of symbols remaining to code
125 syms: 3..totsym (totsym == total symbols to code)
126 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
129 syms == 2 is not saved since that immediately leads to a single code. left
132 left ends at syms-1 since left == syms immediately results in a single code.
137 first one (syms) being outermost, and the last one (len) being innermost.
138 We build the array with length max-1 lists for the len index, with syms-3
151 to the num[] array as described above for the (syms, lef
203 count(int syms, int len, int left) argument
258 beenhere(int syms, int len, int left, int mem, int rem) argument
322 examine(int syms, int len, int left, int mem, int rem) argument
403 enough(int syms) argument
460 int syms; /* total number of symbols to code */ local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c27 static asymbol **syms = NULL; variable
77 if (syms)
95 syms = malloc(storage);
96 if (syms == NULL) {
102 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
104 symcount = bfd_canonicalize_symtab(abfd, syms);
108 free(syms);
109 syms = NULL;
144 data->found = bfd_find_nearest_line(abfd, section, syms,
232 if (!syms) {
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c27 static asymbol **syms = NULL; variable
77 if (syms)
95 syms = malloc(storage);
96 if (syms == NULL) {
102 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
104 symcount = bfd_canonicalize_symtab(abfd, syms);
108 free(syms);
109 syms = NULL;
144 data->found = bfd_find_nearest_line(abfd, section, syms,
232 if (!syms) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c27 static asymbol **syms = NULL; variable
77 if (syms)
95 syms = malloc(storage);
96 if (syms == NULL) {
102 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
104 symcount = bfd_canonicalize_symtab(abfd, syms);
108 free(syms);
109 syms = NULL;
144 data->found = bfd_find_nearest_line(abfd, section, syms,
232 if (!syms) {
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c3 /*--- Reading of syms & debug info from Mach-O files. ---*/
295 to 'syms'; the caller will post-process them and hand them off to
298 void read_symtab( /*OUT*/XArray* /* DiSym */ syms, argument
382 VG_(addToXA)( syms, &disym );
403 static void tidy_up_cand_syms ( /*MOD*/XArray* /* of DiSym */ syms, argument
408 nsyms = VG_(sizeXA)(syms);
410 VG_(setCmpFnXA)(syms, cmp_DiSym_by_start_then_name);
411 VG_(sortXA)(syms);
434 && ((DiSym*)VG_(indexXA)(syms,i))->addr
435 == ((DiSym*)VG_(indexXA)(syms,
897 DiCursor syms = DiCursor_INVALID; local
[all...]
/external/srec/tools/grxmlcompile/
H A Dfst-io.h78 void PrintId(int64 id, const SymbolTable *syms, argument
80 if (syms) {
81 string symbol = syms->Find(id);
85 << ", symbol table = " << syms->Name()
289 int64 StrToId(const char *s, const SymbolTable *syms, argument
293 if (syms) {
294 n = syms->Find(s);
298 << ", symbol table = " << syms->Name()
H A Dgrxmlcompile.cpp329 int64 StrToId(const char *s, fst::SymbolTable *syms, argument
333 if (syms) {
334 n = syms->Find(s);
338 << ", symbol table = " << syms->Name();
518 void get_slot_olabel_range( const fst::SymbolTable* syms, int* myMin, int* myMax) argument
521 fst::SymbolTableIterator iter( *syms);
/external/qemu/include/hw/
H A Delf_ops.h78 struct elf_sym *syms = glue(s->disas_symtab.elf, SZ); local
84 sym = bsearch(&key, syms, s->disas_num_syms, sizeof(*syms), glue(symfind, SZ));
104 struct elf_sym *syms = NULL; local
123 syms = load_at(fd, symtab->sh_offset, symtab->sh_size);
124 if (!syms)
132 glue(bswap_sym, SZ)(&syms[i]);
135 if (syms[i].st_shndx == SHN_UNDEF ||
136 syms[i].st_shndx >= SHN_LORESERVE ||
137 ELF_ST_TYPE(syms[
[all...]
/external/openfst/src/include/fst/
H A Dencode.h184 void SetInputSymbols(const SymbolTable* syms) { argument
186 if (syms) {
187 isymbols_ = syms->Copy();
195 void SetOutputSymbols(const SymbolTable* syms) { argument
197 if (syms) {
198 osymbols_ = syms->Copy();
400 void SetInputSymbols(const SymbolTable* syms) { argument
401 table_->SetInputSymbols(syms);
404 void SetOutputSymbols(const SymbolTable* syms) { argument
405 table_->SetOutputSymbols(syms);
[all...]
H A Dsymbol-table-ops.h38 SymbolTable *PruneSymbolTable(const Fst<Arc> &fst, const SymbolTable &syms, argument
51 SymbolTable *pruned = new SymbolTable(syms.Name() + "_pruned");
52 for (SymbolTableIterator stiter(syms); !stiter.Done(); stiter.Next()) {
62 SymbolTable *CompactSymbolTable(const SymbolTable &syms);
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h56 const SymbolTable *syms = 0,
59 token_type_(token_type), symbols_(syms), done_(false),
60 compiler_(token_type, syms, unknown_label, allow_negative_labels) {
189 const SymbolTable *syms = 0; local
194 syms = SymbolTable::ReadText(symbols_fname, opts);
195 if (!syms) {
201 unknown_label = syms->Find(unknown_symbol);
234 delete syms;
247 syms, unknown_label);
268 delete syms;
[all...]
H A Dprint-strings.h58 const SymbolTable *syms = 0; local
63 syms = SymbolTable::ReadText(symbols_fname, opts);
64 if (!syms) {
90 if (i == 1 && initial_symbols && syms == 0 && fst.InputSymbols() != 0)
91 syms = fst.InputSymbols()->Copy();
95 token_type, syms ? syms : fst.InputSymbols());
122 delete syms;
131 delete syms;
/external/openfst/src/include/fst/script/
H A Dcompile-impl.h138 int64 StrToId(const char *s, const SymbolTable *syms, argument
142 if (syms) {
143 n = syms->Find(s);
147 << ", symbol table = " << syms->Name()
H A Ddraw-impl.h127 void PrintId(int64 id, const SymbolTable *syms, argument
129 if (syms) {
130 string symbol = syms->Find(id);
134 << ", symbol table = " << syms->Name()
H A Dprint-impl.h77 void PrintId(int64 id, const SymbolTable *syms, argument
79 if (syms) {
80 string symbol = syms->Find(id);
84 << ", symbol table = " << syms->Name()
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc85 SymbolTable *CompactSymbolTable(const SymbolTable &syms) { argument
87 SymbolTableIterator stiter(syms);
91 SymbolTable *compact = new SymbolTable(syms.Name() + "_compact");
/external/oprofile/daemon/liblegacy/
H A Dp_module.h146 unsigned tgt_long syms; member in struct:module
/external/oprofile/libpp/
H A Dcallgraph_container.cpp99 upper_bound(bfd.syms.begin(), bfd.syms.end(), tmpsym);
101 if (it != bfd.syms.begin())
104 if (it == bfd.syms.end()) {
120 i = distance(bfd.syms.begin(), it);
166 sym.name = symbol_names.create(b.syms[i].name());
167 sym.sample.vma = b.syms[i].vma();
173 << b.syms[i].name() << " filepos " << start
548 for (symbol_index_t i = 0; i < caller_bfd.syms.size(); ++i) {
586 symbol_collection syms local
[all...]
H A Ddiff_container.cpp45 add_sym(diff_collection & syms, diff_symbol const & sym, argument
56 syms.push_back(sym);
62 symbol_old(diff_collection & syms, symbol_entry const & sym, argument
67 add_sym(syms, symbol, choice);
73 symbol_new(diff_collection & syms, symbol_entry const & sym, argument
78 add_sym(syms, symbol, choice);
83 void symbol_diff(diff_collection & syms, argument
100 add_sym(syms, symbol, choice);
118 diff_collection syms; local
134 symbol_old(syms, *it
[all...]
H A Dformat_output.cpp460 output(ostream & out, symbol_collection const & syms) argument
464 symbol_collection::const_iterator it = syms.begin();
465 symbol_collection::const_iterator end = syms.end();
500 void cg_formatter::output(ostream & out, symbol_collection const & syms) argument
510 symbol_collection::const_iterator end = syms.end();
512 for (it = syms.begin(); it < end; ++it) {
558 void diff_formatter::output(ostream & out, diff_collection const & syms) argument
562 diff_collection::const_iterator it = syms.begin();
563 diff_collection::const_iterator end = syms.end();
H A Dsymbol_sort.cpp132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const argument
143 stable_sort(syms.begin(), syms.end(),
149 sort(diff_collection & syms, bool reverse_sort, bool lf) const argument
160 stable_sort(syms.begin(), syms.end(),
/external/oprofile/libutil++/
H A Dbfd_support.cpp226 void fixup_linenr(bfd * abfd, asection * section, asymbol ** syms, argument
247 bool ret = bfd_find_nearest_line(abfd, section, syms, pc + i,
549 syms.reset(new asymbol *[nr_syms + 1]);
552 syms[i] = mini_syms[i];
556 syms[nr_mini_syms + i] = synth_syms + i;
562 syms[nr_syms] = NULL;
596 syms.reset(new asymbol *[nr_syms]);
598 nr_syms = bfd_canonicalize_symtab(abfd, syms.get());
601 translate_debuginfo_syms(syms.get(), nr_syms);
617 asymbol ** syms; local
[all...]
H A Dbfd_support.h46 scoped_array<asymbol *> syms; member in struct:bfd_info
60 * structs returned from bfd_get_synthetic_symtab. The syms
H A Dop_bfd.h183 std::vector<op_bfd_symbol> syms; member in class:op_bfd
/external/oprofile/opjitconv/
H A Dopjitconv.c47 asymbol ** syms; variable

Completed in 298 milliseconds

123