Searched refs:symbol (Results 201 - 225 of 670) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c552 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) argument
556 if (symbol == 0)
575 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) argument
577 symbol |= 0x100;
580 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
581 symbol <<= 1;
583 while (symbol < 0x10000);
586 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) argument
589 symbol |
636 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) argument
649 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices) argument
666 RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
680 RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
693 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
705 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
733 LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState) argument
792 LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState, Bool updatePrice, UInt32 *ProbPrices) argument
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c553 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) argument
557 if (symbol == 0)
576 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) argument
578 symbol |= 0x100;
581 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
582 symbol <<= 1;
584 while (symbol < 0x10000);
587 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) argument
590 symbol |
637 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) argument
650 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices) argument
667 RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
681 RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
694 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
706 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
734 LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState) argument
793 LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState, Bool updatePrice, UInt32 *ProbPrices) argument
[all...]
/external/lzma/C/
H A DLzmaEnc.c552 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) argument
556 if (symbol == 0)
575 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) argument
577 symbol |= 0x100;
580 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
581 symbol <<= 1;
583 while (symbol < 0x10000);
586 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) argument
589 symbol |
636 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) argument
649 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices) argument
666 RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
680 RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
693 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
705 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
733 LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState) argument
792 LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState, Bool updatePrice, UInt32 *ProbPrices) argument
[all...]
H A DPpmd7Enc.c77 void Ppmd7_EncodeSymbol(CPpmd7 *p, CPpmd7z_RangeEnc *rc, int symbol) argument
85 if (s->Symbol == symbol)
97 if ((++s)->Symbol == symbol)
119 if (s->Symbol == symbol)
148 return; /* EndMarker (symbol = -1) */
160 if (cur == symbol)
/external/lzma/xz-embedded/
H A Dxz_dec_lzma2.c20 * Minimum number of usable input buffer to safely decode one LZMA symbol.
522 uint32_t symbol = 1; local
525 if (rc_bit(rc, &probs[symbol]))
526 symbol = (symbol << 1) + 1;
528 symbol <<= 1;
529 } while (symbol < limit);
531 return symbol;
539 uint32_t symbol = 1; local
543 if (rc_bit(rc, &probs[symbol])) {
584 uint32_t symbol; local
[all...]
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DInline.py130 for symbol in unbound_symbols(code):
131 if symbol in kwds:
133 elif symbol in locals:
134 kwds[symbol] = locals[symbol]
135 elif symbol in globals:
136 kwds[symbol] = globals[symbol]
138 print("Couldn't find ", symbol)
/external/bison/src/
H A Dreader.c56 | Set the start symbol. |
60 grammar_start_symbol_set (symbol *sym, location loc)
98 /* After all symbol type declarations have been parsed, packgram invokes
169 | null pointer instead of a symbol to terminate the rule. The next |
170 | symbol is the lhs of the following rule. |
176 /* The (currently) last symbol of GRAMMAR. */
181 grammar_symbol_append (symbol *sym, location loc)
203 symbol *sym = p->content.sym;
208 _("duplicated symbol name for %s ignored"),
229 grammar_current_rule_begin (symbol *lh
[all...]
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/base/debug/
H A Dstack_trace_win.cc47 // thread at a time. SymbolContext code may access a symbol server over the
101 // Initialize symbol information retrieval structures.
103 PSYMBOL_INFO symbol = reinterpret_cast<PSYMBOL_INFO>(&buffer[0]); local
104 symbol->SizeOfStruct = sizeof(SYMBOL_INFO);
105 symbol->MaxNameLen = kMaxNameLength - 1;
107 &sym_displacement, symbol);
119 (*os) << symbol->Name << " [0x" << trace[i] << "+"
122 // If there is no symbol information, add a spacer.
123 (*os) << "(No symbol) [0x" << trace[i] << "]";
137 // Defer symbol loa
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
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/codesighs/
H A Dnm2tsv.c155 char* symbol = NULL; local
188 symbol = type + 1;
189 *symbol = '\0';
190 symbol++;
216 case 'W': /* weak symbol ??? */
258 fprintf(inOptions->mOutput, "%s\n", symbol);
481 printf("GNU nm is assumed for symbol type determination.\n");
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
H A Dfile_storage_unittest.py15 from memory_inspector.core import symbol namespace
101 symbols = symbol.Symbols()
103 symbols.Add('foo.so', 1, symbol.Symbol('sym1', 'file1.c', 11))
104 symbols.Add('bar.so', 2, symbol.Symbol('sym2', 'file2.c', 12))
105 sym3 = symbol.Symbol('sym3', 'file2.c', 13)
/external/chromium_org/v8/src/
H A Dlog-utils.cc161 void Log::MessageBuilder::AppendSymbolName(Symbol* symbol) { argument
162 DCHECK(symbol);
163 Append("symbol(");
164 if (!symbol->name()->IsUndefined()) {
166 AppendDetailed(String::cast(symbol->name()), false);
169 Append("hash %x)", symbol->Hash());
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmachine.h12 struct symbol;
93 struct symbol **parent,
116 struct symbol *machine__find_kernel_symbol(struct machine *machine,
126 struct symbol *machine__find_kernel_function(struct machine *machine, u64 addr,
135 struct symbol *machine__find_kernel_function_by_name(struct machine *machine,
/external/lldb/scripts/Python/interface/
H A DSBModule.i13 "Represents an executable image and its associated object and symbol files.
22 SBModule supports symbol iteration, for example,
24 for symbol in module:
25 name = symbol.GetName()
26 saddr = symbol.GetStartAddress()
27 eaddr = symbol.GetEndAddress()
49 print INDENT2 + 'symbol type: %s' % symbol_type_to_str(sym.GetType())
55 symbol type: code
57 symbol type: code
59 symbol typ
[all...]
/external/zopfli/src/zopfli/
H A Ddeflate.c45 static void AddBits(unsigned symbol, unsigned length, argument
50 unsigned bit = (symbol >> i) & 1;
61 static void AddHuffmanBits(unsigned symbol, unsigned length, argument
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...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmodule.cpp114 /// (De)serialize a module::symbol.
116 struct __serializer<module::symbol> {
149 const module::symbol &
151 auto it = std::find_if(syms.begin(), syms.end(), [&](const symbol &x) {
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dparser.c51 Symbol *sym = yylval.symbol;
169 if (!yylval.symbol->re)
170 Scanner_fatal(in, "can't find symbol");
171 e = yylval.symbol->re;
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsubcommand.py12 from lib.symbol import SymbolDataSources, SymbolMappingCache, SymbolFinder
13 from lib.symbol import procfs
14 from lib.symbol import FUNCTION_SYMBOLS, SOURCEFILE_SYMBOLS, TYPEINFO_SYMBOLS
79 For Android, dmprof.py should find symbol information from binaries in
/external/lldb/include/lldb/Symbol/
H A DSymbolContext.h27 /// @brief Defines a symbol context baton that can be handed other debug
50 /// symbol context.
53 /// A symbol context scope object that knows how to reconstruct
61 /// block, line table, line entry and symbol.
80 /// @param[in] symbol
81 /// A Symbol pointer to the symbol for this context.
90 Symbol *symbol = NULL);
99 Symbol *symbol = NULL);
155 /// module and function or symbol name with offset is available,
174 /// Get the address range contained within a symbol contex
348 Symbol * symbol; ///< The Symbol for a given query member in class:lldb_private::SymbolContext
[all...]
/external/lldb/test/python_api/value/
H A DTestValueAPI.py105 symbol = target.ResolveLoadAddress(int(pointed.GetLocation(), 0)).GetSymbol()
106 self.assertTrue(symbol)
107 self.expect(symbol.GetName(), exe=False,
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.cpp114 /// (De)serialize a module::symbol.
116 struct __serializer<module::symbol> {
149 const module::symbol &
151 auto it = std::find_if(syms.begin(), syms.end(), [&](const symbol &x) {
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl3 # "plane" and create combined symbol table
9 # This script creates a symbol table which must be used when
86 reads in a combination of symbol tables with ids in range [0..2^8-1]
87 and converts into one symbol table with ids in range [0..2^16-1] which
96 -pb_strengths <infile> read symbol tables from <file> and shift them into
132 #translation between symbol names used in decision trees
197 #we have the symbol (which potentially contains an exclamation mark)
207 print STDERR "symbol \"$sym\" was allready assigned to plane of \"$table{$otherplane}\" ($otherplane); overwriting\n";
/external/valgrind/main/helgrind/tests/
H A Dannotate_rwlock.stderr.exp30 Address 0x........ is 4 bytes inside data symbol "s_rwlock"
47 Address 0x........ is 8 bytes inside data symbol "s_rwlock"
64 Address 0x........ is 8 bytes inside data symbol "s_rwlock"
81 Address 0x........ is 8 bytes inside data symbol "s_rwlock"
98 Address 0x........ is 4 bytes inside data symbol "s_rwlock"
119 Address 0x........ is 4 bytes inside data symbol "s_rwlock"
/external/chromium_org/courgette/
H A Ddisassembler_elf_32_x86.cc31 // The other 3 bytes of r_info are the symbol
32 uint32 symbol = rel.r_info >> 8; local
47 if (symbol != 0)

Completed in 568 milliseconds

1234567891011>>