/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_returns.c | 165 if (block->predecessors->entries == 0 && in lower_returns_in_block()
|
H A D | nir_lower_scratch.c | 147 if (set->entries == 0) { in nir_lower_vars_to_scratch()
|
H A D | nir_phi_builder.c | 289 for (unsigned i = 0; i < phi->instr.block->predecessors->entries; i++) { in nir_phi_builder_finish()
|
H A D | nir_opt_dce.c | 177 if (predecessors->entries == 1 && in dce_cf_list()
|
H A D | nir_dominance.c | 98 if (block->predecessors->entries > 1) { in calc_dom_frontier()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | private-lib-roles-h2.h | 189 struct hpack_dt_entry *entries; /* malloc'd */ member
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
H A D | assertions.js | 43 for (const [key, expected] of Object.entries(expected_exports)) {
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | gen_exceptions.js | 71 const total = Object.entries(durationsMap);
|
/third_party/node/src/ |
H A D | node_blob.h | 54 const std::vector<BlobEntry>& entries() const { return store_; } in entries() function in node::Blob
|
H A D | node_http2.cc | 211 #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 D | node_messaging.cc | 947 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 D | st_context.h | 294 struct drawpix_cache_entry entries[NUM_DRAWPIX_CACHE_ENTRIES]; member
|
/third_party/node/deps/npm/test/lib/utils/ |
H A D | sbom-spdx.js | 214 Object.entries(sboms).forEach(([name, sbom]) => {
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_intersection_shader.c | 159 assert(impl->end_block->predecessors->entries == 1); in brw_nir_lower_intersection_shader()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | help.js | 10 for (const [section, pages] of Object.entries(obj)) {
|
H A D | repo.js | 233 for (const [pkg, url] of Object.entries(expect)) {
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_autotune.c | 75 if (at->ht->entries >= 40) { in get_history()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | x509.h | 34 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 D | empty.pb.h | 46 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_descriptor_set.c | 1946 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 D | rustls.c | 397 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 D | LanguageTag.java | 78 final String[][] entries = { 107 for (String[] e : entries) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LanguageTag.java | 82 final String[][] entries = { 111 for (String[] e : entries) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | containers.h | 521 auto entries = reinterpret_cast<Entry*>(alloc.ptr); 523 auto entry = &entries[i];
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsinfo.c | 1278 * 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...] |