Home
last modified time | relevance | path

Searched refs:nunit (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/dev/sun/
H A Dfb.c210 int unit, nunit; in fbopen() local
219 nunit = device_unit(fbl->fb_dev->fb_device); in fbopen()
220 return (fbl->fb_dev->fb_driver->fbd_open)(makedev(0, nunit), flags, in fbopen()
227 int unit, nunit; in fbclose() local
236 nunit = device_unit(fbl->fb_dev->fb_device); in fbclose()
237 return (fbl->fb_dev->fb_driver->fbd_close)(makedev(0, nunit), flags, in fbclose()
244 int unit, nunit; in fbioctl() local
253 nunit = device_unit(fbl->fb_dev->fb_device); in fbioctl()
254 return (fbl->fb_dev->fb_driver->fbd_ioctl)(makedev(0, nunit), cmd, in fbioctl()
261 int unit, nunit; in fbpoll() local
[all …]
/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj83 Name = "nunit.framework"
84 AssemblyName = "nunit.framework"
85 HintPath = "E:\apps\NUnit V2.1\\bin\nunit.framework.dll"
86 AssemblyFolderKey = "hklm\dn\nunit.framework"
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj83 Name = "nunit.framework"
84 AssemblyName = "nunit.framework"
85 HintPath = "E:\apps\NUnit V2.1\\bin\nunit.framework.dll"
86 AssemblyFolderKey = "hklm\dn\nunit.framework"
H A DUnitTests.cs14 #if nunit
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj83 Name = "nunit.framework"
84 AssemblyName = "nunit.framework"
85 HintPath = "E:\apps\NUnit V2.1\\bin\nunit.framework.dll"
86 AssemblyFolderKey = "hklm\dn\nunit.framework"
H A DUnitTests.cs14 #if nunit
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj83 Name = "nunit.framework"
84 AssemblyName = "nunit.framework"
85 HintPath = "E:\apps\NUnit V2.1\\bin\nunit.framework.dll"
86 AssemblyFolderKey = "hklm\dn\nunit.framework"
H A DUnitTests.cs14 #if nunit
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj83 Name = "nunit.framework"
84 AssemblyName = "nunit.framework"
85 HintPath = "E:\apps\NUnit V2.1\\bin\nunit.framework.dll"
86 AssemblyFolderKey = "hklm\dn\nunit.framework"
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/
H A Dreadme.txt21 To include unit tests in the build, define nunit before building.
39 nunit={true|false} to include or esclude unit tests (default=true).
46 nant -D:debug=false -D:nunit=false
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/
H A Dreadme.txt21 To include unit tests in the build, define nunit before building.
39 nunit={true|false} to include or esclude unit tests (default=true).
46 nant -D:debug=false -D:nunit=false
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/
H A Dreadme.txt21 To include unit tests in the build, define nunit before building.
39 nunit={true|false} to include or esclude unit tests (default=true).
46 nant -D:debug=false -D:nunit=false
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/
H A Dreadme.txt21 To include unit tests in the build, define nunit before building.
39 nunit={true|false} to include or esclude unit tests (default=true).
46 nant -D:debug=false -D:nunit=false
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.c679 struct debug_unit *nunit; in debug_set_filename() local
689 nunit = (struct debug_unit *) xmalloc (sizeof *nunit); in debug_set_filename()
690 memset (nunit, 0, sizeof *nunit); in debug_set_filename()
692 nunit->files = nfile; in debug_set_filename()
696 info->current_unit->next = nunit; in debug_set_filename()
700 info->units = nunit; in debug_set_filename()
703 info->current_unit = nunit; in debug_set_filename()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.c699 struct debug_unit *nunit; in debug_set_filename() local
708 nunit = debug_xzalloc (info, sizeof (*nunit)); in debug_set_filename()
710 nunit->files = nfile; in debug_set_filename()
714 info->current_unit->next = nunit; in debug_set_filename()
718 info->units = nunit; in debug_set_filename()
721 info->current_unit = nunit; in debug_set_filename()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c2506 int nunit, unit_size; in s390_bytemask_vector_p() local
2513 nunit = GET_MODE_NUNITS (GET_MODE (op)); in s390_bytemask_vector_p()
2516 for (i = 0; i < nunit; i++) in s390_bytemask_vector_p()
2529 tmp_mask |= (c & 1) << ((nunit - 1 - i) * unit_size + j); in s390_bytemask_vector_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc2575 int nunit, unit_size; in s390_bytemask_vector_p() local
2582 nunit = GET_MODE_NUNITS (GET_MODE (op)); in s390_bytemask_vector_p()
2585 for (i = 0; i < nunit; i++) in s390_bytemask_vector_p()
2598 tmp_mask |= (c & 1) << ((nunit - 1 - i) * unit_size + j); in s390_bytemask_vector_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A DChangeLog1225 Reword existing nunit diagnostic.