HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 501 - 525 of 2152) sorted by null

<<21222324252627282930>>

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoder.java 26 * A single LZMA symbol may indicate up to MATCH_LEN_MAX bytes
38 * A single LZMA symbol might use 20 bytes of space even though
148 * Gets the next LZMA symbol.
151 * repeated match, and normal match. The symbol is indicated
229 // The first symbol must be a literal unless using
542 int symbol = lz.getByte(readAhead) | 0x100; local
549 subencoderIndex = symbol >>> 8;
550 bit = (symbol >>> 7) & 1;
552 symbol <<= 1;
553 } while (symbol < 0x10000)
    [all...]
  /system/extras/simpleperf/
read_elf.cpp 61 os << "No symbol table";
260 // "ELF for ARM 64-bit Architecture". The regular expression to match mapping symbol
270 ElfFileSymbol symbol; local
282 symbol.is_in_text_section = true;
289 symbol.name = symbol_name_or_err.get();
290 symbol.vaddr = symbol_ref->getValue();
291 if ((symbol.vaddr & 1) != 0 && is_arm) {
293 symbol.vaddr &= ~1;
295 symbol.len = symbol_ref->getSize();
298 symbol.is_func = true
338 ElfFileSymbol symbol; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 1 /* Define a C preprocessor symbol that can be used in interface files
342 (defun read-symbol-from-string (string)
355 (let*( (sym (read-symbol-from-string
382 (read-symbol-from-string (full-name id type arity class))))
414 (read-symbol-from-string (string-lispify cname)))
417 (cl::multiple-value-bind (symbol package)
419 (cl::let ((args (cl::list (cl::if (cl::consp symbol)
420 (cl::cadr symbol) symbol)
424 symbol))
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
oasys.c 54 - ((char *) record->symbol.name - (char *) record);
57 /* Slurp the symbol table by reading in all the records at the start file
88 /* Buy 1 more char for each symbol to keep the underscore in. */
117 switch (record.symbol.relb & RELOCATION_TYPE_BITS)
128 OASYS_DATA (abfd)->sections[record.symbol.relb &
145 dest = data->symbols + H_GET_16 (abfd, record.symbol.refno);
162 dest->value = H_GET_32 (abfd, record.symbol.value);
165 if (record.symbol.name[0] != '_')
171 memcpy (string_ptr, record.symbol.name, length);
462 /* Reference to undefined symbol. *
793 oasys_symbol_record_type symbol; local
    [all...]
reloc.c 85 . {* The symbol to relocate against was undefined. *}
123 The symbol table pointer points to a pointer to the symbol
126 <<canonicalize_symtab>> action. @xref{Symbols}. The symbol is
130 the symbol and uses the base of the section the symbol is
131 attached to and the value of the symbol as the initial
132 relocation offset. If the symbol pointer is zero, then the
398 Helper routine to turn a symbol into a relocation value.
400 .#define HOWTO_PREPARE(relocation, symbol) \
585 asymbol *symbol; local
971 asymbol *symbol; local
7586 asymbol *symbol; local
    [all...]
tekhex.c 62 3) symbol record
82 asymbol symbol; member in struct:tekhex_symbol_struct
126 | +-- type 1 symbol (section definition)
127 +------------ 9 char symbol T_SEGMENT
156 SYMBOL TABLE:
362 char sym[17]; /* A symbol can only be 16chars long. */
384 /* Symbol record, read the segment. */
429 new_symbol->symbol.the_bfd = abfd;
437 new_symbol->symbol.name = (const char *)
439 if (!new_symbol->symbol.name
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback.cc 47 uint8_t EncodeSymbol(TransportFeedback::StatusSymbol symbol) {
48 switch (symbol) {
98 // |T|S| symbol list |
103 // symbol list = 14 entries where 0 = not received, 1 = received
171 // |T|S| symbol list |
176 // symbol list = 7 entries of two bits each, see (Encode|Decode)Symbol
244 // S = symbol, see (Encode|Decode)Symbol
245 // Run Length = Unsigned integer denoting the run length of the symbol
271 TransportFeedback::StatusSymbol symbol = local
    [all...]
  /system/extras/simpleperf/scripts/
simpleperf_report_lib.py 78 ('symbol', SymbolStruct)]
105 def __init__(self, symbol):
106 self.dso_name = _char_pt_to_str(symbol.dso_name)
107 self.vaddr_in_file = symbol.vaddr_in_file
108 self.symbol_name = _char_pt_to_str(symbol.symbol_name)
109 self.symbol_addr = symbol.symbol_addr
110 self.mapping = symbol.mapping
116 self.symbol = SymbolStructUsingStr(entry.symbol)
213 symbol = self._GetSymbolOfCurrentSampleFunc(self.getInstance()
    [all...]
  /external/elfutils/src/
ld.h 31 /* Character used to introduce version name after symbol. */
179 struct symbol *symbols;
191 /* The symbol table section.
193 XXX Maybe support for more than one symbol table is needed. */
197 /* Dynamic symbol table section. */
214 /* String table section associated with the symbol table. */
216 /* String table section associated with the dynamic symbol table. */
218 /* Number of entries in the symbol table. */
228 /* For undefined or common symbols we need a reference to the symbol
230 struct symbol **symref
420 struct symbol struct
1000 struct symbol *symbol; member in struct:ld_state::scngroup
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 44 DateFormatSymbols *symbol; local
46 symbol=new DateFormatSymbols(Locale::getDefault(), status);
48 month=symbol->getMonths(cnt);
57 delete symbol;
63 DateFormatSymbols *symbol; local
65 symbol=new DateFormatSymbols(Locale::getDefault(), status);
73 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
82 delete symbol;
88 DateFormatSymbols *symbol; local
90 symbol=new DateFormatSymbols(Locale::getDefault(), status)
116 DateFormatSymbols *symbol; local
147 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); local
    [all...]
  /bionic/libc/include/
dlfcn.h 47 /* Name of nearest symbol with address lower than addr. */
49 /* Exact address of symbol named in dli_sname. */
56 void* dlsym(void* handle, const char* _Nonnull symbol);
57 void* dlvsym(void* handle, const char* _Nonnull symbol, const char* _Nonnull version) __INTRODUCED_IN(24);
  /external/bison/src/
InadequacyList.c 29 InadequacyList__new_conflict (state *manifesting_state, symbol *token,
65 symbol *
  /external/llvm/include/llvm/Object/
Archive.h 146 class Symbol {
152 bool operator ==(const Symbol &other) const {
156 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
162 Symbol getNext() const;
166 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
168 symbol_iterator(const Symbol &s) : symbol(s) {}
169 const Symbol *operator->() const { return &symbol; }
    [all...]
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_STT_FILE.s 7 # crash if we are relocating against a symbol that happens to have the
8 # same name as an STT_FILE symbol.
  /external/llvm/test/MC/ARM/
relocated-mapping.s 4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
  /external/llvm/test/MC/Sparc/
sparc-assembly-exprs.s 8 ! "." is exactly like a temporary symbol equated to the current line.
  /external/mesa3d/src/amd/common/
ac_binary.c 46 GElf_Sym symbol; local
60 while (gelf_getsym(symbol_table_data, i++, &symbol)) {
62 if (GELF_ST_BIND(symbol.st_info) != STB_GLOBAL ||
63 symbol.st_shndx == 0 /* Undefined symbol */) {
68 symbol.st_value;
97 GElf_Sym symbol; local
103 gelf_getsym(symbols, GELF_R_SYM(rel.r_info), &symbol);
104 symbol_name = elf_strptr(elf, symbol_sh_link, symbol.st_name);
181 /* Cache the config size per symbol */
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_elf_util.c 40 GElf_Sym symbol; local
54 while (gelf_getsym(symbol_table_data, i++, &symbol)) {
56 if (GELF_ST_BIND(symbol.st_info) != STB_GLOBAL ||
57 symbol.st_shndx == 0 /* Undefined symbol */) {
62 symbol.st_value;
91 GElf_Sym symbol; local
97 gelf_getsym(symbols, GELF_R_SYM(rel.r_info), &symbol);
98 symbol_name = elf_strptr(elf, symbol_sh_link, symbol.st_name);
175 /* Cache the config size per symbol */
    [all...]
  /external/protobuf/python/google/protobuf/
symbol_database.py 34 only the type's protocol buffer symbol name. Once all symbols are registered,
71 The symbol database can be used to keep a global registry of all protocol
123 def GetSymbol(self, symbol):
124 """Tries to find a symbol in the local database.
127 may be extended in future to support other symbol types.
130 symbol: A str, a protocol buffer symbol.
133 A Python class corresponding to the symbol.
136 KeyError: if the symbol could not be found.
139 return self._symbols[symbol]
    [all...]
  /external/syslinux/com32/gfxboot/
Makefile 32 --strip-symbol _binary_$*_tmp_size \
40 --strip-symbol _binary_$*_tmp_size \
  /external/valgrind/gdbserver_tests/
filter_helgrind_monitor_solaris 7 # Address 0x........ is 9728 bytes inside data symbol "_uberdata"
23 ($line =~ /\s*Address 0x[\.]+ is \d+ bytes inside data symbol "(\S+)"/)) {
  /external/valgrind/helgrind/tests/
locked_vs_unlocked2.stderr.exp 20 Address 0x........ is 0 bytes inside data symbol "mx2a"
25 Address 0x........ is 0 bytes inside data symbol "mx2b"
30 Address 0x........ is 0 bytes inside data symbol "mx1b"
43 Address 0x........ is 0 bytes inside data symbol "x"
  /frameworks/base/tools/aapt2/test/
Context.h 140 std::unique_ptr<SymbolTable::Symbol> symbol = local
141 util::make_unique<SymbolTable::Symbol>(id, std::move(attr), true);
142 symbol_source_->name_map_[ParseNameOrDie(name)] = symbol.get();
143 symbol_source_->id_map_[id] = symbol.get();
144 symbol_source_->symbols_.push_back(std::move(symbol));
150 std::unique_ptr<SymbolTable::Symbol> symbol = local
151 util::make_unique<SymbolTable::Symbol>(id, std::move(attr), false);
152 symbol_source_->name_map_[ParseNameOrDie(name)] = symbol.get()
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 75 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
76 OMX_U32 e_ue(OMX_U32 symbol);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 74 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
75 OMX_U32 e_ue(OMX_U32 symbol);

Completed in 633 milliseconds

<<21222324252627282930>>