Home
last modified time | relevance | path

Searched refs:ptc (Results 1 – 6 of 6) sorted by relevance

/external/honggfuzz/linux/
Dpt.c87 struct pt_config ptc; in arch_ptAnalyze() local
88 pt_config_init(&ptc); in arch_ptAnalyze()
89 ptc.begin = &run->linux.perfMmapAux[aux_tail]; in arch_ptAnalyze()
90 ptc.end = &run->linux.perfMmapAux[aux_head - 1]; in arch_ptAnalyze()
92 int errcode = pt_cpu_errata(&ptc.errata, &ptc.cpu); in arch_ptAnalyze()
97 struct pt_packet_decoder* ptd = pt_pkt_alloc_decoder(&ptc); in arch_ptAnalyze()
/external/python/cpython2/Lib/ctypes/test/
D__init__.py94 ptc = ctypes._pointer_type_cache.copy()
101 ctypes._pointer_type_cache = ptc.copy()
/external/python/cpython2/
Dpyconfig.h.in170 /* Define to 1 if you have the /dev/ptc device file. */
Dconfigure.ac4574 AC_MSG_CHECKING([for /dev/ptc])
4585 AC_CHECK_FILE(/dev/ptc, [], [])
4588 [Define to 1 if you have the /dev/ptc device file.])
/external/python/cpython3/
Dpyconfig.h.in208 /* Define to 1 if you have the /dev/ptc device file. */
Dconfigure.ac5015 AC_MSG_CHECKING([for /dev/ptc])
5026 AC_CHECK_FILE(/dev/ptc, [], [])
5029 [Define to 1 if you have the /dev/ptc device file.])