Searched refs:nunit (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs13 //#define nunit
14 #if nunit
20 // Use this with NUnit 2 from http://www.nunit.org
/haiku-buildtools/binutils/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs13 //#define nunit
14 #if nunit
20 // Use this with NUnit 2 from http://www.nunit.org
/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.c682 struct debug_unit *nunit;
692 nunit = (struct debug_unit *) xmalloc (sizeof *nunit);
693 memset (nunit, 0, sizeof *nunit);
695 nunit->files = nfile;
699 info->current_unit->next = nunit;
703 info->units = nunit;
706 info->current_unit = nunit;
680 struct debug_unit *nunit; local
/haiku-buildtools/binutils/binutils/
H A Ddebug.c681 struct debug_unit *nunit;
691 nunit = (struct debug_unit *) xmalloc (sizeof *nunit);
692 memset (nunit, 0, sizeof *nunit);
694 nunit->files = nfile;
698 info->current_unit->next = nunit;
702 info->units = nunit;
705 info->current_unit = nunit;
679 struct debug_unit *nunit; local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c2362 int nunit, unit_size; local
2369 nunit = GET_MODE_NUNITS (GET_MODE (op));
2372 for (i = 0; i < nunit; i++)
2385 tmp_mask |= (c & 1) << ((nunit - 1 - i) * unit_size + j);

Completed in 94 milliseconds