Home
last modified time | relevance | path

Searched refs:HT_SIZE (Results 1 – 25 of 111) sorted by relevance

12345

/dports/graphics/liblug/lug/utils/
H A Dtohalftone.c37 #define HT_SIZE 16 macro
38 #define ht_dither(x, y, c) ((c)> ht_matrix[x%HT_SIZE][y%HT_SIZE] ? 1 : 0)
42 int ht_matrix[HT_SIZE][HT_SIZE] = {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h43 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
59 uint32_t HTable[HT_SIZE];
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h43 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
59 uint32_t HTable[HT_SIZE];
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h43 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
59 uint32_t HTable[HT_SIZE];
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h43 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
59 uint32_t HTable[HT_SIZE];
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h43 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
59 uint32_t HTable[HT_SIZE];
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h41 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
57 uint32_t HTable[HT_SIZE];
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h43 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
59 uint32_t HTable[HT_SIZE];
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h43 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
59 uint32_t HTable[HT_SIZE];
/dports/graphics/giflib/giflib-5.2.1/
H A Dgif_hash.h15 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
31 uint32_t HTable[HT_SIZE];
H A Dgif_hash.c57 memset(HashTable -> HTable, 0xFF, HT_SIZE * sizeof(uint32_t)); in _ClearHashTable()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/giflib/
H A Dgif_hash.h43 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
59 uint32_t HTable[HT_SIZE];
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/giflib/
H A Dgif_hash.h43 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
59 uint32_t HTable[HT_SIZE];
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libungif/
H A Dgif_hash.h29 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
45 UINT32 HTable[HT_SIZE];
/dports/graphics/libafterimage/libAfterImage-1.20/libungif/
H A Dgif_hash.h29 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
45 UINT32 HTable[HT_SIZE];
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gif/giflib/
H A Dgif_hash.h35 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
54 UINT32 HTable[HT_SIZE];
H A Dgif_hash.c57 memset(HashTable -> HTable, 0xFF, HT_SIZE * sizeof(UINT32)); in _ClearHashTable()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gif/giflib/
H A Dgif_hash.h35 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
54 UINT32 HTable[HT_SIZE];
H A Dgif_hash.c57 memset(HashTable -> HTable, 0xFF, HT_SIZE * sizeof(UINT32)); in _ClearHashTable()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gif/giflib/
H A Dgif_hash.h35 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
54 UINT32 HTable[HT_SIZE];
H A Dgif_hash.c57 memset(HashTable -> HTable, 0xFF, HT_SIZE * sizeof(UINT32)); in _ClearHashTable()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/log4php/
H A DLoggerNDC.php103 const HT_SIZE = 7; define in LoggerNDC
214 if($maxDepth <= self::HT_SIZE) {
/dports/archivers/unadf/ADFlib-f3af9e0/src/
H A Dadf_blk.h80 #define HT_SIZE 72 macro
120 /*018*/ int32_t hashTable[HT_SIZE]; /* hash table */
201 /*018*/ int32_t hashTable[HT_SIZE]; /* hash table */
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/
H A DMDC.java50 static final int HT_SIZE = 7; field in MDC
147 ht = new Hashtable(HT_SIZE); in put0()
/dports/editors/ted/Ted-2.23/appUtil/
H A DsioLzw.c472 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
487 unsigned long HTable[HT_SIZE];
508 memset(HashTable -> HTable, 0xFF, HT_SIZE * sizeof(long)); in _ClearHashTable()

12345