/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_scariness_score.h | 38 void Clear() { 56 SSB.Clear(); 68 Clear();
|
asan_stats.cc | 25 Clear(); 28 void AsanStats::Clear() { 83 stats->Clear(); 105 stats->Clear();
|
asan_stats.h | 50 void Clear();
|
asan_errors.h | 35 scariness.Clear(); 47 scariness.Clear(); 279 scariness.Clear();
|
asan_errors.cc | 383 scariness.Clear();
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_symbolizer.cc | 28 void AddressInfo::Clear() { 53 info.Clear(); 63 void DataInfo::Clear() {
|
sanitizer_symbolizer.h | 46 void Clear(); 78 void Clear();
|
sanitizer_lfstack.h | 28 void Clear() {
|
sanitizer_symbolizer_markup.cc | 76 info->Clear();
|
sanitizer_allocator_primary32.h | 78 void Clear() { count_ = 0; } 317 b->Clear();
|
sanitizer_symbolizer_libcdep.cc | 103 info->Clear();
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerDataFlowTrace.h | 42 void Clear() { Traces.clear(); }
|
FuzzerLoop.cpp | 482 UniqFeatureSetTmp.clear(); 807 DFT.Clear(); // No need for DFT any more.
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_stacktrace_printer_test.cc | 24 str.clear(); 28 str.clear(); 32 str.clear(); 36 str.clear(); 40 str.clear(); 44 str.clear(); 48 str.clear(); 59 str.clear(); 64 str.clear(); 91 info.Clear(); [all...] |
/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
UnitTests.cs | 195 compressedData.Clear();
229 uncompressedData.Clear();
|
/src/sys/arch/prep/include/ |
nvram.h | 72 Clear = 0, /* empty entry */
|
/src/sys/arch/i386/stand/lib/ |
bios_disk.S | 138 # return value. Clear those out. 186 shrl $8, %eax # clear unnecessary bits
|
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/ |
octeon_3xxx.dts | 19 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 31 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
|
octeon_68xx.dts | 65 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
|
/src/sys/arch/vax/vax/ |
intvec.S | 193 mtpr $0, $PR_SBIFS # Clear SBI fault register 199 mtpr $0, $PR_EHSR # Clear Error status register 202 3: mtpr $0xF,$PR_MCESR # clear the bus error bit
|
/src/sys/arch/mvme68k/mvme68k/ |
locore.s | 130 RELOC(edata,%a0) | clear out BSS 143 movc %d0,%cacr | clear and disable on-chip cache(s) 340 btst #0,0xfff4202d | Clear == jumper installed 366 andl #0xff7fffff,%d0 | Clear 'MIEN' 413 andl 0xfff40088,%d0 | Clear == jumper installed 433 andl #0xff7fffff,%d0 | Clear 'MIEN' 628 movc %d0,%cacr | clear cache(s) 993 clrl %a1@(PCB_ONFAULT) | clear fault address
|
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
ubsan_diag.cc | 88 AI.Clear(); 348 Buffer.clear();
|
/src/sys/arch/mac68k/obio/ |
iwm.s | 235 * Reset IWM to known state (clear disk I/O latches) 734 moveq #0,%d5 | Clear checksum registers 794 moveq #0,%d1 | Clear %d1 1020 moveq #0,%d1 | Clear register 1093 moveq #0,%d5 | Clear checksum registers 1411 moveq #0,%d2 | Clear scratch regs
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 389 * Macro to clear %tt so we don't get confused with old traps. 575 mov %l0,%l1; mov %l0,%l2 ! Clear out %l0-%l8 and %o0-%o8 and inc %cleanwin and done 619 wrpr %g0, %o7, %cleanwin ! Clear out %l0-%l8 and %o0-%o8 and inc %cleanwin and done 1338 * to clear out the data cache before continuing much further. 1812 stxa %g0, [%g7] ASI_DMMU ! clear out the fault 2051 wrpr %g0, 0, %otherwin ! clear them just in case 2096 stxa %g0, [SFSR] %asi ! Clear out fault now 2308 * use that as a base. Clear out %otherwin, set %cansave 2482 stxa %g0, [SFSR] %asi ! Clear out fault now 2495 stxa %g7, [%g0] ASI_AFSR ! And clear this out, to [all...] |
/src/sys/arch/m68k/060sp/dist/ |
pfpsp.s | 1249 clr.b SPCOND_FLG(%a6) # clear special condition flag 1458 andi.l &0x7fffffff,LOCAL_HI(%a0) # clear j-bit 1465 andi.w &0x8000,LOCAL_EX(%a0) # clear old exponent 1470 andi.w &0x8000,LOCAL_EX(%a0) # clear bogus exponent 1474 andi.b &0x7f,LOCAL_HI(%a0) # clear j-bit 1488 andi.l &0x7fffffff,LOCAL_HI(%a0) # clear j-bit 1497 andi.w &0x8000,LOCAL_EX(%a0) # clear old exponent 2331 andi.w &0x8000,FP_SRC_EX(%a6) # clear old exponent 2346 clr.l %d0 # clear g,r,s 2546 andi.b &0x0f,%d0 # clear all but last nybbl [all...] |