Searched refs:aligned_len (Results 1 – 2 of 2) sorted by relevance
261 size_t aligned_len = len; in UnpackTagsFromCoreFileSegment() local267 aligned_len += granule; in UnpackTagsFromCoreFileSegment()272 if (aligned_len % two_granules) { in UnpackTagsFromCoreFileSegment()273 assert(aligned_len % two_granules == granule); in UnpackTagsFromCoreFileSegment()274 aligned_len += granule; in UnpackTagsFromCoreFileSegment()288 const size_t tag_bytes_to_read = aligned_len / granule / 2; in UnpackTagsFromCoreFileSegment()
573 int aligned_len; in call_function_by_hand() local577 aligned_len = len; in call_function_by_hand()581 sp -= aligned_len; in call_function_by_hand()591 sp += aligned_len; in call_function_by_hand()