Daylight v4.9
Release Date: 1 February 2008

Name

dt_fp_setsize - set the global fingerprint size

Generic Prototype

dt_fp_setsize(dt_Integer) => dt_Integer

C Prototype

#include "dt_finger.h"

dt_Integer dt_fp_setsize(dt_Integer size)

FORTRAN Prototype

include 'dt_f_finger.inc'

integer*4 dt_f_fp_setsize(size)

integer*4 size

Description

This 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 Value

Returns the new creation fingerprint size in bits.

Related Topics

dt_fp_allocfp(3) dt_fp_fingertest(3) dt_fp_foldfp(3) dt_fp_size(3)