/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
tsan_mutexset_test.cc | 31 mset.Add(1, true, 2); 37 mset.Add(3, true, 4); 38 mset.Add(5, false, 6); 50 mset.Add(1, true, 2); 54 mset.Add(1, true, 2); 68 mset.Add(1, true, 2); 78 mset.Add(1, true, 2); 79 mset.Add(1, true, 2); 80 mset.Add(3, true, 4); 81 mset.Add(3, true, 4) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_ignoreset.h | 26 void Add(u32 stack_id);
|
tsan_ignoreset.cc | 23 void IgnoreSet::Add(u32 stack_id) {
|
tsan_mutexset.h | 35 void Add(u64 id, bool write, u64 epoch); 60 void MutexSet::Add(u64 id, bool write, u64 epoch) {}
|
tsan_mutexset.cc | 25 void MutexSet::Add(u64 id, bool write, u64 epoch) { 47 // Add new mutex descriptor.
|
/src/usr.bin/make/unit-tests/ |
varname-dot-objdir.mk | 8 # Add an entry to the cached_realpath table, to test cleaning up
|
depsrc-make.mk | 7 # TODO: Add a test for the -t command line option.
|
opt-keep-going-indirect.mk | 76 # TODO: Add '(continuing)'. 86 # TODO: Add '(continuing)'. 87 # TODO: Add 'not remade because of errors'.
|
suff-rebuild.mk | 25 # possible to delete the suffixes in the middle of the makefile, add back 42 # Add the suffixes back. It should not matter that the order of the suffixes
|
cond-token-number.mk | 5 # TODO: Add introduction.
|
/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
CodecBase.cs | 90 public void Add(byte[] data)
92 Add(data,0,data.Length);
99 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
100 /// <param name="count">The number of bytes to add</param>
103 public abstract void Add(byte[] data, int offset, int count);
|
UnitTests.cs | 189 compressedData.Add(data[i+startIndex]);
204 def.Add(testData);
223 uncompressedData.Add(data[i+startIndex]);
234 inf.Add((byte[])compressedData.ToArray(typeof(byte)));
|
DotZLib.cs | 186 void Add(byte[] data);
192 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
193 /// <param name="count">The number of bytes to add</param>
195 void Add(byte[] data, int offset, int count);
|
Inflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
Deflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_allocator_stats.h | 34 void Add(AllocatorStat i, uptr v) { 84 Add(AllocatorStat(i), s->Get(AllocatorStat(i)));
|
sanitizer_flag_parser.cc | 31 void Add(const char *name) { 154 unknown_flags.Add(name);
|
sanitizer_allocator_primary32.h | 79 void Add(void *ptr) { 293 stat->Add(AllocatorStatMapped, kRegionSize); 319 b->Add((void*)pointers_array[i]);
|
sanitizer_allocator_local_cache.h | 51 stats_.Add(AllocatorStatAllocated, c->class_size); 171 stats_.Add(AllocatorStatAllocated, c->class_size);
|
sanitizer_allocator_secondary.h | 129 stat->Add(AllocatorStatAllocated, map_size); 130 stat->Add(AllocatorStatMapped, map_size);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
armada-38x-solidrun-microsom.dtsi | 57 * Add the phy clock here, so the phy can be accessed to read its
|
armada-388-clearfog.dts | 174 * Add SPI CS pins for clearfog:
|
/src/common/lib/libc/arch/m68k/gen/ |
muldi3.S | 102 | Add (X_L32 * Y_H32 + X_H32 * Y_L32) to higher 32bit.
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerMutate.cpp | 395 T Add = Rand(21); 396 Add -= 10; 398 Val = Bswap(T(Bswap(Val) + Add)); // Add assuming different endiannes. 400 Val = Val + Add; // Add assuming current endiannes. 401 if (Add == 0 || Rand.RandBool()) // Maybe negate.
|
/src/sys/external/bsd/acpica/dist/tests/misc/ |
badcode.asl | 89 Add (INT1, 8)
|