Home
last modified time | relevance | path

Searched refs:nnodes (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTree.java127 Lignode[] nnodes = new Lignode[subnodes.length + 1]; in insert()
130 System.arraycopy(subnodes, 0, nnodes, 0, i); in insert()
133 nnodes[i] = new Lignode(c); in insert()
136 System.arraycopy(subnodes, i, nnodes, i + 1, subnodes.length - i); in insert()
139 subnodes = nnodes; in insert()
/third_party/ltp/testcases/kernel/mem/cpuset/
H A Dcpuset01.c40 static int nnodes; variable
61 for (i = 0; i < nnodes; i++) { in test_cpuset()
82 if (get_allowed_nodes_arr(NH_MEMS | NH_CPUS, &nnodes, &nodes) < 0) in setup()
84 if (nnodes <= 1) in setup()

Completed in 2 milliseconds