Searched refs:ints (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c100 void *ints; member in struct:__anon1350
264 complexmsg->descriptor.address = ts->ints;
360 ts->ints = malloc(sizeof(u_int32_t) * ts->num_ints);
482 " -n num\tnumber of 32-bit ints to send in messages\n"
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c95 fprintf(stderr, " -numints num\tnumber of 32-bit ints to send in messages\n");
513 void *ints = malloc(sizeof(u_int32_t) * num_ints); local
560 ((ipc_complex_message *)req)->descriptor.address = ints;
608 free(ints);
H A DKQMPMMtest.c96 fprintf(stderr, " -numints num\tnumber of 32-bit ints to send in messages\n");
566 void *ints = malloc(sizeof(u_int32_t) * num_ints); local
613 ((ipc_complex_message *)req)->descriptor.address = ints;
661 free(ints);

Completed in 26 milliseconds