Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.h194 #define CDF_ROUND(val, by) (((val) + (by) - 1) & ~((by) - 1)) macro
H A Dcdf.c1061 "u s=%s\n", o4, l, CDF_ROUND(l, sizeof(l)), in cdf_read_property_info()

Completed in 11 milliseconds