HomeSort by relevance Sort by last modified time
    Searched defs:xvec (Results 1 - 4 of 4) sorted by null

  /external/jdiff/src/jdiff/
DiffMyers.java 72 private int[] xvec, yvec; /* Vectors being compared. */ field in class:DiffMyers
113 final int[] xv = xvec; // Still more help for the compiler.
225 if (xvec[x - k] != yvec[x - d - k])
258 if (xvec[x + k] != yvec[x - d + k])
290 while (xoff < xlim && yoff < ylim && xvec[xoff] == yvec[yoff]) {
294 while (xlim > xoff && ylim > yoff && xvec[xlim - 1] == yvec[ylim - 1]) {
438 xvec = filevec[0].undiscarded;
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 240 : bfd_asymbol_bfd (x)->xvec->flavour)
496 #define bfd_get_target(abfd) ((abfd)->xvec->name)
497 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour)
501 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
502 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
504 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
506 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE)
508 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
509 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
514 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec->valid_reloc_types
4811 const struct bfd_target *xvec; member in struct:bfd
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 240 : bfd_asymbol_bfd (x)->xvec->flavour)
496 #define bfd_get_target(abfd) ((abfd)->xvec->name)
497 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour)
501 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
502 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
504 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
506 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE)
508 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
509 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
514 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec->valid_reloc_types
4811 const struct bfd_target *xvec; member in struct:bfd
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 296 #define bfd_asymbol_flavour(x) (bfd_asymbol_bfd(x)->xvec->flavour)
538 #define bfd_get_target(abfd) ((abfd)->xvec->name)
539 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour)
543 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
544 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
546 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_BIG)
548 ((abfd)->xvec->header_byteorder == BFD_ENDIAN_LITTLE)
550 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
551 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
555 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec->valid_reloc_types
4472 const struct bfd_target *xvec; member in struct:bfd
    [all...]

Completed in 195 milliseconds