Home
last modified time | relevance | path

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

12345

/freebsd/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c59 const size_t filtered = coder->filter(coder->simple, in call_filter() local
62 coder->now_pos += filtered; in call_filter()
63 return filtered; in call_filter()
84 if (coder->pos < coder->filtered) { in simple_code()
85 lzma_bufcpy(coder->buffer, &coder->pos, coder->filtered, in simple_code()
90 if (coder->pos < coder->filtered) in simple_code()
94 assert(coder->filtered == coder->size); in simple_code()
100 coder->filtered = 0; in simple_code()
145 const size_t filtered = size == 0 ? 0 : call_filter( in simple_code() local
148 const size_t unfiltered = size - filtered; in simple_code()
[all …]
/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.cpp730 for (auto *Arg : InputArgs.filtered(OBJCOPY_UNKNOWN)) in parseObjcopyOptions()
734 for (auto *Arg : InputArgs.filtered(OBJCOPY_INPUT)) in parseObjcopyOptions()
804 for (const auto *Arg : InputArgs.filtered(OBJCOPY_subsystem)) { in parseObjcopyOptions()
879 for (const auto *A : InputArgs.filtered(OBJCOPY_compress_sections)) { in parseObjcopyOptions()
976 for (auto *Arg : InputArgs.filtered(OBJCOPY_change_section_address)) { in parseObjcopyOptions()
985 for (auto *Arg : InputArgs.filtered(OBJCOPY_redefine_symbol)) { in parseObjcopyOptions()
996 for (auto *Arg : InputArgs.filtered(OBJCOPY_redefine_symbols)) in parseObjcopyOptions()
1001 for (auto *Arg : InputArgs.filtered(OBJCOPY_rename_section)) { in parseObjcopyOptions()
1011 for (auto *Arg : InputArgs.filtered(OBJCOPY_set_section_alignment)) { in parseObjcopyOptions()
1018 for (auto *Arg : InputArgs.filtered(OBJCOPY_set_section_flags)) { 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zstream/
H A Dzstream_drop_record_001_pos.ksh39 typeset filtered=$BACKDIR/filtered
69 log_must eval "zstream drop_record $inode1,131072 $inode2,0 < $stream > $filtered"
70 log_must eval "zstream dump -v < $filtered > $dump"
H A Dzstream_dump_003_pos.ksh70 typeset filtered="$BACKDIR/${abbrev}-filtered.dump"
80 grep -v 'Total DRR_REDACT records' > "$filtered"
82 if ! diff -q "$old_dump" "$filtered" > /dev/null 2>&1; then
84 log_note "$(diff "$old_dump" "$filtered")"
/freebsd/contrib/ncurses/misc/
H A Dncurses-config.in60 filtered=
67 [ -n "$filtered" ] && filtered="${filtered}@PATH_SEPARATOR@"
68 filtered="${filtered}${item}"
74 RPATH_LIST="$filtered"
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth_otp.c686 krb5_otp_tokeninfo **filtered; in filter_tokeninfos() local
692 filtered = calloc(i + 1, sizeof(const krb5_otp_tokeninfo *)); in filter_tokeninfos()
693 if (filtered == NULL) in filter_tokeninfos()
699 filtered[j++] = tis[i]; in filter_tokeninfos()
703 if (filtered[0] == NULL) { in filter_tokeninfos()
704 free(filtered); in filter_tokeninfos()
711 if (filtered[1] == NULL) { in filter_tokeninfos()
712 *out_ti = filtered[0]; in filter_tokeninfos()
714 free(filtered); in filter_tokeninfos()
720 *out_filtered = filtered; in filter_tokeninfos()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp47 for (Arg *const &A : filtered(Id)) { in eraseArg()
141 for (auto *Arg : filtered(Id0)) { in AddAllArgs()
149 for (auto *Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues()
159 for (auto *Arg : filtered(Id0)) { in AddAllArgsTranslated()
173 for (auto *Arg : filtered(Id0)) in ClaimAllArgs()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1413 for (auto *arg : args.filtered(OPT_wholearchive_file)) in maybeExportMinGWSymbols()
1417 for (auto *arg : args.filtered(OPT_exclude_symbols)) { in maybeExportMinGWSymbols()
1535 for (const auto *arg : args.filtered(OPT_mllvm)) { in linkerMain()
1623 for (auto *arg : args.filtered(OPT_libpath)) in linkerMain()
1644 for (auto *arg : args.filtered(OPT_ignore)) { in linkerMain()
1692 for (auto *arg : args.filtered(OPT_debug, OPT_debug_opt)) { in linkerMain()
1838 for (auto *arg : args.filtered(OPT_nodefaultlib)) in linkerMain()
1915 for (auto *arg : args.filtered(OPT_alternatename)) in linkerMain()
1919 for (auto *arg : args.filtered(OPT_incl)) in linkerMain()
1936 for (auto *arg : args.filtered(OPT_opt)) { in linkerMain()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp199 for (const Arg *arg : args.filtered(OPT_syslibroot)) in getSystemLibraryRoots()
231 args.filtered(OPT_thinlto_cache_policy_eq, OPT_prune_interval_lto, in getLTOCachePolicy()
743 for (const Arg *arg : args.filtered(OPT_platform_version)) { in setPlatformVersions()
994 for (const Arg *arg : args.filtered(OPT_sectalign)) { in parseSectAlign()
1212 for (const Arg *arg : args.filtered(singleOptionCode)) in handleSymbolPatterns()
1214 for (const Arg *arg : args.filtered(listFileOptionCode)) in handleSymbolPatterns()
1515 for (const Arg *arg : args.filtered(OPT_rpath)) { in getRuntimePaths()
1528 for (const Arg *arg : args.filtered(OPT_allowable_client)) { in getAllowableClients()
1704 for (const Arg *arg : args.filtered(OPT_u)) { in link()
1709 for (const Arg *arg : args.filtered(OPT_U)) in link()
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c318 bool filtered, in NCURSES_SP_NAME()
332 slines, scolumns, (void *) output, filtered, slk_format)); in NCURSES_SP_NAME()
405 sp->_filtered = filtered; in NCURSES_SP_NAME()
408 if (filtered) { in NCURSES_SP_NAME()
776 bool filtered, in _nc_setupscreen() argument
784 filtered, in _nc_setupscreen()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp83 for (auto *Arg : Args->filtered(OPT_libpath)) in getSearchPaths()
134 for (auto *Arg : Args.filtered(OPT_INPUT)) { in doList()
337 for (auto *Arg : Args.filtered(OPT_UNKNOWN)) in libDriverMain()
349 for (auto *Arg : Args.filtered(OPT_ignore)) in libDriverMain()
466 for (auto *Arg : Args.filtered(OPT_INPUT)) { in libDriverMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp493 for (auto *arg : args.filtered(OPT_z)) in hasZOption()
503 for (auto *arg : args.filtered(OPT_z)) { in getZFlag()
518 for (auto *arg : args.filtered(OPT_z)) { in getZSeparate()
535 for (auto *arg : args.filtered(OPT_z)) { in getZGnuStack()
552 for (auto *arg : args.filtered(OPT_z)) { in getZStartStopVisibility()
574 for (auto *arg : args.filtered(OPT_z)) { in getZGcs()
593 for (auto *arg : args.filtered(OPT_z)) { in getZZicfilp()
614 for (auto *arg : args.filtered(OPT_z)) { in getZZicfiss()
639 for (auto *arg : args.filtered(OPT_z)) in checkZOptions()
926 for (auto *arg : args.filtered(OPT_section_start)) { in getSectionStartMap()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h206 filtered(OptSpecifiers ...Ids) const { in filtered() function
251 auto Args = filtered(Id); in hasMultipleArgs()
259 for (Arg *A : filtered(Ids...)) { in getLastArg()
369 for (Arg *A : filtered(Ids...)) in claimAllArgs()
/freebsd/sbin/ping/tests/
H A Dping_test.sh333 "$1" >"$1".filtered
334 atf_check -s exit:0 diff -u "$1".filtered "$2"
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp940 for (auto *A : Args.filtered(Group)) { in addDiagnosticArgs()
1133 Args.filtered(OPT_analyzer_checker, OPT_analyzer_disable_checker)) { in ParseAnalyzerArgs()
1147 for (const auto *A : Args.filtered(OPT_analyzer_config)) { in ParseAnalyzerArgs()
2174 Args.filtered(OPT_mlink_bitcode_file, OPT_mlink_builtin_bitcode)) { in ParseCodeGenArgs()
2451 for (const auto *A : Args.filtered(OPT_fsanitize_ignorelist_EQ)) { in ParseDependencyOutputArgs()
2457 for (const auto *A : Args.filtered(OPT_fsanitize_system_ignorelist_EQ)) { in ParseDependencyOutputArgs()
2470 for (const auto *A : Args.filtered(OPT_fdepfile_entry)) in ParseDependencyOutputArgs()
2474 for (const auto *A : Args.filtered(OPT_fmodule_file)) { in ParseDependencyOutputArgs()
3099 Args.filtered(OPT_Action_Group, OPT_main_file_name)) { in ParseFrontendArgs()
3119 for (const auto *AA : Args.filtered(OPT_plugin_arg)) in ParseFrontendArgs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp69 for (auto *arg : Result.filtered(COFF_OPT_UNKNOWN)) in parse()
/freebsd/contrib/sqlite3/tea/
H A DpkgIndex.tcl.in5 # at an automatically generated/filtered copy and should probably not
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp164 for (const llvm::opt::Arg *A : Args.filtered(OPT_execFileNames)) in llvm_dwp_main()
168 for (const llvm::opt::Arg *A : Args.filtered(OPT_INPUT)) in llvm_dwp_main()
/freebsd/crypto/openssh/regress/
H A Dagent-restrict.sh410 prepare_multihop_expected filtered
472 prepare_multihop_expected filtered "a b a a c d e"
486 prepare_multihop_expected filtered "a b a a c d e"
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp380 for (const Arg *A : DriverArgs.filtered(options::OPT_mllvm)) { in addClangTargetOptions()
415 for (const Arg *A : DriverArgs.filtered(options::OPT_mllvm)) { in addClangTargetOptions()
421 for (const Arg *A : DriverArgs.filtered(options::OPT_mllvm)) { in addClangTargetOptions()
/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/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp229 for (const Arg *A : Args.filtered(options::OPT_m_x86_AVX10_Features_Group)) { in getX86TargetFeatures()
265 for (const Arg *A : Args.filtered(options::OPT_m_x86_Features_Group, in getX86TargetFeatures()

12345