Home
last modified time | relevance | path

Searched defs:target (Results 2226 - 2250 of 4126) sorted by relevance

1...<<81828384858687888990>>...166

/kernel/linux/linux-6.6/lib/
H A Dbtree.c635 int btree_merge(struct btree_head *target, struct btree_head *victim, in btree_merge() argument
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4hc_compress.c80 U32 const target = (U32)(ip - base); in LZ4HC_Insert() local
/kernel/linux/linux-6.6/net/caif/
H A Dcaif_socket.c347 int target; in caif_stream_recvmsg() local
/kernel/linux/linux-6.6/net/llc/
H A Daf_llc.c772 int target; /* Read at least this many bytes */ in llc_ui_recvmsg() local
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_proto.c353 nf_nat_ipv4_manip_pkt(struct sk_buff *skb, unsigned int iphdroff, const struct nf_conntrack_tuple *target, enum nf_nat_manip_type maniptype) nf_nat_ipv4_manip_pkt() argument
381 nf_nat_ipv6_manip_pkt(struct sk_buff *skb, unsigned int iphdroff, const struct nf_conntrack_tuple *target, enum nf_nat_manip_type maniptype) nf_nat_ipv6_manip_pkt() argument
423 struct nf_conntrack_tuple target; nf_nat_manip_pkt() local
571 struct nf_conntrack_tuple target; nf_nat_icmp_reply_translation() local
848 struct nf_conntrack_tuple target; nf_nat_icmpv6_reply_translation() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dfib_rules.c306 struct fib_rule *target; in fib_rules_lookup() local
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dfeature.c892 section_system_config(enum probe_component target, const char *define_prefix) in section_system_config() argument
1164 enum probe_component target = COMPONENT_UNSPEC; in do_probe() local
/kernel/linux/linux-6.6/sound/soc/ti/
H A Dj721e-evm.c60 struct clk *target; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_bridge/
H A Debtables.h110 struct xt_target * target; member
117 struct ebt_entry_target target; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h91 struct xt_standard_target target; member
95 struct xt_error_target target; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dtegra_drm.h88 } target; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter_bridge/
H A Debtables.h110 struct xt_target * target; member
117 struct ebt_entry_target target; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dtegra_drm.h88 } target; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h88 struct xt_standard_target target; member
92 struct xt_error_target target; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/
H A Debtables.h117 struct xt_target *target; member
125 struct ebt_entry_target target; member
/third_party/ffmpeg/libavcodec/
H A Dmpeg12enc.c131 AVRational target = av_inv_q(s->avctx->time_base); in find_frame_rate_index() local
H A Dcbs_av1.c502 static int cbs_av1_tile_log2(int blksize, int target) in cbs_av1_tile_log2() argument
H A Daacdec.c214 apply_dependent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_dependent_coupling() argument
250 apply_independent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_independent_coupling() argument
H A Dxan.c476 unsigned lo, hi = 0xff40, target; in gamma_corr() local
/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c55 choose_pixel_fmt(AVStream *st, AVCodecContext *enc_ctx, const AVCodec *codec, enum AVPixelFormat target) choose_pixel_fmt() argument
/third_party/f2fs-tools/lib/
H A Dlibf2fs_io.c266 long entry, least_used, target; in dcache_find() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_sendcmd.c89 char *target, *command, *arg; member
[all...]
H A Dvf_colormap.c52 float target[MAX_SIZE][4]; member
427 AVFrame *in, *out, *source, *target; process_frame() local
489 AVFilterLink *target = ctx->inputs[2]; config_output() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drdt.c395 unsigned char *target; in rdt_parse_b64buf() local
/third_party/glslang/gtests/
H A DTestFixture.h460 loadFileCompileAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string& entryPointName=�, const std::string& baseDir=�, const bool enableOptimizer = false, const bool enableDebug = false, const bool enableNonSemanticShaderDebugInfo = false) loadFileCompileAndCheck() argument
499 loadFileCompileAndCheckWithOptions(const std::string &testDir, const std::string &testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string &entryPointName = �, const std::string &baseDir = �, const EShMessages additionalOptions = EShMessages::EShMsgDefault) loadFileCompileAndCheckWithOptions() argument
528 loadFileCompileFlattenUniformsAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�) loadFileCompileFlattenUniformsAndCheck() argument
555 loadFileCompileIoMapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName, int baseSamplerBinding, int baseTextureBinding, int baseImageBinding, int baseUboBinding, int baseSsboBinding, bool autoMapBindings, bool flattenUniformArrays) loadFileCompileIoMapAndCheck() argument
592 loadFileCompileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileCompileRemapAndCheck() argument
619 loadFileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileRemapAndCheck() argument
699 loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName = �) loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck() argument
[all...]

Completed in 31 milliseconds

1...<<81828384858687888990>>...166