Home
last modified time | relevance | path

Searched defs:BV_SET (Results 1 – 5 of 5) sorted by relevance

/dports/games/yadex/yadex-1.7.0/src/
H A Dbitvec.h43 BV_SET = 's', enumerator
/dports/games/freeciv-nox11/freeciv-2.6.6/utility/
H A Dbitvector.h73 #define BV_SET(bv, bit) \ macro
/dports/games/freeciv/freeciv-2.6.6/utility/
H A Dbitvector.h73 #define BV_SET(bv, bit) \ macro
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-gnome-vfs-uri.c688 #define BV_SET(bv, idx) (bv)[((guchar)(idx))>>3] |= (1 << ( (idx) & 7) ) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dvm-engine.c3069 #define BV_SET(stem, type, size, slot) \ in VM_NAME() macro