HomeSort by: relevance | last modified time | path
    Searched refs:using (Results 1 - 25 of 252) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/sys/arch/hpc/stand/include/machine/
cdefs.h 10 #define USING_NAMESPACE(x) using namespace x;
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 0 using System.Reflection;
2 using System.Runtime.CompilerServices;
27 // by using the '*' as shown below:
UnitTests.cs 8 using System;
9 using System.Collections;
10 using System.IO;
15 using NUnit.Framework;
25 using DotZLib;
175 using (Deflater def = new Deflater(CompressLevel.Default))
201 using (Deflater def = new Deflater((CompressLevel)5))
215 using (Inflater inf = new Inflater())
231 using (Inflater inf = new Inflater())
250 using (GZipStream gzOut = new GZipStream("gzstream.gz", CompressLevel.Best))
    [all...]
Inflater.cs 8 using System;
9 using System.Diagnostics;
10 using System.Runtime.InteropServices;
16 /// Implements a data decompressor, using the inflate algorithm in the ZLib dll
CircularBuffer.cs 8 using System;
9 using System.Diagnostics;
Deflater.cs 8 using System;
9 using System.Diagnostics;
10 using System.Runtime.InteropServices;
16 /// Implements a data compressor, using the deflate algorithm in the ZLib dll
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.h 58 using ByteMapASVT =
68 using AddressSpaceView = AddressSpaceViewTy;
69 using ByteMap = __lsan::ByteMapASVT<AddressSpaceView>;
74 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>;
75 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
85 struct AP64 { // Allocator64 parameters. Deliberately using a short name.
92 using AddressSpaceView = AddressSpaceViewTy;
96 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
97 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
101 using AllocatorCacheASVT
    [all...]
  /src/usr.bin/make/unit-tests/
dep-colon-bug-cross-file.exp 2 make: dep-colon-bug-cross-file.mk:42: warning: using previous script for "all" defined here
dep-duplicate.exp 2 make: dep-duplicate.main:3: warning: using previous script for "all" defined here
shell-custom.mk 3 # Tests for using a custom shell for running the commands.
suff-use.mk 43 using-before: .USEBEFORE
46 using-after: .USE
50 .c.o: using-before using-after
shell-sh.mk 3 # Tests for using a bourne shell for running the commands.
deptgt-begin.exp 2 make: deptgt-begin.mk:8: warning: using previous script for ".BEGIN" defined here
suff-phony.mk 3 # Test that .PHONY targets are not resolved using suffix rules.
hanoi-include.mk 6 # * default assignment using the ?= assignment operator
8 # * extracting the current value of a variable using the .for loop
9 # * using the :: dependency operator for adding commands to a target
10 # * on-the-fly variable assignment expressions using the ::= modifier
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test_config.h 22 using std::string;
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_catchable_segv.m4 7 # Check whether segmentation violations can be caught using signal handlers.
14 AC_CACHE_CHECK([whether segmentation violations can be caught when using the _AC_LANG compiler], CACHEVAR, [
38 [AC_DEFINE([HAVE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using signal handlers])],
39 [AC_MSG_WARN([On this platform, segmentation violations cannot be caught using signal handlers. This is expected if you enabled a tool such as Address Sanitizer (-fsanitize=address), but be aware that using Address Sanitizer may also significantly reduce performance.])]
ax_check_catchable_abrt.m4 7 # Check whether SIGABRT can be caught using signal handlers.
14 AC_CACHE_CHECK([whether SIGABRT can be caught when using the _AC_LANG compiler], CACHEVAR, [
53 [AC_DEFINE([HAVE_CATCHABLE_ABRT], [1], [Define if SIGABRT can be caught using signal handlers])],
54 [AC_MSG_WARN([On this platform, SIGABRT cannot be caught using signal handlers.])]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interface_internal.h 40 using __sanitizer::uptr;
41 using __sanitizer::sptr;
42 using __sanitizer::uu64;
43 using __sanitizer::uu32;
44 using __sanitizer::uu16;
45 using __sanitizer::u64;
46 using __sanitizer::u32;
47 using __sanitizer::u16;
48 using __sanitizer::u8;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 152 struct AP64 { // Allocator64 parameters. Deliberately using a short name.
159 using AddressSpaceView = AddressSpaceViewTy;
163 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
164 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
170 using ByteMapASVT = FlatByteMap<kNumRegions, AddressSpaceView>;
173 using ByteMapASVT =
184 using AddressSpaceView = AddressSpaceViewTy;
185 using ByteMap = __asan::ByteMapASVT<AddressSpaceView>;
190 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >;
191 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>
    [all...]
  /src/lib/libc/compat/locale/
compat_setlocale32.c 50 #error using wrong variant of compat_setlocale32.c
  /src/sys/rump/dev/lib/libugenhc/
Makefile 5 COMMENT=USB host controller using /dev/ugen
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 52 // portable, when possible define a default implementation using this macro:
227 // Using ALIGNED after the variable declaration is not portable!
423 namespace __asan { using namespace __sanitizer; } // NOLINT
424 namespace __dsan { using namespace __sanitizer; } // NOLINT
425 namespace __dfsan { using namespace __sanitizer; } // NOLINT
426 namespace __esan { using namespace __sanitizer; } // NOLINT
427 namespace __lsan { using namespace __sanitizer; } // NOLINT
428 namespace __msan { using namespace __sanitizer; } // NOLINT
429 namespace __hwasan { using namespace __sanitizer; } // NOLINT
430 namespace __tsan { using namespace __sanitizer; } // NOLIN
    [all...]
sanitizer_allocator_interface.h 19 using __sanitizer::uptr;
sanitizer_allocator_internal.h 40 using AddressSpaceView = LocalAddressSpaceView;
41 using ByteMap = __sanitizer::ByteMap;

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011