Home
last modified time | relevance | path

Searched refs:ctemp (Results 1 – 3 of 3) sorted by relevance

/external/iperf3/src/
Diperf_util.c196 clock_t ctemp; in cpu_util() local
210 ctemp = clock(); in cpu_util()
221 pcpu[0] = (((ctemp - clast) * 1000000.0 / CLOCKS_PER_SEC) / timediff) * 100; in cpu_util()
/external/autotest/cli/
Djob_unittest.py894 ctemp = cli_mock.create_file(self.ctrl_file)
897 '-f', ctemp.name, 'test_job0'],
900 ctemp.clean()
/external/selinux/libsepol/src/
Dpolicydb.c1310 constraint_node_t *constraint, *ctemp; in class_destroy() local
1329 ctemp = constraint; in class_destroy()
1331 free(ctemp); in class_destroy()
1342 ctemp = constraint; in class_destroy()
1344 free(ctemp); in class_destroy()