Home
last modified time | relevance | path

Searched refs:entry (Results 2051 - 2075 of 2334) sorted by relevance

1...<<81828384858687888990>>...94

/third_party/node/tools/
H A Dtest.py1783 for i, entry in enumerate(timed_tests[:20], start=1):
1784 t = FormatTimedelta(entry.duration)
1785 sys.stderr.write("%4i (%s) %s\n" % (i, t, entry.GetLabel()))
/third_party/mesa3d/src/mesa/main/
H A Dshader_query.cpp658 struct hash_entry *entry = in search_resource_hash() local
661 if (!entry) in search_resource_hash()
667 return (struct gl_program_resource *)entry->data; in search_resource_hash()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc1293 TNode<Object> entry = LoadFixedArrayElement(cache, code_index); in StringToArray() local
1297 GotoIf(IsUndefined(entry), &fill_thehole_and_call_runtime); in StringToArray()
1299 StoreFixedArrayElement(elements, index, entry); in StringToArray()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp196 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ht, hash, ctx->gfx_stages); in update_gfx_program() local
197 if (entry) { in update_gfx_program()
198 prog = (struct zink_gfx_program*)entry->data; in update_gfx_program()
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c363 OSSL_PROVIDER_INFO *entry) in ossl_provider_info_add_to_store()
368 if (entry->name == NULL) { in ossl_provider_info_add_to_store()
401 store->provinfo[store->numprovinfo] = *entry; in ossl_provider_info_add_to_store()
1817 /* Found an entry */ in ossl_provider_deregister_child_cb()
362 ossl_provider_info_add_to_store(OSSL_LIB_CTX *libctx, OSSL_PROVIDER_INFO *entry) ossl_provider_info_add_to_store() argument
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs194 /// This is the main entry point to the library.
1185 .entry(mod_.into()) in module_raw_line()
1200 .entry(mod_.into()) in module_raw_lines()
1799 .entry(abi) in override_abi()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs40 pub type ENTRY = entry;
530 pub struct entry { structure names
1881 pub fn hsearch(entry: ::ENTRY, action: ::ACTION) -> *mut ::ENTRY; in hsearch()
/third_party/openssl/crypto/
H A Dprovider_core.c363 OSSL_PROVIDER_INFO *entry) in ossl_provider_info_add_to_store()
368 if (entry->name == NULL) { in ossl_provider_info_add_to_store()
401 store->provinfo[store->numprovinfo] = *entry; in ossl_provider_info_add_to_store()
1815 /* Found an entry */ in ossl_provider_deregister_child_cb()
362 ossl_provider_info_add_to_store(OSSL_LIB_CTX *libctx, OSSL_PROVIDER_INFO *entry) ossl_provider_info_add_to_store() argument
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py8 # Generates the OpenGL bindings and entry point layers for ANGLE.
26 # This is a list of exceptions for entry points which don't want to have
27 # the EVENT macro. This is required for some debug marker entry points.
35 # marked as such in the registry. However, that is not correct for GLES where this entry point
42 # These are the entry points which potentially are used first by an application
53 # Strip these suffixes from Context entry point names. NV is excluded (for now).
65 // Defines the {comment} entry points.
86 // Defines the {comment} entry points.
102 // Defines the {lib} entry points enumeration.
132 // Helper methods for the {lib} entry point
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp686 string entry; member
767 "\t\tEntry in PLS block is ordered where first --pls-in marks the first entry. Can be called multiple times.\n" in print_help_glsl()
771 "\t\tEntry in PLS block is ordered where first --pls-output marks the first entry. Can be called multiple times.\n" in print_help_glsl()
899 "\t[--entry name]:\n\t\tUse a specific entry point. By default, the first entry point in the module is used.\n" in print_help_common()
901 "\t\tCan disambiguate the entry point if more than one entry point exists with same name, but different stage.\n" in print_help_common()
903 "\t[--rename-entry-point <old> <new> <stage>]:\n\t\tRenames an entry poin in print_help_common()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c319 /* Contains the function entry label. */
321 /* Contains the function entry label. */
323 /* Collects the entry calls until the function is not created. */
336 recurse_entry *entry; member
9637 recurse_entry *entry = common->entries; in compile_recurse_matchingpath() local
9654 while (entry != NULL) in compile_recurse_matchingpath()
9656 if (entry->start == start) in compile_recurse_matchingpath()
9658 prev = entry; in compile_recurse_matchingpath()
9659 entry = entry in compile_recurse_matchingpath()
12573 recurse_entry *entry; compile_recurse_backtrackingpath() local
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2144 base::HashMap::Entry* entry = i_cache->LookupOrInsert(page, ICacheHash(page)); in GetCachePage() local
2145 if (entry->value == nullptr) { in GetCachePage()
2147 entry->value = new_page; in GetCachePage()
2149 return reinterpret_cast<CachePage*>(entry->value); in GetCachePage()
2803 // This is dodgy but it works because the C entry stubs are never moved. in SoftwareInterrupt()
6980 void Simulator::CallInternal(Address entry) {
6984 // Prepare to execute the code at entry.
6985 set_register(pc, static_cast<int64_t>(entry));
7059 intptr_t Simulator::CallImpl(Address entry, int argument_count,
7077 << " entry
[all...]
/third_party/python/Python/
H A Dcompile.c4 * The primary entry point is _PyAST_Compile(), which returns a
251 /* depth of stack upon entry of block, computed by stackdepth() */
296 /* The following items change on entry and exit of code blocks.
3331 stack entry contains the instruction that created it (here
3333 block stack entry was created, and a label (here L).
3339 Pops en entry from the block stack.
3342 when a SETUP_FINALLY entry is found, the raised and the caught
7329 label_exception_targets(basicblock *entry) { in label_exception_targets() argument
7331 for (basicblock *b = entry; b != NULL; b = b->b_next) { in label_exception_targets()
7347 todo_stack[0] = entry; in label_exception_targets()
7428 convert_exception_handlers_to_nops(basicblock *entry) convert_exception_handlers_to_nops() argument
9213 eliminate_empty_basic_blocks(basicblock *entry) eliminate_empty_basic_blocks() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc947 Object entry = table.get(T::HashTableStartIndex() + bucket); in PrintOrderedHashTableHeaderAndBuckets() local
948 DCHECK(entry.IsSmi()); in PrintOrderedHashTableHeaderAndBuckets()
949 os << "\n " << std::setw(12) << bucket << ": " << Brief(entry); in PrintOrderedHashTableHeaderAndBuckets()
1073 int entry = EntryForEnumerationIndex(enum_index); in SwissNameDictionaryPrint() local
1074 os << "\n " << std::setw(12) << std::dec << enum_index << ": " << entry; in SwissNameDictionaryPrint() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp1971 const VkSpecializationMapEntry entry = in runCompareLinkTimes() local
1982 &entry, // const VkSpecializationMapEntry* pMapEntries; in runCompareLinkTimes()
1988 &entry, // const VkSpecializationMapEntry* pMapEntries; in runCompareLinkTimes()
1998 &entry, // const VkSpecializationMapEntry* pMapEntries; in runCompareLinkTimes()
2004 &entry, // const VkSpecializationMapEntry* pMapEntries; in runCompareLinkTimes()
H A DvktPipelineShaderModuleIdentifierTests.cpp1714 SpecInfoPtr maybeMakeSpecializationInfo (bool makeIt, const VkSpecializationMapEntry* entry, std::vector<uint32_t>::const_iterator& iter) in maybeMakeSpecializationInfo() argument
1719 DE_ASSERT(entry); in maybeMakeSpecializationInfo()
1723 info->pMapEntries = entry; in maybeMakeSpecializationInfo()
1809 const VkSpecializationMapEntry entry = in makeComputeSpecMapEntries() local
1815 entries.push_back(entry); in makeComputeSpecMapEntries()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp1929 const VkSpecializationMapEntry entry = in runCompareLinkTimes() local
1940 &entry, // const VkSpecializationMapEntry* pMapEntries; in runCompareLinkTimes()
1946 &entry, // const VkSpecializationMapEntry* pMapEntries; in runCompareLinkTimes()
1956 &entry, // const VkSpecializationMapEntry* pMapEntries; in runCompareLinkTimes()
1962 &entry, // const VkSpecializationMapEntry* pMapEntries; in runCompareLinkTimes()
H A DvktPipelineShaderModuleIdentifierTests.cpp1702 SpecInfoPtr maybeMakeSpecializationInfo (bool makeIt, const VkSpecializationMapEntry* entry, std::vector<uint32_t>::const_iterator& iter) in maybeMakeSpecializationInfo() argument
1707 DE_ASSERT(entry); in maybeMakeSpecializationInfo()
1711 info->pMapEntries = entry; in maybeMakeSpecializationInfo()
1797 const VkSpecializationMapEntry entry = in makeComputeSpecMapEntries() local
1803 entries.push_back(entry); in makeComputeSpecMapEntries()
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2085 Block* entry = nullptr; in makeEntryPoint() local
2086 entryPointFunction = makeFunctionEntry(NoPrecision, returnType, entryPoint, LinkageTypeMax, {}, {}, &entry); in makeEntryPoint()
2096 const std::vector<std::vector<Decoration>>& decorations, Block** entry) in makeFunctionEntry()
2120 assert(entry != nullptr); in makeFunctionEntry()
2121 *entry = new Block(getUniqueId(), *function); in makeFunctionEntry()
2122 function->addBlock(*entry); in makeFunctionEntry()
2123 setBuildPoint(*entry); in makeFunctionEntry()
2274 // Save and disable debugInfo for HLSL entry point function. It is a wrapper in enterFunction()
2354 // Validation rules require the declaration in the entry block in createVariable()
2094 makeFunctionEntry(Decoration precision, Id returnType, const char* name, LinkageType linkType, const std::vector<Id>& paramTypes, const std::vector<std::vector<Decoration>>& decorations, Block** entry) makeFunctionEntry() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp953 gm107_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gm107_selpFlip() argument
955 int loc = entry->loc; in gm107_selpFlip()
957 switch (entry->ipa) { in gm107_selpFlip()
2569 gm107_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gm107_interpApply() argument
2571 int ipa = entry->ipa; in gm107_interpApply()
2572 int reg = entry->reg; in gm107_interpApply()
2573 int loc = entry->loc; in gm107_interpApply()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc961 __ j(overflow, ool->entry()); in AssembleArchInstruction()
997 not_zero, ool->entry()); in AssembleArchInstruction()
1295 __ j(parity_even, ool->entry()); in AssembleArchInstruction()
1321 __ j(parity_even, ool->entry()); in AssembleArchInstruction()
1346 __ j(parity_even, ool->entry()); in AssembleArchInstruction()
1376 __ j(parity_even, ool->entry()); in AssembleArchInstruction()
3800 Label* tlabel = ool->entry(); in AssembleArchTrap()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc2881 Label loop, entry; in CallRecordWriteStub() local
2884 jmp(&entry); in CallRecordWriteStub()
2890 bind(&entry); in CallRecordWriteStub()
2894 jmp(&entry); in CallRecordWriteStub()
2899 bind(&entry); in CallRecordWriteStub()
3306 // should remove this need and make the runtime routine entry code in CallRecordWriteStub()
3333 void MacroAssembler::JumpToOffHeapInstructionStream(Address entry) { in CallRecordWriteStub() argument
3334 li(kOffHeapTrampolineRegister, Operand(entry, RelocInfo::OFF_HEAP_TARGET)); in CallRecordWriteStub()
3508 // Save registers and reserve room for saved entry sp. in CallRecordWriteStub()
4101 // Code targets. Instead, we dispatch through the builtins entry tabl in CallRecordWriteStub()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c271 * matching PMKSA cache entry here. */ in wpa_supplicant_get_pmk()
298 * the PMKID in msg 1/4 matches the PMKSA entry that was in wpa_supplicant_get_pmk()
439 "RSN: no PMKSA entry found - trigger " in wpa_supplicant_get_pmk()
762 "opportunistic PMKSA entry - marking it valid"); in wpa_supplicant_key_neg_complete()
1574 /* Add PMKSA cache entry for Suite B AKMs here since PMKID can be in wpa_supplicant_process_3_of_4()
1576 * existing PMKSA entry after each 4-way handshake (i.e., new KCK/PMKID) in wpa_supplicant_process_3_of_4()
2591 static void wpa_sm_pmksa_free_cb(struct rsn_pmksa_cache_entry *entry, in wpa_sm_pmksa_free_cb() argument
2597 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA cache entry free_cb: " in wpa_sm_pmksa_free_cb()
2598 MACSTR " reason=%d", MAC2STR(entry->aa), reason); in wpa_sm_pmksa_free_cb()
2600 if (sm->cur_pmksa == entry) { in wpa_sm_pmksa_free_cb()
3343 wpa_sm_pmksa_cache_add_entry(struct wpa_sm *sm, struct rsn_pmksa_cache_entry * entry) wpa_sm_pmksa_cache_add_entry() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc739 // The frame state at block entry is determined by the frame states leaving in Run()
4053 // Check if we have an entry for the {code} in the single character string in LowerStringFromSingleCharCode()
4055 Node* entry = in LowerStringFromSingleCharCode() local
4058 Node* check2 = __ TaggedEqual(entry, __ UndefinedConstant()); in LowerStringFromSingleCharCode()
4061 // Use the {entry} from the {cache}. in LowerStringFromSingleCharCode()
4062 __ Goto(&done, entry); in LowerStringFromSingleCharCode()
4177 // Check if we have an entry for the {code} in the single character string in LowerStringFromSingleCodePoint()
4179 Node* entry = in LowerStringFromSingleCodePoint() local
4182 Node* check2 = __ TaggedEqual(entry, __ UndefinedConstant()); in LowerStringFromSingleCodePoint()
4185 // Use the {entry} fro in LowerStringFromSingleCodePoint()
6567 Node* entry = loop.PhiAt(0); LowerFindOrderedHashMapEntryForInt32Key() local
[all...]
/third_party/typescript/lib/
H A Dtypescript.js643 var entry = f(key, value);
644 if (entry !== undefined) {
645 var newKey = entry[0], newValue = entry[1];
794 // Perform a stable sort of the array. This ensures the first entry in a list of
795 // duplicates remains the first entry in the result.
6746 // Check time stamps rather than file system entry checks
6927 /** Watcher for the file system entry depending on whether it is missing or present */
6933 // Close the watcher (either existing file system entry watcher or missing file system entry watche
[all...]

Completed in 123 milliseconds

1...<<81828384858687888990>>...94