HomeSort by: relevance | last modified time | path
    Searched refs:test_junk (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
cpu.exp 34 proc test_junk { arg junk current } {
70 test_junk "intel: 0/0 foo" " foo" "none"
71 test_junk "intel: 0/0x0" "x0" "none"
72 test_junk "intel: 0/0/foo" "/foo" "none"
73 test_junk "intel: 0/0/0 foo" " foo" "none"
74 test_junk "intel: 0/0/0x0" "x0" "none"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
cpu.exp 34 proc test_junk { arg junk current } {
70 test_junk "intel: 0/0 foo" " foo" "none"
71 test_junk "intel: 0/0x0" "x0" "none"
72 test_junk "intel: 0/0/foo" "/foo" "none"
73 test_junk "intel: 0/0/0 foo" " foo" "none"
74 test_junk "intel: 0/0/0x0" "x0" "none"
  /src/external/bsd/jemalloc.old/dist/test/unit/
junk.c 56 test_junk(size_t sz_min, size_t sz_max) { function
126 test_junk(1, SMALL_MAXCLASS-1);
132 test_junk(SMALL_MAXCLASS+1, (1U << (LG_LARGE_MINCLASS+1)));
  /src/external/bsd/jemalloc/dist/test/unit/
junk.c 17 test_junk(void *ptr, size_t usize) { function
186 junk_alloc_callback = &test_junk;
187 junk_free_callback = &test_junk;

Completed in 26 milliseconds