Searched refs:t1 (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf_unittest.c27 TIME_STRUCT t1, t2; local
29 TIME_SET(t1, 1, 999999);
32 if (TIME_MICROSECONDS(t1) == 999999)
34 assert(TIME_MICROSECONDS(t1) == 999999); /* MICROSECONDS */
35 assert(TIME_SECONDS(t1) == 1); /* SECONDS */
37 assert(TIME_DELTA(t2, t1) == 123457); /* DELTA */
39 TIME_COPY(t2, t1); /* COPY */
43 TIME_INCREASE(t1, 4294967295u); /* INCREASE */
44 assert(TIME_SECONDS(t1) == 4296);
45 assert(TIME_MICROSECONDS(t1)
72 TIME_STRUCT t1, t2, t3; local
[all...]
/hardware/msm7k/librpc/
H A Dxdr.c143 unsigned long t1; local
147 t1 = (unsigned long) ((*ullp) >> 32);
149 return (XDR_SEND_INT32(xdrs, (int32 *)&t1) &&
154 if (!XDR_RECV_INT32(xdrs, (int32 *)&t1) ||
157 *ullp = ((u_quad_t) t1) << 32;
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dschannel6_protocol.h94 #define SCX_MAKE_PARAM_TYPES(t0, t1, t2, t3) ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c642 double t1 = 0; local
1281 t1=tim.tv_sec+(tim.tv_usec/1000000.0);
1375 /* printf("\n%.6lf seconds elapsed\n", t2-t1); */
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c6114 OMX_U32 t1 = 0; local
6179 sp = t1 = len+20;
6186 while (sp<(t1+4)) {
6191 t1 = sp;
6222 t1 = i;
6227 for(;i<t1+numnalu;i++) {

Completed in 216 milliseconds