예제 #1
0
파일: gtc_round.cpp 프로젝트: bcosenza/bsh
	int test()
	{
		int Error(0);

		Error += test_int32();
		Error += test_uint32();

		return Error;
	}
예제 #2
0
파일: test_store.c 프로젝트: Henauxg/minix
static void
test_storage(krb5_context context, krb5_storage *sp)
{
    test_int8(context, sp);
    test_int16(context, sp);
    test_int32(context, sp);
    test_uint8(context, sp);
    test_uint16(context, sp);
    test_uint32(context, sp);
}