HomeSort by: relevance | last modified time | path
    Searched defs:incount (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/sldns/
parseutil.c 754 size_t o = 0, incount = 0; local
787 in[incount++] = (uint8_t)d;
790 if(incount != 4 && (check_padding || srcsize))
792 assert(!check_padding || incount==4);
794 if((incount == 2 ||
795 (incount == 4 && in[3] == pad64 && in[2] == pad64))) { /* A B = = */
801 } else if(incount == 3 ||
802 (incount == 4 && in[3] == pad64)) { /* A B C = */
810 if(incount != 4 || o+3 > targsize)
818 incount = 0
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
cofflink.c 1121 struct internal_reloc incount;
1124 memset (&incount, 0, sizeof (incount));
1125 incount.r_vaddr = o->reloc_count + 1;
1126 bfd_coff_swap_reloc_out (abfd, &incount, excount);
1120 struct internal_reloc incount; local
  /src/external/gpl3/binutils.old/dist/bfd/
cofflink.c 1133 struct internal_reloc incount;
1136 memset (&incount, 0, sizeof (incount));
1137 incount.r_vaddr = o->reloc_count + 1;
1138 bfd_coff_swap_reloc_out (abfd, &incount, excount);
1132 struct internal_reloc incount; local
  /src/external/gpl3/gdb/dist/bfd/
cofflink.c 1094 struct internal_reloc incount;
1097 memset (&incount, 0, sizeof (incount));
1098 incount.r_vaddr = o->reloc_count + 1;
1099 bfd_coff_swap_reloc_out (abfd, &incount, excount);
1093 struct internal_reloc incount; local
  /src/external/gpl3/gdb.old/dist/bfd/
cofflink.c 1094 struct internal_reloc incount;
1097 memset (&incount, 0, sizeof (incount));
1098 incount.r_vaddr = o->reloc_count + 1;
1099 bfd_coff_swap_reloc_out (abfd, &incount, excount);
1093 struct internal_reloc incount; local

Completed in 38 milliseconds