Home
last modified time | relevance | path

Searched refs:select_width (Results 1 – 25 of 27) sorted by relevance

12

/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/examples.vpi/
H A Dprtbg09.v22 select_width=1; constant
41 input [select_width-1:0] Select;
52 if (select_width == ninputs) begin
/dports/cad/iverilog/verilog-11.0/
H A Dexpr_synth.cc1053 unsigned select_width = expr_width(); in synthesize() local
1070 if (below_width > select_width) { in synthesize()
1071 below_width = select_width; in synthesize()
1072 select_width = 0; in synthesize()
1074 select_width -= below_width; in synthesize()
1080 if (select_width == 0) return below; in synthesize()
1087 select_width = 0; in synthesize()
1089 select_width = sub->vector_width() - base_val; in synthesize()
1097 if (select_width == 0) return above; in synthesize()
1105 ivl_assert(*this, select_width > 0); in synthesize()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/chrono-tz-0.6.0/tz/
H A Dtzselect.ksh116 select_width=`expr $# : '.*'`
128 printf >&2 "%${select_width}d) %s\\n" $select_i "$select_word"
/dports/devel/grcov/grcov-0.8.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dtzselect.ksh116 select_width=`expr $# : '.*'`
128 printf >&2 "%${select_width}d) %s\\n" $select_i "$select_word"
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/chrono-tz-0.5.3/tz/
H A Dtzselect.ksh116 select_width=`expr $# : '.*'`
128 printf >&2 "%${select_width}d) %s\\n" $select_i "$select_word"
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/time/
H A Dtzselect.ksh119 select_width=`expr $# : '.*'`
131 printf >&2 "%${select_width}d) %s\\n" $select_i "$select_word"
/dports/devel/tokei/tokei-12.1.2/cargo-crates/chrono-tz-0.5.2/tz/
H A Dtzselect.ksh116 select_width=`expr $# : '.*'`
128 printf >&2 "%${select_width}d) %s\\n" $select_i "$select_word"
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dtzselect.ksh116 select_width=`expr $# : '.*'`
128 printf >&2 "%${select_width}d) %s\\n" $select_i "$select_word"
/dports/www/zola/zola-0.15.2/cargo-crates/chrono-tz-0.6.0/tz/
H A Dtzselect.ksh116 select_width=`expr $# : '.*'`
128 printf >&2 "%${select_width}d) %s\\n" $select_i "$select_word"
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/chrono-tz-0.5.1/tz/
H A Dtzselect.ksh116 select_width=`expr $# : '.*'`
128 printf >&2 "%${select_width}d) %s\\n" $select_i "$select_word"
/dports/games/widelands/widelands-build21/src/editor/ui_menus/
H A Dmap_size_box.h48 void select_width(int new_width);
H A Dmap_size_box.cc72 void MapSizeBox::select_width(int new_width) { in select_width() function in MapSizeBox
H A Dmain_menu_random_map.cc551 map_size_box_.select_width(map_info.w); in id_edit_box_changed()
/dports/x11/xmascot/xmascot-2.6a.20200830/xbmfile/
H A Dselect.xbm1 #define select_width 16
/dports/cad/irsim/irsim-9.7.110/analyzer/Bitmaps/
H A Dselect1 #define select_width 16
/dports/math/snns/SNNSv4.3/xgui/iconsXgui/
H A Dselect.xbm1 #define select_width 48
/dports/print/bibview/bibview-2.2/
H A DFileNom.c212 int select_width = 2 * Child(fnw,select_widget)->core.width + local
223 max = select_width - 4 * (Child(fnw,select_widget)->core.border_width) >
225 select_width - 4 * (Child(fnw,select_widget)->core.border_width) :
230 max = select_width > file_width ? select_width : file_width;
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dhttp.c1278 int select_width=XConnectionNumber(mainDisplay)+1, status=0, nfds=0; local
1280 nfds = max(select_width, n_socket+1);
1286 FD_SET(select_width-1, &fdset);
1310 } else if (FD_ISSET(select_width-1, &fdset)) {
H A Dscroll.c101 int select_width=XConnectionNumber(dpy)+1, status=0; local
106 FD_SET(select_width-1, &fdset);
108 status = select(select_width, (int*)&fdset, NULL, NULL, &timeout);
110 status = select(select_width, &fdset, NULL, NULL, &timeout);
H A Dmainloop.c1414 int select_width=XConnectionNumber(mainDisplay)+1, status=0, nfds=0; local
1416 nfds = max(select_width, (int)(talkToSelfFiledes[0]+1));
1422 FD_SET(select_width-1, &fdset); /* X file descriptor */
1468 } else if (FD_ISSET(select_width-1, &fdset)) {
H A Dexec.c1037 int select_width=XConnectionNumber(mainDisplay)+1, status=0, nfds=0; local
1039 nfds = max(select_width, (int)(fileno(fp)+1));
1045 FD_SET(select_width-1, &fdset);
1074 } else if (FD_ISSET(select_width-1, &fdset)) {
2618 int select_width=XConnectionNumber(mainDisplay)+1; local
2778 FD_SET(select_width-1, &fdset);
2798 status = select(select_width, &fdset, NULL, NULL, &timeout);
3490 int select_width=XConnectionNumber(mainDisplay)+1, rc=TRUE, val; local
3537 FD_SET(select_width-1, &fdset);
3541 status = select(select_width, (int*)&fdset, NULL, NULL, &timeout);
[all …]
/dports/sysutils/webmin/webmin-1.981/authentic-theme/
H A Dnavigation-lib.pl911 my $select_width = ($theme_config{'settings_leftmenu_width'} - 11 * 2);
912 … my $style = "data-autocomplete-title=\"$data_title\" style=\"width:${select_width}px;\"";
/dports/sysutils/usermin/usermin-1.830/authentic-theme/
H A Dnavigation-lib.pl911 my $select_width = ($theme_config{'settings_leftmenu_width'} - 11 * 2);
912 … my $style = "data-autocomplete-title=\"$data_title\" style=\"width:${select_width}px;\"";
/dports/x11/xmascot/xmascot-2.6a.20200830/
H A Dmain.c310 select_width, select_height); in xinit()
/dports/cad/irsim/irsim-9.7.110/analyzer/
H A Dgraphics.c189 pix.select = MakePixmap( select_bits, select_width, select_height, in InitBitmaps()

12