Searched refs:symbol (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/external/bison/src/
H A Dsymtab.h38 token_sym, /* terminal symbol */
48 typedef struct symbol symbol; typedef in typeref:struct:symbol
52 struct symbol struct
54 /* The key, name of the symbol. */
77 /* Points to the other in the identifier-symbol pair for an alias.
79 identifier-symbol pair for an alias. */
80 symbol *alias;
88 /* `symbol->user_token_number == USER_NUMBER_ALIAS' means this symbol
[all...]
H A Dsymlist.h31 /* The symbol. */
32 symbol *sym;
35 /* If this symbol is the generated lhs for a mid-rule, a pointer to
43 /* Whether this symbol's value is used in the current action. */
47 symbol *ruleprec;
57 symbol_list *symbol_list_new (symbol *sym, location loc);
64 symbol *sym,
73 /* Get symbol N in symbol list L. */
77 symbol
[all...]
H A Dgram.h32 Each symbol (either token or variable) receives a symbol number.
46 instance RITEM stores both symbol (the RHS) and rule numbers: the
58 RULES[R].lhs -- the symbol of the left hand side of rule R.
63 RULES[R].prec -- the symbol providing the precedence level of R.
65 RULES[R].precsym -- the symbol attached (via %prec) to give its
67 need to distinguish one from the other when reducing: a symbol used
83 The right hand side is stored as symbol numbers in a portion of
98 SYMBOLS[I]->prec records the precedence level of each symbol.
102 as they ought to. Zero as a symbol o
[all...]
H A Dsymtab.c37 symbol *errtoken = NULL;
38 symbol *undeftoken = NULL;
39 symbol *endtoken = NULL;
40 symbol *accept = NULL;
41 symbol *startsymbol = NULL;
45 | Create a new symbol, named TAG. |
48 static symbol *
51 symbol *res = xmalloc (sizeof *res);
79 | Print a symbol. |
87 symbol_print (symbol *
[all...]
/external/elfutils/libebl/
H A Deblsymboltypename.c1 /* Return symbol type name.
60 ebl_symbol_type_name (ebl, symbol, buf, len)
62 int symbol;
68 res = ebl != NULL ? ebl->symbol_type_name (symbol, buf, len) : NULL;
83 if (symbol < STT_NUM)
84 res = stt_names[symbol];
87 if (symbol >= STT_LOPROC && symbol <= STT_HIPROC)
88 snprintf (buf, len, "LOPROC+%d", symbol - STT_LOPROC);
89 else if (symbol >
[all...]
/external/easymock/src/org/easymock/
H A DLogicalOperator.java48 private String symbol; field in class:LogicalOperator
50 private LogicalOperator(String symbol) { argument
51 this.symbol = symbol;
55 return symbol;
/external/iptables/extensions/
H A Dtos_values.c29 const struct tos_symbol_info *symbol; local
34 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
35 if (value == symbol->value) {
36 printf(" %s%s", prefix, symbol->name);
/external/zlib/src/contrib/puff/
H A Dpuff.c65 * - Catch missing end-of-block symbol error
201 * symbol[] are the symbol values in canonical order, where the number of
207 short *symbol; /* canonically ordered symbols */ member in struct:huffman
211 * Decode a code from the stream s using huffman table h. Return the symbol or
240 int index; /* index of first code of length len in symbol table */
246 if (code - count < first) /* if length len, return symbol */
247 return h->symbol[index + (code - first)];
268 int index; /* index of first code of length len in symbol table */
283 if (code - count < first) { /* if length len, return symbol */
341 int symbol; /* current symbol when stepping through length[] */ local
439 int symbol; /* decoded symbol */ local
544 int symbol; local
703 int symbol; /* decoded value */ local
[all...]
/external/webkit/Source/WebKit2/Platform/gtk/
H A DModuleGtk.cpp49 gpointer symbol = 0; local
50 g_module_symbol(m_handle, functionName, &symbol);
51 return symbol;
/external/linux-tools-perf/util/
H A Dannotate.h6 #include "symbol.h"
68 struct symbol symbol; member in struct:sannotation
77 static inline struct annotation *symbol__annotation(struct symbol *sym)
79 struct sannotation *a = container_of(sym, struct sannotation, symbol);
83 int symbol__inc_addr_samples(struct symbol *sym, struct map *map,
85 int symbol__alloc_hist(struct symbol *sym, int nevents);
86 void symbol__annotate_zero_histograms(struct symbol *sym);
90 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
92 int symbol__annotate(struct symbol *sy
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSearchSymbol.cpp6 // SearchSymbol is an AST traverser to detect the use of a given symbol name
16 SearchSymbol::SearchSymbol(const TString &symbol) : mSymbol(symbol) argument
H A DValidateLimitations.cpp12 bool IsLoopIndex(const TIntermSymbol* symbol, const TLoopStack& stack) { argument
14 if (i->index.id == symbol->getId())
37 virtual void visitSymbol(TIntermSymbol* symbol) { argument
41 mValid = (symbol->getQualifier() == EvqConst) ||
42 IsLoopIndex(symbol, mLoopStack);
156 bool ValidateLimitations::isLoopIndex(const TIntermSymbol* symbol) const
158 return IsLoopIndex(symbol, mLoopStack);
221 TIntermSymbol* symbol = declInit->getLeft()->getAsSymbolNode(); local
222 if (symbol == NULL) {
227 TBasicType type = symbol
263 TIntermSymbol* symbol = binOp->getLeft()->getAsSymbolNode(); local
321 TIntermSymbol* symbol = NULL; local
384 TIntermSymbol* symbol = params[i]->getAsSymbolNode(); local
395 TSymbol* symbol = symbolTable.find(node->getName()); local
419 const TIntermSymbol* symbol = operand->getAsSymbolNode(); local
[all...]
/external/webp/src/utils/
H A Dhuffman.c72 int symbol; local
84 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
85 if (code_lengths[symbol] > max_code_length) {
86 max_code_length = code_lengths[symbol];
92 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
93 ++code_length_hist[code_lengths[symbol]];
118 TreeAddSymbol(HuffmanTree* const tree, int symbol, int code, int code_length) argument
146 int symbol; local
[all...]
/external/oprofile/libpp/
H A Dsymbol_container.cpp32 symbol_entry * symbol = const_cast<symbol_entry*>(&*p.first); local
33 symbol->sample.counts += symb.sample.counts;
45 symbol_entry symbol; local
46 symbol.sample.file_loc.filename = filename;
47 symbol.sample.file_loc.linenr = linenr;
52 pair<it, it> p_it = symbols_by_loc.equal_range(&symbol);
65 symbol_entry symbol; local
66 symbol.sample.file_loc.filename = filename;
67 symbol.sample.file_loc.linenr = 0;
70 it first = symbols_by_loc.lower_bound(&symbol);
[all...]
H A Dsample_container.cpp49 sample_container::begin(symbol_entry const * symbol) const
51 samples_storage::key_type key(symbol, 0);
58 sample_container::end(symbol_entry const * symbol) const
60 samples_storage::key_type key(symbol, ~bfd_vma(0));
66 void sample_container::insert(symbol_entry const * symbol, argument
69 samples_storage::key_type key(symbol, sample.vma);
101 sample_container::find_by_vma(symbol_entry const * symbol, bfd_vma vma) const argument
103 sample_index_t key(symbol, vma);
/external/qemu/distrib/sdl-1.2.15/src/loadso/dlopen/
H A DSDL_sysloadso.c46 void *symbol = dlsym(handle, name); local
47 if ( symbol == NULL ) {
53 symbol = dlsym(handle, _name);
55 if ( symbol == NULL ) {
59 return(symbol);
/external/llvm/bindings/python/llvm/tests/
H A Dtest_object.py36 for symbol in o.get_symbols():
38 assert isinstance(symbol, Symbol)
39 assert isinstance(symbol.name, str)
40 assert isinstance(symbol.address, long)
41 assert isinstance(symbol.size, long)
42 assert isinstance(symbol.file_offset, long)
46 for symbol in o.get_symbols():
47 symbol.cache()
52 for symbol in o.get_symbols():
53 section = symbol
[all...]
/external/icu4c/i18n/unicode/
H A Ddcfmtsym.h15 * 08/26/97 aliu Added currency/intl currency symbol support.
87 * Constants for specifying a number format symbol.
107 /** The currency symbol */
109 /** The international currency symbol */
113 /** The exponential symbol */
115 /** Per mill symbol - replaces kPermillSymbol */
119 /** Infinity symbol */
121 /** Nan symbol */
123 /** Significant digit symbol
166 /** count symbol constant
423 setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/loadso/mint/
H A DSDL_sysloadso.c48 void *symbol = (void *)ldg_find((char *)name, (LDG *)handle); local
49 if ( symbol == NULL ) {
52 return(symbol);
/external/zlib/src/contrib/blast/
H A Dblast.c93 * symbol[] are the symbol values in canonical order, where the number of
99 short *symbol; /* canonically ordered symbols */ member in struct:huffman
103 * Decode a code from the stream s using huffman table h. Return the symbol or
129 int index; /* index of first code of length len in symbol table */
144 if (code < first + count) { /* if length len, return symbol */
147 return h->symbol[index + (code - first)];
181 * enough bits will resolve to a symbol. If the return value is positive, then
187 int symbol; /* current symbol whe local
280 int symbol; /* decoded symbol, extra bits for distance */ local
[all...]
/external/elfutils/src/
H A Dsymbolhash.c35 /* Definitions for the symbol hash table. */
36 #define TYPE struct symbol *
H A Dsymbolhash.h29 /* Definitions for the symbol hash table. */
30 #define TYPE struct symbol *
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
H A DSDL_sysloadso.c52 void *symbol = NULL; local
53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol);
59 if (symbol == NULL)
62 return(symbol);
/external/valgrind/main/gdbserver_tests/
H A Dmcvabits.stderrB.exp4 Address 0x........ is 0 bytes inside data symbol "undefined"
6 Address 0x........ is 0 bytes inside data symbol "undefined"
9 Address 0x........ is 0 bytes inside data symbol "undefined"
12 Address 0x........ is 0 bytes inside data symbol "undefined"
15 Address 0x........ is 0 bytes inside data symbol "undefined"
18 Address 0x........ is 0 bytes inside data symbol "undefined"
21 Address 0x........ is 0 bytes inside data symbol "undefined"
24 Address 0x........ is 0 bytes inside data symbol "undefined"
27 Address 0x........ is 0 bytes inside data symbol "undefined"
30 Address 0x........ is 0 bytes inside data symbol "undefine
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp0 // symbol-table.cc
17 // Classes to provide symbol-to-integer and integer-to-symbol mappings.
19 #include "fst/lib/symbol-table.h"
25 "Require symbol tables to match when appropriate");
32 // Identifies stream data as a symbol table (and its endianity)
38 LOG(ERROR) << "SymbolTable::ReadText: Can't open symbol file: "
58 const char *symbol = col[0]; local
68 impl->AddSymbol(symbol, key);
82 int64 SymbolTableImpl::AddSymbol(const string& symbol, int6 argument
116 string symbol; local
135 const string symbol = symbols_[i]; local
[all...]

Completed in 506 milliseconds

1234567891011>>