Searched refs:print_nodes (Results 1 – 8 of 8) sorted by relevance
/external/strace/tests-mx32/ |
D | set_mempolicy.c | 49 print_nodes(const unsigned long maxnode, unsigned int offset) in print_nodes() function 100 print_nodes(maxnode, offset); in test_offset() 101 print_nodes(maxnode + 1, offset); in test_offset() 102 print_nodes(maxnode + 2, offset); in test_offset() 105 print_nodes(0, offset); in test_offset() 106 print_nodes(1, offset); in test_offset() 107 print_nodes(2, offset); in test_offset() 108 print_nodes(maxnode - 1, offset); in test_offset() 109 print_nodes(maxnode , offset); in test_offset() 110 print_nodes(maxnode + 1, offset); in test_offset() [all …]
|
D | get_mempolicy.c | 46 print_nodes(unsigned long maxnode) in print_nodes() function 109 print_nodes(maxnode); in main() 110 print_nodes(maxnode + 1); in main() 111 print_nodes(maxnode + 2); in main() 114 print_nodes(maxnode - 1); in main() 115 print_nodes(maxnode ); in main() 116 print_nodes(maxnode + 1); in main() 117 print_nodes(maxnode + 2); in main() 118 print_nodes(maxnode * 2 - 1); in main() 119 print_nodes(maxnode * 2 ); in main() [all …]
|
/external/strace/tests-m32/ |
D | set_mempolicy.c | 49 print_nodes(const unsigned long maxnode, unsigned int offset) in print_nodes() function 100 print_nodes(maxnode, offset); in test_offset() 101 print_nodes(maxnode + 1, offset); in test_offset() 102 print_nodes(maxnode + 2, offset); in test_offset() 105 print_nodes(0, offset); in test_offset() 106 print_nodes(1, offset); in test_offset() 107 print_nodes(2, offset); in test_offset() 108 print_nodes(maxnode - 1, offset); in test_offset() 109 print_nodes(maxnode , offset); in test_offset() 110 print_nodes(maxnode + 1, offset); in test_offset() [all …]
|
D | get_mempolicy.c | 46 print_nodes(unsigned long maxnode) in print_nodes() function 109 print_nodes(maxnode); in main() 110 print_nodes(maxnode + 1); in main() 111 print_nodes(maxnode + 2); in main() 114 print_nodes(maxnode - 1); in main() 115 print_nodes(maxnode ); in main() 116 print_nodes(maxnode + 1); in main() 117 print_nodes(maxnode + 2); in main() 118 print_nodes(maxnode * 2 - 1); in main() 119 print_nodes(maxnode * 2 ); in main() [all …]
|
/external/strace/tests/ |
D | set_mempolicy.c | 49 print_nodes(const unsigned long maxnode, unsigned int offset) in print_nodes() function 100 print_nodes(maxnode, offset); in test_offset() 101 print_nodes(maxnode + 1, offset); in test_offset() 102 print_nodes(maxnode + 2, offset); in test_offset() 105 print_nodes(0, offset); in test_offset() 106 print_nodes(1, offset); in test_offset() 107 print_nodes(2, offset); in test_offset() 108 print_nodes(maxnode - 1, offset); in test_offset() 109 print_nodes(maxnode , offset); in test_offset() 110 print_nodes(maxnode + 1, offset); in test_offset() [all …]
|
D | get_mempolicy.c | 46 print_nodes(unsigned long maxnode) in print_nodes() function 109 print_nodes(maxnode); in main() 110 print_nodes(maxnode + 1); in main() 111 print_nodes(maxnode + 2); in main() 114 print_nodes(maxnode - 1); in main() 115 print_nodes(maxnode ); in main() 116 print_nodes(maxnode + 1); in main() 117 print_nodes(maxnode + 2); in main() 118 print_nodes(maxnode * 2 - 1); in main() 119 print_nodes(maxnode * 2 ); in main() [all …]
|
/external/adhd/cras/client/cras_tests/src/ |
D | control.rs | 32 fn print_nodes(nodes: impl Iterator<Item = CrasIonodeInfo>) { in print_nodes() function 98 ListOutputNodes => print_nodes(cras_client.output_nodes()), in control() 99 ListInputNodes => print_nodes(cras_client.input_nodes()), in control()
|
/external/strace/ |
D | ChangeLog | 2568 * tests/set_mempolicy.c (print_nodes): Likewise. 25602 * tests/set_mempolicy.c (main, print_nodes): Use sprintrc. 29109 * tests/get_mempolicy.c (print_nodes, main): Likewise. 29118 * tests/set_mempolicy.c (print_nodes): Likewise.
|