Searched refs:WIN_ALIGN (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DData_window.cc34 WIN_ALIGN = 8 enumerator in enum:__anon680
142 woffset = span->offset & ~(WIN_ALIGN - 1);
143 wsize = minSize + (span->offset % WIN_ALIGN);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DData_window.cc34 WIN_ALIGN = 8 enumerator in enum:__anon668
142 woffset = span->offset & ~(WIN_ALIGN - 1);
143 wsize = minSize + (span->offset % WIN_ALIGN);

Completed in 186 milliseconds