OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:using
(Results
1 - 25
of
164
) sorted by relevancy
1
2
3
4
5
6
7
/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;
ChecksumImpl.cs
8
using
System;
9
using
System.Runtime.InteropServices;
10
using
System.Text;
88
/// Updates the current checksum with the data from a string,
using
a specific encoding
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
DotZLib.cs
8
using
System;
9
using
System.IO;
10
using
System.Runtime.InteropServices;
11
using
System.Text;
151
/// Updates the current checksum with the data from a string,
using
a specific encoding
/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
deptgt-begin.exp
2
make: deptgt-begin.mk:8: warning:
using
previous script for ".BEGIN" defined here
shell-custom.mk
3
# Tests for
using
a custom shell for running the commands.
shell-sh.mk
3
# Tests for
using
a bourne shell for running the commands.
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/lib/libc/compat/locale/
compat_setlocale32.c
50
#error
using
wrong variant of compat_setlocale32.c
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test_config.h
22
using
std::string;
/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/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;
/src/lib/libc/compat/arch/powerpc/sys/
compat_sigprocmask13.S
23
mr %r3,%r6 # ...
using
sigprocmask(SIG_BLOCK)
/src/lib/libc/compat/arch/sparc/sys/
compat_sigprocmask.S
60
mov 1, %o0 ! ...
using
sigprocmask(SIG_BLOCK)
Completed in 259 milliseconds
1
2
3
4
5
6
7
Indexes created Sun Feb 15 00:28:02 CET 2026