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

  /external/libsepol/src/
nodes.c 19 ocontext_t *tmp_node = NULL; local
23 tmp_node = (ocontext_t *) calloc(1, sizeof(ocontext_t));
24 if (!tmp_node)
39 memcpy(&tmp_node->u.node.addr, addr_buf, addr_bsize);
40 memcpy(&tmp_node->u.node.mask, mask_buf, mask_bsize);
43 memcpy(tmp_node->u.node6.addr, addr_buf, addr_bsize);
44 memcpy(tmp_node->u.node6.mask, mask_buf, mask_bsize);
59 context_cpy(&tmp_node->context[0], tmp_con);
64 *node = tmp_node;
71 if (tmp_node != NULL)
    [all...]
node_record.c 577 sepol_node_t *tmp_node = (sepol_node_t *) malloc(sizeof(sepol_node_t)); local
579 if (!tmp_node) {
584 tmp_node->addr = NULL;
585 tmp_node->addr_sz = 0;
586 tmp_node->mask = NULL;
587 tmp_node->mask_sz = 0;
588 tmp_node->proto = SEPOL_PROTO_IP4;
589 tmp_node->con = NULL;
590 *node = tmp_node;
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 866 InternalNode* tmp_node = node; local
867 while (tmp_node->parent()) {
868 int index_in_parent = tmp_node->parent()->GetIndexOf(tmp_node);
872 row += tmp_node->parent()->GetChild(i)->NumExpandedNodes();
873 tmp_node = tmp_node->parent();
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 460 $tmp_node = $this->createNode(); variable
461 $tmp_node->setName('mn');
462 $tmp_node->setContent('&#' . hexdec('200B') . ';');
463 return $tmp_node;
678 $tmp_node = $node_arr[$key_node_arr[$i]]; variable
680 if($tmp_node_first = $tmp_node->getFirstChild()) {
686 if($tmp_node_last = $tmp_node->getLastChild()) {
703 $is_mtrx_flg = $tmp_node->getName() == 'mrow' &&
709 for ($j = 0;$j < $tmp_node->getNumChild();$j++) {
710 $tmp_c_node = $tmp_node->getChildByIdx($j)
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 2124 CvFileNode* tmp_node = cvGetFileNodeByName( fs, svm_node, "svm_type" ); local
    [all...]

Completed in 1859 milliseconds