Home | History | Annotate | Download | only in unicode

Lines Matching refs:param

40  *      void NormFn( void* param){
41 * Params* parameters = ( Params*) param;
52 * Params param;
53 * param.source // set up the source buffer
54 * param.target // set up the target buffer
58 * timeTaken = utimer_loopUntilDone((double)10,(void*) param, NormFn, &loopCount);
160 typedef void FuntionToBeTimed(void* param);
215 * @param timer A pointer to UTimer struct to recieve the current time
227 * @param timer1 A pointer to UTimer struct to be used as starting time
228 * @param timer2 A pointer to UTimer struct to be used as end time
243 * @param timer A pointer to UTimer struct to be used as starting time
256 * @param thresholTimeVal
257 * @param loopCount output param to recieve the number of iterations
258 * @param fn The funtion to be executed
259 * @param param Parameters to be passed to the fn
266 void* param){
272 fn(param);