HomeSort by relevance Sort by last modified time
    Searched defs:symbol (Results 126 - 150 of 267) sorted by null

1 2 3 4 56 7 8 91011

  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 84 OMX_U32 symbol, bit; local
90 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros);
92 DEBUG_PRINT_LOW("\nIn %s() symbol : %d", __func__,symbol);
93 return symbol;
275 DEBUG_PRINT_LOW("\nIn %s() symbol : %u", __func__,buf_hdr->nFlags);
321 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits)
325 DEBUG_PRINT_LOW("\n%s bin : %x/%d", __func__, symbol, num_bits);
329 rbsp_buf[byte_ptr] |= (symbol >> shift);
330 symbol = (symbol << (32 - shift)) >> (32 - shift)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 87 OMX_U32 symbol, bit; local
94 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros);
96 DEBUG_PRINT_LOW("\nIn %s() symbol : %d", __func__,symbol);
97 return symbol;
384 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits)
388 DEBUG_PRINT_LOW("\n%s bin : %x/%d", __func__, symbol, num_bits);
392 rbsp_buf[byte_ptr] |= (symbol >> shift);
393 symbol = (symbol << (32 - shift)) >> (32 - shift)
    [all...]
  /libcore/luni/src/main/java/libcore/reflect/
GenericSignatureParser.java 86 char symbol; // 0: eof; else valid term symbol or first char of identifier. field in class:GenericSignatureParser
237 while (symbol > 0) {
249 if (symbol == '<') {
252 while ((symbol != '>') && (symbol > 0)) {
270 if (symbol == 'L' || symbol == '[' || symbol == 'T') {
274 while (symbol == ':')
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 145 UNumberFormatSymbol symbol = static_cast<UNumberFormatSymbol>(javaSymbol); local
146 unum_setSymbol(toUNumberFormat(addr), symbol, value.get(), value.size(), &status); local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Fonts.py 58 symbol = kFontIDSymbol variable
  /sdk/emulator/qtools/
q2dm.cpp 14 struct symbol { struct
18 typedef TraceReader<symbol> TraceReaderType;
  /system/core/libcorkscrew/
backtrace.c 245 static void init_backtrace_symbol(backtrace_symbol_t* symbol, uintptr_t pc) {
246 symbol->relative_pc = pc;
247 symbol->relative_symbol_addr = 0;
248 symbol->map_name = NULL;
249 symbol->symbol_name = NULL;
250 symbol->demangled_name = NULL;
258 backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
259 init_backtrace_symbol(symbol, frame->absolute_pc);
263 symbol->relative_pc = frame->absolute_pc - mi->start;
265 symbol->map_name = strdup(mi->name)
284 backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
306 backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
    [all...]
  /art/runtime/
elf_file.cc 396 llvm::ELF::Elf32_Sym& symbol = GetSymbol(llvm::ELF::SHT_DYNSYM, symbol_and_chain_index); local
397 const char* name = GetString(llvm::ELF::SHT_DYNSYM, symbol.st_name);
399 return base_address_ + symbol.st_value;
452 llvm::ELF::Elf32_Sym& symbol = GetSymbol(section_type, i); local
453 unsigned char type = symbol.getType();
457 const char* name = GetString(string_section, symbol.st_name);
461 std::pair<SymbolTable::iterator, bool> result = (*symbol_table)->insert(std::make_pair(name, &symbol));
464 CHECK_EQ(symbol.st_value, result.first->second->st_value);
465 CHECK_EQ(symbol.st_size, result.first->second->st_size);
466 CHECK_EQ(symbol.st_info, result.first->second->st_info)
485 llvm::ELF::Elf32_Sym& symbol = GetSymbol(section_type, i); local
500 llvm::ELF::Elf32_Sym* symbol = FindSymbolByName(section_type, symbol_name, build_map); local
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 98 private char symbol; // 0: eof; else valid term symbol or first char of field in class:GenericSignatureParser
153 switch (symbol) {
274 while (symbol > 0) {
287 if (symbol == '<') {
290 while ((symbol != '>') && (symbol > 0)) {
311 if (symbol == 'L' || symbol == '[' || symbol == 'T')
    [all...]
  /external/bison/src/
parse-gram.h 54 /* Put the tokens into the symbol table, so that GDB and other debuggers
181 symbol *symbol; member in union:GRAM_STYPE
  /external/chromium_org/third_party/angle/src/compiler/
SymbolTable.h 11 // Symbol table for parsing. Has these design characteristics:
13 // * Same symbol table can be used to compile many shaders, to preserve
18 // so that symbol table lookups are never ambiguous. This allows
19 // a simpler symbol table structure.
21 // * Pushing and popping of scope, so symbol table will really be a stack
22 // of symbol tables. Searched from the top, with new inserts going into
26 // in the symbol table. The parser can substitute constants at parse
30 // are tracked in the intermediate representation, not the symbol table.
40 // Symbol base class. (Can build functions or variables out of these...)
67 // Variable class, meaning a symbol that's not a function
308 TSymbol* symbol; local
    [all...]
OutputHLSL.cpp 1511 TIntermSymbol *symbol = (*sit)->getAsSymbolNode(); local
1540 TIntermSymbol *symbol = (*sit)->getAsSymbolNode(); local
1570 TIntermSymbol *symbol = arguments[i]->getAsSymbolNode(); local
1618 TIntermSymbol *symbol = arguments[i]->getAsSymbolNode(); local
2223 TIntermSymbol *symbol = assign->getLeft()->getAsSymbolNode(); local
    [all...]
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 112 // Initialize the symbol engine.
165 // We need to delay load the symbol cache until after
305 // Try to locate a symbol for this frame.
310 IMAGEHLP_SYMBOL64* symbol = reinterpret_cast<IMAGEHLP_SYMBOL64*>(buffer); local
312 symbol->SizeOfStruct = sizeof(IMAGEHLP_SYMBOL64);
313 symbol->MaxNameLength = kStackWalkMaxNameLen;
317 symbol); // Symbol
319 // Try to locate more source information for the symbol.
330 if (strstr(symbol->Name, "CallStack::") |
    [all...]
  /external/oprofile/daemon/liblegacy/
p_module.h 33 /* The symbol format used by get_kernel_syms(2). */
57 struct old_module_symbol symbol[0]; /* actual size defined by n_symbols */ member in struct:old_symbol_table
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 119 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
286 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
392 /// finalizeSymbol - finalize the symbol value
543 // calculate the possible symbol value
545 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local
546 if (symbol->hasFragRef()) {
547 uint64_t value = symbol->fragRef()->getOutputOffset();
549 symbol->fragRef()->frag()->getParent()->getSection().addr();
560 sym_value, // symbol valu
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 78 import symbol namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 78 import symbol namespace
  /external/chromium_org/third_party/codesighs/
codesighs.c 127 static Switch gMatchSection = {"--match-section", "-msec", 1, NULL, "Only consider sections that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify an array of sections." DESC_NEWLINE "Section is considered symbol type."};
129 static Switch gMatchSymbol = {"--match-symbol", "-msym", 1, NULL, "Only consider symbols that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify an array of symbols."};
245 char* symbol; local
255 ** size class scope module segment object symbol ....
274 symbol = strchr(lineBuffer, '\t') + 1;
441 if(NULL != strstr(symbol, inOptions->mMatchSymbols[loop]))
    [all...]
  /external/chromium_org/v8/src/
dateparser.h 188 char symbol() { function in struct:v8::internal::DateParser::DateToken
192 bool IsSymbol(char symbol) {
193 return IsSymbol() && this->symbol() == symbol;
221 static DateToken Symbol(char symbol) {
222 return DateToken(kSymbolTag, 1, symbol);
271 bool SkipSymbol(char symbol) {
272 if (next_.IsSymbol(symbol)) {
  /external/elfutils/src/
i386_ld.c 65 only means adjusting offset and symbol indices. */
86 struct symbol **symref;
99 /* Get the data for the input section symbol table for this
110 /* Array directing local symbol table offsets to output symbol
114 /* References to the symbol records. */
131 /* Compute the symbol index in the output file. */
135 /* This happens if the symbol is locally undefined or
140 /* Take reordering performed to sort the symbol table into
144 /* Get the symbol table entry. *
458 struct symbol *symbol = ndxtosym[idx]; local
    [all...]
  /external/iptables/iptables/
xtoptions.c 404 const struct tos_symbol_info *symbol; local
416 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
417 if (strcasecmp(cb->arg, symbol->name) == 0) {
418 cb->val.tos_value = symbol->value;
  /external/linux-tools-perf/
builtin-top.c 29 #include "util/symbol.h"
159 struct symbol *sym;
190 pr_err("Not enough memory for annotating '%s' symbol!\n",
214 struct symbol *sym = sym_entry__symbol(syme);
221 struct symbol *sym;
241 struct symbol *symbol; local
247 symbol = sym_entry__symbol(syme);
248 notes = symbol__annotation(symbol);
255 printf("Showing %s for %s\n", event_name(top.sym_evsel), symbol->name)
    [all...]
  /external/linux-tools-perf/util/
symbol.h 77 /** struct symbol - symtab entry
81 struct symbol { struct
91 void symbol__delete(struct symbol *sym);
126 static inline void *symbol__priv(struct symbol *sym)
139 struct symbol *sym;
147 struct symbol *sym;
244 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type,
246 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
trace-event.h 127 struct print_arg_symbol symbol; member in union:print_arg::__anon24193
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 84 SymbolTable("t", cl::desc("Display the symbol table"));
444 // Disassemble symbol by symbol.
449 // symbol.
452 // Make sure this symbol takes up space.
456 // This symbol has the same address as the next symbol. Skip it.
625 const coff_symbol *symbol = 0; local
629 if (symbol->StorageClass == COFF::IMAGE_SYM_CLASS_STATIC
630 && symbol->Value == 0) { // Section definition
    [all...]

Completed in 2001 milliseconds

1 2 3 4 56 7 8 91011