Home
last modified time | relevance | path

Searched refs:off_start (Results 1 – 3 of 3) sorted by relevance

/external/trusty/musl/ldso/
Ddynlink.c594 off_t off_start; in map_library() local
646 off_start = ph->p_offset; in map_library()
687 -1, off_start) == MAP_FAILED) in map_library()
699 off_start &= -PAGE_SIZE; in map_library()
700 map_len = addr_max - addr_min + off_start; in map_library()
709 MAP_PRIVATE, fd, off_start); in map_library()
735 off_start = ph->p_offset & -PAGE_SIZE; in map_library()
741 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
/external/musl/ldso/
Ddynlink.c711 off_t off_start; in map_library() local
767 off_start = ph->p_offset; in map_library()
808 -1, off_start) == MAP_FAILED) in map_library()
820 off_start &= -PAGE_SIZE; in map_library()
821 map_len = addr_max - addr_min + off_start; in map_library()
830 MAP_PRIVATE, fd, off_start); in map_library()
856 off_start = ph->p_offset & -PAGE_SIZE; in map_library()
862 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
/external/pytorch/aten/src/ATen/native/cpu/
DScatterGatherKernel.cpp784 int64_t off_start = row_index_offset[m]; in cpu_scatter_reduce_expanded_index() local
797 for (const auto n : c10::irange(off_start, off_end)) { in cpu_scatter_reduce_expanded_index()
807 count += off_end - off_start; in cpu_scatter_reduce_expanded_index()