Home
last modified time | relevance | path

Searched refs:set (Results 576 - 600 of 10012) sorted by relevance

1...<<21222324252627282930>>...401

/third_party/musl/libc-test/src/functionalext/sigchain/
H A Dsigchain_add_special_handler.c67 sigset_t set = {0}; in sigchain_add_special_handler_001() local
69 SIGCHAIN_TEST_SET_MASK(set, "sigchain_add_special_handler_001", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_add_special_handler_001()
131 sigset_t set = {0}; in sigchain_add_special_handler_002() local
133 SIGCHAIN_TEST_SET_MASK(set, "sigchain_add_special_handler_002", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_add_special_handler_002()
197 sigset_t set = {0}; in sigchain_add_special_handler_003() local
199 SIGCHAIN_TEST_SET_MASK(set, "sigchain_add_special_handler_003", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_add_special_handler_003()
232 sigset_t set = {0}; in sigchain_add_special_handler_004() local
234 SIGCHAIN_TEST_SET_MASK(set, "sigchain_add_special_handler_004", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_add_special_handler_004()
279 sigset_t set = {0}; in sigchain_add_special_handler_005() local
281 SIGCHAIN_TEST_SET_MASK(set, "sigchain_add_special_handler_00 in sigchain_add_special_handler_005()
328 sigset_t set = {0}; sigchain_add_special_handler_006() local
378 sigset_t set = {0}; sigchain_add_special_handler_007() local
428 sigset_t set = {0}; sigchain_add_special_handler_008() local
497 sigset_t set = {0}; sigchain_add_special_handler_009() local
[all...]
H A Dsigchain_rm_special_handler.c67 sigset_t set = {0}; in sigchain_rm_special_handler_001() local
69 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_001", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_rm_special_handler_001()
133 sigset_t set = {0}; in sigchain_rm_special_handler_002() local
135 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_002", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_rm_special_handler_002()
202 sigset_t set = {0}; in sigchain_rm_special_handler_003() local
204 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_003", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_rm_special_handler_003()
241 sigset_t set = {0}; in sigchain_rm_special_handler_004() local
243 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_004", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_rm_special_handler_004()
289 sigset_t set = {0}; in sigchain_rm_special_handler_005() local
291 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_00 in sigchain_rm_special_handler_005()
340 sigset_t set = {0}; sigchain_rm_special_handler_006() local
405 sigset_t set = {0}; sigchain_rm_all_special_handler_007() local
[all...]
/third_party/skia/src/utils/
H A DSkCamera.cpp101 orien->set(SkMatrix::kMScaleX, x * axis.x - z * cross.x); in doUpdate()
102 orien->set(SkMatrix::kMSkewX, x * axis.y - z * cross.y); in doUpdate()
103 orien->set(SkMatrix::kMTransX, x * axis.z - z * cross.z); in doUpdate()
104 orien->set(SkMatrix::kMSkewY, y * axis.x - z * zenith.x); in doUpdate()
105 orien->set(SkMatrix::kMScaleY, y * axis.y - z * zenith.y); in doUpdate()
106 orien->set(SkMatrix::kMTransY, y * axis.z - z * zenith.z); in doUpdate()
107 orien->set(SkMatrix::kMPersp0, axis.x); in doUpdate()
108 orien->set(SkMatrix::kMPersp1, axis.y); in doUpdate()
109 orien->set(SkMatrix::kMPersp2, axis.z); in doUpdate()
135 matrix->set(SkMatri in patchToMatrix()
[all...]
/third_party/skia/tests/
H A DBulkRectTest.cpp118 auto set = new GrTextureSetEntry[requestedTotNumQuads]; in textureop_creation_test() local
124 set[i].fProxyView = i % 2 == 0 ? proxyViewA : proxyViewB; in textureop_creation_test()
128 set[i].fProxyView = GrSurfaceProxyView(std::move(proxyA), in textureop_creation_test()
133 set[i].fSrcAlphaType = kPremul_SkAlphaType; in textureop_creation_test()
134 set[i].fSrcRect = SkRect::MakeWH(100.0f, 100.0f); in textureop_creation_test()
135 set[i].fDstRect = SkRect::MakeWH(100.5f, 100.5f); // prevent the int non-AA optimization in textureop_creation_test()
136 set[i].fDstClipQuad = nullptr; in textureop_creation_test()
137 set[i].fPreViewMatrix = nullptr; in textureop_creation_test()
138 set[i].fColor = {1.f, 1.f, 1.f, 1.f}; in textureop_creation_test()
139 set[ in textureop_creation_test()
[all...]
/third_party/skia/gm/
H A Dvertices.cpp79 pts[0].set(0, 0); in fill_mesh()
80 pts[1].set(kMeshSize / 2, 3); in fill_mesh()
81 pts[2].set(kMeshSize, 0); in fill_mesh()
82 pts[3].set(3, kMeshSize / 2); in fill_mesh()
83 pts[4].set(kMeshSize / 2, kMeshSize / 2); in fill_mesh()
84 pts[5].set(kMeshSize - 3, kMeshSize / 2); in fill_mesh()
85 pts[6].set(0, kMeshSize); in fill_mesh()
86 pts[7].set(kMeshSize / 2, kMeshSize - 3); in fill_mesh()
87 pts[8].set(kMeshSize, kMeshSize); in fill_mesh()
90 texs[0].set( in fill_mesh()
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_lblcr.c84 * IPVS destination set structure and operations
93 atomic_t size; /* set size */
99 static void ip_vs_dest_set_insert(struct ip_vs_dest_set *set, in ip_vs_dest_set_insert() argument
105 list_for_each_entry(e, &set->list, list) { in ip_vs_dest_set_insert()
118 list_add_rcu(&e->list, &set->list); in ip_vs_dest_set_insert()
119 atomic_inc(&set->size); in ip_vs_dest_set_insert()
121 set->lastmod = jiffies; in ip_vs_dest_set_insert()
134 ip_vs_dest_set_erase(struct ip_vs_dest_set *set, struct ip_vs_dest *dest) in ip_vs_dest_set_erase() argument
138 list_for_each_entry(e, &set->list, list) { in ip_vs_dest_set_erase()
141 atomic_dec(&set in ip_vs_dest_set_erase()
150 ip_vs_dest_set_eraseall(struct ip_vs_dest_set *set) ip_vs_dest_set_eraseall() argument
161 ip_vs_dest_set_min(struct ip_vs_dest_set *set) ip_vs_dest_set_min() argument
210 ip_vs_dest_set_max(struct ip_vs_dest_set *set) ip_vs_dest_set_max() argument
262 struct ip_vs_dest_set set; /* destination server set */ global() member
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_lblcr.c84 * IPVS destination set structure and operations
93 atomic_t size; /* set size */
99 static void ip_vs_dest_set_insert(struct ip_vs_dest_set *set, in ip_vs_dest_set_insert() argument
105 list_for_each_entry(e, &set->list, list) { in ip_vs_dest_set_insert()
118 list_add_rcu(&e->list, &set->list); in ip_vs_dest_set_insert()
119 atomic_inc(&set->size); in ip_vs_dest_set_insert()
121 set->lastmod = jiffies; in ip_vs_dest_set_insert()
134 ip_vs_dest_set_erase(struct ip_vs_dest_set *set, struct ip_vs_dest *dest) in ip_vs_dest_set_erase() argument
138 list_for_each_entry(e, &set->list, list) { in ip_vs_dest_set_erase()
141 atomic_dec(&set in ip_vs_dest_set_erase()
150 ip_vs_dest_set_eraseall(struct ip_vs_dest_set *set) ip_vs_dest_set_eraseall() argument
161 ip_vs_dest_set_min(struct ip_vs_dest_set *set) ip_vs_dest_set_min() argument
210 ip_vs_dest_set_max(struct ip_vs_dest_set *set) ip_vs_dest_set_max() argument
262 struct ip_vs_dest_set set; /* destination server set */ global() member
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcomputedPropertyNames17_ES6.js5 static set [true](v) { }
7 set [{}](v) { }
9 set [null](v) { }
16 static set [true](v) { }
18 set [{}](v) { }
20 set [null](v) { }
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dkernel_ex.S7 | set the appropriate bits in the USER_FPSR word on the stack.
51 | set FPSR exception status dz bit, condition code
57 | set exception status bit & accrued bits in FPSR
58 | set flag to disable sto_res from corrupting fp register
67 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR
68 fmovel #0,%FPSR |clr status bits (Z set)
73 fmovel #0,%FPSR |clr status bits (Z set)
84 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR
89 orl #dzinf_mask,USER_FPSR(%a6) |set I,DZ,ADZ
97 bsetb #neg_bit,FPSR_CC(%a6) |set ne
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dkernel_ex.S7 | set the appropriate bits in the USER_FPSR word on the stack.
51 | set FPSR exception status dz bit, condition code
57 | set exception status bit & accrued bits in FPSR
58 | set flag to disable sto_res from corrupting fp register
67 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR
68 fmovel #0,%FPSR |clr status bits (Z set)
73 fmovel #0,%FPSR |clr status bits (Z set)
84 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR
89 orl #dzinf_mask,USER_FPSR(%a6) |set I,DZ,ADZ
97 bsetb #neg_bit,FPSR_CC(%a6) |set ne
[all...]
/third_party/protobuf/js/
H A Dmaps_test.js57 * Helper: check that the given map has exactly this set of (sorted) entries.
105 msg.getMapStringStringMap().set('asdf', 'jkl;').set('key 2', 'hello world');
106 msg.getMapStringInt32Map().set('a', 1).set('b', -2);
107 msg.getMapStringInt64Map().set('c', 0x100000000).set('d', 0x200000000);
108 msg.getMapStringBoolMap().set('e', true).set('f', false);
109 msg.getMapStringDoubleMap().set('
[all...]
/third_party/curl/lib/
H A Ddoh.c188 struct Curl_easy *data = doh->set.dohfor; in doh_done()
265 if(data->set.err && data->set.err != stderr) in dohprobe()
266 ERROR_CHECK_SETOPT(CURLOPT_STDERR, data->set.err); in dohprobe()
267 if(data->set.verbose) in dohprobe()
269 if(data->set.no_signal) in dohprobe()
273 data->set.doh_verifyhost ? 2L : 0L); in dohprobe()
275 data->set.doh_verifypeer ? 1L : 0L); in dohprobe()
277 data->set.doh_verifystatus ? 1L : 0L); in dohprobe()
287 if(data->set in dohprobe()
[all...]
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H A Ducc.h45 int ucc_mux_set_grant_tsa_bkpt(unsigned int ucc_num, int set, u32 mask);
49 static inline int ucc_set_qe_mux_grant(unsigned int ucc_num, int set) in ucc_set_qe_mux_grant() argument
51 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_GRANT); in ucc_set_qe_mux_grant()
54 static inline int ucc_set_qe_mux_tsa(unsigned int ucc_num, int set) in ucc_set_qe_mux_tsa() argument
56 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_TSA); in ucc_set_qe_mux_tsa()
59 static inline int ucc_set_qe_mux_bkpt(unsigned int ucc_num, int set) in ucc_set_qe_mux_bkpt() argument
61 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_BKPT); in ucc_set_qe_mux_bkpt()
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H A Ducc.h45 int ucc_mux_set_grant_tsa_bkpt(unsigned int ucc_num, int set, u32 mask);
49 static inline int ucc_set_qe_mux_grant(unsigned int ucc_num, int set) in ucc_set_qe_mux_grant() argument
51 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_GRANT); in ucc_set_qe_mux_grant()
54 static inline int ucc_set_qe_mux_tsa(unsigned int ucc_num, int set) in ucc_set_qe_mux_tsa() argument
56 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_TSA); in ucc_set_qe_mux_tsa()
59 static inline int ucc_set_qe_mux_bkpt(unsigned int ucc_num, int set) in ucc_set_qe_mux_bkpt() argument
61 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_BKPT); in ucc_set_qe_mux_bkpt()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield_align.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
140 self._bitfield_1.set(0usize, 1u8, val as u64) in set_b1()
153 self._bitfield_1.set(1usize, 1u8, val as u64) in set_b2()
166 self._bitfield_1.set(2usize, 1u8, val as u64) in set_b3()
179 self._bitfield_1.set(3usize, 1u8, val as u64) in set_b4()
192 self._bitfield_1.set(4usize, 1u8, val as u64) in set_b5()
205 self._bitfield_1.set(5usize, 1u8, val as u64) in set_b6()
218 self._bitfield_1.set(6usize, 1u8, val as u64) in set_b7()
231 self._bitfield_1.set(7usize, 1u8, val as u64) in set_b8()
244 self._bitfield_1.set( in set_b9()
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dtrampoline_32.S46 set (PSR_PIL | PSR_S | PSR_PS), %g1
60 set current_set, %g5
75 set poke_srmmu, %g5
100 set (PSR_PIL | PSR_S | PSR_PS), %g1
110 set trapbase, %g1
115 set SUN4D_BOOTBUS_CPUID, %g3
122 set current_set, %g5
136 set poke_srmmu, %g5
152 set smp_penguin_ctable,%g1
155 set
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dtrampoline_32.S46 set (PSR_PIL | PSR_S | PSR_PS), %g1
60 set current_set, %g5
75 set poke_srmmu, %g5
100 set (PSR_PIL | PSR_S | PSR_PS), %g1
110 set trapbase, %g1
115 set SUN4D_BOOTBUS_CPUID, %g3
122 set current_set, %g5
136 set poke_srmmu, %g5
152 set smp_penguin_ctable,%g1
155 set
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms.cpp37 std::vector<std::set<uint32_t>*> equivalence_class_pointers; in Apply()
38 for (auto& set : equivalence_classes) { in Apply()
39 equivalence_class_pointers.push_back(&set); in Apply()
65 std::set<uint32_t>* chosen_equivalence_class = nullptr; in Apply()
74 // If a set was not already chosen, choose one with at least one available in Apply()
81 // If no suitable set was found, we cannot apply the transformation to in Apply()
93 std::set<uint32_t> ids_chosen; in Apply()
112 // Add this id to the set of ids chosen. in Apply()
150 std::vector<std::set<uint32_t>>
152 std::vector<std::set<uint32_ in GetIdEquivalenceClasses()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms.cpp37 std::vector<std::set<uint32_t>*> equivalence_class_pointers; in Apply()
38 for (auto& set : equivalence_classes) { in Apply()
39 equivalence_class_pointers.push_back(&set); in Apply()
65 std::set<uint32_t>* chosen_equivalence_class = nullptr; in Apply()
74 // If a set was not already chosen, choose one with at least one available in Apply()
81 // If no suitable set was found, we cannot apply the transformation to in Apply()
93 std::set<uint32_t> ids_chosen; in Apply()
112 // Add this id to the set of ids chosen. in Apply()
150 std::vector<std::set<uint32_t>>
152 std::vector<std::set<uint32_ in GetIdEquivalenceClasses()
[all...]
/third_party/skia/modules/svg/include/
H A DSkSVGNode.h66 bool set##attr_name(SkSVGAttributeParser::ParseResult< \
68 if (pr.isValid()) { this->set##attr_name(std::move(*pr)); } \
76 void set##attr_name(const SkSVGProperty<attr_type, attr_inherited>& v) { \
82 dest->set(SkSVGPropertyState::kInherit); \
85 void set##attr_name(SkSVGProperty<attr_type, attr_inherited>&& v) { \
91 dest->set(SkSVGPropertyState::kInherit); \
193 bool set##attr_name( \
195 if (pr.isValid()) { this->set##attr_name(*pr); } \
198 bool set##attr_name( \
200 if (pr.isValid()) { this->set##attr_nam
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms.cpp37 std::vector<std::set<uint32_t>*> equivalence_class_pointers; in Apply()
38 for (auto& set : equivalence_classes) { in Apply()
39 equivalence_class_pointers.push_back(&set); in Apply()
65 std::set<uint32_t>* chosen_equivalence_class = nullptr; in Apply()
74 // If a set was not already chosen, choose one with at least one available in Apply()
81 // If no suitable set was found, we cannot apply the transformation to in Apply()
93 std::set<uint32_t> ids_chosen; in Apply()
112 // Add this id to the set of ids chosen. in Apply()
150 std::vector<std::set<uint32_t>>
152 std::vector<std::set<uint32_ in GetIdEquivalenceClasses()
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolHashSet.h23 * \brief Memory pool hash-set class.
37 * \brief Declare a template pool hash-set (hash of sets) class interface.
38 * \param TYPENAME Type name of the declared hash-set.
97 TYPENAME##Set* set = setPtr ? *setPtr : DE_NULL; \
98 if (!set) \
100 set = TYPENAME##Set_create(hashSet->hash->pool); \
101 if (!set) return DE_FALSE; \
102 if (!TYPENAME##Set_insert(set, value)) return DE_FALSE; \
103 return TYPENAME##Hash_insert(hashSet->hash, key, set); \
107 return TYPENAME##Set_insert(set, valu
[all...]
/kernel/linux/linux-5.10/arch/mips/lib/
H A Dcsum_partial.S60 .set push; \
61 .set noat; \
65 .set pop
68 .set push; \
69 .set noat; \
73 .set pop
104 .set noreorder
198 .set reorder /* DADDI_WAR */
201 .set noreorder
230 .set reorde
[all...]
/kernel/linux/linux-6.6/arch/mips/lib/
H A Dcsum_partial.S60 .set push; \
61 .set noat; \
65 .set pop
68 .set push; \
69 .set noat; \
73 .set pop
104 .set noreorder
198 .set reorder /* DADDI_WAR */
201 .set noreorder
230 .set reorde
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DChineseTest.java103 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping()
127 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping()
134 cal.set(Calendar.EXTENDED_YEAR, cyear); in TestMapping()
135 cal.set(Calendar.MONTH, cmonth-1); in TestMapping()
136 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth); in TestMapping()
137 cal.set(Calendar.DAY_OF_MONTH, cdayofmonth); in TestMapping()
189 tempcal.set(1989, Calendar.NOVEMBER, 1); in TestLimits()
276 tempcal.set(2001, Calendar.MAY, 22); in TestFormat()
278 tempcal.set(2001, Calendar.MAY, 23); in TestFormat()
317 // If we set DAY_OF_YEA in TestResolution()
[all...]

Completed in 13 milliseconds

1...<<21222324252627282930>>...401