Home
last modified time | relevance | path

Searched refs:bcol (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Dcolorplane.c154 bcol.ncol = 2; in ColorPlane()
163 bcol.ncol = 6; in ColorPlane()
256 plvertex[obj][j][k].col[0] = bcol.basecol[bcol.ncol-1][0]; in ColorPlane()
257 plvertex[obj][j][k].col[1] = bcol.basecol[bcol.ncol-1][1]; in ColorPlane()
258 plvertex[obj][j][k].col[2] = bcol.basecol[bcol.ncol-1][2]; in ColorPlane()
259 plvertex[obj][j][k].col[3] = bcol.basecol[bcol.ncol-1][3]; in ColorPlane()
298 plvertex[obj][j][k].col[0] = bcol.basecol[bcol.ncol-1][0]; in ColorPlane()
299 plvertex[obj][j][k].col[1] = bcol.basecol[bcol.ncol-1][1]; in ColorPlane()
300 plvertex[obj][j][k].col[2] = bcol.basecol[bcol.ncol-1][2]; in ColorPlane()
510 (bcol.baseintv[i] - bcol.baseintv[i+1]); in GetIsoLine2D_Attributes()
[all …]
H A DxcColorScheme.c59 static BASECOLOR bcol[COLSH_N_COLOR_BASE]; variable
332 for(i=0; i<bcol[colorscheme].ncol-1; i++) in AssignColor()
335 f >= bcol[colorscheme].baseintv[i+1] ) { in AssignColor()
337 (bcol[colorscheme].baseintv[i] - bcol[colorscheme].baseintv[i+1]); in AssignColor()
340 fac * bcol[colorscheme].basecol[i+1][j]; in AssignColor()
361 bcol[COLSH_MONOCHROME].ncol = 2; in AssignColorInit()
362 bcol[COLSH_MONOCHROME].baseintv[0] = 1.0; in AssignColorInit()
363 bcol[COLSH_MONOCHROME].baseintv[1] = 0.0; in AssignColorInit()
369 bcol[COLSH_RAINBOW].ncol = 6; in AssignColorInit()
377 bcol[COLSH_RGB].ncol = 3; in AssignColorInit()
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/cur/
H A DSQLBindCol.c85 CLBCOL *bcol; in free_bound_columns() local
89 while( bcol ) in free_bound_columns()
98 next = bcol -> next; in free_bound_columns()
99 free( bcol ); in free_bound_columns()
100 bcol = next; in free_bound_columns()
181 CLBCOL *bcol; in CLBindCol() local
202 while ( bcol ) in CLBindCol()
207 bcol = bcol -> next; in CLBindCol()
210 if ( !bcol ) in CLBindCol()
217 if ( !bcol ) in CLBindCol()
[all …]
H A DSQLExecDirect.c130 CLBCOL *bcol; in calculate_buffers() local
142 bcol = cl_statement -> bound_columns; in calculate_buffers()
143 while ( bcol ) in calculate_buffers()
145 if ( bcol -> column_number <= column_count ) in calculate_buffers()
147 bcol -> rs_buffer_offset = cl_statement -> buffer_length; in calculate_buffers()
148 cl_statement -> buffer_length += bcol -> bound_length; in calculate_buffers()
150 bcol -> rs_ind_offset = cl_statement -> buffer_length; in calculate_buffers()
154 bcol = bcol -> next; in calculate_buffers()
/dports/net-mgmt/ap-utils/ap-utils-1.4.1/lib/
H A Dcommon.c55 mvwaddch(main_sub, brow, bcol, ACS_ULCORNER); in about()
60 mvwaddch(main_sub, brow, bcol + i, ACS_HLINE); in about()
61 mvwaddch(main_sub, brow + nrow, bcol + i, ACS_HLINE); in about()
64 mvwaddch(main_sub, brow + i, bcol, ACS_VLINE); in about()
70 mvwaddstr(main_sub, brow + 2, bcol + 2, message); in about()
72 mvwaddstr(main_sub, brow + 3, bcol + 2, message); in about()
73 mvwaddstr(main_sub, brow + 5, bcol + 2, in about()
75 mvwaddstr(main_sub, brow + 6, bcol + 2, in about()
78 mvwaddstr(main_sub, brow + 9, bcol + 2, in about()
80 mvwaddstr(main_sub, brow +10, bcol + 2, in about()
[all …]
/dports/math/amgcl/amgcl-1.4.2/amgcl/detail/
H A Dspgemm.hpp234 bcol + bptr[a1], bcol + bptr[a1+1], in prod_row_width()
235 bcol + bptr[a2], bcol + bptr[a2+1], in prod_row_width()
250 bcol + bptr[a1], bcol + bptr[a1+1], in prod_row_width()
251 bcol + bptr[a2], bcol + bptr[a2+1], in prod_row_width()
261 bcol + bptr[a1], bcol + bptr[a1+1], in prod_row_width()
262 bcol + bptr[a2], bcol + bptr[a2+1], in prod_row_width()
287 bcol + bptr[a2], bcol + bptr[a2+1], in prod_row_width()
332 av1, bcol + bptr[ac1], bcol + bptr[ac1+1], bval + bptr[ac1], in prod_row()
333 av2, bcol + bptr[ac2], bcol + bptr[ac2+1], bval + bptr[ac2], in prod_row()
357 av1, bcol + bptr[ac1], bcol + bptr[ac1+1], bval + bptr[ac1], in prod_row()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtabcmg.cpp86 bcol.Cbn = false; in FindInDoc()
90 bcol.Type = TYPE_STRING; in FindInDoc()
94 bcol.Type = TYPE_INT; in FindInDoc()
98 bcol.Type = TYPE_BIGINT; in FindInDoc()
103 bcol.Len = 12; in FindInDoc()
107 bcol.Type = TYPE_DATE; in FindInDoc()
111 bcol.Type = TYPE_TINY; in FindInDoc()
112 bcol.Len = 1; in FindInDoc()
119 bcol.Type = TYPE_DECIM; in FindInDoc()
127 bcol.Len = 512; in FindInDoc()
[all …]
H A Dmongo.cpp286 bcol.Next = NULL; in GetColumns()
287 bcol.Name = bcol.Fmt = NULL; in GetColumns()
288 bcol.Type = TYPE_UNKNOWN; in GetColumns()
289 bcol.Len = bcol.Scale = 0; in GetColumns()
290 bcol.Found = true; in GetColumns()
291 bcol.Cbn = false; in GetColumns()
334 if (bcp->Type != bcol.Type) in AddColumn()
342 bcp->Len = MY_MAX(bcp->Len, bcol.Len); in AddColumn()
343 bcp->Scale = MY_MAX(bcp->Scale, bcol.Scale); in AddColumn()
344 bcp->Cbn |= bcol.Cbn; in AddColumn()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtabcmg.cpp86 bcol.Cbn = false; in FindInDoc()
90 bcol.Type = TYPE_STRING; in FindInDoc()
94 bcol.Type = TYPE_INT; in FindInDoc()
98 bcol.Type = TYPE_BIGINT; in FindInDoc()
103 bcol.Len = 12; in FindInDoc()
107 bcol.Type = TYPE_DATE; in FindInDoc()
111 bcol.Type = TYPE_TINY; in FindInDoc()
112 bcol.Len = 1; in FindInDoc()
119 bcol.Type = TYPE_DECIM; in FindInDoc()
127 bcol.Len = 512; in FindInDoc()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtabcmg.cpp86 bcol.Cbn = false;
90 bcol.Type = TYPE_STRING;
94 bcol.Type = TYPE_INT;
98 bcol.Type = TYPE_BIGINT;
103 bcol.Len = 12;
107 bcol.Type = TYPE_DATE;
111 bcol.Type = TYPE_TINY;
112 bcol.Len = 1;
119 bcol.Type = TYPE_DECIM;
127 bcol.Len = 512;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtabcmg.cpp86 bcol.Cbn = false; in FindInDoc()
90 bcol.Type = TYPE_STRING; in FindInDoc()
94 bcol.Type = TYPE_INT; in FindInDoc()
98 bcol.Type = TYPE_BIGINT; in FindInDoc()
103 bcol.Len = 12; in FindInDoc()
107 bcol.Type = TYPE_DATE; in FindInDoc()
111 bcol.Type = TYPE_TINY; in FindInDoc()
112 bcol.Len = 1; in FindInDoc()
119 bcol.Type = TYPE_DECIM; in FindInDoc()
127 bcol.Len = 512; in FindInDoc()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dtabcmg.cpp86 bcol.Cbn = false; in FindInDoc()
90 bcol.Type = TYPE_STRING; in FindInDoc()
94 bcol.Type = TYPE_INT; in FindInDoc()
98 bcol.Type = TYPE_BIGINT; in FindInDoc()
103 bcol.Len = 12; in FindInDoc()
107 bcol.Type = TYPE_DATE; in FindInDoc()
111 bcol.Type = TYPE_TINY; in FindInDoc()
112 bcol.Len = 1; in FindInDoc()
119 bcol.Type = TYPE_DECIM; in FindInDoc()
127 bcol.Len = 512; in FindInDoc()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dtabcmg.cpp86 bcol.Cbn = false; in FindInDoc()
90 bcol.Type = TYPE_STRING; in FindInDoc()
94 bcol.Type = TYPE_INT; in FindInDoc()
98 bcol.Type = TYPE_BIGINT; in FindInDoc()
103 bcol.Len = 12; in FindInDoc()
107 bcol.Type = TYPE_DATE; in FindInDoc()
111 bcol.Type = TYPE_TINY; in FindInDoc()
112 bcol.Len = 1; in FindInDoc()
119 bcol.Type = TYPE_DECIM; in FindInDoc()
127 bcol.Len = 512; in FindInDoc()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/hci/mucurses/
H A Dcolour.c7 short bcol; member
37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument
45 cpair->bcol = bcol; in init_pair()
56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument
64 *bcol = cpair->bcol; in pair_content()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/hci/mucurses/
H A Dcolour.c7 short bcol; member
37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument
45 cpair->bcol = bcol; in init_pair()
56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument
64 *bcol = cpair->bcol; in pair_content()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/hci/mucurses/
H A Dcolour.c7 short bcol; member
37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument
45 cpair->bcol = bcol; in init_pair()
56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument
64 *bcol = cpair->bcol; in pair_content()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/hci/mucurses/
H A Dcolour.c7 short bcol; member
37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument
45 cpair->bcol = bcol; in init_pair()
56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument
64 *bcol = cpair->bcol; in pair_content()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/hci/mucurses/
H A Dcolour.c7 short bcol; member
37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument
45 cpair->bcol = bcol; in init_pair()
56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument
64 *bcol = cpair->bcol; in pair_content()
/dports/net/ipxe/ipxe-2265a65/src/hci/mucurses/
H A Dcolour.c7 short bcol; member
37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument
45 cpair->bcol = bcol; in init_pair()
56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument
64 *bcol = cpair->bcol; in pair_content()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/hci/mucurses/
H A Dcolour.c7 short bcol; member
37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument
45 cpair->bcol = bcol; in init_pair()
56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument
64 *bcol = cpair->bcol; in pair_content()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/hci/mucurses/
H A Dcolour.c7 short bcol; member
37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument
45 cpair->bcol = bcol; in init_pair()
56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument
64 *bcol = cpair->bcol; in pair_content()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/hci/mucurses/
H A Dcolour.c7 short bcol; member
37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument
45 cpair->bcol = bcol; in init_pair()
56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument
64 *bcol = cpair->bcol; in pair_content()
/dports/editors/le/le-1.16.6/src/
H A Dformat.cc44 num bcol,ncol; in FormatPara() local
174 bcol=GetCol(); in FormatPara()
202 while(GetCol()<bcol) in FormatPara()
211 bcol++; in FormatPara()
229 bcol++; in FormatPara()
231 while(GetCol()<bcol) in FormatPara()
237 while(GetCol()<bcol) in FormatPara()
260 bcol=GetCol(); in FormatPara()
262 while(bcol<LineLen+LeftMargin) in FormatPara()
265 bcol++; in FormatPara()
[all …]
/dports/devel/cc65/cc65-2.19/testcode/lib/
H A Dconio.c38 unsigned char xsize, ysize, tcol, bgcol, bcol, inpos = 0; in main() local
51 bcol = bordercolor(0); /* memorize original border color */ in main()
52 (void)bordercolor(bcol); in main()
142 bcol = (bcol + 1) & 0x0f; in main()
143 (void)bordercolor(bcol); in main()
148 bcol = (bcol - 1) & 0x0f; in main()
149 (void)bordercolor(bcol); in main()
/dports/devel/R-cran-iterators/iterators/inst/unitTests/
H A DchunksizeTest.R12 for (bcol in bcols) { functionVar
13 checkTrue(nrow(bcol) == nr)
14 checkTrue(ncol(bcol) <= n && ncol(bcol) >= 1)
24 checkTrue(ncol(bcol) == nc)

12345678910>>...22