Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 2011) sorted by relevance

12345678910>>...81

/third_party/cmsis/CMSIS/Core/Include/
Dcachel1_armv7.h145 uint32_t sets; in SCB_EnableDCache() local
156 sets = (uint32_t)(CCSIDR_SETS(ccsidr)); in SCB_EnableDCache()
160 SCB->DCISW = (((sets << SCB_DCISW_SET_Pos) & SCB_DCISW_SET_Msk) | in SCB_EnableDCache()
166 } while(sets-- != 0U); in SCB_EnableDCache()
185 uint32_t sets; in SCB_DisableDCache() local
197 sets = (uint32_t)(CCSIDR_SETS(ccsidr)); in SCB_DisableDCache()
201 SCB->DCCISW = (((sets << SCB_DCCISW_SET_Pos) & SCB_DCCISW_SET_Msk) | in SCB_DisableDCache()
207 } while(sets-- != 0U); in SCB_DisableDCache()
223 uint32_t sets; in SCB_InvalidateDCache() local
232 sets = (uint32_t)(CCSIDR_SETS(ccsidr)); in SCB_InvalidateDCache()
[all …]
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Dutil.js1 export function merge(...sets) { argument
2 if (sets.length > 1) {
3 sets[0] = sets[0].slice(0, -1);
4 const xl = sets.length - 1;
6 sets[x] = sets[x].slice(1, -1);
8 sets[xl] = sets[xl].slice(1);
9 return sets.join('');
12 return sets[0];
/third_party/googletest/googletest/src/hwext/
Dgtest-tag.cc149 static std::vector<const TestFlag*> sets; variable
152 if (sets.size() > 0) { in ensureSetsInit()
155 sets.push_back(&TestSize); in ensureSetsInit()
156 sets.push_back(&G_TYPE); in ensureSetsInit()
157 sets.push_back(&G_SIZE); in ensureSetsInit()
158 sets.push_back(&G_RANK); in ensureSetsInit()
164 return sets; in AllHextTagSets()
171 for (unsigned int i = 0; i < sets.size(); i++) in CheckFlagsLegality()
173 const TestFlag* set = sets.at(i); in CheckFlagsLegality()
184 for (unsigned int i = 0; i < sets.size(); i++) in flagForName()
[all …]
Dgtest-filter.cc29 const std::vector<const TestFlag*>& sets = AllHextTagSets(); in printHelp() local
33 for (unsigned int i = 0; i < sets.size(); i++) { in printHelp()
34 sets.at(i)->printHelp(indents); in printHelp()
49 const std::vector<const TestFlag*>& sets = AllHextTagSets(); in getAllFilterFlagsKv() local
50 for (unsigned int i = 0; i < sets.size(); i++) { in getAllFilterFlagsKv()
51 filterFlagsKv.insert(pair<const char*, string*>(sets.at(i)->naming(), new string(""))); in getAllFilterFlagsKv()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-input.cc59 hb_set_add_range (input->sets.name_ids, 0, 6); in hb_subset_input_create_or_fail()
60 hb_set_add (input->sets.name_languages, 0x0409); in hb_subset_input_create_or_fail()
86 input->sets.drop_tables->add_array (default_drop_tables, ARRAY_LENGTH (default_drop_tables)); in hb_subset_input_create_or_fail()
101 input->sets.no_subset_tables->add_array (default_no_subset_tables, in hb_subset_input_create_or_fail()
191 …input->sets.layout_features->add_array (default_layout_features, ARRAY_LENGTH (default_layout_feat… in hb_subset_input_create_or_fail()
252 return input->sets.unicodes; in hb_subset_input_unicode_set()
269 return input->sets.glyphs; in hb_subset_input_glyph_set()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java570 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
592 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan()
637 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan()
642 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan()
648 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan()
653 if (!sets[FAST].getSet().containsNone(string)) { in verifySpan()
666 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
670 verifySpan(sets, s, whichSpans, expectLimits, expectCount, testName, index); in verifySpan()
677 void verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, in verifySpanBothUTFs() argument
685 verifySpan(sets, s16, whichSpans, expectLimits, expectCount, testName, index); in verifySpanBothUTFs()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java573 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
595 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan()
640 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan()
645 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan()
651 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan()
656 if (!sets[FAST].getSet().containsNone(string)) { in verifySpan()
669 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
673 verifySpan(sets, s, whichSpans, expectLimits, expectCount, testName, index); in verifySpan()
680 void verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, in verifySpanBothUTFs() argument
688 verifySpan(sets, s16, whichSpans, expectLimits, expectCount, testName, index); in verifySpanBothUTFs()
[all …]
/third_party/openssl/doc/internal/man3/
Dossl_cmp_ctx_set1_caPubs.pod37 ossl_cmp_ctx_set0_validatedSrvCert() sets the validatedSrvCert of the context,
40 ossl_cmp_ctx_set_status() sets the status field of the context.
42 ossl_cmp_ctx_set0_statusString() sets the statusString field of the context.
44 ossl_cmp_ctx_set_failInfoCode() sets the error code bits in the failInfoCode
47 ossl_cmp_ctx_set0_newCert() sets the given (newly enrolled) certificate
50 ossl_cmp_ctx_set1_extraCertsIn() sets the extraCertsIn field of the context.
53 ossl_cmp_ctx_set1_recipNonce() sets the given recipient nonce in the context.
Dossl_cmp_mock_srv_new.pod42 OSSL_CMP_SRV_CTX_set1_certOut() sets the certificate to be returned in
45 OSSL_CMP_SRV_CTX_set1_chainOut() sets the certificate chain to be added to
49 OSSL_CMP_SRV_CTX_set1_caPubsOut() sets the caPubs to be returned in an ip.
51 OSSL_CMP_SRV_CTX_set_statusInfo() sets the status info to be returned.
55 OSSL_CMP_SRV_CTX_set_pollCount() sets the number of polls before cert response.
57 OSSL_CMP_SRV_CTX_set_checkAfterTime() sets the number of seconds
/third_party/spirv-tools/source/opt/
Dloop_fission.cpp189 std::vector<std::set<Instruction*>> sets{}; in GroupInstructionsByUseDef() local
245 if (!inst_set.empty()) sets.push_back(std::move(inst_set)); in GroupInstructionsByUseDef()
252 if (sets.size() < 2) { in GroupInstructionsByUseDef()
259 for (size_t index = 0; index < sets.size() / 2; ++index) { in GroupInstructionsByUseDef()
260 cloned_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef()
262 for (size_t index = sets.size() / 2; index < sets.size(); ++index) { in GroupInstructionsByUseDef()
263 original_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_fission.cpp189 std::vector<std::set<Instruction*>> sets{}; in GroupInstructionsByUseDef() local
245 if (!inst_set.empty()) sets.push_back(std::move(inst_set)); in GroupInstructionsByUseDef()
252 if (sets.size() < 2) { in GroupInstructionsByUseDef()
259 for (size_t index = 0; index < sets.size() / 2; ++index) { in GroupInstructionsByUseDef()
260 cloned_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef()
262 for (size_t index = sets.size() / 2; index < sets.size(); ++index) { in GroupInstructionsByUseDef()
263 original_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fission.cpp189 std::vector<std::set<Instruction*>> sets{}; in GroupInstructionsByUseDef() local
245 if (!inst_set.empty()) sets.push_back(std::move(inst_set)); in GroupInstructionsByUseDef()
252 if (sets.size() < 2) { in GroupInstructionsByUseDef()
259 for (size_t index = 0; index < sets.size() / 2; ++index) { in GroupInstructionsByUseDef()
260 cloned_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef()
262 for (size_t index = sets.size() / 2; index < sets.size(); ++index) { in GroupInstructionsByUseDef()
263 original_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef()
/third_party/ffmpeg/libavcodec/
Dralf.c55 VLCSet sets[3]; member
112 ff_free_vlc(&ctx->sets[i].filter_params); in decode_close()
113 ff_free_vlc(&ctx->sets[i].bias); in decode_close()
114 ff_free_vlc(&ctx->sets[i].coding_mode); in decode_close()
117 ff_free_vlc(&ctx->sets[i].filter_coeffs[j][k]); in decode_close()
119 ff_free_vlc(&ctx->sets[i].short_codes[j]); in decode_close()
121 ff_free_vlc(&ctx->sets[i].long_codes[j]); in decode_close()
164 ret = init_ralf_vlc(&ctx->sets[i].filter_params, filter_param_def[i], in decode_init()
170 ret = init_ralf_vlc(&ctx->sets[i].bias, bias_def[i], BIAS_ELEMENTS); in decode_init()
175 ret = init_ralf_vlc(&ctx->sets[i].coding_mode, coding_mode_def[i], in decode_init()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dusettest.h178 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
182 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
185 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4],
189 …void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testN…
190 …void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *te…
191 …void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *tes…
/third_party/openGLES/extensions/EXT/
DEXT_vertex_array_setXXX.txt24 This extension introduces named vertex array sets which encapsulate
26 sets is to keep pointers to static vertex data and provide a name
27 for different sets of static vertex data. The specification of
32 * Should we allow vertex array sets to be shared between
73 as if its name was NULL. Unlike other vertex array sets, the NULL
76 Vertex array sets are deleted by calling DeleteArraySetsEXT with
77 <arrayset> pointing to a list of <n> names of array sets to be
79 on the sets to be deleted before deleting the <arrayset>. Once a
83 that do not correspond to array sets, including NULL.
DEXT_vertex_array_set.txt23 This extension introduces named vertex array sets which encapsulate
25 sets is to keep pointers to static vertex data and provide a name
26 for different sets of static vertex data. The specification of
31 * Should we allow vertex array sets to be shared between
73 as if its name was zero. Unlike other vertex array sets, the zero
84 Vertex array sets are deleted by calling DeleteArraySetsEXT with
85 <arrayset> pointing to a list of <n> names of array sets to be
87 on the sets to be deleted before deleting the <arrayset>. Once a
91 correspond to array sets, including zero.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_vertex_array_setXXX.txt24 This extension introduces named vertex array sets which encapsulate
26 sets is to keep pointers to static vertex data and provide a name
27 for different sets of static vertex data. The specification of
32 * Should we allow vertex array sets to be shared between
73 as if its name was NULL. Unlike other vertex array sets, the NULL
76 Vertex array sets are deleted by calling DeleteArraySetsEXT with
77 <arrayset> pointing to a list of <n> names of array sets to be
79 on the sets to be deleted before deleting the <arrayset>. Once a
83 that do not correspond to array sets, including NULL.
DEXT_vertex_array_set.txt23 This extension introduces named vertex array sets which encapsulate
25 sets is to keep pointers to static vertex data and provide a name
26 for different sets of static vertex data. The specification of
31 * Should we allow vertex array sets to be shared between
73 as if its name was zero. Unlike other vertex array sets, the zero
84 Vertex array sets are deleted by calling DeleteArraySetsEXT with
85 <arrayset> pointing to a list of <n> names of array sets to be
87 on the sets to be deleted before deleting the <arrayset>. Once a
91 correspond to array sets, including zero.
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java225 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet() local
228sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet()
235 for(int j=0; j<sets.length; j++){ in TestExemplarSet()
236 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet()
242 for(int j=0; j<sets.length; j++){ in TestExemplarSet()
243 if(sets[j].contains(iter.string)){ in TestExemplarSet()
298 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet2() local
301sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet2()
308 for(int j=0; j<sets.length; j++){ in TestExemplarSet2()
309 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet2()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleDataTest.java232 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet() local
235sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet()
242 for(int j=0; j<sets.length; j++){ in TestExemplarSet()
243 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet()
249 for(int j=0; j<sets.length; j++){ in TestExemplarSet()
250 if(sets[j].contains(iter.string)){ in TestExemplarSet()
309 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet2() local
312sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet2()
319 for(int j=0; j<sets.length; j++){ in TestExemplarSet2()
320 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet2()
[all …]
/third_party/python/Doc/c-api/
Dobjbuffer.rst25 interface. On success, returns ``0``, sets *buffer* to the memory location
26 and *buffer_len* to the buffer length. Returns ``-1`` and sets a
34 interface. On success, returns ``0``, sets *buffer* to the memory location
35 and *buffer_len* to the buffer length. Returns ``-1`` and sets a
53 returns ``0``, sets *buffer* to the memory location and *buffer_len* to the
54 buffer length. Returns ``-1`` and sets a :exc:`TypeError` on error.
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_descriptor_set.c145 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].dyn_ssbo_offset = dyn_ssbo_idx; in panvk_CreatePipelineLayout()
150 layout->sets[set].img_offset = img_idx; in panvk_CreatePipelineLayout()
195 layout->sets[set].sampler_offset++; in panvk_CreatePipelineLayout()
219 pool->max.sets = pCreateInfo->maxSets; in panvk_CreateDescriptorPool()
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_ctrl.pod222 EVP_PKEY_CTX_set_signature_md() sets the message digest type used
239 EVP_PKEY_CTX_set_group_name() sets the group name to I<name> for parameter and
250 EVP_PKEY_CTX_set_rsa_padding() sets the RSA padding mode for I<ctx>.
271 EVP_PKEY_CTX_set_rsa_pss_saltlen() sets the RSA PSS salt length to I<saltlen>.
280 sets the salt length to the digest length.
284 sets the salt length to the maximum permissible value.
297 EVP_PKEY_CTX_set_rsa_keygen_bits() sets the RSA key length for
300 EVP_PKEY_CTX_set1_rsa_keygen_pubexp() sets the public exponent value for RSA key
310 EVP_PKEY_CTX_set_rsa_keygen_primes() sets the number of primes for
313 EVP_PKEY_CTX_set_rsa_mgf1_md_name() sets the MGF1 digest for RSA
[all …]
DEVP_PKEY_settable_params.pod30 EVP_PKEY_set_params() sets one or more I<params> into a I<pkey>.
37 EVP_PKEY_set_int_param() sets an integer value I<in> into a key I<pkey> for the
40 EVP_PKEY_set_size_t_param() sets an size_t value I<in> into a key I<pkey> for
43 EVP_PKEY_set_bn_param() sets the BIGNUM value I<bn> into a key I<pkey> for the
46 EVP_PKEY_set_utf8_string_param() sets the UTF8 string I<str> into a key I<pkey>
49 EVP_PKEY_set_octet_string_param() sets the octet string value I<buf> with a
DOSSL_CRMF_MSG_set1_regCtrl_regToken.pod60 OSSL_CRMF_MSG_set1_regCtrl_regToken() sets the regToken control in the given
63 OSSL_CRMF_MSG_set1_regCtrl_authenticator() sets the authenticator control in
69 OSSL_CRMF_MSG_set0_SinglePubInfo() sets in the given SinglePubInfo I<spi>
79 OSSL_CRMF_MSG_set_PKIPublicationInfo_action() sets the action in the given I<pi>
85 OSSL_CRMF_MSG_set1_regCtrl_pkiPublicationInfo() sets the pkiPublicationInfo
89 OSSL_CRMF_MSG_set1_regCtrl_protocolEncrKey() sets the protocolEncrKey control in
92 OSSL_CRMF_MSG_set1_regCtrl_oldCertID() sets the B<oldCertID> regToken control in

12345678910>>...81