Home
last modified time | relevance | path

Searched refs:filtered (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_bcj.c57 size_t filtered; member
348 size_t filtered; in bcj_apply() local
356 filtered = bcj_x86(s, buf, size); in bcj_apply()
361 filtered = bcj_powerpc(s, buf, size); in bcj_apply()
366 filtered = bcj_ia64(s, buf, size); in bcj_apply()
371 filtered = bcj_arm(s, buf, size); in bcj_apply()
376 filtered = bcj_armthumb(s, buf, size); in bcj_apply()
381 filtered = bcj_sparc(s, buf, size); in bcj_apply()
386 filtered = 0; in bcj_apply()
390 *pos += filtered; in bcj_apply()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp630 for (auto *Arg : InputArgs.filtered(OBJCOPY_UNKNOWN)) in parseObjcopyOptions()
634 for (auto *Arg : InputArgs.filtered(OBJCOPY_INPUT)) in parseObjcopyOptions()
705 for (const auto *Arg : InputArgs.filtered(OBJCOPY_subsystem)) { in parseObjcopyOptions()
780 for (const auto *A : InputArgs.filtered(OBJCOPY_compress_sections)) { in parseObjcopyOptions()
877 for (auto *Arg : InputArgs.filtered(OBJCOPY_redefine_symbol)) { in parseObjcopyOptions()
888 for (auto *Arg : InputArgs.filtered(OBJCOPY_redefine_symbols)) in parseObjcopyOptions()
893 for (auto *Arg : InputArgs.filtered(OBJCOPY_rename_section)) { in parseObjcopyOptions()
903 for (auto *Arg : InputArgs.filtered(OBJCOPY_set_section_alignment)) { in parseObjcopyOptions()
910 for (auto *Arg : InputArgs.filtered(OBJCOPY_set_section_flags)) { in parseObjcopyOptions()
921 for (auto *Arg : InputArgs.filtered(OBJCOPY_set_section_type)) { in parseObjcopyOptions()
[all …]
/freebsd/contrib/pnglite/
H A Dpnglite.c489 uint8_t *filtered = png->png_data; in png_unfilter() local
493 uint8_t filter = filtered[pos]; in png_unfilter()
499 *(short *)(filtered+pos+i) = in png_unfilter()
500 (filtered[pos+i] << 8) | filtered[pos+i+1]; in png_unfilter()
506 memcpy(data+outpos, filtered+pos, png->width * stride); in png_unfilter()
509 png_filter_sub(stride, filtered+pos, data+outpos, in png_unfilter()
514 png_filter_up(stride, filtered+pos, data+outpos, in png_unfilter()
518 png_filter_up(stride, filtered+pos, data+outpos, in png_unfilter()
524 png_filter_average(stride, filtered+pos, in png_unfilter()
529 png_filter_average(stride, filtered+pos, in png_unfilter()
[all …]
/freebsd/contrib/ncurses/misc/
H A Dncurses-config.in62 filtered=
69 [ -n "$filtered" ] && filtered="${filtered}@PATH_SEPARATOR@"
70 filtered="${filtered}${item}"
76 RPATH_LIST="$filtered"
/freebsd/crypto/openssl/util/
H A Dcheck-format-commit.sh161 ' $TEMPDIR/results.txt >>$TEMPDIR/results-filtered.txt
164 cat $TEMPDIR/results-filtered.txt
167 if [ -s $TEMPDIR/results-filtered.txt ]
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp48 for (Arg *const &A : filtered(Id)) { in eraseArg()
49 // Avoid the need for a non-const filtered iterator variant. in eraseArg()
142 for (auto *Arg : filtered(Id0)) {
150 for (auto *Arg : filtered(Id0, Id1, Id2)) {
160 for (auto *Arg : filtered(Id0)) { in AddAllArgsTranslated()
174 for (auto *Arg : filtered(Id0)) in AddAllArgsTranslated()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp202 for (const Arg *arg : args.filtered(OPT_syslibroot)) in getSystemLibraryRoots()
234 args.filtered(OPT_thinlto_cache_policy_eq, OPT_prune_interval_lto, in getLTOCachePolicy()
748 for (const Arg *arg : args.filtered(OPT_platform_version)) { in setPlatformVersions()
994 for (const Arg *arg : args.filtered(OPT_sectalign)) { in parseSectAlign()
1200 for (const Arg *arg : args.filtered(singleOptionCode)) in handleSymbolPatterns()
1202 for (const Arg *arg : args.filtered(listFileOptionCode)) in handleSymbolPatterns()
1454 for (const Arg *arg : args.filtered(OPT_rpath)) { in getRuntimePaths()
1631 for (const Arg *arg : args.filtered(OPT_u)) { in link()
1636 for (const Arg *arg : args.filtered(OPT_U)) in link()
1660 for (auto *arg : args.filtered(OPT_dyld_env)) { in link()
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1339 for (auto *arg : args.filtered(OPT_wholearchive_file)) in maybeExportMinGWSymbols()
1343 for (auto *arg : args.filtered(OPT_exclude_symbols)) { in maybeExportMinGWSymbols()
1456 for (const auto *arg : args.filtered(OPT_mllvm)) { in linkerMain()
1543 for (auto *arg : args.filtered(OPT_libpath)) in linkerMain()
1563 for (auto *arg : args.filtered(OPT_ignore)) { in linkerMain()
1609 for (auto *arg : args.filtered(OPT_debug, OPT_debug_opt)) { in linkerMain()
1755 for (auto *arg : args.filtered(OPT_nodefaultlib)) in linkerMain()
1832 for (auto *arg : args.filtered(OPT_alternatename)) in linkerMain()
1836 for (auto *arg : args.filtered(OPT_incl)) in linkerMain()
1853 for (auto *arg : args.filtered(OPT_opt)) { in linkerMain()
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c318 int filtered, in NCURSES_SP_NAME()
332 slines, scolumns, (void *) output, filtered, slk_format)); in NCURSES_SP_NAME()
398 sp->_filtered = filtered; in NCURSES_SP_NAME()
401 if (filtered) { in NCURSES_SP_NAME()
774 int filtered, in _nc_setupscreen() argument
782 filtered, in _nc_setupscreen()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp489 for (auto *arg : args.filtered(OPT_z)) in hasZOption()
499 for (auto *arg : args.filtered(OPT_z)) { in getZFlag()
514 for (auto *arg : args.filtered(OPT_z)) { in getZSeparate()
531 for (auto *arg : args.filtered(OPT_z)) { in getZGnuStack()
548 for (auto *arg : args.filtered(OPT_z)) { in getZStartStopVisibility()
570 for (auto *arg : args.filtered(OPT_z)) { in getZGcs()
594 for (auto *arg : args.filtered(OPT_z)) in checkZOptions()
858 for (auto *arg : args.filtered(OPT_section_start)) { in getSectionStartMap()
1090 for (auto *arg : args.filtered(OPT_lto_known_safe_vtables)) { in ltoValidateAllVtablesHaveTypeInfos()
1182 for (auto *arg : args.filtered(OPT_z)) { in getIsRela()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp80 for (auto *Arg : Args->filtered(OPT_libpath)) in getSearchPaths()
131 for (auto *Arg : Args.filtered(OPT_INPUT)) { in doList()
331 for (auto *Arg : Args.filtered(OPT_UNKNOWN)) in libDriverMain()
343 for (auto *Arg : Args.filtered(OPT_ignore)) in libDriverMain()
455 for (auto *Arg : Args.filtered(OPT_INPUT)) { in libDriverMain()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp340 for (const Arg *A : DriverArgs.filtered(options::OPT_mllvm)) { in addClangTargetOptions()
371 for (const Arg *A : DriverArgs.filtered(options::OPT_mllvm)) { in addClangTargetOptions()
377 for (const Arg *A : DriverArgs.filtered(options::OPT_mllvm)) { in addClangTargetOptions()
411 for (const Arg *A : DriverArgs.filtered(options::OPT_mllvm)) { in addClangTargetOptions()
419 for (const Arg *A : DriverArgs.filtered(options::OPT_mllvm)) { in addClangTargetOptions()
H A DHIPAMD.cpp146 for (const Arg *A : Args.filtered(options::OPT_mllvm)) { in constructLldCommand()
168 for (auto *Arg : Args.filtered(options::OPT_Xoffload_linker)) { in constructLldCommand()
262 for (auto *A : Args.filtered(options::OPT_fsanitize_EQ)) { in HIPAMDToolChain()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h205 filtered(OptSpecifiers ...Ids) const { in filtered() function
250 auto Args = filtered(Id); in hasMultipleArgs()
258 for (Arg *A : filtered(Ids...)) { in getLastArg()
363 for (Arg *A : filtered(Ids...)) in claimAllArgs()
/freebsd/sbin/ping/tests/
H A Dping_test.sh284 "$1" >"$1".filtered
285 atf_check -s exit:0 diff -u "$1".filtered "$2"
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp936 for (auto *A : Args.filtered(Group)) { in addDiagnosticArgs()
1129 Args.filtered(OPT_analyzer_checker, OPT_analyzer_disable_checker)) { in ParseAnalyzerArgs()
1143 for (const auto *A : Args.filtered(OPT_analyzer_config)) { in ParseAnalyzerArgs()
2043 Args.filtered(OPT_mlink_bitcode_file, OPT_mlink_builtin_bitcode)) { in ParseCodeGenArgs()
2293 for (const auto *A : Args.filtered(OPT_fsanitize_ignorelist_EQ)) { in ParseDependencyOutputArgs()
2299 for (const auto *A : Args.filtered(OPT_fsanitize_system_ignorelist_EQ)) { in ParseDependencyOutputArgs()
2312 for (const auto *A : Args.filtered(OPT_fdepfile_entry)) in ParseDependencyOutputArgs()
2316 for (const auto *A : Args.filtered(OPT_fmodule_file)) { in ParseDependencyOutputArgs()
2923 Args.filtered(OPT_Action_Group, OPT_main_file_name)) { in ParseFrontendArgs()
2943 for (const auto *AA : Args.filtered(OPT_plugin_arg)) in ParseFrontendArgs()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp162 for (const llvm::opt::Arg *A : Args.filtered(OPT_execFileNames)) in llvm_dwp_main()
166 for (const llvm::opt::Arg *A : Args.filtered(OPT_INPUT)) in llvm_dwp_main()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp73 for (auto *arg : Result.filtered(COFF_OPT_UNKNOWN)) in parse()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp230 for (const Arg *A : Args.filtered(options::OPT_m_x86_AVX10_Features_Group)) { in getX86TargetFeatures()
253 for (const Arg *A : Args.filtered(options::OPT_m_x86_Features_Group, in getX86TargetFeatures()
/freebsd/crypto/openssh/regress/
H A Dagent-restrict.sh413 prepare_multihop_expected filtered
475 prepare_multihop_expected filtered "a b a a c d e"
489 prepare_multihop_expected filtered "a b a a c d e"
/freebsd/contrib/ntp/ntpd/
H A Drefclock_nmea.c264 u_int filtered; /* mode bits, not GPZDG, same second */ member
723 up->tally.filtered++; in nmea_procrec()
768 up->tally.filtered++; in nmea_procrec()
957 up->tally.filtered++; in nmea_procrec()
1143 up->tally.filtered, up->tally.pps_used); in nmea_poll()
/freebsd/contrib/llvm-project/lld/Common/
H A DArgs.cpp57 for (auto *arg : args.filtered(id)) in getStrings()
64 for (auto *arg : args.filtered(id)) { in getZOptionValue()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp314 for (auto *arg : args.filtered(OPT_source_on_crash, OPT_one_line_on_crash, in ProcessArgs()
364 for (auto *arg : args.filtered(OPT_INPUT)) in ProcessArgs()
767 for (auto *arg : input_args.filtered(OPT_UNKNOWN)) { in main()
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c.txt59 Width of spikes which can be filtered by digital filter
65 be filtered out. Only lower frequency will pass (this is applicable to
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Daxentia,tse850-pcm5142.txt40 are TSE-850 connectors and DAC is the PCB name of the (filtered) output from

1234