Home
last modified time | relevance | path

Searched refs:tmp_arr (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
DASCIIMathPHP-2.0.class.php108 $tmp_arr = arry();
112 $tmp_arr[$node->getId()] = $node;
114 $tmp_arr[$key_arr[$i]] = $this->_child_arr[$key_arr[$i]];
116 $this->_child_arr = $tmp_arr;
123 $tmp_arr = arry();
126 $tmp_arr[$key_arr[$i]] = $this->_child_arr[$key_arr[$i]];
128 $tmp_arr[$node->getId()] = $node;
131 $this->_child_arr = $tmp_arr;
/external/libselinux/src/
Dlabel_file.c105 stem_t *tmp_arr; in find_stem_from_spec() local
107 tmp_arr = realloc(data->stem_arr, in find_stem_from_spec()
109 if (!tmp_arr) in find_stem_from_spec()
111 data->stem_arr = tmp_arr; in find_stem_from_spec()