Home
last modified time | relevance | path

Searched defs:vars (Results 26 - 50 of 203) sorted by relevance

123456789

/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
H A Drpc_clnt_call_complex.c79 struct datas vars; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
H A Dtirpc_rpc_call_complex.c72 struct datas vars; in my_thread_process() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DVariablePacker_test.cpp80 std::vector<sh::ShaderVariable> vars; in TEST() local
173 std::vector<sh::ShaderVariable> vars; TEST() local
196 std::vector<sh::ShaderVariable> vars; TEST() local
233 std::vector<sh::ShaderVariable> vars; TEST() local
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLVarying.cpp109 void GrGLSLVaryingHandler::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc67 std::map<std::string, std::string>& vars = *vars_pointer; in InitTemplateVars() local
113 std::map<std::string, std::string> vars; Generate() local
[all...]
H A Djava_message_builder.cc122 std::map<std::string, std::string> vars; in Generate() local
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_extension.cc62 std::map<string, string> vars; in GenerateMembersHeader() local
85 std::map<string, string> vars; in GenerateStaticVariablesInitialization() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter_unittest.cc125 std::map<std::string, std::string> vars; in TEST() local
217 std::map<std::string, std::string> vars; in TEST() local
450 std::map<std::string, std::string> vars; TEST() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc57 ServiceGenerator( const ServiceDescriptor* descriptor, const std::map<std::string, std::string>& vars, const Options& options) ServiceGenerator() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant.h430 visit(Visitor&& vis, Variants&&... vars) visit() argument
H A Dvariant_benchmark.cc127 absl::apply(VisitorApplier(), vars[I]); in Run() local
145 auto vars = in BM_RedundantVisit() local
151 absl::apply(VisitorApplier(), vars); in BM_RedundantVisit() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp294 void RenderDataStorePostProcess::Set(const string_view name, const array_view<PostProcess::Variables> vars) in Set() argument
277 Set( const string_view name, const string_view ppName, const PostProcess::Variables& vars) Set() argument
367 SetImpl( const PostProcess::Variables& vars, const uint32_t ppIndex, PostProcessStack& ppStack) SetImpl() argument
[all...]
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_acntpc.c37 static struct var_t vars[] = { variable
H A Dspeakup_decext.c41 static struct var_t vars[] = { variable
H A Dspeakup_apollo.c27 static struct var_t vars[] = { variable
/kernel/linux/linux-5.10/net/sched/
H A Dsch_codel.c60 struct codel_vars vars; member
69 static struct sk_buff *dequeue_func(struct codel_vars *vars, void *ctx) in dequeue_func() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsetup.py15 vars = get_config_vars() variable
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dspeakup_ltlk.c32 static struct var_t vars[NB_ID] = { variable
[all...]
H A Dspeakup_dummy.c34 static struct var_t vars[NB_ID] = { variable
[all...]
H A Dspeakup_spkout.c32 static struct var_t vars[NB_ID] = { variable
H A Dspeakup_apollo.c40 static struct var_t vars[NB_ID] = { variable
H A Dspeakup_audptr.c31 static struct var_t vars[NB_ID] = { variable
H A Dspeakup_acntsa.c32 static struct var_t vars[NB_ID] = { variable
/kernel/linux/linux-6.6/include/net/
H A Dcodel_impl.h64 static void codel_vars_init(struct codel_vars *vars) in codel_vars_init() argument
80 static void codel_Newton_step(struct codel_vars *vars) in codel_Newton_step() argument
104 codel_should_drop(const struct sk_buff *skb, void *ctx, struct codel_vars *vars, struct codel_params *params, struct codel_stats *stats, codel_skb_len_t skb_len_func, codel_skb_time_t skb_time_func, u32 *backlog, codel_time_t now) codel_should_drop() argument
146 codel_dequeue(void *ctx, u32 *backlog, struct codel_params *params, struct codel_vars *vars, struct codel_stats *stats, codel_skb_len_t skb_len_func, codel_skb_time_t skb_time_func, codel_skb_drop_t drop_func, codel_skb_dequeue_t dequeue_func) codel_dequeue() argument
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_codel.c60 struct codel_vars vars; member
69 static struct sk_buff *dequeue_func(struct codel_vars *vars, void *ctx) in dequeue_func() argument
[all...]

Completed in 11 milliseconds

123456789