Searched defs:symbol (Results 126 - 150 of 246) sorted by relevance

12345678910

/external/srec/tools/grxmlcompile/
H A Dfst-io.h81 string symbol = syms->Find(id); local
82 if (symbol == "") {
84 << " is not mapped to any textual symbol"
85 << ", symbol table = " << syms->Name()
89 *ostrm_ << symbol; local
138 const SymbolTable *isyms_; // ilabel symbol table
139 const SymbolTable *osyms_; // olabel symbol table
140 const SymbolTable *ssyms_; // slabel symbol table
298 << ", symbol table = " << syms->Name()
354 const SymbolTable *isyms_; // ilabel symbol tabl
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h0 // symbol-table.h
17 // Classes to provide symbol-to-integer and integer-to-symbol mappings.
47 int64 AddSymbol(const string& symbol, int64 key);
49 int64 AddSymbol(const string& symbol) { argument
50 int64 key = Find(symbol);
51 return (key == -1) ? AddSymbol(symbol, available_key_++) : key;
81 // Return the key associated with the symbol. If the symbol
83 int64 Find(const string& symbol) cons
187 AddSymbol(const string& symbol, int64 key) argument
196 AddSymbol(const string& symbol) argument
[all...]
/external/stlport/stlport/stl/
H A D_monetary.h42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
/external/webp/src/utils/
H A Dhuffman.c113 int symbol; local
125 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
126 if (code_lengths[symbol] > max_code_length) {
127 max_code_length = code_lengths[symbol];
133 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
134 ++code_length_hist[code_lengths[symbol]];
188 TreeAddSymbol(HuffmanTree* const tree, int symbol, int code, int code_length) argument
235 int symbol; local
[all...]
H A Dhuffman_encode.c22 // Util function to optimize the symbol map for RLE coding
50 uint32_t symbol = counts[0]; local
53 if (i == length || counts[i] != symbol) {
54 if ((symbol == 0 && stride >= 5) ||
55 (symbol != 0 && stride >= 7)) {
63 symbol = counts[i];
150 // bit_depths[]: how many bits are used for the symbol.
375 // 0 bit-depth means that the symbol does not exist.
388 depth_count[0] = 0; // ignore unused symbol
/external/zlib/src/contrib/puff/
H A Dpuff.c65 * - Catch missing end-of-block symbol error
202 * symbol[] are the symbol values in canonical order, where the number of
208 short *symbol; /* canonically ordered symbols */ member in struct:huffman
212 * Decode a code from the stream s using huffman table h. Return the symbol or
241 int index; /* index of first code of length len in symbol table */
247 if (code - count < first) /* if length len, return symbol */
248 return h->symbol[index + (code - first)];
269 int index; /* index of first code of length len in symbol table */
284 if (code - count < first) { /* if length len, return symbol */
342 int symbol; /* current symbol when stepping through length[] */ local
440 int symbol; /* decoded symbol */ local
545 int symbol; local
704 int symbol; /* decoded value */ local
[all...]
/external/bison/src/
H A Dparse-gram.h54 /* 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/translator/
H A DOutputGLSLBase.cpp657 const TIntermSymbol *symbol = sequence->front()->getAsSymbolNode(); local
658 ASSERT(symbol);
659 out << "invariant " << symbol->getSymbol() << ";";
H A DSymbolTable.h13 // * 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.
95 // Variable class, meaning a symbol that's not a function.
177 // The function sub-class of a symbol.
264 // Interface block name sub-symbol
353 declare(TSymbol *symbol) argument
358 insert(ESymbolLevel level, TSymbol *symbol) argument
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraph.h193 virtual void visitSymbol(TGraphSymbol* symbol) {}; argument
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dentropy_encode.cc300 int symbol = counts[0]; local
303 if (i == length || counts[i] != symbol) {
304 if ((symbol == 0 && stride >= 5) ||
305 (symbol != 0 && stride >= 7)) {
313 symbol = counts[i];
479 // 0 bit depth means that the symbol does not exist.
/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp683 UNumberFormatSymbol symbol,
691 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
704 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol).
710 UNumberFormatSymbol symbol,
718 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
730 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
682 unum_getSymbol(const UNumberFormat *fmt, UNumberFormatSymbol symbol, UChar *buffer, int32_t size, UErrorCode *status) argument
709 unum_setSymbol(UNumberFormat *fmt, UNumberFormatSymbol symbol, const UChar *value, int32_t length, UErrorCode *status) argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcphuff.c275 * Emit (or just count) a Huffman symbol.
279 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol) argument
282 entropy->count_ptrs[tbl_no][symbol]++;
285 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
310 * Emit any pending EOBRUN symbol.
430 /* Count/emit the Huffman-coded symbol for the number of bits */
529 /* Count/emit Huffman symbol for run length / number of bits */
697 /* Count/emit Huffman symbol for run length / number of bits */
774 /* Flush out buffered data (all we care about is counting the EOB symbol) */
[all...]
/external/elfutils/0.153/src/
H A Daddr2line.c71 { "symbols", 'S', NULL, 0, N_("Also show symbol or section names"), 0 },
119 /* True if ELF symbol or section info should be shown. */
342 /* No symbol name. Get a section name instead. */
379 GElf_Sym *symbol = ((void **) arg)[1]; local
384 const char *symbol_name = dwfl_module_getsym (mod, i, symbol, NULL);
387 switch (GELF_ST_TYPE (symbol->st_info))
472 /* It was symbol[+offset]. */
477 error (0, 0, gettext ("cannot find symbol '%s'"), name);
H A Di386_ld.c65 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 tabl
458 struct symbol *symbol = ndxtosym[idx]; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dunum.cpp687 UNumberFormatSymbol symbol,
695 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
708 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol).
714 UNumberFormatSymbol symbol,
722 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
734 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
686 unum_getSymbol(const UNumberFormat *fmt, UNumberFormatSymbol symbol, UChar *buffer, int32_t size, UErrorCode *status) argument
713 unum_setSymbol(UNumberFormat *fmt, UNumberFormatSymbol symbol, const UChar *value, int32_t length, UErrorCode *status) argument
/external/jpeg/
H A Djcphuff.c276 * Emit (or just count) a Huffman symbol.
281 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol) argument
284 entropy->count_ptrs[tbl_no][symbol]++;
287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
312 * Emit any pending EOBRUN symbol.
432 /* Count/emit the Huffman-coded symbol for the number of bits */
531 /* Count/emit Huffman symbol for run length / number of bits */
699 /* Count/emit Huffman symbol for run length / number of bits */
776 /* Flush out buffered data (all we care about is counting the EOB symbol) */
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java33 import static com.google.clearsilver.jsilver.compiler.JavaExpression.symbol;
91 public static final JavaExpression DATA = symbol(Type.DATA, "data");
93 public static final JavaExpression CONTEXT = symbol("context");
95 public static final JavaExpression DATA_CONTEXT = symbol(Type.DATA_CONTEXT, "dataContext");
96 public static final JavaExpression NULL = symbol("null");
99 public static final JavaExpression TEMPLATE_LOADER = symbol("getTemplateLoader()");
100 public static final JavaExpression THIS_TEMPLATE = symbol("this");
130 JavaExpression symbol; field in class:TemplateTranslator.MacroInfo
155 * @param symbol static variable name of the macro definition.
158 private void addMacro(String name, JavaExpression symbol, ADefComman argument
[all...]
/external/llvm/tools/lto/
H A Dlto.cpp239 const char *symbol) {
240 unwrap(cg)->addMustPreserveSymbol(symbol);
238 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char *symbol) argument
/external/oprofile/daemon/liblegacy/
H A Dp_module.h33 /* 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
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcphuff.c277 * Emit (or just count) a Huffman symbol.
282 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol) argument
285 entropy->count_ptrs[tbl_no][symbol]++;
288 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
313 * Emit any pending EOBRUN symbol.
433 /* Count/emit the Huffman-coded symbol for the number of bits */
532 /* Count/emit Huffman symbol for run length / number of bits */
700 /* Count/emit Huffman symbol for run length / number of bits */
777 /* Flush out buffered data (all we care about is counting the EOB symbol) */
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djcphuff.c276 * Emit (or just count) a Huffman symbol.
281 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol) argument
284 entropy->count_ptrs[tbl_no][symbol]++;
287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
312 * Emit any pending EOBRUN symbol.
432 /* Count/emit the Huffman-coded symbol for the number of bits */
531 /* Count/emit Huffman symbol for run length / number of bits */
699 /* Count/emit Huffman symbol for run length / number of bits */
776 /* Flush out buffered data (all we care about is counting the EOB symbol) */
[all...]
/external/zlib/src/contrib/blast/
H A Dblast.c95 * symbol[] are the symbol values in canonical order, where the number of
101 short *symbol; /* canonically ordered symbols */ member in struct:huffman
105 * Decode a code from the stream s using huffman table h. Return the symbol or
131 int index; /* index of first code of length len in symbol table */
146 if (code < first + count) { /* if length len, return symbol */
149 return h->symbol[index + (code - first)];
183 * enough bits will resolve to a symbol. If the return value is positive, then
189 int symbol; /* current symbol whe local
282 int symbol; /* decoded symbol, extra bits for distance */ local
[all...]
/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c127 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]))
/external/chromium_org/v8/src/
H A Ddateparser.h165 char symbol() { function in struct:v8::internal::DateParser::DateToken
169 bool IsSymbol(char symbol) { argument
170 return IsSymbol() && this->symbol() == symbol;
198 static DateToken Symbol(char symbol) { argument
199 return DateToken(kSymbolTag, 1, symbol);
248 bool SkipSymbol(char symbol) { argument
249 if (next_.IsSymbol(symbol)) {

Completed in 2161 milliseconds

12345678910