Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 4 of 4) sorted by relevance

/tools/firewire/
Ddecode-fcp.c139 uint32_t ctype:4; member
163 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], in decode_avc()
/tools/perf/util/
Dpython-ext-sources9 util/ctype.c
/tools/lib/traceevent/
Dparse-filter.c665 enum filter_cmp_type *ctype, in process_op() argument
670 *ctype = FILTER_CMP_NONE; in process_op()
711 *ctype = FILTER_CMP_EQ; in process_op()
713 *ctype = FILTER_CMP_NE; in process_op()
715 *ctype = FILTER_CMP_LT; in process_op()
717 *ctype = FILTER_CMP_GT; in process_op()
719 *ctype = FILTER_CMP_LE; in process_op()
721 *ctype = FILTER_CMP_GE; in process_op()
723 *ctype = FILTER_CMP_REGEX; in process_op()
725 *ctype = FILTER_CMP_NOT_REGEX; in process_op()
[all …]
/tools/perf/
DMakefile.perf223 LIB_H += util/include/linux/ctype.h
313 LIB_OBJS += $(OUTPUT)util/ctype.o