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

/linux-master/tools/perf/util/
H A Dsort.c2211 struct annotated_data_type *left_type = left->mem_type; local
2214 if (!left_type) {
2216 left_type = left->mem_type;
2224 return strcmp(left_type->self.type_name, right_type->self.type_name);
2254 struct annotated_data_type *left_type = left->mem_type; local
2258 if (!left_type) {
2260 left_type = left->mem_type;
2268 ret = strcmp(left_type->self.type_name, right_type->self.type_name);
/linux-master/fs/btrfs/
H A Dsend.c6204 u8 left_type; local
6214 left_type = btrfs_file_extent_type(eb, ei);
6216 if (left_type != BTRFS_FILE_EXTENT_REG) {

Completed in 252 milliseconds