Home
last modified time | relevance | path

Searched refs:test_pack (Results 1 – 2 of 2) sorted by relevance

/external/libogg/src/
Dframing.c1454 void test_pack(const int *pl, const int **headers, int byteskip, in test_pack() function
1648 test_pack(packets,headret,0,0,0); in main()
1657 test_pack(packets,headret,0,0,0); in main()
1666 test_pack(packets,headret,0,0,0); in main()
1675 test_pack(packets,headret,0,0,0); in main()
1685 test_pack(packets,headret,0,0,0); in main()
1694 test_pack(packets,headret,0,0,0); in main()
1735 test_pack(packets,headret,0,0,0); in main()
1744 test_pack(packets,headret,0,0,0); in main()
1754 test_pack(packets,headret,100,2,3); in main()
[all …]
/external/clang/test/SemaCXX/
Dwarn-unused-parameters.cpp30 static int test_pack(T... t, T... s) in test_pack() function