Home
last modified time | relevance | path

Searched defs:pow2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc32_x86.S78 # define ALIGN(pow2, abs) .align pow2 argument
80 # define ALIGN(pow2, abs) .align abs argument
H A Dcrc64_x86.S68 # define ALIGN(pow2, abs) .align pow2 argument
70 # define ALIGN(pow2, abs) .align abs argument
/freebsd/contrib/libdiff/lib/
H A Ddiff_atomize_text.c46 unsigned int pow2 = 1; in diff_data_atomize_text_lines_fd() local
143 unsigned int pow2 = 1; in diff_data_atomize_text_lines_mmap() local
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c449 tdata_t *pow1, *pow2; in worker_runphase2() local