| /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/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/common/lib/libc/arch/m68k/gen/ |
| muldi3.S | 102 | Add (X_L32 * Y_H32 + X_H32 * Y_L32) to higher 32bit.
|
| /src/usr.bin/make/unit-tests/ |
| cond-token-number.mk | 5 # TODO: Add introduction.
|
| varparse-undef-partial.mk | 59 # TODO: Add a practical example where early/lazy expansion actually makes a
|
| directive-include.mk | 53 # FIXME: Add proper error handling, no file must be included here.
|
| parse-var.mk | 5 # TODO: Add systematic tests for all of the below combinations.
|
| posix1.mk | 48 @echo '${VAR:r=R}, ${VAR:foo=}, ${VAR:not_there=wrong}, ${VAR:=add}' 82 # if they work. Add, remove and replace things.
|
| /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)
|
| /src/sys/arch/vax/vax/ |
| cpu_in_cksum.S | 149 # Add 16 word in a chunk
|
| /src/common/dist/zlib/ |
| make_vms.com | 14 $! 0.03 20091224 Add support for large file check 15 $! 0.04 20100110 Add new gzclose, gzlib, gzread, gzwrite 303 $! 0.02 20060126 Add new "HELP" target 605 $! 0.05 20050103 Add processing of "comment defines" 724 $! 0.02 20120226 Add pre-load logic
|