/external/freetype/src/cache/ |
D | ftcmru.c | 42 FTC_MruNode cnode = first; in FTC_MruNode_Prepend() local 47 if ( cnode == node ) in FTC_MruNode_Prepend() 52 cnode = cnode->next; in FTC_MruNode_Prepend() 54 } while ( cnode != first ); in FTC_MruNode_Prepend() 88 FTC_MruNode cnode = first; in FTC_MruNode_Up() local 91 if ( cnode == node ) in FTC_MruNode_Up() 93 cnode = cnode->next; in FTC_MruNode_Up() 95 } while ( cnode != first ); in FTC_MruNode_Up() 133 FTC_MruNode cnode = first; in FTC_MruNode_Remove() local 138 if ( cnode == node ) in FTC_MruNode_Remove() [all …]
|
D | ftccmap.c | 138 ftc_cmap_node_weight( FTC_Node cnode, in ftc_cmap_node_weight() argument 141 FT_UNUSED( cnode ); in ftc_cmap_node_weight() 144 return sizeof ( *cnode ); in ftc_cmap_node_weight()
|
/external/u-boot/fs/ubifs/ |
D | lpt_commit.c | 45 struct ubifs_cnode *cnode; in first_dirty_cnode() local 47 cnode = nnode->nbranch[i].cnode; in first_dirty_cnode() 48 if (cnode && in first_dirty_cnode() 49 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode() 50 if (cnode->level == 0) in first_dirty_cnode() 51 return cnode; in first_dirty_cnode() 52 nnode = (struct ubifs_nnode *)cnode; in first_dirty_cnode() 68 static struct ubifs_cnode *next_dirty_cnode(struct ubifs_cnode *cnode) in next_dirty_cnode() argument 73 ubifs_assert(cnode); in next_dirty_cnode() 74 nnode = cnode->parent; in next_dirty_cnode() [all …]
|
D | lpt.c | 1513 if (branch->cnode) in dirty_cow_nnode() 1514 branch->cnode->parent = n; in dirty_cow_nnode() 1778 struct ubifs_cnode cnode; member 1784 struct ubifs_cnode *cnode; member 2005 path[h + 1].cnode.parent = nnode; in ubifs_lpt_scan_nolock() 2228 int dbg_check_lpt_nodes(struct ubifs_info *c, struct ubifs_cnode *cnode, in dbg_check_lpt_nodes() argument 2238 while (cnode) { in dbg_check_lpt_nodes() 2240 nnode = cnode->parent; in dbg_check_lpt_nodes() 2241 if (cnode->level) { in dbg_check_lpt_nodes() 2244 if (cnode->num != num) { in dbg_check_lpt_nodes() [all …]
|
D | debug.h | 350 int dbg_check_lpt_nodes(struct ubifs_info *c, struct ubifs_cnode *cnode,
|
D | ubifs.h | 1189 struct ubifs_cnode *cnode; member
|
/external/selinux/mcstrans/src/ |
D | mls_level.c | 86 ebitmap_node_t *cnode; in mls_compute_string_len() local 93 ebitmap_for_each_bit(&l->cat, cnode, i) { in mls_compute_string_len() 94 if (ebitmap_node_get_bit(cnode, i)) { in mls_compute_string_len() 121 ebitmap_node_t *cnode; in mls_level_to_string() local 132 ebitmap_for_each_bit(&l->cat, cnode, i) { in mls_level_to_string() 133 if (ebitmap_node_get_bit(cnode, i)) { in mls_level_to_string()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | cirlist.h | 25 struct cnode { struct 27 struct cnode *next; argument 28 struct cnode *prev; argument 33 struct cnode *head;
|
D | cirlist.c | 37 struct cnode *new = ffsb_malloc(sizeof(struct cnode)); in cl_insert_tail() 68 struct cnode *oldhead = NULL; in cl_remove_head() 69 struct cnode *newhead = NULL; in cl_remove_head()
|
D | filelist.c | 38 struct cnode *cur = cl->head;
|
/external/selinux/libsepol/src/ |
D | mls.c | 114 ebitmap_node_t *cnode; in mls_compute_context_len() local 127 ebitmap_for_each_bit(&context->range.level[l].cat, cnode, i) { in mls_compute_context_len() 128 if (ebitmap_node_get_bit(cnode, i)) { in mls_compute_context_len() 173 ebitmap_node_t *cnode; in mls_sid_to_context() local 194 ebitmap_for_each_bit(&context->range.level[l].cat, cnode, i) { in mls_sid_to_context() 195 if (ebitmap_node_get_bit(cnode, i)) { in mls_sid_to_context() 264 ebitmap_node_t *cnode; in mls_context_isvalid() local 292 ebitmap_for_each_bit(&c->range.level[l].cat, cnode, i) { in mls_context_isvalid() 293 if (ebitmap_node_get_bit(cnode, i)) { in mls_context_isvalid() 561 ebitmap_node_t *cnode; in mls_convert_context() local [all …]
|
D | link.c | 1369 ebitmap_node_t *cnode; in copy_role_trans_list() local 1391 ebitmap_for_each_bit(&cur->classes, cnode, i) { in copy_role_trans_list() 1392 if (ebitmap_node_get_bit(cnode, i)) { in copy_role_trans_list() 1512 ebitmap_node_t *cnode; in copy_range_trans_list() local 1533 ebitmap_for_each_bit(&rule->tclasses, cnode, i) { in copy_range_trans_list() 1534 if (ebitmap_node_get_bit(cnode, i)) { in copy_range_trans_list()
|
D | expand.c | 1296 ebitmap_node_t *rnode, *tnode, *cnode; in copy_role_trans() local 1321 ebitmap_for_each_bit(&cur->classes, cnode, k) { in copy_role_trans() 1322 if (!ebitmap_node_get_bit(cnode, k)) in copy_role_trans() 1565 ebitmap_node_t *snode, *tnode, *cnode; in expand_range_trans() local 1596 ebitmap_for_each_bit(&rule->tclasses, cnode, k) { in expand_range_trans() 1597 if (!ebitmap_node_get_bit(cnode, k)) in expand_range_trans()
|
D | policydb.c | 1960 ebitmap_node_t *cnode; in mls_level_to_semantic() local 1965 ebitmap_for_each_bit(&l->cat, cnode, i) { in mls_level_to_semantic() 1966 if (ebitmap_node_get_bit(cnode, i)) { in mls_level_to_semantic()
|
/external/tensorflow/tensorflow/core/graph/ |
D | costmodel.cc | 483 CostGraphDef::Node* cnode = cost_graph->add_node(); in AddToCostGraphDef() local 484 cnode->set_name(n->name()); in AddToCostGraphDef() 485 cnode->set_device(n->assigned_device_name()); in AddToCostGraphDef() 486 cnode->set_id(Id(n)); in AddToCostGraphDef() 504 CostGraphDef::Node::InputInfo* input_info = cnode->add_input_info(); in AddToCostGraphDef() 510 CostGraphDef::Node::OutputInfo* output_info = cnode->add_output_info(); in AddToCostGraphDef() 531 cnode->add_control_input(Id(e->src())); in AddToCostGraphDef() 534 cnode->set_temporary_memory_size(TempMemorySize(n).value()); in AddToCostGraphDef() 535 cnode->set_persistent_memory_size(PersistentMemorySize(n).value()); in AddToCostGraphDef() 537 cnode->set_compute_cost(MaxExecutionTime(n).value()); in AddToCostGraphDef() [all …]
|
/external/android-clat/ |
D | config.c | 46 char *config_item_str(cnode *root, const char *item_name, const char *defaultvar) { in config_item_str() 64 int16_t *config_item_int16_t(cnode *root, const char *item_name, const char *defaultvar, in config_item_int16_t() 107 struct in_addr *config_item_ip(cnode *root, const char *item_name, const char *defaultvar, in config_item_ip() 134 struct in6_addr *config_item_ip6(cnode *root, const char *item_name, const char *defaultvar, in config_item_ip6() 311 cnode *root = config_node("", ""); in read_config()
|
/external/jemalloc/include/jemalloc/internal/ |
D | rb.h | 485 a_type *cnode = pathp->node; \ 488 rbtn_left_set(a_type, a_field, cnode, left); \ 496 rbtn_rotate_right(a_type, a_field, cnode, tnode); \ 497 cnode = tnode; \ 504 rbtn_right_set(a_type, a_field, cnode, right); \ 506 a_type *left = rbtn_left_get(a_type, a_field, cnode); \ 512 rbtn_red_set(a_type, a_field, cnode); \ 516 bool tred = rbtn_red_get(a_type, a_field, cnode); \ 517 rbtn_rotate_left(a_type, a_field, cnode, tnode); \ 519 rbtn_red_set(a_type, a_field, cnode); \ [all …]
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | rb.h | 489 a_type *cnode = pathp->node; \ 492 rbtn_left_set(a_type, a_field, cnode, left); \ 500 rbtn_rotate_right(a_type, a_field, cnode, tnode); \ 501 cnode = tnode; \ 508 rbtn_right_set(a_type, a_field, cnode, right); \ 510 a_type *left = rbtn_left_get(a_type, a_field, cnode); \ 516 rbtn_red_set(a_type, a_field, cnode); \ 520 bool tred = rbtn_red_get(a_type, a_field, cnode); \ 521 rbtn_rotate_left(a_type, a_field, cnode, tnode); \ 523 rbtn_red_set(a_type, a_field, cnode); \ [all …]
|
/external/wpa_supplicant_8/hs20/client/ |
D | oma_dm_client.c | 921 xml_node_t *cnode; in oma_dm_get_cmdid() local 925 cnode = get_node(ctx->xml, node, "CmdID"); in oma_dm_get_cmdid() 926 if (cnode == NULL) in oma_dm_get_cmdid() 929 str = xml_node_get_text(ctx->xml, cnode); in oma_dm_get_cmdid()
|
/external/python/cpython2/Lib/xml/dom/ |
D | xmlbuilder.py | 197 def parseWithContext(self, input, cnode, action): argument
|
/external/python/cpython3/Lib/xml/dom/ |
D | xmlbuilder.py | 198 def parseWithContext(self, input, cnode, action): argument
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 3133 ebitmap_node_t *tnode, *rnode, *cnode; in define_role_trans() local 3223 ebitmap_for_each_bit(&e_classes, cnode, k) { in define_role_trans() 3224 if (!ebitmap_node_get_bit(cnode, k)) in define_role_trans() 3330 ebitmap_node_t *snode, *tnode, *cnode; in define_filename_trans() local 3413 ebitmap_for_each_bit(&e_tclasses, cnode, c) { in define_filename_trans() 3414 if (!ebitmap_node_get_bit(cnode, c)) in define_filename_trans()
|