HomeSort by relevance Sort by last modified time
    Searched defs:symbol (Results 226 - 250 of 691) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/toybox/kconfig/
expr.h 40 struct symbol *sym;
71 struct symbol { struct
72 struct symbol *next;
115 struct symbol *sym;
138 struct symbol *sym;
157 extern struct symbol symbol_yes, symbol_no, symbol_mod;
158 extern struct symbol *modules_sym;
159 extern struct symbol *sym_defconfig_list;
161 struct expr *expr_alloc_symbol(struct symbol *sym);
164 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
    [all...]
  /external/v8/src/ast/
prettyprinter.cc 428 PrintLiteral(handle(Handle<Symbol>::cast(value)->name(), isolate_), false);
540 Symbol* symbol = Symbol::cast(object); local
541 if (symbol->name()->IsString()) {
543 String* string = String::cast(symbol->name());
546 Print("Symbol(%*s)", length, desc.get());
548 Print("Symbol()");
    [all...]
  /external/v8/src/
dateparser.h 150 char symbol() { function in struct:v8::internal::DateParser::DateToken
154 bool IsSymbol(char symbol) {
155 return IsSymbol() && this->symbol() == symbol;
183 static DateToken Symbol(char symbol) {
184 return DateToken(kSymbolTag, 1, symbol);
233 bool SkipSymbol(char symbol) {
234 if (next_.IsSymbol(symbol)) {
  /external/zopfli/src/zopfli/
deflate.c 45 static void AddBits(unsigned symbol, unsigned length,
50 unsigned bit = (symbol >> i) & 1;
61 static void AddHuffmanBits(unsigned symbol, unsigned length,
67 unsigned bit = (symbol >> (length - i - 1)) & 1;
141 /* This is an encoding of a huffman tree, so now the length is a symbol */
142 unsigned char symbol = i < hlit2 ? ll_lengths[i] : d_lengths[i - hlit2]; local
144 if(use_16 || (symbol == 0 && (use_17 || use_18))) {
145 for (j = i + 1; j < lld_total && symbol ==
153 if (symbol == 0 && count >= 3) {
178 /* Repetitions of any symbol */
225 unsigned symbol = clsymbols[rle[i]]; local
383 size_t symbol, sum, limit; local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 81 // skip the first NULL symbol
135 // Section symbol's st_name is the section index.
167 // 2. easy to know if a symbol is from .so
170 // sort symbols by symbol value and then weak before strong
173 // for each weak symbol, find out all its aliases, and
222 LDSymbol* symbol = pInput.context()->getSymbol(r_sym); local
223 if (symbol == NULL) {
227 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
249 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
250 if (symbol == NULL)
717 LDSymbol* symbol = pInput.context()->getSymbol(r_sym); local
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 119 // Add the symbol set by -u as an undefind global symbol into symbol pool
137 // create the output symbol if it dose not have one
452 // symbol table. Since these symbols has fragRef to input fragments, which
487 // Traverse all the resolveInfo and add the output symbol to output
523 // go through the entire symbol assignments
525 LDSymbol* symbol = NULL; local
526 assert((*it).second.symbol().type() == Operand::SYMBOL);
714 Module::sym_iterator symbol, symEnd = m_pModule->sym_end(); local
748 LDSymbol* symbol = (*assign).first; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 62 /// Helper function to create a local symbol at the end of the fragment.
65 // Create and add symbol to the name pool.
78 // Create input symbol.
87 // The output symbol is simply an alias to the input symbol.
198 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
365 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
461 /// finalizeSymbol - finalize the symbol value
843 // calculate the possible symbol valu
845 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 324 // define symbol _GLOBAL_OFFSET_TABLE_
478 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
568 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local
569 if (symbol->hasFragRef()) {
570 uint64_t value = symbol->fragRef()->getOutputOffset();
572 symbol->fragRef()->frag()->getParent()->getSection().addr();
576 sym_value, // symbol value
661 /// finalizeSymbol - finalize the symbol value
785 // We have to reset the description of the symbol here. When doin
    [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 1122 char16_t symbol = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h 70 /* Hashtable holding definition for symbol. If this field is not NULL, it
779 tree symbol, base, index, step, offset; member in struct:mem_address
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Intermediate.cpp 2029 TSymbol* symbol = symbolTable.find(name); local
    [all...]
  /system/extras/simpleperf/
cmd_kmem.cpp 35 const Symbol* symbol; // the function making allocation member in struct:__anon3014::SlabSample
45 SlabSample(const Symbol* symbol, uint64_t ptr, uint64_t bytes_req,
48 : symbol(symbol),
180 const Symbol* symbol = thread_tree_->FindKernelSymbol(call_site); variable
187 symbol, ptr, bytes_req, bytes_alloc, 1, gfp_flags, 0)));
221 const Symbol* symbol = thread_tree_->FindKernelSymbol(ip) variable
    [all...]
report_lib_interface.cpp 68 SymbolEntry symbol; member in struct:CallChainEntry
307 const Symbol* symbol = local
311 current_symbol_.symbol_name = symbol->DemangledName();
312 current_symbol_.symbol_addr = symbol->addr;
313 current_symbol_.symbol_len = symbol->len;
353 const Symbol* symbol = local
357 entry.symbol.dso_name = map->dso->Path().c_str();
358 entry.symbol.vaddr_in_file = vaddr_in_file
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
libecoff.h 93 /* The symbol table file position, set by _bfd_ecoff_mkobject_hook. */
126 /* A mapping from external symbol numbers to entries in the linker
130 /* A mapping from reloc symbol indices to sections, used when
157 /* The actual symbol which the rest of BFD works with */
158 asymbol symbol; member in struct:ecoff_symbol_struct
160 /* The fdr for this symbol. */
163 /* TRUE if this is a local symbol rather than an external one. */
166 /* A pointer to the unswapped hidden information for this symbol.
176 /* We need to save the index of an external symbol when we write it
177 out so that can set the symbol index correctly when we write ou
    [all...]
libnlm.h 32 /* A reloc for an imported NLM symbol. Normal relocs are associated
33 with sections, and include a symbol. These relocs are associated
44 /* Information we keep for an NLM symbol. */
48 /* BFD symbol. */
49 asymbol symbol; member in struct:__anon4083
50 /* Number of reloc entries for imported symbol. */
52 /* Array of reloc information for imported symbol. */
165 machine specific. The second argument is the symbol if this is
170 import symbol. */
180 /* Set the section for a public symbol. This may be NULL, in whic
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
arm.cc 505 // Reloc_stub key. A key is logically a triplet of a stub type, a symbol
506 // and an addend. Since we treat global and local symbol differently, we
507 // use a Symbol object for a global symbol and a object-index pair for
508 // a local symbol.
512 // If SYMBOL is not null, this is a global symbol, we ignore RELOBJ and
513 // R_SYM. Otherwise, this is a local symbol and RELOBJ must non-NULL
515 Key(Stub_type stub_type, const Symbol* symbol, const Relobj* relobj
550 symbol() const function in class:__anon4431::Reloc_stub::Key
616 const Symbol* symbol; member in union:__anon4431::Reloc_stub::Key::__anon4433
    [all...]
  /toolchain/binutils/binutils-2.27/include/
oasys.h 187 oasys_symbol_record_type symbol; member in union:oasys_record_union
  /toolchain/binutils/binutils-2.27/ld/
ldmain.c 99 /* TRUE if we should demangle symbol names. */
699 /* Record a symbol to be wrapped, from the --wrap option. */
876 "to satisfy reference by file (symbol)\n\n"));
920 /* This is called when BFD has discovered a symbol which is defined
954 /* Ignore a redefinition of an absolute symbol to the
995 /* This is called when there is a definition of a common symbol, or
996 when a common symbol is found for a symbol that is already defined,
1031 an indirect symbol, but we don't have anywhere to store the
1174 const char *symbol;
1172 const char *symbol; member in struct:warning_callback_info
    [all...]
  /art/runtime/
elf_file.cc 388 // Need a hash section for dynamic symbol lookup.
791 Elf_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index); local
792 if (symbol == nullptr) {
795 const char* name = GetString(SHT_DYNSYM, symbol->st_name);
797 return symbol;
867 Elf_Sym* symbol = GetSymbol(section_type, i); local
868 if (symbol == nullptr) {
872 ? ELF64_ST_TYPE(symbol->st_info)
873 : ELF32_ST_TYPE(symbol->st_info);
877 const char* name = GetString(*string_section, symbol->st_name)
913 Elf_Sym* symbol = GetSymbol(section_type, i); local
931 Elf_Sym* symbol = FindSymbolByName(section_type, symbol_name, build_map); local
1619 Elf_Sym* symbol = GetSymbol(section_type, i); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaDec.c 49 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)
53 probLit = prob + offs + bit + symbol; \
54 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
127 /* First LZMA-symbol is always decoded.
172 unsigned symbol; local
183 symbol = 1;
185 do { NORMAL_LITER_DEC } while (symbol < 0x100);
202 symbol = 1;
210 while (symbol < 0x100);
608 unsigned symbol = 1; local
616 unsigned symbol = 1; local
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 51 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)
55 probLit = prob + offs + bit + symbol; \
56 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
129 /* First LZMA-symbol is always decoded.
174 unsigned symbol; local
185 symbol = 1;
187 do { NORMAL_LITER_DEC } while (symbol < 0x100);
204 symbol = 1;
212 while (symbol < 0x100);
610 unsigned symbol = 1; local
618 unsigned symbol = 1; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 51 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)
55 probLit = prob + offs + bit + symbol; \
56 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
129 /* First LZMA-symbol is always decoded.
174 unsigned symbol; local
185 symbol = 1;
187 do { NORMAL_LITER_DEC } while (symbol < 0x100);
204 symbol = 1;
212 while (symbol < 0x100);
610 unsigned symbol = 1; local
618 unsigned symbol = 1; local
    [all...]
  /external/brotli/c/dec/
state.h 170 uint32_t symbol; member in struct:BrotliDecoderStateStruct
175 /* List of heads of symbol chains. */
180 /* Tails of symbol chains. */
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 364 CComPtr<IDiaSymbol> symbol = NULL; local
366 while (SUCCEEDED(symbols->Next(1, &symbol, &count)) && count == 1) {
367 if (SUCCEEDED(symbol->get_relativeVirtualAddress(&rva))) {
368 // To maintain existing behavior of one symbol per address, place the
372 fprintf(stderr, "get_relativeVirtualAddress failed on the symbol\n");
376 symbol.Release();
388 CComPtr<IDiaSymbol> symbol = NULL; local
390 while (SUCCEEDED(symbols->Next(1, &symbol, &count)) && count == 1) {
391 if (SUCCEEDED(symbol->get_relativeVirtualAddress(&rva))) {
397 fprintf(stderr, "get_relativeVirtualAddress failed on the symbol\n")
411 CComPtr<IDiaSymbol> symbol = NULL; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 48 * <ul><li>A display symbol, for a specific locale
89 * Selector for getName() indicating the narrow currency symbol.
90 * The narrow currency symbol is similar to the regular currency
91 * symbol, but it always takes the shortest form: for example,
503 * requests the symbol name for the default <code>DISPLAY</code> locale.
513 * requests the symbol name.
514 * @param loc the Locale for the symbol
523 * requests the symbol name.
524 * @param uloc the ULocale for the symbol
581 "Cannot get narrow symbol from custom currency display name provider")
763 String symbol = e.getKey(); local
    [all...]

Completed in 1384 milliseconds

1 2 3 4 5 6 7 8 91011>>