Home
last modified time | relevance | path

Searched defs:vars (Results 76 - 100 of 201) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dspeakup_dtlk.c50 static struct var_t vars[NB_ID] = { variable
[all...]
H A Dspeakup_dectlk.c51 static struct var_t vars[NB_ID] = { variable
[all...]
H A Dspeakup_acntpc.c46 static struct var_t vars[NB_ID] = { variable
H A Dspeakup_decext.c50 static struct var_t vars[NB_ID] = { variable
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dpie.h101 static inline void pie_vars_init(struct pie_vars *vars) in pie_vars_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/parport/
H A Dprocfs.c262 struct ctl_table vars[12]; member
361 struct ctl_table vars[2]; member
398 struct ctl_table vars[3]; member
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_pie.c26 struct pie_vars vars; member
33 pie_drop_early(struct Qdisc *sch, struct pie_params *params, struct pie_vars *vars, u32 backlog, u32 packet_size) pie_drop_early() argument
205 pie_process_dequeue(struct sk_buff *skb, struct pie_params *params, struct pie_vars *vars, u32 backlog) pie_process_dequeue() argument
297 pie_calculate_probability(struct pie_params *params, struct pie_vars *vars, u32 backlog) pie_calculate_probability() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.h125 struct strlist *vars; /* Available variables */ member
/kernel/linux/linux-6.6/kernel/trace/
H A Dtracing_map.h141 atomic64_t *vars; member
/third_party/ffmpeg/libavfilter/
H A Dvf_pullup.h37 int *vars; member
/third_party/ffmpeg/libavutil/
H A Dcamellia.c183 static const uint8_t vars[2][12] = { variable
/third_party/ffmpeg/tests/
H A Dtiny_ssim.c93 type vars = fss*64 - fs1*fs1 - fs2*fs2; in ssim_end1() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_64bit_vec3_and_vec4.c175 variable_pair *vars = get_var_pair(b, old_var, split_vars); in split_load_deref() local
198 variable_pair *vars = get_var_pair(b, old_var, split_vars); in split_store_deref() local
/third_party/mesa3d/src/compiler/glsl/tests/
H A Darray_refcount_test.cpp154 ir_variable **vars = new ir_variable *[count]; in validate_variables_in_hash_table() local
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_array_splitting.cpp312 ir_array_splitting_visitor(exec_list *vars) in ir_array_splitting_visitor() argument
/third_party/ltp/lib/
H A Dtst_kconfig.c199 void tst_kconfig_read(struct tst_kconfig_var vars[], size_t vars_len) in tst_kconfig_read() argument
112 kconfig_parse_line(const char *line, struct tst_kconfig_var *vars, unsigned int vars_len) kconfig_parse_line() argument
377 find_var(const struct tst_kconfig_var vars[], unsigned int var_cnt, const char *var) find_var() argument
395 populate_vars(struct tst_expr *exprs[], unsigned int expr_cnt, struct tst_kconfig_var vars[]) populate_vars() argument
519 struct tst_kconfig_var vars[var_cnt]; tst_kconfig_check() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DInitializeVariables.cpp343 InitializeVariables(TCompiler *compiler, TIntermBlock *root, const InitVariableList &vars, TSymbolTable *symbolTable, int shaderVersion, const TExtensionBehavior &extensionBehavior, bool canUseLoopsToInitialize, bool highPrecisionSupported) InitializeVariables() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dblocklayout.h297 void TraverseShaderVariables(const std::vector<T> &vars, in TraverseShaderVariables() argument
308 void TraverseActiveShaderVariables(const std::vector<T> &vars, in TraverseActiveShaderVariables() argument
/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp289 void GrGLSLShaderBuilder::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() argument
/third_party/skia/tests/
H A DSkSLDSLTest.cpp2020 std::vector<Wrapper<DSLVar>> vars; in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.h83 std::map<std::string, Init *, std::less<>> vars; member in llvm::TGLocalVarScope
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc111 std::map<std::string, std::string> vars; in GenerateStaticVariables() local
155 std::map<std::string, std::string> vars; GenerateStaticVariableInitializers() local
192 std::map<std::string, std::string> vars; GenerateFieldAccessorTable() local
410 std::map<std::string, std::string> vars; Generate() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_message.cc506 std::map<string, string> vars; in GenerateSource() local
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.h252 std::map<std::string, std::string> vars; Print() local
302 PrintInternal(std::map<std::string, std::string>* vars, const char* text) PrintInternal() argument
308 PrintInternal(std::map<std::string, std::string>* vars, const char* text, const char* key, const std::string& value, const Args&... args) PrintInternal() argument
[all...]
H A Dprinter.cc277 FormatInternal(const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format) FormatInternal() argument
307 WriteVariable( const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format, int* arg_index, std::vector<AnnotationCollector::Annotation>* annotations) WriteVariable() argument

Completed in 17 milliseconds

123456789