Home
last modified time | relevance | path

Searched refs:ceillog2 (Results 1 – 25 of 109) sorted by relevance

12345

/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luabins/src/
H A Dluainternals.h28 #define ceillog2(x) (luaO_log2((x)-1) + 1) macro
H A Dload.c142 (hash_size > 0 && ceillog2((unsigned int)hash_size) > MAXBITS) || in load_table()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A Ddfibpriv.h103 static inline IDnum ceillog2(IDnum a);
H A Dfibpriv.h108 static inline IDnum ceillog2(IDnum a);
H A Ddfib.c83 static inline IDnum ceillog2(IDnum a) in ceillog2() function
463 if ((h->dfh_Dl = ceillog2(h->dfh_n) + 1) < 8) in dfh_checkcons()
H A Dfib.c79 static inline IDnum ceillog2(IDnum a) in ceillog2() function
583 if ((h->fh_Dl = ceillog2(h->fh_n) + 1) < 8) in fh_checkcons()
/dports/biology/velvet/velvet_1.2.10/src/
H A Ddfibpriv.h103 static inline IDnum ceillog2(IDnum a);
H A Dfibpriv.h108 static inline IDnum ceillog2(IDnum a);
H A Ddfib.c83 static inline IDnum ceillog2(IDnum a) in ceillog2() function
463 if ((h->dfh_Dl = ceillog2(h->dfh_n) + 1) < 8) in dfh_checkcons()
H A Dfib.c79 static inline IDnum ceillog2(IDnum a) in ceillog2() function
583 if ((h->fh_Dl = ceillog2(h->fh_n) + 1) < 8) in fh_checkcons()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A Ddfibpriv.h103 static inline IDnum ceillog2(IDnum a);
H A Dfibpriv.h108 static inline IDnum ceillog2(IDnum a);
H A Ddfib.c83 static inline IDnum ceillog2(IDnum a) in ceillog2() function
463 if ((h->dfh_Dl = ceillog2(h->dfh_n) + 1) < 8) in dfh_checkcons()
H A Dfib.c79 static inline IDnum ceillog2(IDnum a) in ceillog2() function
583 if ((h->fh_Dl = ceillog2(h->fh_n) + 1) < 8) in fh_checkcons()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dltable.cpp214 nums[ceillog2(k)]++; /* count as such */ in countint()
281 lsize = ceillog2(size); in setnodevector()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lua/
H A Dltable.c214 nums[ceillog2(k)]++; /* count as such */ in countint()
280 lsize = ceillog2(size); in setnodevector()
/dports/games/palomino/palomino/src/lua_lang/
H A Dltable.c214 nums[ceillog2(k)]++; /* count as such */ in countint()
280 lsize = ceillog2(size); in setnodevector()
/dports/games/scummvm/scummvm-2.5.1/common/lua/
H A Dltable.cpp214 nums[ceillog2(k)]++; /* count as such */ in countint()
281 lsize = ceillog2(size); in setnodevector()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dltable.c214 nums[ceillog2(k)]++; /* count as such */ in countint()
280 lsize = ceillog2(size); in setnodevector()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
H A Dltable.c214 nums[ceillog2(k)]++; /* count as such */ in countint()
280 lsize = ceillog2(size); in setnodevector()
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dltable.c214 nums[ceillog2(k)]++; /* count as such */ in countint()
280 lsize = ceillog2(size); in setnodevector()
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
H A Dltable.c214 nums[ceillog2(k)]++; /* count as such */ in countint()
280 lsize = ceillog2(size); in setnodevector()
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/src/
H A Dltable.c214 nums[ceillog2(k)]++; /* count as such */ in countint()
280 lsize = ceillog2(size); in setnodevector()
/dports/sysutils/acfgfs/arcan-0.6.1/external/lua/
H A Dltable.c214 nums[ceillog2(k)]++; /* count as such */ in countint()
280 lsize = ceillog2(size); in setnodevector()
/dports/databases/redis5/redis-5.0.14/deps/lua/src/
H A Dltable.c214 nums[ceillog2(k)]++; /* count as such */ in countint()
280 lsize = ceillog2(size); in setnodevector()

12345