/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;
|
/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()
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 2026 var = dn*(dn-1)*((dn-2)/dn)**k + meanempty * (1 - meanempty) 2027 return float(collisions), float(var.sqrt())
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 183 const Symbol& var = symbols[varNdx]; in getInputOutputPointers() local 184 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
|
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.cpp | 384 for (DSLParameter* var : parameterPointers) { in functionDeclarationEnd() 385 AddToSymbolTable(*var); in functionDeclarationEnd()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 155 #define FT_STATIC_BYTE_CAST( type, var ) (type)(unsigned char)(var)
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 971 var = tkinter.DoubleVar(self.root) 972 self.checkVariableParam(widget, 'listvariable', var)
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | defs.c | 353 #define DEFINE_SELF(type, var, rb_var) \ 354 type* var = ruby_to_ ## type(rb_var)
|
/third_party/rust/crates/cxx/syntax/ |
H A D | parse.rs | 601 var: arg.self_token, in parse_extern_fn() 619 var: Token), in parse_extern_fn()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 232 const Symbol& var = symbols[varNdx]; in getInputOutputPointers() local 233 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderIntegerFunctionTests.cpp | 243 const Symbol& var = symbols[varNdx]; in getInputOutputPointers() local 244 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 183 const Symbol& var = symbols[varNdx]; in getInputOutputPointers() local 184 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1400 % special-casing \var here? 1401 \def\var##1{##1}% 2385 % Unconditional use \ttsl, and no ic. @var is set to this for defuns. 2393 \def\var#1{% 2802 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 2804 % which is what @var uses. 4598 \definedummyword\var 6946 % @deftypevr category type var args 6949 % @deftypecv category class type var args 6952 % \deftypecvof {category of}class type var arg [all...] |