| /netbsd-src/sys/dev/sun/ |
| H A D | fb.c | 210 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 D | DotZLib.csproj | 83 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 D | DotZLib.csproj | 83 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 D | UnitTests.cs | 14 #if nunit
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | DotZLib.csproj | 83 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 D | UnitTests.cs | 14 #if nunit
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | DotZLib.csproj | 83 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 D | UnitTests.cs | 14 #if nunit
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | DotZLib.csproj | 83 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 D | readme.txt | 21 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 D | readme.txt | 21 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 D | readme.txt | 21 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 D | readme.txt | 21 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 D | debug.c | 679 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 D | debug.c | 699 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 D | s390.c | 2506 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 D | s390.cc | 2575 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 D | ChangeLog | 1225 Reword existing nunit diagnostic.
|