Searched refs:var_type (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | maketype.py | 28 def factory(var_type): argument 30 if var_type is None: 34 return available_types[var_type] 37 (var_type, ', '.join(available_types))) 39 def create(value, var_type, **flags): argument 42 obj = factory(var_type) 47 raise MissingFlag(flag, var_type)
|
| H A D | data.py | 11 var_type = d.getVarFlag(key, 'type') 20 return oe.maketype.create(d.getVar(key) or '', var_type, **flags)
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_stackinit.c | 36 #define DO_NOTHING_TYPE_SCALAR(var_type) var_type argument 37 #define DO_NOTHING_TYPE_STRING(var_type) void argument 38 #define DO_NOTHING_TYPE_STRUCT(var_type) void argument 96 #define DEFINE_TEST_DRIVER(name, var_type, which, xfail) \ argument 100 var_type zero INIT_CLONE_ ## which; \ 151 #define DEFINE_TEST(name, var_type, which, init_level) \ argument 153 static noinline __init DO_NOTHING_TYPE_ ## which(var_type) \ 154 do_nothing_ ## name(var_type *ptr) \ 164 var_type *arg) \ 167 var_type var INIT_ ## which ## _ ## init_level; \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | varhandlers.c | 107 switch (p_header->var_type) { in speakup_register_var() 215 if (var->var_type == VAR_TIME && p_val) { in spk_set_num_var()
|
| H A D | kobjects.c | 563 switch (param->var_type) { in spk_var_show() 591 param->name, param->var_type); in spk_var_show() 643 switch (param->var_type) { in spk_var_store() 693 param->name, (int)param->var_type); in spk_var_store()
|
| H A D | spk_types.h | 110 enum var_type_t var_type; member
|
| H A D | main.c | 1848 if (p_header->var_type != VAR_NUM) in inc_dec_var()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | opts.h | 118 enum cl_var_type var_type; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | opts.h | 118 enum cl_var_type var_type; member
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | btf.c | 3546 const struct btf_type *var_type = btf_type_by_id(env->btf, in btf_datasec_resolve() local 3548 if (!var_type || !btf_type_is_var(var_type)) { in btf_datasec_resolve() 3554 if (!env_type_is_resolve_sink(env, var_type) && in btf_datasec_resolve() 3557 return env_stack_push(env, var_type, var_type_id); in btf_datasec_resolve() 3560 type_id = var_type->type; in btf_datasec_resolve()
|
| /OK3568_Linux_fs/buildroot/package/oracle-mysql/ |
| H A D | 0005-bison_3_breaks_mysql_server_build.patch | 295 spvar->type= var_type; 298 - if (lex->sphead->fill_field_definition(YYTHD, lex, var_type, 299 + if (lex->sphead->fill_field_definition(thd, lex, var_type,
|