Home
last modified time | relevance | path

Searched refs:entries (Results 526 - 550 of 799) sorted by relevance

1...<<21222324252627282930>>...32

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_returns.c165 if (block->predecessors->entries == 0 && in lower_returns_in_block()
H A Dnir_lower_scratch.c147 if (set->entries == 0) { in nir_lower_vars_to_scratch()
H A Dnir_phi_builder.c289 for (unsigned i = 0; i < phi->instr.block->predecessors->entries; i++) { in nir_phi_builder_finish()
H A Dnir_opt_dce.c177 if (predecessors->entries == 1 && in dce_cf_list()
H A Dnir_dominance.c98 if (block->predecessors->entries > 1) { in calc_dom_frontier()
/third_party/libwebsockets/lib/roles/h2/
H A Dprivate-lib-roles-h2.h189 struct hpack_dt_entry *entries; /* malloc'd */ member
/third_party/node/test/fixtures/wpt/wasm/jsapi/
H A Dassertions.js43 for (const [key, expected] of Object.entries(expected_exports)) {
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dgen_exceptions.js71 const total = Object.entries(durationsMap);
/third_party/node/src/
H A Dnode_blob.h54 const std::vector<BlobEntry>& entries() const { return store_; } in entries() function in node::Blob
H A Dnode_http2.cc211 #define GRABSETTING(entries, count, name) \
215 entries[count++] = \
221 nghttp2_settings_entry* entries) { in Init()
227 #define V(name) GRABSETTING(entries, count, name); in Init()
265 nghttp2_settings_entry entries[IDX_SETTINGS_COUNT]; in Pack() local
266 size_t count = Init(state, entries); in Pack()
267 return Pack(state->env(), count, entries); in Pack()
273 const nghttp2_settings_entry* entries) { in Pack()
282 entries, in Pack()
219 Init( Http2State* http2_state, nghttp2_settings_entry* entries) Init() argument
270 Pack( Environment* env, size_t count, const nghttp2_settings_entry* entries) Pack() argument
H A Dnode_messaging.cc947 std::vector<Local<Value>> entries; in ReadIterable()
962 entries.push_back(val); in ReadIterable()
965 transfer_list.AllocateSufficientStorage(entries.size()); in ReadIterable()
966 std::copy(entries.begin(), entries.end(), &transfer_list[0]); in ReadIterable()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.h294 struct drawpix_cache_entry entries[NUM_DRAWPIX_CACHE_ENTRIES]; member
/third_party/node/deps/npm/test/lib/utils/
H A Dsbom-spdx.js214 Object.entries(sboms).forEach(([name, sbom]) => {
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_intersection_shader.c159 assert(impl->end_block->predecessors->entries == 1); in brw_nir_lower_intersection_shader()
/third_party/node/deps/npm/test/lib/commands/
H A Dhelp.js10 for (const [section, pages] of Object.entries(obj)) {
H A Drepo.js233 for (const [pkg, url] of Object.entries(expect)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c75 if (at->ht->entries >= 40) { in get_history()
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h34 STACK_OF(X509_NAME_ENTRY) *entries; /* DN components */ member
84 STACK_OF(X509_REVOKED) *revoked; /* revoked entries: optional */
125 * CRL entries are reordered for faster lookup of serial numbers. This
/third_party/protobuf/src/google/protobuf/
H A Dempty.pb.h46 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c1946 VK_MULTIALLOC_DECL(&ma, struct dzn_descriptor_update_template_entry, entries, entry_count); in dzn_descriptor_update_template_create()
1954 templ->entries = entries; in dzn_descriptor_update_template_create()
1956 struct dzn_descriptor_update_template_entry *entry = entries; in dzn_descriptor_update_template_create()
2040 templ->entries[e].user_data.offset + in dzn_descriptor_update_template_get_desc_data()
2041 (d * templ->entries[e].user_data.stride)); in dzn_descriptor_update_template_get_desc_data()
2054 const struct dzn_descriptor_update_template_entry *entry = &templ->entries[e]; in dzn_UpdateDescriptorSetWithTemplate()
/third_party/curl/lib/vtls/
H A Drustls.c397 alpn[i].data = (const uint8_t *)connssl->alpn->entries[i]; in cr_init_backend()
398 alpn[i].len = strlen(connssl->alpn->entries[i]); in cr_init_backend()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLanguageTag.java78 final String[][] entries = {
107 for (String[] e : entries) {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLanguageTag.java82 final String[][] entries = {
111 for (String[] e : entries) {
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dcontainers.h521 auto entries = reinterpret_cast<Entry*>(alloc.ptr);
523 auto entry = &entries[i];
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c1278 * miss real entries. For now, dump until it makes sense. in ntfs_dump_sds()
1673 * dump sequence of index_entries and return number of entries dumped.
1870 printf("\tIndex entries total:\t %d\n", in ntfs_dump_attr_index_root()
1965 int entries; in ntfs_dump_attr_index_allocation() local
1967 entries = ntfs_dump_index_block(tmp_alloc, type, in ntfs_dump_attr_index_allocation()
1970 if (entries != -1) { in ntfs_dump_attr_index_allocation()
1971 total_entries += entries; in ntfs_dump_attr_index_allocation()
1973 ntfs_log_verbose("\tIndex entries:\t\t %d\n", in ntfs_dump_attr_index_allocation()
1974 entries); in ntfs_dump_attr_index_allocation()
1987 printf("\tIndex entries tota in ntfs_dump_attr_index_allocation()
[all...]

Completed in 27 milliseconds

1...<<21222324252627282930>>...32