Searched defs:symbols (Results 1 - 25 of 125) sorted by last modified time

12345

/external/zopfli/src/zopfli/
H A Dtree.c31 unsigned* symbols) {
38 symbols[i] = 0;
62 symbols[i] = next_code[len];
30 ZopfliLengthsToSymbols(const unsigned* lengths, size_t n, unsigned maxbits, unsigned* symbols) argument
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp451 /*the distance codes have their own symbols, 30 used, 2 unused*/
492 unsigned numcodes; /*number of symbols in the alphabet = number of codes*/
638 tree->numcodes = (unsigned)numcodes; /*number of symbols*/
652 uivector symbols; member in struct:Coin
658 uivector_init(&c->symbols);
664 uivector_cleanup(&((Coin*)c)->symbols);
670 uivector_copy(&c1->symbols, &c2->symbols);
676 for(i = 0; i < c2->symbols.size; i++) uivector_push_back(&c1->symbols, c
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback.cc110 std::deque<TransportFeedback::StatusSymbol>* symbols) {
111 size_t input_size = symbols->size();
114 symbols_[i] = symbols->front();
115 symbols->pop_front();
183 std::deque<TransportFeedback::StatusSymbol>* symbols) {
184 size_t input_size = symbols->size();
187 symbols_[i] = symbols->front();
188 symbols->pop_front();
365 // method will add any "packet not received" symbols needed before this one.
382 // the associated symbols remove
109 OneBitVectorChunk( std::deque<TransportFeedback::StatusSymbol>* symbols) argument
182 TwoBitVectorChunk( std::deque<TransportFeedback::StatusSymbol>* symbols) argument
543 std::vector<TransportFeedback::StatusSymbol> symbols; local
715 std::vector<StatusSymbol> symbols = packet->GetStatusVector(); local
753 std::deque<StatusSymbol> symbols; local
[all...]
H A Dtransport_feedback_unittest.cc93 std::vector<TransportFeedback::StatusSymbol> symbols = local
97 for (TransportFeedback::StatusSymbol symbol : symbols) {
307 // After split there will be two symbols in symbol_vec: SL.
/external/webrtc/webrtc/modules/audio_device/linux/
H A Dlatebindingsymboltable_linux.cc90 // NULL, or else some symbols may be left with uninitialized data that the
95 void *symbols[]) {
101 if (!LoadSymbol(handle, symbol_names[i], &symbols[i])) {
92 InternalLoadSymbols(DllHandle handle, int num_symbols, const char *const symbol_names[], void *symbols[]) argument
/external/webrtc/webrtc/base/
H A Dchecks.cc55 // to get usable symbols on Linux. This is copied from V8. Chromium has a more
61 char** symbols = backtrace_symbols(trace, size); local
65 } else if (symbols == NULL) {
66 PrintError("(no symbols)\n");
70 if (sscanf(symbols[i], "%*[^(]%*[(]%200[^)+]", mangled) == 1) { // NOLINT
79 PrintError("%s\n", symbols[i]);
83 free(symbols);
/external/webp/src/enc/
H A Dhistogram_enc.c169 // Two symbols, they will be 0 and 1 in a Huffman code.
385 // symbols.
873 uint16_t* const symbols) {
892 symbols[i] = best_out;
897 symbols[i] = 0;
901 // Recompute each out based on raw and symbols.
907 const int idx = symbols[i];
871 HistogramRemap(const VP8LHistogramSet* const in, const VP8LHistogramSet* const out, uint16_t* const symbols) argument
H A Dvp8l_enc.c591 int symbols[2] = { 0, 0 }; local
598 if (count < 2) symbols[count] = i;
606 } else if (count <= 2 && symbols[0] < kMaxSymbol && symbols[1] < kMaxSymbol) {
607 VP8LPutBits(bw, 1, 1); // Small tree marker to encode 1 or 2 symbols.
609 if (symbols[0] <= 1) {
611 VP8LPutBits(bw, symbols[0], 1);
614 VP8LPutBits(bw, symbols[0], 8);
617 VP8LPutBits(bw, symbols[1], 8);
745 // Build histogram image and symbols fro
[all...]
/external/vixl/examples/aarch32/
H A Ddisasm-a32.cc155 explicit DynamicSymbolVisitor(SymbolTable* symbols) : symbols_(symbols) {} argument
169 StaticSymbolVisitor(const Elf32_Ehdr* ehdr, SymbolTable* symbols) argument
173 symbols_(symbols) {}
262 // Traverse the dynamic symbols defined in any text section
269 // Traverse the static symbols defined in the any test section
/external/vixl/test/aarch32/
H A Dtest-macro-assembler-cond-rd-rn-a32.cc603 const TestCaseSymbolMap& symbols,
605 : PrintDisassembler(os), symbols_(symbols), mnemonic_(mnemonic) {}
629 TestCaseSymbolMap symbols; local
636 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i));
659 TestDisassembler dis(std::cout, symbols, mnemonic);
602 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) argument
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc561 const TestCaseSymbolMap& symbols,
563 : PrintDisassembler(os), symbols_(symbols), mnemonic_(mnemonic) {}
587 TestCaseSymbolMap symbols; local
594 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i));
617 TestDisassembler dis(std::cout, symbols, mnemonic);
560 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) argument
H A Dtest-macro-assembler-cond-rd-rn-t32.cc603 const TestCaseSymbolMap& symbols,
605 : PrintDisassembler(os), symbols_(symbols), mnemonic_(mnemonic) {}
629 TestCaseSymbolMap symbols; local
636 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i));
659 TestDisassembler dis(std::cout, symbols, mnemonic);
602 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) argument
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c1170 static void pdb_convert_symbols_header( PDB_SYMBOLS *symbols, argument
1173 VG_(memset)( symbols, 0, sizeof(PDB_SYMBOLS) );
1177 /* Old version of the symbols record header */
1179 symbols->version = 0;
1180 symbols->module_size = old->module_size;
1181 symbols->offset_size = old->offset_size;
1182 symbols->hash_size = old->hash_size;
1183 symbols->srcmodule_size = old->srcmodule_size;
1184 symbols->pdbimport_size = 0;
1185 symbols
1906 PDB_SYMBOLS symbols; local
[all...]
/external/v8/src/
H A Dgdb-jit.cc870 Writer::Slot<ELFSymbol::SerializedLayout> symbols = local
879 symbols.at(0).set(ELFSymbol::SerializedLayout(0,
885 WriteSymbolsList(&locals_, symbols.at(1), strtab);
886 WriteSymbolsList(&globals_, symbols.at(locals_.length() + 1), strtab);
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/syslinux/gpxe/src/net/80211/
H A Dnet80211.c473 int symbols = ( bits + bits_per_symbol - 1 ) / bits_per_symbol; local
475 return 16 + 20 + ( symbols * 4 ); /* 16us SIFS, 20us preamble */
/external/swiftshader/third_party/LLVM/lib/Archive/
H A DArchive.cpp196 static void getSymbols(Module*M, std::vector<std::string>& symbols) { argument
201 symbols.push_back(GI->getName());
207 symbols.push_back(FI->getName());
213 symbols.push_back(AI->getName());
217 // Get just the externally visible defined symbols from the bitcode
220 std::vector<std::string>& symbols,
233 // Get the symbols
234 getSymbols(M, symbols);
245 std::vector<std::string>& symbols,
255 // Get the symbols
218 GetBitcodeSymbols(const sys::Path& fName, LLVMContext& Context, std::vector<std::string>& symbols, std::string* ErrMsg) argument
242 GetBitcodeSymbols(const char *BufPtr, unsigned Length, const std::string& ModuleID, LLVMContext& Context, std::vector<std::string>& symbols, std::string* ErrMsg) argument
[all...]
H A DArchiveReader.cpp503 // Look up multiple symbols in the symbol table and return a set of
504 // Modules that define those symbols.
506 Archive::findModulesDefiningSymbols(std::set<std::string>& symbols, argument
511 *error = "Empty archive invalid for finding modules defining symbols";
534 // If it contains symbols
536 // Get the symbols
537 std::vector<std::string> symbols; local
542 symbols, error);
545 // Insert the module's symbols into the symbol table
546 for (std::vector<std::string>::iterator I = symbols
[all...]
H A DArchiveWriter.cpp234 std::vector<std::string> symbols; local
238 GetBitcodeSymbols(data, fSize, FullMemberName, Context, symbols, ErrMsg);
242 for (std::vector<std::string>::iterator SI = symbols.begin(),
243 SE = symbols.end(); SI != SE; ++SI) {
321 // Write out the symbols sequentially
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFObjectWriter.cpp125 typedef std::vector<COFFSymbol*> symbols; typedef in class:__anon19950::WinCOFFObjectWriter
135 symbols Symbols;
326 for (symbols::iterator I = Symbols.begin(), E = Symbols.end(); I != E; ++I)
519 // need symbols so they can be linked to code in the .text section right?
523 // For now, all non-variable symbols are exported,
673 // between the two symbols. Update FixedValue to account for the delta, and
686 // Turn relocations for temporary symbols into section relocations.
747 for (symbols::iterator i = Symbols.begin(), e = Symbols.end(); i != e; i++) {
751 // Update section number & offset for symbols that have them.
771 for (symbols
[all...]
/external/skia/src/sksl/
H A DSkSLCompiler.cpp32 // include the built-in shader symbols as static strings
61 auto symbols = std::shared_ptr<SymbolTable>(new SymbolTable(types, this)); local
62 fIRGenerator = new IRGenerator(&fContext, symbols, *this);
/external/skia/src/sksl/ir/
H A DSkSLForStatement.h23 std::unique_ptr<Statement> statement, std::shared_ptr<SymbolTable> symbols)
25 , fSymbols(symbols)
21 ForStatement(Position position, std::unique_ptr<Statement> initializer, std::unique_ptr<Expression> test, std::unique_ptr<Expression> next, std::unique_ptr<Statement> statement, std::shared_ptr<SymbolTable> symbols) argument
H A DSkSLProgram.h110 std::shared_ptr<SymbolTable> symbols,
116 , fSymbols(symbols)
126 // because destroying elements can modify reference counts in symbols
105 Program(Kind kind, Settings settings, Modifiers::Flag defaultPrecision, Context* context, std::vector<std::unique_ptr<ProgramElement>> elements, std::shared_ptr<SymbolTable> symbols, Inputs inputs) argument
H A DSkSLSwitchStatement.h22 const std::shared_ptr<SymbolTable> symbols)
26 , fSymbols(std::move(symbols))
45 // destroying statements can modify reference counts in symbols
20 SwitchStatement(Position position, bool isStatic, std::unique_ptr<Expression> value, std::vector<std::unique_ptr<SwitchCase>> cases, const std::shared_ptr<SymbolTable> symbols) argument

Completed in 463 milliseconds

12345