Home
last modified time | relevance | path

Searched refs:sizealloc (Results 1 – 8 of 8) sorted by relevance

/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Dmpqapi.cpp358 if (blockEntry->sizealloc != 0) in mpqapi_new_block()
385 block_size += block->sizealloc; in mpqapi_alloc_block()
391 block_size += block->sizealloc; in mpqapi_alloc_block()
407 block->sizealloc = block_size; in mpqapi_alloc_block()
425 if ((DWORD)pBlockTbl->sizealloc < size) in mpqapi_find_free_block()
431 pBlockTbl->sizealloc -= size; in mpqapi_find_free_block()
433 if (pBlockTbl->sizealloc == 0) in mpqapi_find_free_block()
485 block_size = blockEntry->sizealloc; in mpqapi_remove_hash_entry()
603 if (destsize < pBlk->sizealloc) { in mpqapi_write_file_contents()
604 const uint32_t block_size = pBlk->sizealloc - destsize; in mpqapi_write_file_contents()
[all …]
H A Dmpqapi.h38 Uint32 sizealloc; member
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/spiro/x3/
H A Dx3common.c135 child->type->sizealloc(child, &child_r); in x3vbox_sizealloc()
230 child->type->sizealloc(child, &child_r); in x3align_sizealloc()
284 child->type->sizealloc(child, &child_r); in x3pad_sizealloc()
349 w->type->sizealloc(w, NULL); in x3sync()
H A Dx3win32.c55 if (child->type->sizealloc) in x3window_sizealloc()
56 child->type->sizealloc(child, &child_r); in x3window_sizealloc()
H A Dx3.h117 void (*sizealloc)(x3widget *w, x3rect *r); member
184 void (*sizealloc)(x3widget *w, x3rect *r); member
H A Dx3carbon.c198 if (child->type->sizealloc) in x3window_sizealloc()
199 child->type->sizealloc(child, &child_r); in x3window_sizealloc()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/examples/advanced/smoothing/
H A DOptimizeMeshMesquite.cpp719 int csize=0, sizealloc=0; in get_itaps_domain() local
723 iGeom_getEntities(geom, root_set, 2, &hd_geom_ents, &csize, &sizealloc, &err); in get_itaps_domain()
728 iGeom_getEntities(geom, root_set, 1, &hd_geom_ents, &csize, &sizealloc, &err); in get_itaps_domain()
/dports/emulators/yaze-ag/yaze-ag-2.51.0/
H A Dcdm.c562 sizealloc(BYTE *p, struct mnt *dp) in sizealloc() function
676 long a = sizealloc(entry, dp); in dodir()