Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Dperf_unittest.c27 TIME_STRUCT t1, t2; in time_unit_test() local
29 TIME_SET(t1, 1, 999999); in time_unit_test()
32 if (TIME_MICROSECONDS(t1) == 999999) in time_unit_test()
34 assert(TIME_MICROSECONDS(t1) == 999999); /* MICROSECONDS */ in time_unit_test()
35 assert(TIME_SECONDS(t1) == 1); /* SECONDS */ in time_unit_test()
37 assert(TIME_DELTA(t2, t1) == 123457); /* DELTA */ in time_unit_test()
39 TIME_COPY(t2, t1); /* COPY */ in time_unit_test()
43 TIME_INCREASE(t1, 4294967295u); /* INCREASE */ in time_unit_test()
44 assert(TIME_SECONDS(t1) == 4296); in time_unit_test()
45 assert(TIME_MICROSECONDS(t1) == 967294); in time_unit_test()
[all …]
/hardware/msm7k/librpc/
Dxdr.c143 unsigned long t1; in xdr_u_hyper() local
147 t1 = (unsigned long) ((*ullp) >> 32); in xdr_u_hyper()
149 return (XDR_SEND_INT32(xdrs, (int32 *)&t1) && in xdr_u_hyper()
154 if (!XDR_RECV_INT32(xdrs, (int32 *)&t1) || in xdr_u_hyper()
157 *ullp = ((u_quad_t) t1) << 32; in xdr_u_hyper()
/hardware/invensense/libsensors_iio/software/core/mllite/
Dml_math_func.h104 static inline long inv_delta_time_ms(inv_time_t t1, inv_time_t t2) in inv_delta_time_ms() argument
106 return (long)((t1 - t2) / 1000000L); in inv_delta_time_ms()
/hardware/qcom/display/libcopybit/
Dsoftware_converter.cpp67 unsigned char * t1 = newChroma; in convertYV12toYCrCb420SP() local
75 :"+r"(t2), "+r"(t3), "+r"(t1) in convertYV12toYCrCb420SP()
/hardware/ti/omap4xxx/security/tee_client_api/
Dschannel6_protocol.h94 #define SCX_MAKE_PARAM_TYPES(t0, t1, t2, t3) ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12)) argument
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c642 double t1 = 0; local
1281 t1=tim.tv_sec+(tim.tv_usec/1000000.0);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
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++) {