HomeSort by: relevance | last modified time | path
    Searched defs:test_id (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tre/dist/tests/
bench.c 153 int test_id = -1; local
158 test_id = atoi(optarg);
182 switch (test_id) {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-sme-core.c 369 long test_id = 0; local
373 test_id = strtol (argv[1], NULL, 0);
375 dummy (); /* stop to initialize test_id */
377 int state = test_id_to_state (test_id);
378 int vl = test_id_to_vl (test_id);
379 int svl = test_id_to_svl (test_id);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-sme-core.c 369 long test_id = 0; local
373 test_id = strtol (argv[1], NULL, 0);
375 dummy (); /* stop to initialize test_id */
377 int state = test_id_to_state (test_id);
378 int vl = test_id_to_vl (test_id);
379 int svl = test_id_to_svl (test_id);

Completed in 25 milliseconds