Home
last modified time | relevance | path

Searched defs:BASE_WIDTH (Results 1 – 18 of 18) sorted by relevance

/dports/games/xdemineur/xdemineur-2.1.1/
H A Dxdemineur.h31 #define BASE_WIDTH ( EDGE + 1 + EDGE ) macro
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/fifo/
H A Daxi_fifo_2clk.v96 localparam BASE_WIDTH = (DEVICE == "MAX10") ? 36 : 72; constant
/dports/graphics/dia/dia-0.97.3/app/
H A Dlinewidth_area.c34 #define BASE_WIDTH 0.05 macro
/dports/math/xgraph/xgraph/
H A Dps.c35 #define BASE_WIDTH (1.0/8.0) macro
/dports/editors/helix/helix-0.5.0/helix-term/src/ui/
H A Dprompt.rs282 const BASE_WIDTH: u16 = 30; const
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Ddoomdef.h95 #define BASE_WIDTH 320 macro
/dports/games/prboom/prboom-2.5.0/src/
H A Ddoomdef.h96 #define BASE_WIDTH 320 macro
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Ddoomdef.h102 #define BASE_WIDTH 320 macro
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-tab.c20 #define BASE_WIDTH 118 macro
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-tab.c19 #define BASE_WIDTH 118 macro
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-tab.c22 #define BASE_WIDTH 118 macro
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-tab.c22 #define BASE_WIDTH 118 macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/builtin/
H A Dod.c145 #define BASE_WIDTH 7 macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcmd/
H A Dod.c145 #define BASE_WIDTH 7 macro
/dports/shells/ksh93/ast-93u/src/cmd/builtin/
H A Dod.c145 #define BASE_WIDTH 7 macro
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dtetris.c165 #define BASE_WIDTH (WELL_WIDTH*tp->xs+DELTA) macro
/dports/games/heretic/glheretic-1.2/
H A Ddoomdef.h1055 #define BASE_WIDTH 320 macro
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dgauges.cpp390 #define BASE_WIDTH(G) ((G).get(640, 320)) macro