Searched refs:strip (Results 1 – 9 of 9) sorted by relevance
20 strip = lambda s:s.strip() function22 strip = lambda s:s32 r[key]:{f:strip(c) for f,c in r.items()34 strip(c)[:1] not in ['', C]}
68 u64 strip, struct MR_DRV_RAID_MAP_ALL *map);501 if (strip > span_set->data_strip_end) in get_row_from_strip()552 u64 strip; in get_strip_from_row() local571 strip = mega_div64_32 in get_strip_from_row()575 strip *= span_set->span_row_data_width; in get_strip_from_row()576 strip += span_set->data_strip_start; in get_strip_from_row()577 strip += span_set->strip_offset[span]; in get_strip_from_row()578 return strip; in get_strip_from_row()618 if (strip > span_set->data_strip_end) in get_arm_from_strip()622 ((strip - span_set->data_strip_start), in get_arm_from_strip()[all …]
2144 u64 strip; member
44 static char *strip(char *line, size_t linelen) in strip() function77 name = strip(line, linelen); in parse()
13 ln -svf "$(which llvm-strip-${LLVM_VERSION})" /usr/bin/llvm-strip
32 ancestor = ancestor.strip()
7 LLVM_STRIP ?= llvm-strip
167 $(STRIP) --strip-debug -o $@ $<; \
601 static size_t strip(char *s, const char *reject) in strip() function661 strip(p, " \t\n"); in r535_gsp_rpc_set_registry()
Completed in 40 milliseconds