Home
last modified time | relevance | path

Searched refs:set (Results 151 - 175 of 11451) sorted by relevance

12345678910>>...459

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/power/
H A Dpower_helpers.c229 * as set of thresholds and set of offsets, together, implying in fill_backlight_transform_table()
261 * as set of thresholds and set of offsets, together, implying in fill_backlight_transform_table_v_2_2()
281 unsigned int set = params.set; in fill_iram_v_2() local
292 ram_table->min_reduction[0][0] = min_reduction_table[abm_config[set][0]]; in fill_iram_v_2()
293 ram_table->min_reduction[1][0] = min_reduction_table[abm_config[set][0]]; in fill_iram_v_2()
294 ram_table->min_reduction[2][0] = min_reduction_table[abm_config[set][0]]; in fill_iram_v_2()
295 ram_table->min_reduction[3][0] = min_reduction_table[abm_config[set][ in fill_iram_v_2()
455 unsigned int set = params.set; fill_iram_v_2_2() local
602 unsigned int set = params.set; fill_iram_v_2_3() local
[all...]
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-darwin.S316 .set L$set$0,LECIE1-LSCIE1
317 .long L$set$0
337 .set L$set$1,LEFDE1-LASFDE1
338 .long L$set$1
342 .set L$set$2,LFE1-LFB1
343 .long L$set$2
346 .set
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcommentsClassMembers.js15 public set p3(/** this is value*/value: number) {
29 private set pp3( /** this is value*/value: number) {
46 static set s3( /** this is value*/value: number) {
56 public set nc_p3(value: number) {
66 private set nc_pp3(value: number) {
76 static set nc_s3(value: number) {
91 public set a_p3(value: number) {
105 private set a_pp3(value: number) {
121 static set a_s3(value: number) {
136 public set b_p
[all...]
H A DexportsAndImportsWithContextualKeywordNames01.js4 let set = {
5 set foo(x: number) {
10 export { set, get };
13 import * as set from "./t1";
16 import { set as yield } from "./t1";
24 exports.get = exports.set = void 0;
25 var set = {
26 set foo(x) {
29 exports.set = set;
[all...]
/third_party/python/PCbuild/
H A Dbuild.bat58 set platf=x64
59 set conf=Release
60 set target=Build
61 set dir=%~dp0
62 set parallel=/m
63 set verbose=/nologo /v:m /clp:summary
64 set kill=
65 set do_pgo=
66 set pgo_job=-m test --pgo
70 if "%~1"=="-c" (set con
[all...]
H A Drt.bat11 rem was specified). If omitted, uses %PREFIX% if set or 64-bit.
31 set pcbuild=%~dp0
32 set suffix=
33 set qmode=
34 set dashO=
35 set regrtestargs=
36 set exe=
39 if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
40 if "%1"=="-q" (set qmode=yes) & shift & goto CheckOpts
41 if "%1"=="-d" (set suffi
[all...]
/third_party/skia/gm/
H A Dimagescalealigned.cpp29 auto& set = fSets.push_back(); variable
31 set.fVector = vectors[i];
32 set.fImages.push_back() = MakeImage(vectors[i], SK_ColorGREEN);
33 set.fScales.push_back() = 1;
34 set.fImages.push_back() = MakeImage(vectors[i], SK_ColorRED);
35 set.fScales.push_back() = kStretchFactor;
36 set.fImages.push_back() = MakeImage(vectors[i], SK_ColorGREEN);
37 set.fScales.push_back() = 1;
119 auto& set = fSets[i]; in drawSets() local
124 lastPt = drawSet(canvas, set, sampling in drawSets()
134 drawSet(SkCanvas* canvas, const ImageSet& set, const SkSamplingOptions& sampling, const SkPaint& paint) const drawSet() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H A D8xx.c21 .set = "huge",
26 .set = "user",
31 .set = "rw",
35 .set = "r ",
39 .set = " ",
43 .set = " X ",
48 .set = "present",
53 .set = "guarded",
58 .set = "dirty",
63 .set
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H A D8xx.c21 .set = "huge",
26 .set = "user",
31 .set = "rw",
35 .set = "r ",
39 .set = " ",
43 .set = " X ",
48 .set = "present",
53 .set = "guarded",
58 .set = "dirty",
63 .set
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DTestCase.java41 protected void set(int field, int value) { in set() method in TestCase
101 set(Calendar.ERA, era); in TestCase()
102 set(Calendar.YEAR, year); in TestCase()
103 set(Calendar.MONTH, month - 1); in TestCase()
104 set(Calendar.DATE, day); in TestCase()
105 set(Calendar.DAY_OF_WEEK, dayOfWeek); in TestCase()
106 set(Calendar.HOUR, hour); in TestCase()
107 set(Calendar.MINUTE, min); in TestCase()
108 set(Calendar.SECOND, sec); in TestCase()
135 greg.set(gregYea in TestCase()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DTestCase.java38 protected void set(int field, int value) { in set() method in TestCase
98 set(Calendar.ERA, era); in TestCase()
99 set(Calendar.YEAR, year); in TestCase()
100 set(Calendar.MONTH, month - 1); in TestCase()
101 set(Calendar.DATE, day); in TestCase()
102 set(Calendar.DAY_OF_WEEK, dayOfWeek); in TestCase()
103 set(Calendar.HOUR, hour); in TestCase()
104 set(Calendar.MINUTE, min); in TestCase()
105 set(Calendar.SECOND, sec); in TestCase()
132 greg.set(gregYea in TestCase()
[all...]
/third_party/mesa3d/src/intel/perf/
H A Dgen_perf.py230 def resolve_variable(name, set, allow_counters):
239 if allow_counters and name in set.counter_vars:
240 return set.read_funcs[name[1:]] + "(perf, query, results)"
243 def output_rpn_equation_code(set, counter, equation):
259 resolved_variable = resolve_variable(operand, set, True)
261 raise Exception("Failed to resolve variable " + operand + " in equation " + equation + " for " + set.name + " :: " + counter.get('name'));
271 raise Exception("Spurious empty rpn code for " + set.name + " :: " +
278 resolved_variable = resolve_variable(value, set, True)
280 raise Exception("Failed to resolve variable " + operand + " in equation " + equation + " for " + set.name + " :: " + counter.get('name'));
285 def splice_rpn_expression(set, counte
[all...]
/third_party/python/Lib/test/
H A Dtest_dictviews.py24 self.assertEqual(set(keys), {1, "a"})
44 self.assertEqual(set(items), {(1, 10), ("a", "ABC")})
72 self.assertEqual(set(values), {10, "ABC"})
97 class CustomSet(set):
103 self.assertEqual(d1.keys() & d3.keys(), set())
104 self.assertEqual(d1.keys() & set(d1.keys()), {'a', 'b'})
105 self.assertEqual(d1.keys() & set(d2.keys()), {'b'})
106 self.assertEqual(d1.keys() & set(d3.keys()), set())
110 self.assertEqual(d4.keys() & set(d
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daes_ctrby8_avx-x86_64.S149 .set by, \b
150 .set load_keys, \k
151 .set klen, \key_len
159 .set i, 1
169 .set i, (i +1)
181 .set i, 1
185 .set i, (i +1)
190 .set i, 0
194 .set i, (i +1)
205 .set
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/shaders/
H A Dgenerate_shaders.bat11 set errorCount=0
12 set successCount=0
13 set debug=0
16 set debug=1
19 set debug=0
45 set input=%~1
46 set entry=%~2
47 set type=%~3
48 set output=%~4
49 set debu
[all...]
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dkeywords.py28 if not hasattr(builtins, 'set'):
30 from sets import Set as set namespace
33 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split())
34 TYPE_MODIFIERS = set('auto register const inline extern static virtual volatile mutable'.split())
35 ACCESS = set('public protected private friend'.split())
37 CASTS = set('static_cast const_cast dynamic_cast reinterpret_cast'.split())
39 OTHERS = set('true false asm class namespace using explicit this operator sizeof'.split())
40 OTHER_TYPES = set('new delete typedef struct union enum typeid typename template'.split())
42 CONTROL = set('case switch default if else return goto'.split())
43 EXCEPTION = set('tr
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_descriptor_set.c119 * just multiple descriptor set layouts pasted together.
141 for (unsigned set = 0; set < pCreateInfo->setLayoutCount; set++) { in panvk_CreatePipelineLayout()
143 vk_to_panvk_descriptor_set_layout(layout->vk.set_layouts[set]); in panvk_CreatePipelineLayout()
145 layout->sets[set].sampler_offset = sampler_idx; in panvk_CreatePipelineLayout()
146 layout->sets[set].tex_offset = tex_idx; in panvk_CreatePipelineLayout()
147 layout->sets[set].ubo_offset = ubo_idx; in panvk_CreatePipelineLayout()
148 layout->sets[set].dyn_ubo_offset = dyn_ubo_idx; in panvk_CreatePipelineLayout()
149 layout->sets[set] in panvk_CreatePipelineLayout()
290 panvk_descriptor_set_destroy(struct panvk_device *device, struct panvk_descriptor_pool *pool, struct panvk_descriptor_set *set) panvk_descriptor_set_destroy() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp163 Reserved.set(ReservedGPR32[I]); in getReservedRegs()
167 Reserved.set(Mips::T6); // Reserved for control flow mask. in getReservedRegs()
168 Reserved.set(Mips::T7); // Reserved for memory access mask. in getReservedRegs()
169 Reserved.set(Mips::T8); // Reserved for thread pointer. in getReservedRegs()
173 Reserved.set(ReservedGPR64[I]); in getReservedRegs()
177 Reserved.set(Mips::GP); in getReservedRegs()
178 Reserved.set(Mips::GP_64); in getReservedRegs()
184 Reserved.set(Reg); in getReservedRegs()
188 Reserved.set(Reg); in getReservedRegs()
193 Reserved.set(Mip in getReservedRegs()
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolMultiSet.h53 * int MultiSet_getNumElements (const MultiSet* set);
54 * deBool MultiSet_exists (const MultiSet* set, Key key);
55 * deBool MultiSet_insert (MultiSet* set, Key key);
56 * void MultiSet_delete (MultiSet* set, Key key);
57 * int MultiSet_getKeyCount (const MultiSet* set, Key key);
58 * deBool MultiSet_setKeyCount (MultiSet* set, Key key, int count);
73 void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) set); \
74 deBool TYPENAME##_setKeyCount (DE_PTR_TYPE(TYPENAME) set, KEYTYPE key, int newCount); \
76 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* set) \
78 return set
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js17 Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { });
120 this.__iconStyle.set(null);
123 this.__icon.set(null);
126 this.__primaryText.set(null);
129 this.__secondaryText.set(null);
132 this.__description.set(null);
138 this.__leftWidth.set(LEFT_PART_WIDTH);
196 set iconStyle(w10) {
197 this.__iconStyle.set(w10);
202 set ico
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dcacheflush_mm.h64 unsigned long set; in flush_cf_icache() local
66 for (set = start; set <= end; set += (0x10 - 3)) { in flush_cf_icache()
75 : "=a" (set) in flush_cf_icache()
76 : "a" (set)); in flush_cf_icache()
82 unsigned long set; in flush_cf_dcache() local
84 for (set = start; set <= end; set in flush_cf_dcache()
100 unsigned long set; flush_cf_bcache() local
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dcacheflush_mm.h64 unsigned long set; in flush_cf_icache() local
66 for (set = start; set <= end; set += (0x10 - 3)) { in flush_cf_icache()
75 : "=a" (set) in flush_cf_icache()
76 : "a" (set)); in flush_cf_icache()
82 unsigned long set; in flush_cf_dcache() local
84 for (set = start; set <= end; set in flush_cf_dcache()
100 unsigned long set; flush_cf_bcache() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Daffinity.c75 static inline void init_cpu_mask_set(struct cpu_mask_set *set) in init_cpu_mask_set() argument
77 cpumask_clear(&set->mask); in init_cpu_mask_set()
78 cpumask_clear(&set->used); in init_cpu_mask_set()
79 set->gen = 0; in init_cpu_mask_set()
82 /* Increment generation of CPU set if needed */
83 static void _cpu_mask_set_gen_inc(struct cpu_mask_set *set) in _cpu_mask_set_gen_inc() argument
85 if (cpumask_equal(&set->mask, &set->used)) { in _cpu_mask_set_gen_inc()
90 set->gen++; in _cpu_mask_set_gen_inc()
91 cpumask_clear(&set in _cpu_mask_set_gen_inc()
95 _cpu_mask_set_gen_dec(struct cpu_mask_set *set) _cpu_mask_set_gen_dec() argument
104 cpu_mask_set_get_first(struct cpu_mask_set *set, cpumask_var_t diff) cpu_mask_set_get_first() argument
125 cpu_mask_set_put(struct cpu_mask_set *set, int cpu) cpu_mask_set_put() argument
371 struct cpu_mask_set *set = dd->comp_vect; global() variable
385 _cpu_mask_set_gen_inc(set); global() variable
410 struct cpu_mask_set *set = dd->comp_vect; _dev_comp_vect_cpu_put() local
788 struct cpu_mask_set *set; hfi1_update_sdma_affinity() local
882 struct cpu_mask_set *set = NULL; get_irq_affinity() local
966 struct cpu_mask_set *set = NULL; hfi1_put_irq_affinity() local
1046 struct cpu_mask_set *set = &affinity->proc; hfi1_get_proc_affinity() local
1227 struct cpu_mask_set *set = &affinity->proc; hfi1_put_proc_affinity() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Daffinity.c33 static inline void init_cpu_mask_set(struct cpu_mask_set *set) in init_cpu_mask_set() argument
35 cpumask_clear(&set->mask); in init_cpu_mask_set()
36 cpumask_clear(&set->used); in init_cpu_mask_set()
37 set->gen = 0; in init_cpu_mask_set()
40 /* Increment generation of CPU set if needed */
41 static void _cpu_mask_set_gen_inc(struct cpu_mask_set *set) in _cpu_mask_set_gen_inc() argument
43 if (cpumask_equal(&set->mask, &set->used)) { in _cpu_mask_set_gen_inc()
48 set->gen++; in _cpu_mask_set_gen_inc()
49 cpumask_clear(&set in _cpu_mask_set_gen_inc()
53 _cpu_mask_set_gen_dec(struct cpu_mask_set *set) _cpu_mask_set_gen_dec() argument
62 cpu_mask_set_get_first(struct cpu_mask_set *set, cpumask_var_t diff) cpu_mask_set_get_first() argument
83 cpu_mask_set_put(struct cpu_mask_set *set, int cpu) cpu_mask_set_put() argument
327 struct cpu_mask_set *set = dd->comp_vect; global() variable
341 _cpu_mask_set_gen_inc(set); global() variable
366 struct cpu_mask_set *set = dd->comp_vect; _dev_comp_vect_cpu_put() local
744 struct cpu_mask_set *set; hfi1_update_sdma_affinity() local
838 struct cpu_mask_set *set = NULL; get_irq_affinity() local
922 struct cpu_mask_set *set = NULL; hfi1_put_irq_affinity() local
1002 struct cpu_mask_set *set = &affinity->proc; hfi1_get_proc_affinity() local
1183 struct cpu_mask_set *set = &affinity->proc; hfi1_put_proc_affinity() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c29 #include "util/set.h"
49 struct set *lowered_instrs;
61 } set[MAX_SETS]; member
87 uint32_t set, uint32_t binding) in add_binding()
90 &state->layout->set[set].layout->binding[binding]; in add_binding()
92 if (state->set[set].use_count[binding] < UINT8_MAX) in add_binding()
93 state->set[set] in add_binding()
86 add_binding(struct apply_pipeline_layout_state *state, uint32_t set, uint32_t binding) add_binding() argument
200 uint32_t set = nir_intrinsic_desc_set(intrin); descriptor_has_bti() local
306 build_res_index(nir_builder *b, uint32_t set, uint32_t binding, nir_ssa_def *array_index, nir_address_format addr_format, struct apply_pipeline_layout_state *state) build_res_index() argument
577 const uint32_t set = var->data.descriptor_set; build_load_var_deref_descriptor_mem() local
618 build_res_index_for_chain(nir_builder *b, nir_intrinsic_instr *intrin, nir_address_format addr_format, uint32_t *set, uint32_t *binding, struct apply_pipeline_layout_state *state) build_res_index_for_chain() argument
654 uint32_t set = UINT32_MAX, binding = UINT32_MAX; build_buffer_addr_for_idx_intrin() local
767 uint32_t set = UINT32_MAX, binding = UINT32_MAX; lower_load_accel_struct_desc() local
1013 unsigned set = var->data.descriptor_set; lower_image_intrinsic() local
1122 unsigned set = var->data.descriptor_set; lower_tex_deref() local
1254 unsigned set = var->data.descriptor_set; lower_gfx7_tex_swizzle() local
1396 uint8_t set; global() member
1520 unsigned set = infos[i].set, b = infos[i].binding; anv_nir_apply_pipeline_layout() local
1601 const uint32_t set = var->data.descriptor_set; anv_nir_apply_pipeline_layout() local
[all...]

Completed in 13 milliseconds

12345678910>>...459