Daylight v4.9 Release Date: 1 February 2008 Namedt_fp_setsize - set the global fingerprint sizeGeneric Prototypedt_fp_setsize(dt_Integer) => dt_IntegerC Prototype#include "dt_finger.h"dt_Integer dt_fp_setsize(dt_Integer size) FORTRAN Prototypeinclude 'dt_f_finger.inc'integer*4 dt_f_fp_setsize(size) integer*4 size DescriptionThis function is obsolete, as of version 4.42. The global size value is only used by the obsolete functions dt_fp_alloc(), dt_fp_fingerprint(), and dt_fp_fold().Sets the value of the global fingerprint creation size. 'Size' must be a power of two and must be at least as large as the value of dt_fp_minsize(3). 'size' is limited to the range of 32 to 2048 bits. Return ValueReturns the new creation fingerprint size in bits.Related Topicsdt_fp_allocfp(3) dt_fp_fingertest(3) dt_fp_foldfp(3) dt_fp_size(3) |