HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 276 - 300 of 832) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 553 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol)
557 if (symbol == 0)
576 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol)
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)
590 symbol |= 0x100
    [all...]
  /external/lzma/C/
LzmaEnc.c 552 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol)
556 if (symbol == 0)
575 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol)
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)
589 symbol |= 0x100;
    [all...]
Ppmd7Enc.c 77 void Ppmd7_EncodeSymbol(CPpmd7 *p, CPpmd7z_RangeEnc *rc, int symbol)
85 if (s->Symbol == symbol)
97 if ((++s)->Symbol == symbol)
108 p->HiBitsFlag = p->HB2Flag[p->FoundState->Symbol];
110 MASK(s->Symbol) = 0;
112 do { MASK((--s)->Symbol) = 0; } while (--i);
119 if (s->Symbol == symbol)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterValidatedProgram.cpp 78 const ANGLEShaderSymbol& symbol = symbols[i]; local
79 switch (symbol.symbolType) {
82 SymbolNameToTypeMap::iterator builtInAttribute = attributeNameToTypeMap->find(symbol.name);
89 if (meshType == MeshTypeAttached && symbol.name == "a_triangleCoord") {
95 if (symbol.dataType != builtInAttribute->value) {
104 if (symbol.isSampler()) {
114 SymbolNameToTypeMap::iterator builtInUniform = uniformNameToTypeMap->find(symbol.name);
115 if (builtInUniform != uniformNameToTypeMap->end() && (symbol.isArray || symbol.dataType != builtInUniform->value)) {
285 // Implemented using the same symbol names as the Compositing and Blending spec
    [all...]
  /development/scripts/
stack_core.py 21 import symbol namespace
76 # #00 pc 001cf42e /data/data/com.my.project/lib/libmyproject.so (symbol)
83 # bea4170c 8018e4e9 /data/data/com.my.project/lib/libmyproject.so (symbol)
148 info = symbol.SymbolInformation(area, code_addr)
153 source_symbol = symbol.CallCppFilt(symbol_name)
177 info = symbol.SymbolInformation(area, value)
181 source_symbol = symbol.CallCppFilt(symbol_name)
  /external/bison/src/
reader.c 56 | 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 *lhs, location loc
    [all...]
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/base/debug/
stack_trace_win.cc 41 // thread at a time. SymbolContext code may access a symbol server over the
94 // Initialize symbol information retrieval structures.
96 PSYMBOL_INFO symbol = reinterpret_cast<PSYMBOL_INFO>(&buffer[0]); local
97 symbol->SizeOfStruct = sizeof(SYMBOL_INFO);
98 symbol->MaxNameLen = kMaxNameLength - 1;
100 &sym_displacement, symbol);
112 (*os) << symbol->Name << " [0x" << trace[i] << "+"
115 // If there is no symbol information, add a spacer.
116 (*os) << "(No symbol) [0x" << trace[i] << "]";
130 // Defer symbol load until they're needed, use undecorated names, an
    [all...]
  /external/chromium_org/third_party/codesighs/
nm2tsv.c 155 char* symbol = NULL; local
188 symbol = type + 1;
189 *symbol = '\0';
190 symbol++;
216 case 'W': /* weak symbol ??? */
256 ** Symbol is last.
258 fprintf(inOptions->mOutput, "%s\n", symbol);
481 printf("GNU nm is assumed for symbol type determination.\n");
  /external/chromium_org/v8/src/
log-utils.cc 185 void Log::MessageBuilder::AppendSymbolName(Symbol* symbol) {
186 ASSERT(symbol);
187 Append("symbol(");
188 if (!symbol->name()->IsUndefined()) {
190 AppendDetailed(String::cast(symbol->name()), false);
193 Append("hash %x)", symbol->Hash());
  /external/linux-tools-perf/util/ui/browsers/
top.c 17 #include "../../symbol.h"
35 struct symbol *symbol = sym_entry__symbol(syme); local
56 slsmg_printf(" %016" PRIx64, symbol->start);
61 symbol->name);
121 struct symbol *sym = sym_entry__symbol(syme);
133 pr_err("Not enough memory for annotating '%s' symbol!\n",
  /external/chromium_org/third_party/angle/src/compiler/
glslang.l 275 TSymbol* symbol = yyextra->symbolTable.find(yytext);
276 if (symbol && symbol->isVariable()) {
277 TVariable* variable = static_cast<TVariable*>(symbol);
281 yylval->lex.symbol = symbol;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.cpp 114 /// (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/
parser.c 51 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/
subcommand.py 12 from lib.symbol import SymbolDataSources, SymbolMappingCache, SymbolFinder
13 from lib.symbol import procfs
14 from lib.symbol import FUNCTION_SYMBOLS, SOURCEFILE_SYMBOLS, TYPEINFO_SYMBOLS
83 For Android, dmprof.py should find symbol information from binaries in
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.cpp 114 /// (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) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 211 // name can be presented as C symbol
381 // symbol section index for _DYNAMIC. Now it will be ABS.
670 // ignore if symbol has no fragRef
674 // the value of a TLS symbol is the offset to the TLS segment
728 // number of entries in symbol tables starts from 1 to hold the special entry
741 // number of local symbol in the .symtab and .dynsym
746 Module::const_sym_iterator symbol, symEnd; local
750 for (symbol = symbols.begin(); symbol != symEnd; ++symbol) {
995 Module::const_sym_iterator symbol, symEnd; local
1074 Module::const_sym_iterator symbol, symEnd = symbols.dynamicEnd(); local
1162 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local
1198 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local
    [all...]
  /system/core/libcorkscrew/
ptrace.c 143 const symbol_t* symbol = NULL; local
147 symbol = find_symbol(data->symbol_table, addr - mi->start);
151 *out_symbol = symbol;
  /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...]
utils.cc 1000 static const char* CleanMapName(const backtrace_symbol_t* symbol) {
1001 const char* map_name = symbol->map_name;
1014 static void FindSymbolInElf(const backtrace_frame_t* frame, const backtrace_symbol_t* symbol,
1017 if (symbol->map_name != NULL) {
1018 symbol_table = load_symbol_table(symbol->map_name);
1023 elf_symbol = find_symbol(symbol_table, symbol->relative_pc);
1038 pc_offset = (was_relative ? symbol->relative_pc : frame->absolute_pc) - elf_symbol->start;
1066 const backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
1073 if (symbol->demangled_name != NULL) {
1074 symbol_name = symbol->demangled_name
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_item.java 168 * symbol that the dot is currently in front of. Note: this routine must
178 symbol sym;
224 /** Determine if everything from the symbol one beyond the dot all the
234 symbol sym;
240 /* walk down the rhs and bail if we get a non-nullable symbol */
  /external/chromium_org/courgette/
disassembler_elf_32_x86.cc 31 // The other 3 bytes of r_info are the symbol
32 uint32 symbol = rel.r_info >> 8; local
47 if (symbol != 0)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-global-initializers 157 my ($symbol) = @_;
158 if (!open FILT, "c++filt $symbol |") {
  /external/chromium_org/third_party/flot/
jquery.flot.symbol.min.js 6 The symbols are accessed as strings through the standard symbol options:
10 symbol: "square" // or "diamond", "triangle", "cross"
14 */(function(e){function t(e,t,n){var r={square:function(e,t,n,r,i){var s=r*Math.sqrt(Math.PI)/2;e.rect(t-s,n-s,s+s,s+s)},diamond:function(e,t,n,r,i){var s=r*Math.sqrt(Math.PI/2);e.moveTo(t-s,n),e.lineTo(t,n-s),e.lineTo(t+s,n),e.lineTo(t,n+s),e.lineTo(t-s,n)},triangle:function(e,t,n,r,i){var s=r*Math.sqrt(2*Math.PI/Math.sin(Math.PI/3)),o=s*Math.sin(Math.PI/3);e.moveTo(t-s/2,n+o/2),e.lineTo(t+s/2,n+o/2),i||(e.lineTo(t,n-o/2),e.lineTo(t-s/2,n+o/2))},cross:function(e,t,n,r,i){var s=r*Math.sqrt(Math.PI)/2;e.moveTo(t-s,n-s),e.lineTo(t+s,n+s),e.moveTo(t-s,n+s),e.lineTo(t+s,n-s)}},i=t.points.symbol;r[i]&&(t.points.symbol=r[i])}function n(e){e.hooks.processDatapoints.push(t)}e.plot.plugins.push({init:n,name:"symbols",v (…)
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.c 118 /* First LZMA-symbol is always decoded.
163 unsigned symbol; local
173 symbol = 1;
174 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
181 symbol = 1;
188 probLit = prob + offs + bit + symbol;
189 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
191 while (symbol < 0x100)
517 unsigned symbol = 1; local
525 unsigned symbol = 1; local
    [all...]

Completed in 3476 milliseconds

<<11121314151617181920>>