/openbsd/regress/usr.bin/bc/ |
H A D | t18.in | 34 silence = dohanoi(n-1, h, o, d) 35 silence = moveit(h, d) 36 silence = dohanoi(n-1, o, d, h) 41 silence = dohanoi(n, 1, 3, 2)
|
/openbsd/sys/dev/isa/ |
H A D | spkr.c | 181 int sound, silence, snum = 1, sdenom = 1; in playtone() local 195 silence = whole * (FILLTIME-fill) * snum / in playtone() 200 pitch, sound, silence); in playtone() 205 rest(silence); in playtone()
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | LLVMInstallSymlink.cmake | 5 # Set to an arbitrary directory to silence GNUInstallDirs warnings
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | 013_limit.t | 16 local $^W; # to silence Deep recursion warnings
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/ |
H A D | enc_module.t | 42 # to silence reopening STD(IN|OUT) w/o closing unless $DEBUG
|
/openbsd/sys/dev/ |
H A D | audio.c | 133 unsigned char silence[4]; /* a sample of silence */ member 421 memset(sc->silence, 0, sc->bps); in audio_calc_sil() 427 q = sc->silence + sc->bps - 1; in audio_calc_sil() 430 q = sc->silence; in audio_calc_sil() 447 sc->conv_enc(sc->silence, sc->bps); in audio_calc_sil() 458 p = sc->silence; in audio_fill_sil()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticCommentKinds.td | 154 "add a deprecation attribute to the declaration to silence this warning">;
|
H A D | DiagnosticSemaKinds.td | 364 "remove parentheses to silence this warning">; 767 "explicitly cast the pointer to silence this warning">; 801 "cast the second argument to 'int'}0 to silence">; 805 "parenthesize the second argument to silence">; 2250 "initialize the variable %0 to silence this warning">; 6027 "insert an explicit cast to silence this issue">; 6649 "remove constant to silence this warning">; 6711 "use array indexing to silence this warning">; 7726 "qualify call to silence this warning">; 7755 "-faligned-allocation to silence this diagnostic">; [all …]
|
H A D | DiagnosticGroups.td | 695 // Just silence warnings about -Wstrict-aliasing for now. 701 // Just silence warnings about -Wstrict-overflow for now.
|
H A D | DiagnosticParseKinds.td | 55 "remove unnecessary ';' to silence this warning">, 643 "insert ',' before '...' to silence this warning">;
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | Changes | 32 * Improve genchars.pl, support make -s silence.
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 504 StringRef, RawSilencedCheckersAndPackages, "silence-checkers", 505 "A semicolon separated list of checker and package names to silence. "
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | HowToBuildWithPGO.rst | 156 are generally harmless. To silence them, you can add
|
/openbsd/gnu/llvm/libunwind/ |
H A D | CMakeLists.txt | 195 # silence the warning instead of cluttering the headers (which aren't
|
/openbsd/gnu/llvm/lldb/docs/man/ |
H A D | lldb.rst | 334 To never load the .lldbinit file in the current working directory and silence
|
/openbsd/gnu/llvm/llvm/utils/gn/build/ |
H A D | BUILD.gn | 314 # in a PGO build. Since they're not unexpected, silence them.
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | perldelta_template.pod | 62 warnings to alert you to this fact. To silence these deprecation warnings,
|
/openbsd/usr.bin/awk/ |
H A D | FIXES.1e | 374 Added some casts to silence warnings on debugging printfs. 434 proto.h, to silence someone's enthusiastic checker. 750 more (const char *) casts in b.c and tran.c to silence warnings. 866 added a few (int) casts to silence useless compiler warnings.
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | UndefinedBehaviorSanitizer.rst | 252 To silence reports from unsigned integer overflow, you can set
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | misc | 140 /* The cast in the line below is only to silence warnings */ \ 159 /* The cast in the line below is only to silence warnings */ \ 182 /* The cast in the line below is only to silence warnings */ \
|
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/ |
H A D | IPA.rst | 89 to silence analyzer warnings.
|
/openbsd/gnu/usr.bin/binutils/ |
H A D | libtool.m4 | 886 dnl This is just to silence aclocal about the macro not being used
|
/openbsd/gnu/llvm/lldb/docs/ |
H A D | python_api_enums.rst | 3 The page isn't in any toctree, so silence the sphinx warnings by marking it as orphan.
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | libtool.m4 | 985 dnl This is just to silence aclocal about the macro not being used
|
/openbsd/gnu/gcc/libcpp/ |
H A D | ChangeLog | 614 (cpp_handle_deferred_pragma): Add cast to silence warning.
|