Home
last modified time | relevance | path

Searched defs:GSHORT (Results 1 – 16 of 16) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/dict/
H A Dworld.c12 #define GSHORT(p) (((p)[0]<<8)|(p)[1]) macro
H A Drobert.c84 #define GSHORT(p) (((p)[0]<<8) | (p)[1]) macro
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A Dgim_math.h41 #define GSHORT short macro
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A Dgim_math.h41 #define GSHORT short macro
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A Dgim_math.h43 #define GSHORT short macro
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A Dgim_math.h43 #define GSHORT short macro
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A Dgim_math.h41 #define GSHORT short macro
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A Dgim_math.h41 #define GSHORT short macro
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/Gimpact/
H A Dgim_math.h41 #define GSHORT short macro
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/Bullet/
H A Dgim_math.h41 #define GSHORT short macro
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/core/
H A Dgim_math.h41 #define GSHORT short macro
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A Dgim_math.h43 #define GSHORT short macro
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/Gimpact/
H A Dgim_math.h41 #define GSHORT short macro
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A Dgim_math.h43 #define GSHORT short macro
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/Gimpact/
H A Dgim_math.h43 #define GSHORT short macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/venti/srv/
H A Dpart.c541 #define GSHORT(p) (((p)[1]<<8)|(p)[0]) macro