Searched defs:sym (Results 126 - 150 of 291) sorted by relevance

1234567891011>>

/external/libopus/celt/
H A Dentenc.c91 unsigned sym; local
92 sym=(EC_SYM_MAX+carry)&EC_SYM_MAX;
93 do _this->error|=ec_write_byte(_this,sym);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dhists_link.c129 struct symbol *sym; local
132 sym = symbol__new(fsym->start, fsym->length,
134 if (sym == NULL)
137 symbols__insert(&dso->symbols[MAP__FUNCTION], sym);
155 struct symbol *sym; member in struct:sample
231 fake_common_samples[k].sym = al.sym;
253 fake_samples[i][k].sym = al.sym;
270 samples->sym
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dannotate.c22 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, argument
35 symhist = annotation__histogram(symbol__annotation(sym), evidx);
51 static int perf_gtk__get_offset(char *buf, size_t size, struct symbol *sym, argument
54 u64 start = map__rip_2objdump(map, sym->start);
88 static int perf_gtk__annotate_symbol(GtkWidget *window, struct symbol *sym, argument
101 notes = symbol__annotation(sym);
130 sym, pos,
135 ret = perf_gtk__get_percent(s, sizeof(s), sym, pos,
141 if (perf_gtk__get_offset(s, sizeof(s), sym, map, pos))
157 int symbol__gtk_annotate(struct symbol *sym, struc argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h129 static inline struct annotation *symbol__annotation(struct symbol *sym) argument
131 struct sannotation *a = container_of(sym, struct sannotation, symbol);
135 int symbol__inc_addr_samples(struct symbol *sym, struct map *map,
137 int symbol__alloc_hist(struct symbol *sym);
138 void symbol__annotate_zero_histograms(struct symbol *sym);
140 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
141 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sym);
142 int symbol__annotate_printf(struct symbol *sym, struct map *map,
145 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
146 void symbol__annotate_decay_histogram(struct symbol *sym, in
[all...]
H A Dcallchain.h73 struct symbol *sym; member in struct:callchain_cursor_node
127 struct map *map, struct symbol *sym);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp143 Elf_Sym *sym = const_cast<Elf_Sym *>( local
148 sym->st_value = static_cast<addr_type>(Addr);
624 // This may happen for references to TOC base base (sym@toc, .odp
/external/ltrace/sysdeps/linux-gnu/mips/
H A Dplt.c88 \param sym The library symbol.
106 sym2addr(struct process *proc, struct library_symbol *sym) argument
110 if (sym->arch.pltalways
111 || (!sym->arch.gotonly && sym->plt_type == LS_TOPLT_NONE)) {
112 return sym->enter_addr;
118 ret=ptrace(PTRACE_PEEKTEXT, proc->pid, sym->enter_addr, 0);
157 size_t sym_index, GElf_Rela *rela, GElf_Sym *sym)
161 sym) != NULL ? 0 : -1;
167 if (gelf_getsym(lte->dynsym, sym_index, sym)
156 arch_get_sym_info(struct ltelf *lte, const char *filename, size_t sym_index, GElf_Rela *rela, GElf_Sym *sym) argument
[all...]
/external/openssl/crypto/dso/
H A Ddso_dlfcn.c234 void *ptr, *sym; local
252 sym = dlsym(ptr, symname);
253 if(sym == NULL)
259 return(sym);
266 DSO_FUNC_TYPE sym; member in union:__anon28207
293 return u.sym;
/external/oprofile/libpp/
H A Dformat_output.h85 field_datum(symbol_entry const & sym, argument
89 : symbol(sym), sample(s), pclass(pc),
232 void output(std::ostream & out, diff_symbol const & sym);
/external/oprofile/libutil++/
H A Dop_bfd.cpp375 op_bfd_symbol const & sym = syms[sym_idx]; local
377 linenr_info const info = find_nearest_line(b, sym, offset, anon_obj);
388 size_t op_bfd::symbol_size(op_bfd_symbol const & sym, argument
391 unsigned long long start = sym.filepos();
394 if (next && (sym.section() != next->section()))
395 end = sym.symbol_endpos();
406 op_bfd_symbol const & sym = syms[sym_idx]; local
411 start = sym.vma();
413 start = sym.filepos();
414 end = start + sym
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_infback.c92 unsigned sym, bits; local
96 sym = 0;
97 while (sym < 144) state->lens[sym++] = 8;
98 while (sym < 256) state->lens[sym++] = 9;
99 while (sym < 280) state->lens[sym++] = 7;
100 while (sym < 288) state->lens[sym
[all...]
H A Dfx_zlib_inflate.c271 unsigned sym, bits; local
275 sym = 0;
276 while (sym < 144) state->lens[sym++] = 8;
277 while (sym < 256) state->lens[sym++] = 9;
278 while (sym < 280) state->lens[sym++] = 7;
279 while (sym < 288) state->lens[sym
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdhuff.c265 int sym = htbl->huffval[i]; local
266 if (sym < 0 || sym > 15)
/external/qemu/android/skin/
H A Dkeyboard.c37 int sym; /* SDL key symbol value (e.g. SDLK_a) */ member in struct:__anon29179
125 int sym )
131 if (k->sym == sym)
139 int sym,
146 k->sym = sym;
156 int sym )
162 if (k->sym == sym) {
138 skin_keyboard_add_last( SkinKeyboard* keyboard, int sym, int mod, int unicode ) argument
217 skin_keyboard_key_to_code( SkinKeyboard* keyboard, unsigned sym, int mod, int down ) argument
319 skin_keyboard_raw_key_to_code(SkinKeyboard* kb, unsigned sym, int down) argument
429 int sym = ev->key.keysym.sym; local
[all...]
H A Dkeyset.c222 skin_key_symmod_to_str( int sym, int mod ) argument
248 if (keysym_names[nn]._sym == sym) {
254 if (sym >= 32 && sym <= 127) {
255 p = bufprint(p, end, "%c", sym);
318 D("%s: can't find sym value for '%s' (mod=%d, str=%s)", __FUNCTION__, s0, mod, str);
324 int sym; member in struct:__anon29182
338 skin_keyset_add( SkinKeyset* kset, int sym, int mod, SkinKeyCommand command ) argument
345 D( "adding binding %s to %s", skin_key_command_to_str(command), skin_key_symmod_to_str(sym,mod));
352 first->sym
394 int sym, mod; local
492 skin_keyset_get_command( SkinKeyset* kset, int sym, int mod ) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestwm.c204 static void PrintKey(const SDL_keysym *sym, int pressed) argument
207 if ( sym->sym ) {
209 sym->sym, SDL_GetKeyName(sym->sym));
211 printf("Unknown Key (scancode = %d) %s ", sym->scancode,
216 if ( sym->unicode ) {
218 if ( sym
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.c271 unsigned sym, bits; local
275 sym = 0;
276 while (sym < 144) state->lens[sym++] = 8;
277 while (sym < 256) state->lens[sym++] = 9;
278 while (sym < 280) state->lens[sym++] = 7;
279 while (sym < 288) state->lens[sym
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c256 char **sym; local
262 sym = backtrace_symbols(btrace, btrace_num);
271 if (state == TRACE_TAIL && sym && sym[i] &&
272 os_strstr(sym[i], "__libc_start_main"))
276 if (sym)
277 wpa_printf(MSG_INFO, "[%d]: %s", i, sym[i]);
285 free(sym);
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c256 char **sym; local
262 sym = backtrace_symbols(btrace, btrace_num);
271 if (state == TRACE_TAIL && sym && sym[i] &&
272 os_strstr(sym[i], "__libc_start_main"))
276 if (sym)
277 wpa_printf(MSG_INFO, "[%d]: %s", i, sym[i]);
285 free(sym);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c256 char **sym; local
262 sym = backtrace_symbols(btrace, btrace_num);
271 if (state == TRACE_TAIL && sym && sym[i] &&
272 os_strstr(sym[i], "__libc_start_main"))
276 if (sym)
277 wpa_printf(MSG_INFO, "[%d]: %s", i, sym[i]);
285 free(sym);
/external/zlib/src/contrib/infback9/
H A Dinfback9.c56 unsigned sym, bits, low, size; local
62 sym = 0;
63 while (sym < 144) state.lens[sym++] = 8;
64 while (sym < 256) state.lens[sym++] = 9;
65 while (sym < 280) state.lens[sym++] = 7;
66 while (sym < 288) state.lens[sym
[all...]
/external/zlib/src/
H A Dinflate.c271 unsigned sym, bits; local
275 sym = 0;
276 while (sym < 144) state->lens[sym++] = 8;
277 while (sym < 256) state->lens[sym++] = 9;
278 while (sym < 280) state->lens[sym++] = 7;
279 while (sym < 288) state->lens[sym
[all...]
/external/bison/src/
H A Dreader.c60 grammar_start_symbol_set (symbol *sym, location loc)
67 startsymbol = sym;
181 grammar_symbol_append (symbol *sym, location loc)
183 symbol_list *p = symbol_list_sym_new (sym, loc);
194 if (sym)
203 symbol *sym = p->content.sym;
205 if (name->id == sym->tag)
209 quote (sym->tag));
267 if (symbol_destructor_get (s->content.sym)
59 grammar_start_symbol_set(symbol *sym, location loc) argument
178 grammar_symbol_append(symbol *sym, location loc) argument
200 symbol *sym = p->content.sym; local
467 grammar_current_rule_symbol_append(symbol *sym, location loc, named_ref *name) argument
739 symbol_list *sym; local
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdhuff.c265 int sym = htbl->huffval[i]; local
266 if (sym < 0 || sym > 15)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c448 Elf32_Sym sym; local
450 parse_elf_symbol(&elf, ofst, &sym, NULL);
455 /* if (ELF32_ST_TYPE(sym.st_info) == STT_OBJECT && sym.st_name)
459 sym.st_name));
462 if (ELF32_ST_TYPE(sym.st_info) == STT_OBJECT
463 && sym.st_size == 4) {
468 parse_elf_section(&elf, sym.st_shndx, &dhdr, NULL);
475 if (sizeof(val) != sym.st_size) {
486 elf.buf + dhdr.sh_offset + sym
537 Elf64_Sym sym; local
[all...]

Completed in 5563 milliseconds

1234567891011>>