Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 25 of 55) sorted by relevance

123

/toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
DZLib.pas91 function Read(var Buffer; Count: Longint): Longint; override; in Read()
92 function Write(const Buffer; Count: Longint): Longint; override; in Write()
120 function Read(var Buffer; Count: Longint): Longint; override; in Read()
121 function Write(const Buffer; Count: Longint): Longint; override; in Write()
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint; in Read()
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint; in Write()
447 FZRec.avail_in := Count;
461 Result := Count;
498 function TDecompressionStream.Read(var Buffer; Count: Longint): Longint; in Read()
501 FZRec.avail_out := Count;
[all …]
/toolchain/binutils/binutils-2.27/intl/
Dplural.c427 # define YYCOPY(To, From, Count) \ argument
428 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
430 # define YYCOPY(To, From, Count) \ argument
434 for (yyi = 0; yyi < (Count); yyi++) \
/toolchain/binutils/binutils-2.27/include/coff/
Dpe.h543 bfd_vma Count; member
548 bfd_byte Count[4]; member
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-bfin.texi206 @item Loop Count
Dc-d10v.texi184 Repeat Count
Dc-d30v.texi215 Repeat Count
/toolchain/binutils/binutils-2.27/gprof/po/
Dgprof.pot66 " Line Count\n"
Dja.po68 " Line Count\n"
Dsr.po65 " Line Count\n"
Dbg.po66 " Line Count\n"
Dru.po65 " Line Count\n"
Duk.po67 " Line Count\n"
Drw.po75 " Line Count\n"
Dms.po65 " Line Count\n"
Des.po65 " Line Count\n"
Deo.po65 " Line Count\n"
Dit.po66 " Line Count\n"
Dfi.po70 " Line Count\n"
Dsv.po68 " Line Count\n"
Dda.po65 " Line Count\n"
Dpt_BR.po64 " Line Count\n"
Did.po65 " Line Count\n"
Dnl.po68 " Line Count\n"
Dtr.po64 " Line Count\n"
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20132380 * elfxx-mips.c (mips_elf_lay_out_got): Count VxWorks GOT relocs
2392 mips_elf_traverse_got_arg. Count GOT entries.
2541 rather than a mips_elf_count_tls_arg. Count both relocs and entries.
2967 * elf32-i386.c (elf_i386_check_relocs): Count size relocation as
2969 * elf64-x86-64.c (elf_x86_64_check_relocs): Count size relocation

123