| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| D | nghttp3_tnode.c | 45 void nghttp3_tnode_init(nghttp3_tnode *tnode, const nghttp3_node_id *nid, in nghttp3_tnode_init() argument 49 tnode->pe.index = NGHTTP3_PQ_BAD_INDEX; in nghttp3_tnode_init() 50 tnode->nid = *nid; in nghttp3_tnode_init() 51 tnode->seq = seq; in nghttp3_tnode_init() 52 tnode->cycle = 0; in nghttp3_tnode_init() 53 tnode->pri = pri; in nghttp3_tnode_init() 56 void nghttp3_tnode_free(nghttp3_tnode *tnode) { (void)tnode; } in nghttp3_tnode_free() argument 58 static void tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq) { in tnode_unschedule() argument 59 assert(tnode->pe.index != NGHTTP3_PQ_BAD_INDEX); in tnode_unschedule() 61 nghttp3_pq_remove(pq, &tnode->pe); in tnode_unschedule() [all …]
|
| D | nghttp3_tnode.h | 63 void nghttp3_tnode_init(nghttp3_tnode *tnode, const nghttp3_node_id *nid, 66 void nghttp3_tnode_free(nghttp3_tnode *tnode); 68 void nghttp3_tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq); 75 int nghttp3_tnode_schedule(nghttp3_tnode *tnode, nghttp3_pq *pq, 81 int nghttp3_tnode_is_scheduled(nghttp3_tnode *tnode);
|
| D | nghttp3_conn.c | 1517 static nghttp3_pq *conn_get_sched_pq(nghttp3_conn *conn, nghttp3_tnode *tnode) { in conn_get_sched_pq() argument 1518 uint32_t urgency = nghttp3_pri_uint8_urgency(tnode->pri); in conn_get_sched_pq() 2003 nghttp3_tnode *tnode; in nghttp3_conn_get_next_tx_stream() local 2012 tnode = nghttp3_struct_of(nghttp3_pq_top(pq), nghttp3_tnode, pe); in nghttp3_conn_get_next_tx_stream() 2014 return nghttp3_struct_of(tnode, nghttp3_stream, node); in nghttp3_conn_get_next_tx_stream()
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
| D | lws-common.js | 74 var tnode = document.createElement("div"); 75 tnode.style.position = "absolute"; 76 tnode.style.top = "0px"; 77 tnode.style.left = "0px"; 78 tnode.style.overflow = "hidden"; 79 tnode.style.display ="none"; 80 tnode.id = "darkenScreenObject"; 81 tbody.appendChild(tnode);
|
| /third_party/libwebsockets/test-apps/ |
| D | lws-common.js | 74 var tnode = document.createElement("div"); 75 tnode.style.position = "absolute"; 76 tnode.style.top = "0px"; 77 tnode.style.left = "0px"; 78 tnode.style.overflow = "hidden"; 79 tnode.style.display ="none"; 80 tnode.id = "darkenScreenObject"; 81 tbody.appendChild(tnode);
|
| /third_party/selinux/libsepol/src/ |
| D | assertion.c | 157 ebitmap_node_t *snode, *tnode; in report_assertion_extended_permissions() local 168 ebitmap_for_each_positive_bit(tattr, tnode, j) { in report_assertion_extended_permissions() 223 ebitmap_node_t *snode, *tnode; in report_assertion_avtab_matches() local 272 ebitmap_for_each_positive_bit(&tgt_matches, tnode, j) { in report_assertion_avtab_matches() 334 ebitmap_node_t *snode, *tnode; in check_assertion_extended_permissions_avtab() local 343 ebitmap_for_each_positive_bit(tattr, tnode, j) { in check_assertion_extended_permissions_avtab() 384 ebitmap_node_t *snode, *tnode; in check_assertion_extended_permissions() local 425 ebitmap_for_each_positive_bit(&tgt_matches, tnode, j) { in check_assertion_extended_permissions()
|
| D | expand.c | 62 ebitmap_node_t *tnode; in map_ebitmap() local 65 ebitmap_for_each_positive_bit(src, tnode, i) { in map_ebitmap() 1262 ebitmap_node_t *snode, *tnode; in copy_role_allows() local 1283 ebitmap_for_each_positive_bit(&new_roles, tnode, j) { in copy_role_allows() 1327 ebitmap_node_t *rnode, *tnode, *cnode; in copy_role_trans() local 1347 ebitmap_for_each_positive_bit(&types, tnode, j) { in copy_role_trans() 1449 ebitmap_node_t *snode, *tnode; in expand_filename_trans() local 1471 ebitmap_for_each_positive_bit(&ttypes, tnode, j) { in expand_filename_trans() 1569 ebitmap_node_t *snode, *tnode, *cnode; in expand_range_trans() local 1594 ebitmap_for_each_positive_bit(&ttypes, tnode, j) { in expand_range_trans() [all …]
|
| D | hierarchy.c | 105 ebitmap_node_t *tnode; in bounds_expand_rule() local 114 ebitmap_for_each_positive_bit(&p->attr_type_map[tgt - 1], tnode, i) { in bounds_expand_rule() 290 ebitmap_node_t *tnode; in bounds_check_rule() local 299 ebitmap_for_each_positive_bit(&p->attr_type_map[tgt - 1], tnode, i) { in bounds_check_rule()
|
| D | services.c | 920 ebitmap_node_t *snode, *tnode; in context_struct_compute_av() local 949 ebitmap_for_each_positive_bit(tattr, tnode, j) { in context_struct_compute_av() 2157 ebitmap_node_t *rnode, *tnode; in sepol_get_user_sids() local 2182 ebitmap_for_each_positive_bit(&role->types.types, tnode, j) { in sepol_get_user_sids()
|
| D | write.c | 2304 ebitmap_node_t *tnode; in policydb_write() local 2306 ebitmap_for_each_positive_bit(&p->permissive_map, tnode, i) { in policydb_write()
|
| D | policydb.c | 4234 ebitmap_node_t *tnode; in policydb_read() local 4550 tnode, j) { in policydb_read()
|
| /third_party/selinux/libsepol/tests/ |
| D | test-expander-users.c | 35 ebitmap_node_t *tnode; in check_user_roles() local 49 ebitmap_for_each_positive_bit(&user->roles.roles, tnode, i) { in check_user_roles()
|
| D | test-common.c | 189 ebitmap_node_t *tnode; in test_role_type_set() local 203 ebitmap_for_each_positive_bit(&role->types.types, tnode, i) { in test_role_type_set() 229 ebitmap_node_t *tnode; in test_attr_types() local 248 ebitmap_for_each_positive_bit(&attr->types, tnode, i) { in test_attr_types()
|
| D | test-linker-roles.c | 58 ebitmap_node_t *tnode; in only_dominates_self() local 62 ebitmap_for_each_positive_bit(&role->dominates, tnode, i) { in only_dominates_self()
|
| /third_party/selinux/libsepol/cil/src/ |
| D | cil_binary.c | 429 ebitmap_node_t *tnode; in cil_roletype_to_policydb() local 435 ebitmap_for_each_positive_bit(role->types, tnode, i) { in cil_roletype_to_policydb() 625 ebitmap_node_t *tnode; in cil_typeattribute_to_bitmap() local 644 ebitmap_for_each_positive_bit(cil_attr->types, tnode, i) { in cil_typeattribute_to_bitmap() 1495 ebitmap_node_t *snode, *tnode; in __cil_avrule_to_avtab() local 1544 ebitmap_for_each_positive_bit(&tgt_bitmap, tnode, t) { in __cil_avrule_to_avtab() 1579 ebitmap_for_each_positive_bit(&tgt_bitmap, tnode, t) { in __cil_avrule_to_avtab() 1857 ebitmap_node_t *snode, *tnode; in cil_avrulex_to_hashtable() local 1905 ebitmap_for_each_positive_bit(&tgt_bitmap, tnode, t) { in cil_avrulex_to_hashtable() 1940 ebitmap_for_each_positive_bit(&tgt_bitmap, tnode, t) { in cil_avrulex_to_hashtable() [all …]
|
| /third_party/node/deps/v8/src/compiler/ |
| D | code-assembler.cc | 361 bool CodeAssembler::TryToSmiConstant(TNode<Smi> tnode, Smi* out_value) { in TryToSmiConstant() argument 362 Node* node = tnode; in TryToSmiConstant() 366 return TryToSmiConstant(ReinterpretCast<IntPtrT>(tnode), out_value); in TryToSmiConstant() 381 bool CodeAssembler::TryToIntPtrConstant(TNode<Smi> tnode, intptr_t* out_value) { in TryToIntPtrConstant() argument 382 Node* node = tnode; in TryToIntPtrConstant() 387 return TryToIntPtrConstant(ReinterpretCast<IntPtrT>(tnode), out_value); in TryToIntPtrConstant()
|
| D | wasm-compiler.h | 274 Node* tnode, Node* fnode); 275 Node* CreateOrMergeIntoEffectPhi(Node* merge, Node* tnode, Node* fnode);
|
| D | wasm-compiler.cc | 3569 Node* merge, Node* tnode, in CreateOrMergeIntoPhi() argument 3571 if (IsPhiWithMerge(tnode, merge)) { in CreateOrMergeIntoPhi() 3572 AppendToPhi(tnode, fnode); in CreateOrMergeIntoPhi() 3573 } else if (tnode != fnode) { in CreateOrMergeIntoPhi() 3579 for (uint32_t j = 0; j < count - 1; j++) inputs[j] = tnode; in CreateOrMergeIntoPhi() 3582 tnode = graph()->NewNode(mcgraph()->common()->Phi(rep, count), count + 1, in CreateOrMergeIntoPhi() 3585 return tnode; in CreateOrMergeIntoPhi() 3588 Node* WasmGraphBuilder::CreateOrMergeIntoEffectPhi(Node* merge, Node* tnode, in CreateOrMergeIntoEffectPhi() argument 3590 if (IsPhiWithMerge(tnode, merge)) { in CreateOrMergeIntoEffectPhi() 3591 AppendToPhi(tnode, fnode); in CreateOrMergeIntoEffectPhi() [all …]
|
| D | code-assembler.h | 573 bool TryToIntPtrConstant(TNode<Smi> tnode, intptr_t* out_value);
|
| /third_party/typescript/scripts/ |
| D | processDiagnosticMessages.mjs | 18 console.log("\tnode processDiagnosticMessages.mjs <diagnostic-json-input-file>");
|
| D | configurePrerelease.mjs | 22 …console.log(`\tnode ${thisProgramName} <dev|insiders> <package.json location> <file containing ver…
|
| D | generateLocalizedDiagnosticMessages.mjs | 9 …console.log("\tnode generateLocalizedDiagnosticMessages.js <lcl source directory> <output director…
|
| /third_party/selinux/checkpolicy/ |
| D | policy_define.c | 3116 ebitmap_node_t *tnode, *rnode, *cnode; in define_role_trans() local 3201 ebitmap_for_each_positive_bit(&e_types, tnode, j) { in define_role_trans() 3307 ebitmap_node_t *snode, *tnode, *cnode; in define_filename_trans() local 3400 ebitmap_for_each_positive_bit(&e_ttypes, tnode, t) { in define_filename_trans()
|
| /third_party/node/deps/v8/ |
| D | BUILD.bazel | 1198 "src/codegen/tnode.cc", 1199 "src/codegen/tnode.h",
|
| D | BUILD.gn | 2747 "src/codegen/tnode.h", 4162 "src/codegen/tnode.cc",
|