HomeSort by relevance Sort by last modified time
    Searched defs:cnode (Results 1 - 12 of 12) sorted by null

  /system/core/include/cutils/
config_utils.h 24 typedef struct cnode cnode; typedef in typeref:struct:cnode
27 struct cnode struct
29 cnode *next;
30 cnode *first_child;
31 cnode *last_child;
37 void config_load(cnode *root, char *data);
40 void config_load_file(cnode *root, const char *fn);
43 cnode* config_node(const char *name, const char *value);
46 cnode* config_find(cnode *root, const char *name)
    [all...]
  /external/chromium_org/third_party/freetype/src/cache/
ftcmru.c 42 FTC_MruNode cnode = first; local
47 if ( cnode == node )
52 cnode = cnode->next;
54 } while ( cnode != first );
88 FTC_MruNode cnode = first; local
91 if ( cnode == node )
93 cnode = cnode->next;
95 } while ( cnode != first )
133 FTC_MruNode cnode = first; local
    [all...]
  /external/freetype/src/cache/
ftcmru.c 42 FTC_MruNode cnode = first; local
47 if ( cnode == node )
52 cnode = cnode->next;
54 } while ( cnode != first );
88 FTC_MruNode cnode = first; local
91 if ( cnode == node )
93 cnode = cnode->next;
95 } while ( cnode != first )
133 FTC_MruNode cnode = first; local
    [all...]
  /external/libsepol/src/
mls.c 114 ebitmap_node_t *cnode; local
127 ebitmap_for_each_bit(&context->range.level[l].cat, cnode, i) {
128 if (ebitmap_node_get_bit(cnode, i)) {
173 ebitmap_node_t *cnode; local
194 ebitmap_for_each_bit(&context->range.level[l].cat, cnode, i) {
195 if (ebitmap_node_get_bit(cnode, i)) {
264 ebitmap_node_t *cnode; local
290 ebitmap_for_each_bit(&c->range.level[l].cat, cnode, i) {
291 if (ebitmap_node_get_bit(cnode, i)) {
559 ebitmap_node_t *cnode; local
    [all...]
expand.c 1369 ebitmap_node_t *rnode, *tnode, *cnode; local
1641 ebitmap_node_t *snode, *tnode, *cnode; local
    [all...]
link.c 1359 ebitmap_node_t *cnode; local
1502 ebitmap_node_t *cnode; local
    [all...]
policydb.c 1796 ebitmap_node_t *cnode; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 164 struct callchain_node *cnode; local
179 cnode = rb_entry(node, struct callchain_node, rb_node);
180 list_for_each_entry(chain, &cnode->val, list) {
206 root = &cnode->rb_root;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.c 319 struct callchain_list *cnode; local
330 list_for_each_entry(cnode, &root->val, list) {
340 if (cnode->ms.sym && sym &&
342 if (cnode->ms.sym->start != sym->start)
344 } else if (cnode->ip != node->ip)
364 split_add_child(root, cursor, cnode, start, matches, period);
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 893 xml_node_t *cnode; local
897 cnode = get_node(ctx->xml, node, "CmdID");
898 if (cnode == NULL)
901 str = xml_node_get_text(ctx->xml, cnode);
    [all...]
  /external/checkpolicy/
policy_define.c 2346 ebitmap_node_t *tnode, *rnode, *cnode; local
2540 ebitmap_node_t *snode, *tnode, *cnode; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 1360 struct cgraph_node *cnode; local
    [all...]

Completed in 3163 milliseconds