Home
last modified time | relevance | path

Searched refs:treemap (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dinlineasm-sched-bug.ll6 define i32 @foo(i32 %treemap) nounwind uwtable {
8 %sub = sub i32 0, %treemap
9 %and = and i32 %treemap, %sub
/external/chromium_org/third_party/webtreemap/src/
DREADME.markdown3 A simple treemap implementation using web technologies (DOM nodes, CSS
13 your treemap.
14 2. Add the treemap to the node via something like
17 3. Style the treemap using CSS.
45 The treemap is constructed with one `div` per region with a separate
/external/chromium_org/tools/binary_size/template/
DD3SymbolTreeMap.js241 var result = d3.layout.treemap()
877 var pathA = treemap.pathFor(a); // sort by path
878 var pathB = treemap.pathFor(b);
911 var pathA = treemap.pathFor(a); // sort by path
912 var pathB = treemap.pathFor(b);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c2024 binmap_t treemap; member
2306 #define mark_treemap(M,i) ((M)->treemap |= idx2bit(i))
2307 #define clear_treemap(M,i) ((M)->treemap &= ~idx2bit(i))
2308 #define treemap_is_marked(M,i) ((M)->treemap & idx2bit(i))
2700 int empty = (m->treemap & (1U << i)) == 0; in do_check_treebin()
3701 binmap_t leftbits = left_bits(idx2bit(idx)) & m->treemap; in tmalloc_large()
3746 binmap_t leastbit = least_bit(m->treemap); in tmalloc_small()
4145 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) { in dlmalloc()
4155 if (gm->treemap != 0 && (mem = tmalloc_large(gm, nb)) != 0) { in dlmalloc()
4552 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) { in mspace_malloc()
[all …]
/external/chromium_org/tools/binary_size/
DREADME.txt77 as treemap visualizations, overall statistics and "top n" lists of various
/external/chromium_org/third_party/d3/src/
Dd3.js7137 d3.layout.treemap = function() { function
7231 function treemap(d) { function
7243 treemap.size = function(x) {
7246 return treemap;
7248 treemap.padding = function(x) {
7251 var p = x.call(treemap, node, node.depth);
7260 return treemap;
7262 treemap.round = function(x) {
7265 return treemap;
7267 treemap.sticky = function(x) {
[all …]