Home
last modified time | relevance | path

Searched refs:entry (Results 1476 - 1500 of 2329) sorted by relevance

1...<<51525354555657585960>>...94

/third_party/spirv-tools/source/opt/
H A Dloop_fusion.cpp508 const auto& entry = dependence.GetEntries()[this_loop_position]; in IsLegal() local
509 if ((entry.dependence_information == in IsLegal()
511 entry.distance < 1) || in IsLegal()
512 (entry.dependence_information == in IsLegal()
/third_party/spirv-tools/source/
H A Dtext.cpp455 spv_operand_desc entry; in spvTextEncodeOperand() local
456 if (grammar.lookupOperand(type, textValue, strlen(textValue), &entry)) { in spvTextEncodeOperand()
460 if (context->binaryEncodeU32(entry->value, pInst)) { in spvTextEncodeOperand()
466 spvPushOperandTypes(entry->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java366 * "\0" for the first entry for any code point, with its default CE32.
598 CharsTrie.Entry entry = prefixes.next(); in copyFromBaseCE32()
600 context.append(entry.chars).reverse().insert(0, (char)entry.chars.length()); in copyFromBaseCE32()
601 ce32 = entry.value; in copyFromBaseCE32()
668 CharsTrie.Entry entry = suffixes.next(); in copyContractionsFromBaseCE32()
669 context.append(entry.chars); in copyContractionsFromBaseCE32()
670 ce32 = copyFromBaseCE32(c, entry.value, true); in copyContractionsFromBaseCE32()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationDataBuilder.java367 * "\0" for the first entry for any code point, with its default CE32.
587 CharsTrie.Entry entry = prefixes.next(); in copyFromBaseCE32()
589 context.append(entry.chars).reverse().insert(0, (char)entry.chars.length()); in copyFromBaseCE32()
590 ce32 = entry.value; in copyFromBaseCE32()
657 CharsTrie.Entry entry = suffixes.next(); in copyContractionsFromBaseCE32()
658 context.append(entry.chars); in copyContractionsFromBaseCE32()
659 ce32 = copyFromBaseCE32(c, entry.value, true); in copyContractionsFromBaseCE32()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h9 // which will start execution in the Simulator or forwards to the real entry
170 Return Call(Address entry, Args... args) { in Call() argument
171 return VariadicCall<Return>(this, &Simulator::CallImpl, entry, args...); in Call()
175 void CallFP(Address entry, double d0, double d1);
176 int32_t CallFPReturnsInt(Address entry, double d0, double d1);
177 double CallFPReturnsDouble(Address entry, double d0, double d1);
212 intptr_t CallImpl(Address entry, int argument_count,
380 void CallInternal(Address entry, int reg_arg_count = 3);
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c426 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->render_pass_cache, hash, in get_render_pass() local
429 if (entry) { in get_render_pass()
430 rp = entry->data; in get_render_pass()
439 struct set_entry *entry = _mesa_set_search_or_add(&ctx->render_pass_state_cache, &pstate, &found); in get_render_pass() local
442 entry->key = ralloc(ctx, struct zink_render_pass_pipeline_state); in get_render_pass()
443 ppstate = (void*)entry->key; in get_render_pass()
447 ppstate = (void*)entry->key; in get_render_pass()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c55 /* convert a UTF-16 name entry to ASCII */
57 tt_name_ascii_from_utf16( TT_Name entry, in tt_name_ascii_from_utf16() argument
62 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_ascii_from_utf16()
66 len = (FT_UInt)entry->stringLength / 2; in tt_name_ascii_from_utf16()
90 /* convert an Apple Roman or symbol name entry to ASCII */
92 tt_name_ascii_from_other( TT_Name entry, in tt_name_ascii_from_other() argument
97 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_ascii_from_other()
101 len = (FT_UInt)entry->stringLength; in tt_name_ascii_from_other()
125 typedef FT_String* (*TT_Name_ConvertFunc)( TT_Name entry,
239 /* Apparently, if this value is found in a name table entry, i in FT_LOCAL_DEF()
[all...]
/third_party/node/src/
H A Dnode_http2.cc562 const Http2StreamPerformanceEntry& entry) { in GetDetails()
571 static_cast<double>(entry.details.val))).IsJust()) { \ in GetDetails()
586 (entry.details.val - entry.details.start_time) / 1e6)) \ in GetDetails()
601 const Http2SessionPerformanceEntry& entry) { in GetDetails()
610 static_cast<double>(entry.details.val))).IsJust()) { \ in GetDetails()
628 (entry.details.session_type == NGHTTP2_SESSION_SERVER) in GetDetails()
645 std::unique_ptr<Http2StreamPerformanceEntry> entry = in EmitStatistics() local
652 env()->SetImmediate([entry = std::move(entry)](Environmen in EmitStatistics()
560 GetDetails( Environment* env, const Http2StreamPerformanceEntry& entry) GetDetails() argument
599 GetDetails( Environment* env, const Http2SessionPerformanceEntry& entry) GetDetails() argument
665 std::unique_ptr<Http2SessionPerformanceEntry> entry = EmitStatistics() local
1503 const nghttp2_origin_entry& entry = origin->ov[i]; HandleOriginFrame() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c2467 struct hash_entry *entry; in si_delete_texture_handle() local
2469 entry = _mesa_hash_table_search(sctx->tex_handles, (void *)(uintptr_t)handle); in si_delete_texture_handle()
2470 if (!entry) in si_delete_texture_handle()
2473 tex_handle = (struct si_texture_handle *)entry->data; in si_delete_texture_handle()
2479 _mesa_hash_table_remove(sctx->tex_handles, entry); in si_delete_texture_handle()
2489 struct hash_entry *entry; in si_make_texture_handle_resident() local
2491 entry = _mesa_hash_table_search(sctx->tex_handles, (void *)(uintptr_t)handle); in si_make_texture_handle_resident()
2492 if (!entry) in si_make_texture_handle_resident()
2495 tex_handle = (struct si_texture_handle *)entry->data; in si_make_texture_handle_resident()
2594 struct hash_entry *entry; in si_delete_image_handle() local
2614 struct hash_entry *entry; si_make_image_handle_resident() local
[all...]
/third_party/cups-filters/fontembed/
H A Dsfnt.c948 char *entry=start+12+16*order[iA]; in otf_write_sfnt() local
954 set_ULONG(entry,otw[order[iA]].tag); in otf_write_sfnt()
955 set_ULONG(entry+4,csum); in otf_write_sfnt()
956 set_ULONG(entry+8,offset); in otf_write_sfnt()
957 set_ULONG(entry+12,res); in otf_write_sfnt()
/third_party/icu/icu4c/source/i18n/
H A Dcoll.cpp467 const CollationCacheEntry *entry = CollationLoader::loadTailoring(desiredLocale, status); in makeInstance() local
469 Collator *result = new RuleBasedCollator(entry); in makeInstance()
473 entry->removeRef(); in makeInstance()
478 if (entry != NULL) { in makeInstance()
480 entry->removeRef(); in makeInstance()
/third_party/node/deps/icu-small/source/i18n/
H A Dcoll.cpp468 const CollationCacheEntry *entry = CollationLoader::loadTailoring(desiredLocale, status); in makeInstance() local
470 Collator *result = new RuleBasedCollator(entry); in makeInstance()
474 entry->removeRef(); in makeInstance()
479 if (entry != nullptr) { in makeInstance()
481 entry->removeRef(); in makeInstance()
/third_party/libexif/libexif/
H A Dexif-tag.c46 * There may be more than one entry with the same tag value because some tags
1012 * terminating NULL entry.
1034 * Compares the tag with that in entry.
1036 * \param[in] entry pointer to a struct TagEntry
1037 * \return 0 if tags are equal, <0 if tag < entry, >0 if tag > entry
1040 match_tag(const void *tag, const void *entry) in match_tag() argument
1042 return *(int*)tag - ((struct TagEntry *)entry)->tag; in match_tag()
1047 * Finds the first entry in the EXIF tag table with the given tag number
1056 struct TagEntry *entry in exif_tag_table_first() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_outline_function.cpp107 // The entry and exit block ids must indeed refer to blocks. in IsApplicable()
118 // The entry block cannot start with OpVariable - this would mean that in IsApplicable()
125 // For simplicity, we do not allow the entry block to be a loop header. in IsApplicable()
136 // The entry block cannot start with OpPhi. This is to keep the in IsApplicable()
148 // The entry block must dominate the exit block. in IsApplicable()
155 // The exit block must post-dominate the entry block. in IsApplicable()
169 // Check whether |region_set| really is a single-entry single-exit region, and in IsApplicable()
181 // entry-single-exit and hence do not outline it. in IsApplicable()
207 // are not, the region is not single-entry single-exit. in IsApplicable()
300 // The entry bloc in Apply()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_outline_function.cpp107 // The entry and exit block ids must indeed refer to blocks. in IsApplicable()
118 // The entry block cannot start with OpVariable - this would mean that in IsApplicable()
125 // For simplicity, we do not allow the entry block to be a loop header. in IsApplicable()
136 // The entry block cannot start with OpPhi. This is to keep the in IsApplicable()
148 // The entry block must dominate the exit block. in IsApplicable()
155 // The exit block must post-dominate the entry block. in IsApplicable()
169 // Check whether |region_set| really is a single-entry single-exit region, and in IsApplicable()
181 // entry-single-exit and hence do not outline it. in IsApplicable()
207 // are not, the region is not single-entry single-exit. in IsApplicable()
300 // The entry bloc in Apply()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp467 const CollationCacheEntry *entry = CollationLoader::loadTailoring(desiredLocale, status); in makeInstance() local
469 Collator *result = new RuleBasedCollator(entry); in makeInstance()
473 entry->removeRef(); in makeInstance()
478 if (entry != NULL) { in makeInstance()
480 entry->removeRef(); in makeInstance()
/third_party/python/Lib/test/
H A Dtest_pyexpat.py322 for entry in L:
324 self.assertTrue(tag is entry)
446 def check_traceback_entry(self, entry, filename, funcname):
447 self.assertEqual(os.path.basename(entry[0]), filename)
448 self.assertEqual(entry[2], funcname)
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStreamWriter.java585 for (Map.Entry<K, V> entry : map.entrySet()) { in writeMap()
588 MapEntryLite.computeSerializedSize(metadata, entry.getKey(), entry.getValue())); in writeMap()
589 MapEntryLite.writeTo(output, metadata, entry.getKey(), entry.getValue()); in writeMap()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_outline_function.cpp107 // The entry and exit block ids must indeed refer to blocks. in IsApplicable()
118 // The entry block cannot start with OpVariable - this would mean that in IsApplicable()
125 // For simplicity, we do not allow the entry block to be a loop header. in IsApplicable()
136 // The entry block cannot start with OpPhi. This is to keep the in IsApplicable()
148 // The entry block must dominate the exit block. in IsApplicable()
155 // The exit block must post-dominate the entry block. in IsApplicable()
169 // Check whether |region_set| really is a single-entry single-exit region, and in IsApplicable()
181 // entry-single-exit and hence do not outline it. in IsApplicable()
207 // are not, the region is not single-entry single-exit. in IsApplicable()
300 // The entry bloc in Apply()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_rsn.c236 struct external_pmksa_cache *entry; in mesh_rsn_auth_init() local
257 while ((entry = dl_list_last(&wpa_s->mesh_external_pmksa_cache, in mesh_rsn_auth_init()
263 entry->pmksa_cache); in mesh_rsn_auth_init()
264 dl_list_del(&entry->list); in mesh_rsn_auth_init()
265 os_free(entry); in mesh_rsn_auth_init()
386 "AUTH: Mesh PMKSA cache entry found for " MACSTR in mesh_rsn_auth_sae_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_rsn.c247 struct external_pmksa_cache *entry; in mesh_rsn_auth_init() local
268 while ((entry = dl_list_last(&wpa_s->mesh_external_pmksa_cache, in mesh_rsn_auth_init()
274 entry->pmksa_cache); in mesh_rsn_auth_init()
275 dl_list_del(&entry->list); in mesh_rsn_auth_init()
276 os_free(entry); in mesh_rsn_auth_init()
396 "AUTH: Mesh PMKSA cache entry found for " MACSTR_SEC in mesh_rsn_auth_sae_sta()
/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_node.h36 struct DListHead entry; member
/drivers/peripheral/display/buffer/vdi_base/include/
H A Ddisplay_gralloc_gbm.h36 struct DListHead entry;
/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_cfg_mgr.h121 struct DListHead entry; member
H A Dusbfn_io_mgr.h31 struct DListHead entry; member

Completed in 33 milliseconds

1...<<51525354555657585960>>...94