Home
last modified time | relevance | path

Searched refs:silence (Results 1 – 25 of 86) sorted by relevance

1234

/openbsd/regress/usr.bin/bc/
H A Dt18.in34 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 Dspkr.c181 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 DLLVMInstallSymlink.cmake5 # Set to an arbitrary directory to silence GNUInstallDirs warnings
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D013_limit.t16 local $^W; # to silence Deep recursion warnings
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Denc_module.t42 # to silence reopening STD(IN|OUT) w/o closing unless $DEBUG
/openbsd/sys/dev/
H A Daudio.c133 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 DDiagnosticCommentKinds.td154 "add a deprecation attribute to the declaration to silence this warning">;
H A DDiagnosticSemaKinds.td364 "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 DDiagnosticGroups.td695 // Just silence warnings about -Wstrict-aliasing for now.
701 // Just silence warnings about -Wstrict-overflow for now.
H A DDiagnosticParseKinds.td55 "remove unnecessary ';' to silence this warning">,
643 "insert ',' before '...' to silence this warning">;
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DChanges32 * Improve genchars.pl, support make -s silence.
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def504 StringRef, RawSilencedCheckersAndPackages, "silence-checkers",
505 "A semicolon separated list of checker and package names to silence. "
/openbsd/gnu/llvm/llvm/docs/
H A DHowToBuildWithPGO.rst156 are generally harmless. To silence them, you can add
/openbsd/gnu/llvm/libunwind/
H A DCMakeLists.txt195 # silence the warning instead of cluttering the headers (which aren't
/openbsd/gnu/llvm/lldb/docs/man/
H A Dlldb.rst334 To never load the .lldbinit file in the current working directory and silence
/openbsd/gnu/llvm/llvm/utils/gn/build/
H A DBUILD.gn314 # in a PGO build. Since they're not unexpected, silence them.
/openbsd/gnu/usr.bin/perl/Porting/
H A Dperldelta_template.pod62 warnings to alert you to this fact. To silence these deprecation warnings,
/openbsd/usr.bin/awk/
H A DFIXES.1e374 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 DUndefinedBehaviorSanitizer.rst252 To silence reports from unsigned integer overflow, you can set
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc140 /* 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 DIPA.rst89 to silence analyzer warnings.
/openbsd/gnu/usr.bin/binutils/
H A Dlibtool.m4886 dnl This is just to silence aclocal about the macro not being used
/openbsd/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst3 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 Dlibtool.m4985 dnl This is just to silence aclocal about the macro not being used
/openbsd/gnu/gcc/libcpp/
H A DChangeLog614 (cpp_handle_deferred_pragma): Add cast to silence warning.

1234