Searched refs:ttt (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DMakefile269 ${AWK} '/;/ {print; printf("\n");}' .sort > .ttt ; \
270 ${CAT} psname.txt header.txt psifdef.txt .ttt psendif.txt > psops.h ; \
271 ${RM} .sort .ttt .attt
279 ${AWK} '/;/ {print; printf("\n");}' .sort > .ttt ; \
280 ${CAT} dpsname.txt header.txt dpsifdef.txt .ttt dpsendif.txt > dpsops.h ; \
281 ${RM} .sort .ttt .attt
309 ${RM} $(DERIVED_FILES) .sort .ttt .att psops.h dpsops.h *% *.o
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c814 long ttt = t2.tv_sec * 1000000 + t2.tv_usec; local
815 DRM_ERROR("caculate time %ld usec!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", ttt);

Completed in 17 milliseconds