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

<<21222324252627282930>>

  /external/llvm/test/MC/PowerPC/
ppc64-errors.s 101 # CHECK: error: invalid modifier 'got' (no symbols present)
  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 380 int symbols[2] = { 0, 0 }; local
387 if (count < 2) symbols[count] = i;
396 } else if (count <= 2 && symbols[0] < kMaxSymbol && symbols[1] < kMaxSymbol) {
397 VP8LWriteBits(bw, 1, 1); // Small tree marker to encode 1 or 2 symbols.
399 if (symbols[0] <= 1) {
401 VP8LWriteBits(bw, 1, symbols[0]);
404 VP8LWriteBits(bw, 8, symbols[0]);
407 VP8LWriteBits(bw, 8, symbols[1]);
487 // Build histogram image and symbols from backward references
    [all...]
  /frameworks/base/tools/aapt2/
Format.proto 133 repeated Symbol symbols = 4;
  /libcore/ojluni/src/main/java/java/text/
NumberFormat.java 758 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(desiredLocale); local
760 DecimalFormat format = new DecimalFormat(numberPatterns[entry], symbols);
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/flags/
flags.go 25 Dynlink = flag.Bool("dynlink", false, "support references to Go symbols defined in other shared libraries")
  /prebuilts/go/darwin-x86/src/cmd/addr2line/
addr2line_test.go 36 t.Fatalf("error reading symbols: %v", err)
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
elf.go 27 func (f *elfFile) symbols() ([]Sym, error) { func
28 elfSyms, err := f.elf.Symbols()
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/flags/
flags.go 25 Dynlink = flag.Bool("dynlink", false, "support references to Go symbols defined in other shared libraries")
  /prebuilts/go/linux-x86/src/cmd/addr2line/
addr2line_test.go 36 t.Fatalf("error reading symbols: %v", err)
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
elf.go 27 func (f *elfFile) symbols() ([]Sym, error) { func
28 elfSyms, err := f.elf.Symbols()
  /toolchain/binutils/binutils-2.25/bfd/
libcoff-in.h 28 #define obj_symbols(bfd) (coff_data (bfd)->symbols)
48 struct coff_symbol_struct *symbols; /* Symtab for input bfd. */ member in struct:coff_tdata
70 /* The unswapped external symbols. May be NULL. Read by
230 /* The first and last symbol indices for symbols used by this csect. */
482 symbols from global to static. */
500 /* Buffer large enough to hold swapped symbols of any input file. */
502 /* Buffer large enough to hold sections of symbols of any input file. */
504 /* Buffer large enough to hold output indices of symbols of any
507 /* Buffer large enough to hold output symbols for any input file. */
mipsbsd.c 125 file header, symbols, and relocation. */
340 asymbol **symbols)
368 if (!NAME(aout,slurp_reloc_table) (abfd, section, symbols))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
indexed12.s 12 ;;; Test gas relax with difference of symbols (same section)
39 ;;; Test gas relax with difference of symbols (different section)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
symbols-1-64.d 4 #source: symbols-base-64.s
symbols-1.d 4 #source: symbols-base.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
msys.s 32 ; symbols (uppaer and lower case) to be used for some of the operands.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-pie-1.d 1 #name: FRV uClinux PIC relocs to local symbols, pie linking
fdpic-pie-7.d 1 #name: FRV uClinux PIC relocs to local symbols with addends, pie linking
fdpic-shared-1.d 1 #name: FRV uClinux PIC relocs to local symbols, shared linking
fdpic-shared-7.d 1 #name: FRV uClinux PIC relocs to local symbols with addends, shared linking
fdpic-static-1.d 1 #name: FRV uClinux PIC relocs to local symbols, static linking
fdpic-static-7.d 1 #name: FRV uClinux PIC relocs to local symbols with addends, static linking
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
sbr-reloc-local-r-rel.d 1 #name: C6X SB-relative relocations, local symbols, -r, REL
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 69 state->symbols->language_version = state->language_version;
88 state->symbols->push_scope();
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 1132 milliseconds

<<21222324252627282930>>