Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dreadprofile.c73 unsigned long long fn_add, next_add; /* current and next address */ in readprofile_main() local
191 if (sscanf(mapline, "%llx %s %s", &next_add, mode, next_name) != 3) in readprofile_main()
210 while (indx < (next_add-add0)/step) { in readprofile_main()
227 && (fn_len = next_add-fn_add) != 0 in readprofile_main()
239 scan < (next_add-add0)/step; scan++) { in readprofile_main()
250 fn_add = next_add; in readprofile_main()