Home
last modified time | relevance | path

Searched refs:tz (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/common/gui/
H A Dmacvideo.cpp81 struct timezone tz; in terminate() local
83 gettimeofday(&end_time, &tz); in terminate()
104 struct timezone tz; in next_frame() local
105 gettimeofday(&g_time, &tz); in next_frame()
109 struct timezone tz; in next_frame() local
111 gettimeofday(&now_time, &tz); in next_frame()
H A Dconvideo.cpp81 struct timezone tz; in terminate() local
83 gettimeofday(&end_time, &tz); in terminate()
110 struct timezone tz; in next_frame()
111 gettimeofday(&g_time, &tz); in next_frame()
H A Dxvideo.cpp349 struct timezone tz; in main_loop() local
350 gettimeofday(&g_time, &tz); in main_loop()
384 struct timezone tz; in next_frame() local
386 gettimeofday(&now_time, &tz); in next_frame()
/oneTBB/examples/parallel_for/tachyon/src/
H A Dutil.cpp99 struct timezone tz; variable
103 gettimeofday(&t, &tz); in gettimer()
/oneTBB/examples/graph/fgbzip2/
H A Dblocksort.cpp767 Int32 tz; \
768 tz = nextLo[az]; \
770 nextLo[bz] = tz; \
771 tz = nextHi[az]; \
773 nextHi[bz] = tz; \
774 tz = nextD[az]; \
776 nextD[bz] = tz; \