Home
last modified time | relevance | path

Searched refs:HashAdd (Results 1 – 25 of 42) sorted by relevance

12

/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/demo/mindsrc/
H A Dhash.h15 int HashAdd(void *tbl, int value, void *val);
22 int HashAdd();
H A Dpalette.c218 HashAdd(map->htable, HASH(c->color), c);
219 HashAdd(map->ltable, HASH_PIXEL(c->color.pixel), c);
328 HashAdd(map->htable, HASH(*color), node);
329 HashAdd(map->ltable, HASH_PIXEL(color->pixel), node);
493 HashAdd(map->htable, HASH(c->color), c);
H A Dimage.c201 HashAdd(htable, pixel % HASH_SIZE, col); in PixmapToImage()
224 HashAdd(htable, pixel % HASH_SIZE, col); in PixmapToImage()
H A Dhash.c146 int HashAdd(HashTable *tbl, int value, void *val) in HashAdd() function
H A DimageComp.c327 HashAdd(htable, dp[0], cptr); in ImageCompress()
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dpalette.c220 HashAdd(map->htable, HASH(c->color), c); in paletteNew()
221 HashAdd(map->ltable, HASH_PIXEL(c->color.pixel), c); in paletteNew()
318 HashAdd(map->htable, HASH(ctable[0].color), &ctable[0]); in paletteGetBW()
319 HashAdd(map->htable, HASH(ctable[1].color), &ctable[1]); in paletteGetBW()
320 HashAdd(map->ltable, HASH_PIXEL(ctable[0].color.pixel), &ctable[0]); in paletteGetBW()
321 HashAdd(map->ltable, HASH_PIXEL(ctable[1].color.pixel), &ctable[1]); in paletteGetBW()
384 HashAdd(map->htable, HASH(*color), node); in addColor()
385 HashAdd(map->ltable, HASH_PIXEL(color->pixel), node); in addColor()
553 HashAdd(map->htable, HASH(c->color), c); in PaletteLookup()
H A Dhash.h7 int HashAdd(void *t, int value, void *val);
H A Dhash.c150 HashAdd(void *t, int value, void *val) in HashAdd() function
H A DimageComp.c374 HashAdd(htable, dp[0], cptr); in ImageCompress()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DHashTable.F90265 RECURSIVE FUNCTION HashAdd( hash, key, value ) RESULT(Success) function
311 END FUNCTION HashAdd
426 IF ( .NOT. HashAdd( Newhash, Entry % Key, Entry % Value ) ) RETURN
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/common/
H A Dhash.h20 void *HashAdd (HASH hash, void *entry);
H A Dhash.c141 void *HashAdd (HASH hash, void *entry) in HashAdd() function
/dports/science/cgnslib/CGNS-4.1.2/src/tools/
H A Dhash.h20 void *HashAdd (HASH hash, void *entry);
H A Dhash.c141 void *HashAdd (HASH hash, void *entry) in HashAdd() function
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dhash.h34 PLUG_API int HashAdd(HashTable *table, const char *name, long n);
H A Dbinio.c176 if (HashAdd(&file->structTable, name, n)) { in AddStruct()
197 if (HashAdd(&yStructTable, name, 0L)) { in AddStruct()
356 if (HashAdd(&base->table, name, 0L)) { in AddMember()
492 if (HashAdd(&yStructTable, StructName(base), 0L)) { in InstallStruct()
594 if (HashAdd(&file->dataTable, name, 0L)) { in AddVariable()
H A Dautold.c62 if (!HashAdd(&auto_table, file, 0L)) { in new_auto()
H A Dyhash.c66 int HashAdd(HashTable *table, const char *name, long n) in HashAdd() function
H A Dopsv.c682 HashAdd(&yStructTable, name, 0L); in PrimInstall()
702 HashAdd(&yStructTable, "complex", 0L); in InitStructDefs()
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dglobals.c93 long GenCnt, NodeCnt, ETnodes, EvalNodes, HashCnt, HashAdd, variable
H A Dsizetest.c116 HashAdd, FHashCnt, FHashAdd, variable
H A Dutil.c256 HashAdd++; in PutInTTable()
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/utilities/
H A Dcgns_to_fast.c424 HashAdd(trihash, pt);
483 HashAdd(trihash, pt);
/dports/math/R/R-4.1.2/src/main/
H A Dserialize.c657 static void HashAdd(SEXP obj, SEXP ht) in HashAdd() function
1056 HashAdd(s, ref_table); in WriteItem()
1067 HashAdd(s, ref_table); in WriteItem()
1072 HashAdd(s, ref_table); in WriteItem()
1148 HashAdd(s, ref_table); in WriteItem()
1154 HashAdd(s, ref_table); in WriteItem()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dserialize.c657 static void HashAdd(SEXP obj, SEXP ht) in HashAdd() function
1056 HashAdd(s, ref_table); in WriteItem()
1067 HashAdd(s, ref_table); in WriteItem()
1072 HashAdd(s, ref_table); in WriteItem()
1148 HashAdd(s, ref_table); in WriteItem()
1154 HashAdd(s, ref_table); in WriteItem()

12