/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 49 use crate::ir::var::Var; 245 /// The set of generated function/var names, needed because in C/C++ is 526 ItemKind::Var(ref var) => { in codegen() 527 var.codegen(ctx, result, self); in codegen() 638 use crate::ir::var::VarType; in codegen() 2197 for var in self.inner_vars() { in codegen() 2198 ctx.resolve_item(*var).codegen(ctx, result, &()); in codegen()
|
/third_party/openssl/apps/ |
H A D | s_client.c | 366 void *var; member 390 for (f = tlsa_fields; f->var; ++f) { in tlsa_import_rr() 392 if ((len = f->parser(&cp, f->var)) <= 0) { in tlsa_import_rr()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv2022.cpp | 829 Variant2022 var, in changeState_2022() 860 if(var == ISO_2022) { in changeState_2022() 889 switch(var){ in changeState_2022() 826 changeState_2022(UConverter* _this, const char** source, const char* sourceLimit, Variant2022 var, UErrorCode* err) changeState_2022() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 694 GLint GetCommonVariableProperty(const sh::ShaderVariable &var, GLenum prop) in GetCommonVariableProperty() argument 699 return clampCast<GLint>(var.type); in GetCommonVariableProperty() 704 return clampCast<GLint>(var.getBasicTypeElementCount()); in GetCommonVariableProperty() 708 return clampCast<GLint>(var.name.size() + 1u); in GetCommonVariableProperty()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctint.c | 154 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) 156 #define MULTIPLY(var, const) ((var) * (const))
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 1024 ir_dereference_variable *var_ref(ir_variable *var); 1025 ir_dereference_array *array_ref(ir_variable *var, int i); 1026 ir_swizzle *matrix_elt(ir_variable *var, int col, int row); 1027 ir_dereference_record *record_ref(ir_variable *var, const char *field); 5695 builtin_builder::var_ref(ir_variable *var) in var_ref() argument 5697 return new(mem_ctx) ir_dereference_variable(var); in var_ref() 5701 builtin_builder::array_ref(ir_variable *var, int idx) in array_ref() argument 5703 return new(mem_ctx) ir_dereference_array(var, imm(idx)); in array_ref() 5708 builtin_builder::matrix_elt(ir_variable *var, int column, int row) in matrix_elt() argument 5710 return swizzle(array_ref(var, colum in matrix_elt() 5714 record_ref(ir_variable *var, const char *field) record_ref() argument 5878 ir_variable *var = ir->as_variable(); call() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-comparison.cc | 7693 /// Getter of the map that contains var decl diffs. 7695 /// @return the map that contains var decl diffs. 7700 /// Getter of the map that contains var decl diffs. 7702 /// @return the map that contains var decl diffs. 9221 variable_is_suppressed(const var_decl* var, in variable_is_suppressed() argument 9229 return var_suppr->suppresses_variable(var, k, ctxt); in variable_is_suppressed() 9468 /// @param var the variable to consider. 9473 corpus_diff::priv::deleted_variable_is_suppressed(const var_decl* var) const in deleted_variable_is_suppressed() 9475 if (!var) in deleted_variable_is_suppressed() 9479 suppressed_deleted_vars_.find(var in deleted_variable_is_suppressed() [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-buffer.c | 313 g_assert_cmpint (0, ==, positions[i].var.i32); in test_buffer_positions()
|
/third_party/rust/crates/env_logger/src/filter/ |
H A D | mod.rs | 31 //! if let Ok(ref filter) = std::env::var("MY_LOG_LEVEL") { 102 /// if let Ok(rust_log) = env::var("RUST_LOG") { 185 if let Ok(s) = env::var(env) { in from_env()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 828 if (l->var[idx].slot == v->outputs[k].slot) in tu6_setup_streamout() 835 unsigned loc = l->var[idx].loc + c; in tu6_setup_streamout() 1121 A6XX_SP_VS_OUT_REG_A_REGID(linkage.var[i].regid) | in tu6_emit_vpc() 1122 A6XX_SP_VS_OUT_REG_A_COMPMASK(linkage.var[i].compmask); in tu6_emit_vpc() 1124 A6XX_SP_VS_VPC_DST_REG_OUTLOC0(linkage.var[i].loc); in tu6_emit_vpc()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 4266 nir_foreach_shader_in_variable (var, ctx->s) { in emit_instructions() 4270 if (var->data.sample) in emit_instructions() 4274 if (var->data.interpolation == INTERP_MODE_NONE) { in emit_instructions() 4275 switch (var->data.location) { in emit_instructions() 4280 ctx->so->inputs[var->data.driver_location].rasterflat = true; in emit_instructions()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1164 var => "foo" 1168 var => \"foo" 1844 $var = 17; 1859 $var = 17; 1867 $var = 17;
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1164 var => "foo" 1168 var => \"foo" 1844 $var = 17; 1859 $var = 17; 1867 $var = 17;
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec.c | 768 mpp_task->hw_info = mpp->var->hw_info;
in rkvdec_alloc_task() 1808 mpp->var = (struct mpp_dev_var *)match->data;
in rkvdec_probe()
|
H A D | mpp_rkvdec2_link.c | 172 u32 s = mpp->var->hw_info->reg_start;
in rkvdec_core_reg_dump() 173 u32 e = mpp->var->hw_info->reg_end;
in rkvdec_core_reg_dump()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec.c | 817 mpp_task->hw_info = mpp->var->hw_info; in rkvdec_alloc_task() 1882 mpp->var = (struct mpp_dev_var *)match->data; in rkvdec_probe()
|
H A D | mpp_rkvdec2_link.c | 170 u32 s = mpp->var->hw_info->reg_start; in rkvdec_core_reg_dump() 171 u32 e = mpp->var->hw_info->reg_end; in rkvdec_core_reg_dump()
|
/third_party/ffmpeg/libavcodec/ |
H A D | wmavoice.c | 616 #define log_range(var, assign) do { \ in calc_input_response() 617 float tmp = log10f(assign); var = tmp; \ in calc_input_response()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hw.c | 382 #define hw_param_mask(params,var) \ 383 &((params)->masks[(var) - SND_PCM_HW_PARAM_FIRST_MASK])
|
/third_party/cups-filters/filter/ |
H A D | pdftoraster.cxx | 1525 unsigned int var=*src; in onebitpixel() local 1526 if(var > dither1[i & 0xf][(j+k) & 0xf]){ in onebitpixel()
|
/third_party/node/ |
H A D | configure.py | 1944 var = f'icu_src_{key}' 1946 icu_config['variables'][var] = glob_to_var('tools/icu', path, f'patches/{icu_ver_major}/source/{value}')
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | parse.rs | 601 var: arg.self_token, in parse_extern_fn() 619 var: Token), in parse_extern_fn()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | parse.rs | 601 var: arg.self_token, in parse_extern_fn() 619 var: Token), in parse_extern_fn()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | parse.rs | 601 var: arg.self_token, in parse_extern_fn() 619 var: Token), in parse_extern_fn()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | parse.rs | 601 var: arg.self_token, in parse_extern_fn() 619 var: Token), in parse_extern_fn()
|