Lines Matching refs:end
65 char *end = NULL; in _remove_attribute() local
70 end = cur + h->attrs_size; in _remove_attribute()
71 for (; cur < end; cur += next_off) { in _remove_attribute()
83 TEE_MemMove(cur, cur + next_off, end - (cur + next_off)); in _remove_attribute()
87 end -= next_off; in _remove_attribute()
107 char *end = cur + head->attrs_size; in get_attribute_ptrs() local
114 for (; cur < end; cur += next_off) { in get_attribute_ptrs()
144 if (cur > end) { in get_attribute_ptrs()
210 char *end = cur + head->attrs_size; in modify_attributes_list() local
214 for (; cur < end; cur += len) { in modify_attributes_list()
331 static void __trace_attributes(char *prefix, void *src, void *end) in __trace_attributes() argument
347 for (; cur < (char *)end; cur += next_off) { in __trace_attributes()
423 if (cur != end) in __trace_attributes()