Searched defs:syms (Results 1 - 25 of 42) sorted by relevance

12

/external/clang/test/CodeGen/
H A D2003-08-21-WideString.c16 } syms = { L"NUL" }; variable in typeref:struct:__anon4120
/external/openfst/src/include/fst/
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/oprofile/libutil++/
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/icu4c/test/intltest/
H A Dsdtfmtts.cpp178 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); local
179 if(!syms) {
183 if(syms->getDynamicClassID() != DateFormatSymbols::getStaticClassID()) {
186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms);
H A Ddcfmapts.cpp192 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols(); local
193 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms);
/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h54 const SymbolTable *syms = 0; local
57 syms = SymbolTable::ReadText(symbols_fname, true);
58 if (!syms) {
65 StringPrinter<Arc> string_printer(token_type, syms);
111 delete syms;
H A Dcompile-strings.h56 const SymbolTable *syms = 0,
60 compiler_(token_type, syms, unknown_label, allow_negative_labels) {
175 const SymbolTable *syms = 0; local
178 syms = SymbolTable::ReadText(symbols_fname,
180 if (!syms) {
186 unknown_label = syms->Find(unknown_symbol);
219 allow_negative_labels, syms, unknown_label);
238 delete syms;
/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/libpp/
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 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/qemu/
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/script/
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()
H A Dcompile-impl.h137 int64 StrToId(const char *s, const SymbolTable *syms, argument
141 if (syms) {
142 n = syms->Find(s);
146 << ", 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()
/external/zlib/src/examples/
H A Denough.c116 syms: number of symbols remaining to code
122 syms: 3..totsym (totsym == total symbols to code)
123 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
126 syms == 2 is not saved since that immediately leads to a single code. left
129 left ends at syms-1 since left == syms immediately results in a single code.
134 first one (syms) being outermost, and the last one (len) being innermost.
135 We build the array with length max-1 lists for the len index, with syms-3
148 to the num[] array as described above for the (syms, lef
200 count(int syms, int len, int left) argument
255 beenhere(int syms, int len, int left, int mem, int rem) argument
319 examine(int syms, int len, int left, int mem, int rem) argument
400 enough(int syms) argument
457 int syms; /* total number of symbols to code */ local
[all...]
/external/bison/src/
H A Dreader.c99 merger_list *syms;
110 for (syms = &head, n = 1; syms->next; syms = syms->next, n += 1)
111 if (UNIQSTR_EQ (name, syms->next->name))
113 if (syms->next == NULL)
115 syms->next = xmalloc (sizeof syms->next[0]);
116 syms
97 merger_list *syms; local
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp64 std::vector<ld_plugin_symbol> syms; member in struct:__anon9798::claimed_file
289 cf.syms.reserve(sym_count);
296 cf.syms.push_back(ld_plugin_symbol());
297 ld_plugin_symbol &sym = cf.syms.back();
348 cf.syms.reserve(cf.syms.size());
350 if (!cf.syms.empty()) {
351 if ((*add_symbols)(cf.handle, cf.syms.size(), &cf.syms[0]) != LDPS_OK) {
386 if (I->syms
[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()
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c29 static asymbol **syms = NULL; variable
79 if (syms)
97 syms = malloc(storage);
98 if (syms == NULL) {
104 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
106 symcount = bfd_canonicalize_symtab(abfd, syms);
110 free(syms);
111 syms = NULL;
146 data->found = bfd_find_nearest_line(abfd, section, syms,
233 if (!syms) {
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c29 static asymbol **syms = NULL; variable
79 if (syms)
97 syms = malloc(storage);
98 if (syms == NULL) {
104 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
106 symcount = bfd_canonicalize_symtab(abfd, syms);
110 free(syms);
111 syms = NULL;
146 data->found = bfd_find_nearest_line(abfd, section, syms,
233 if (!syms) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c29 static asymbol **syms = NULL; variable
79 if (syms)
97 syms = malloc(storage);
98 if (syms == NULL) {
104 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
106 symcount = bfd_canonicalize_symtab(abfd, syms);
110 free(syms);
111 syms = NULL;
146 data->found = bfd_find_nearest_line(abfd, section, syms,
233 if (!syms) {
[all...]
/external/grub/stage2/
H A Dmb_info.h147 syms; member in struct:multiboot_info
/external/icu4c/i18n/
H A Dunum.cpp65 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale(locale), *status); local
66 if(syms == NULL) {
71 delete syms;
75 retVal = new DecimalFormat(pat, syms, *parseErr, *status);
77 delete syms;
/external/oprofile/daemon/liblegacy/
H A Dp_module.h146 unsigned tgt_long syms; member in struct:module

Completed in 114 milliseconds

12