Home
last modified time | relevance | path

Searched defs:CINDEX (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/wrlib/
H A Dsave_xpm.c62 #define CINDEX(xpmc) (((unsigned)(xpmc)->red)<<16|((unsigned)(xpmc)->green)<<8|((unsigned)(xpmc)->b… macro
/dports/x11-wm/libwraster/WindowMaker-0.95.9/wrlib/
H A Dsave_xpm.c62 #define CINDEX(xpmc) (((unsigned)(xpmc)->red)<<16|((unsigned)(xpmc)->green)<<8|((unsigned)(xpmc)->b… macro
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A DSphereDecomp.cpp211 #define CINDEX 2 in subdivide_tet() macro
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/
H A DMnemonic.java50 public static final short CINDEX = 0x25; field in Mnemonic
/dports/science/fastcap/fastcap-2.0wr/src/
H A DmulGlobal.h276 #define CINDEX(N, M) ( (M) + ((N)*((N)+1))/2 ) macro
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A DmulGlobal.h328 #define CINDEX(N, M) ( (M) + ((N)*((N)+1))/2 ) macro
/dports/science/fasthenry/fasthenry-3.0wr/src/zbuf/
H A DmulGlobal.h268 #define CINDEX(N, M) ( (M) + ((N)*((N)+1))/2 ) macro
/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtabytecode.h61 #define CINDEX 0x25 /* copy indexed element to top of stack */ macro
/dports/math/form/form-4.2.1/sources/
H A Dftypes.h219 #define CINDEX 1 macro
/dports/x11-servers/Xfstt/xfstt-1.11/libfstt/
H A Dttf.h1171 CINDEX = 0x25, // copy from stack index enumerator