Home
last modified time | relevance | path

Searched refs:smallint (Results 1 – 25 of 4625) sorted by relevance

12345678910>>...185

/dports/lang/fpc-source/fpc-3.2.2/packages/tosunits/src/
H A Daes.pas265 function evnt_mouse(ev_moflags: smallint; ev_mox: smallint; ev_moy: smallint; ev_mowidth: smallint;… in evnt_mouse()
270 …ev_mm1flags: smallint; ev_mm1x: smallint; ev_mm1y: smallint; ev_mm1width: smallint; ev_mm1height:
271 …ev_mm2flags: smallint; ev_mm2x: smallint; ev_mm2y: smallint; ev_mm2width: smallint; ev_mm2height:
334 function wind_create(kind: smallint; x, y, w, h: smallint): smallint; in wind_create()
343 wi_sw3: smallint; wi_sw4: smallint): smallint;
344 function wind_find(wi_fmx: smallint; wi_fmy: smallint): smallint; in wind_find()
573 function evnt_mouse(ev_moflags: smallint; ev_mox: smallint; ev_moy: smallint; ev_mowidth: smallint;… in evnt_mouse()
607 …ev_mm1flags: smallint; ev_mm1x: smallint; ev_mm1y: smallint; ev_mm1width: smallint; ev_mm1height:
608 …ev_mm2flags: smallint; ev_mm2x: smallint; ev_mm2y: smallint; ev_mm2width: smallint; ev_mm2height:
1024 wi_sw3: smallint; wi_sw4: smallint): smallint;
[all …]
H A Dvdi.pas146 procedure v_gtext(handle: smallint; x: smallint; y: smallint; _string: pchar);
149 procedure v_circle (handle: smallint; x: smallint; y: smallint; radius: smallint);
151 function vsl_color(handle: smallint; color_index: smallint): smallint; in vsl_color()
152 function vst_color(handle: smallint; color_index: smallint): smallint; in vst_color()
153 function vsf_color(handle: smallint; color_index: smallint): smallint; in vsf_color()
158 procedure v_get_pixel(handle: smallint; x: smallint; y: smallint;
294 procedure v_circle (handle: smallint; x: smallint; y: smallint; radius: smallint);
312 function vsl_color(handle: smallint; color_index: smallint): smallint; in vsl_color()
326 function vst_color(handle: smallint; color_index: smallint): smallint; in vst_color()
340 function vsf_color(handle: smallint; color_index: smallint): smallint; in vsf_color()
[all …]
H A Dgemdos.pas164 function gemdos_cconos: smallint; syscall 1 16; in gemdos_cconos()
165 function gemdos_cprnos: smallint; syscall 1 17; in gemdos_cprnos()
184 function gemdos_dfree(buf: PDISKINFO; driveno: smallint): smallint; syscall 1 54; in gemdos_dfree()
189 function gemdos_fcreate(fname: pchar; attr: smallint): smallint; syscall 1 60; in gemdos_fcreate()
191 function gemdos_fclose(handle: smallint): smallint; syscall 1 62; in gemdos_fclose()
195 function gemdos_fseek(offset: longint; handle: smallint; seekmode: smallint): longint; syscall 1 66; in gemdos_fseek()
196 function gemdos_fattrib(filename: pchar; wflag: smallint; attrib: smallint): smallint; syscall 1 67; in gemdos_fattrib()
198 function gemdos_fdup(handle: smallint): smallint; syscall 1 69; in gemdos_fdup()
199 function gemdos_fforce(stdh: smallint; nonstdh: smallint): smallint; syscall 1 70; in gemdos_fforce()
200 function gemdos_dgetpath(path: pchar; driveno: smallint): smallint; syscall 1 71; in gemdos_dgetpath()
[all …]
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DSmallint.c176 result->data.smallint.value = self->data.smallint.value + smallint->data.smallint.value; in PHP_METHOD()
177 if (result->data.smallint.value - smallint->data.smallint.value != self->data.smallint.value) { in PHP_METHOD()
205 result->data.smallint.value = self->data.smallint.value - smallint->data.smallint.value; in PHP_METHOD()
206 if (result->data.smallint.value + smallint->data.smallint.value != self->data.smallint.value) { in PHP_METHOD()
234 result->data.smallint.value = self->data.smallint.value * smallint->data.smallint.value; in PHP_METHOD()
235 if (smallint->data.smallint.value != 0 && in PHP_METHOD()
236 result->data.smallint.value / smallint->data.smallint.value != self->data.smallint.value) { in PHP_METHOD()
264 if (smallint->data.smallint.value == 0) { in PHP_METHOD()
269 result->data.smallint.value = self->data.smallint.value / smallint->data.smallint.value; in PHP_METHOD()
299 result->data.smallint.value = self->data.smallint.value % smallint->data.smallint.value; in PHP_METHOD()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/tosunits/examples/
H A Dgemwin.pas19 win_h: smallint;
22 vdi_h: smallint;
27 function open_vwk: smallint; in open_vwk()
29 work_in: array[0..16] of smallint;
31 dummy, i: smallint;
32 handle: smallint;
45 function open_win: smallint; in open_win()
47 handle: smallint;
82 function min(a, b: smallint): smallint; in min()
90 function max(a, b: smallint): smallint; in max()
[all …]
H A Dgemcube.pas169 appl_h: smallint;
170 win_h: smallint;
172 vdi_h: smallint;
173 mx, my: smallint;
182 dummy, i: smallint;
183 handle: smallint;
204 handle: smallint;
239 function min(a, b: smallint): smallint; in min()
313 nmx,nmy: smallint;
314 dummy: smallint;
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/rtl/atari/
H A Dgemdos.inc128 function gemdos_dgetdrv: smallint; syscall 1 25;
137 function gemdos_sversion: smallint; syscall 1 48;
139 function gemdos_dfree(buf: PDISKINFO; driveno: smallint): smallint; syscall 1 54;
144 function gemdos_fcreate(fname: pchar; attr: smallint): smallint; syscall 1 60;
146 function gemdos_fclose(handle: smallint): smallint; syscall 1 62;
150 function gemdos_fseek(offset: longint; handle: smallint; seekmode: smallint): longint; syscall 1 66;
151 function gemdos_fattrib(filename: pchar; wflag: smallint; attrib: smallint): smallint; syscall 1 67;
153 function gemdos_dgetpath(path: pchar; driveno: smallint): smallint; syscall 1 71;
158 procedure gemdos_pterm(returncode: smallint); syscall 1 76;
161 function gemdos_fsnext: smallint; syscall 1 79;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/rtl/atari/
H A Dgemdos.inc128 function gemdos_dgetdrv: smallint; syscall 1 25;
137 function gemdos_sversion: smallint; syscall 1 48;
139 function gemdos_dfree(buf: PDISKINFO; driveno: smallint): smallint; syscall 1 54;
144 function gemdos_fcreate(fname: pchar; attr: smallint): smallint; syscall 1 60;
146 function gemdos_fclose(handle: smallint): smallint; syscall 1 62;
150 function gemdos_fseek(offset: longint; handle: smallint; seekmode: smallint): longint; syscall 1 66;
151 function gemdos_fattrib(filename: pchar; wflag: smallint; attrib: smallint): smallint; syscall 1 67;
153 function gemdos_dgetpath(path: pchar; driveno: smallint): smallint; syscall 1 71;
158 procedure gemdos_pterm(returncode: smallint); syscall 1 76;
161 function gemdos_fsnext: smallint; syscall 1 79;
[all …]
/dports/lang/fpc/fpc-3.2.2/rtl/atari/
H A Dgemdos.inc128 function gemdos_dgetdrv: smallint; syscall 1 25;
137 function gemdos_sversion: smallint; syscall 1 48;
139 function gemdos_dfree(buf: PDISKINFO; driveno: smallint): smallint; syscall 1 54;
144 function gemdos_fcreate(fname: pchar; attr: smallint): smallint; syscall 1 60;
146 function gemdos_fclose(handle: smallint): smallint; syscall 1 62;
150 function gemdos_fseek(offset: longint; handle: smallint; seekmode: smallint): longint; syscall 1 66;
151 function gemdos_fattrib(filename: pchar; wflag: smallint; attrib: smallint): smallint; syscall 1 67;
153 function gemdos_dgetpath(path: pchar; driveno: smallint): smallint; syscall 1 71;
158 procedure gemdos_pterm(returncode: smallint); syscall 1 76;
161 function gemdos_fsnext: smallint; syscall 1 79;
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/rtl/atari/
H A Dgemdos.inc128 function gemdos_dgetdrv: smallint; syscall 1 25;
137 function gemdos_sversion: smallint; syscall 1 48;
139 function gemdos_dfree(buf: PDISKINFO; driveno: smallint): smallint; syscall 1 54;
144 function gemdos_fcreate(fname: pchar; attr: smallint): smallint; syscall 1 60;
146 function gemdos_fclose(handle: smallint): smallint; syscall 1 62;
150 function gemdos_fseek(offset: longint; handle: smallint; seekmode: smallint): longint; syscall 1 66;
151 function gemdos_fattrib(filename: pchar; wflag: smallint; attrib: smallint): smallint; syscall 1 67;
153 function gemdos_dgetpath(path: pchar; driveno: smallint): smallint; syscall 1 71;
158 procedure gemdos_pterm(returncode: smallint); syscall 1 76;
161 function gemdos_fsnext: smallint; syscall 1 79;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/t/
H A Dmcol-4410.test149 `bal_type` smallint(5) unsigned DEFAULT NULL,
175 `due_days` smallint(5) unsigned DEFAULT NULL,
185 `payorder` smallint(5) unsigned DEFAULT NULL,
248 `calc_method` smallint(6) DEFAULT NULL,
254 `based_on` smallint(5) unsigned DEFAULT NULL,
256 `term_min` smallint(5) unsigned DEFAULT NULL,
257 `term_max` smallint(5) unsigned DEFAULT NULL,
315 `based_on` smallint(5) unsigned DEFAULT NULL,
318 `num_pmts` smallint(6) unsigned DEFAULT NULL,
321 `term_min` smallint(5) unsigned DEFAULT NULL,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/t/
H A Dmcol-4410.test149 `bal_type` smallint(5) unsigned DEFAULT NULL,
175 `due_days` smallint(5) unsigned DEFAULT NULL,
185 `payorder` smallint(5) unsigned DEFAULT NULL,
248 `calc_method` smallint(6) DEFAULT NULL,
254 `based_on` smallint(5) unsigned DEFAULT NULL,
256 `term_min` smallint(5) unsigned DEFAULT NULL,
257 `term_max` smallint(5) unsigned DEFAULT NULL,
315 `based_on` smallint(5) unsigned DEFAULT NULL,
318 `num_pmts` smallint(6) unsigned DEFAULT NULL,
321 `term_min` smallint(5) unsigned DEFAULT NULL,
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/r/
H A Dmcol-4410.result199 `bal_type` smallint(5) unsigned DEFAULT NULL,
224 `due_days` smallint(5) unsigned DEFAULT NULL,
234 `payorder` smallint(5) unsigned DEFAULT NULL,
294 `calc_method` smallint(6) DEFAULT NULL,
300 `based_on` smallint(5) unsigned DEFAULT NULL,
302 `term_min` smallint(5) unsigned DEFAULT NULL,
303 `term_max` smallint(5) unsigned DEFAULT NULL,
360 `based_on` smallint(5) unsigned DEFAULT NULL,
363 `num_pmts` smallint(6) unsigned DEFAULT NULL,
366 `term_min` smallint(5) unsigned DEFAULT NULL,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/r/
H A Dmcol-4410.result199 `bal_type` smallint(5) unsigned DEFAULT NULL,
224 `due_days` smallint(5) unsigned DEFAULT NULL,
234 `payorder` smallint(5) unsigned DEFAULT NULL,
294 `calc_method` smallint(6) DEFAULT NULL,
300 `based_on` smallint(5) unsigned DEFAULT NULL,
302 `term_min` smallint(5) unsigned DEFAULT NULL,
303 `term_max` smallint(5) unsigned DEFAULT NULL,
360 `based_on` smallint(5) unsigned DEFAULT NULL,
363 `num_pmts` smallint(6) unsigned DEFAULT NULL,
366 `term_min` smallint(5) unsigned DEFAULT NULL,
[all …]
/dports/databases/pgloader3/pgloader-3.6.2/test/
H A Dfixed-guess.load22 QESCRE smallint,
23 QEACRE smallint,
24 QEMCRE smallint,
25 QEJCRE smallint,
28 QESMAJ smallint,
29 QEAMAJ smallint,
30 QEMMAJ smallint,
31 QEJMAJ smallint,
/dports/graphics/fpc-graph/fpc-3.2.2/packages/graph/src/inc/
H A Dgraphh.inc444 Red: smallint;
445 Green: smallint;
446 Blue : smallint;
476 x,y : smallint;
485 x,y : smallint;
617 ModeNumber: smallint;
754 procedure GetModeRange(GraphDriver: smallint; var LoMode, HiMode: smallint);
755 Function GetX: smallint;
756 Function GetY: smallint;
766 procedure DetectGraph(var GraphDriver:smallint;var GraphMode:smallint);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/graph/src/inc/
H A Dgraphh.inc444 Red: smallint;
445 Green: smallint;
446 Blue : smallint;
476 x,y : smallint;
485 x,y : smallint;
617 ModeNumber: smallint;
754 procedure GetModeRange(GraphDriver: smallint; var LoMode, HiMode: smallint);
755 Function GetX: smallint;
756 Function GetY: smallint;
766 procedure DetectGraph(var GraphDriver:smallint;var GraphMode:smallint);
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/tokudb.bugs/r/
H A Dalter_part_tokudb_bug_155.result5 `col1` smallint(5) unsigned NOT NULL,
6 `col2` smallint(5) unsigned DEFAULT NULL,
7 `col3` smallint(6) DEFAULT NULL,
9 `col5` smallint(6) DEFAULT NULL,
11 `col7` smallint(6) DEFAULT NULL,
12 `col8` smallint(6) DEFAULT NULL,
13 `col9` smallint(6) DEFAULT NULL,
14 `col10` smallint(6) DEFAULT NULL,
15 `col11` smallint(6) DEFAULT NULL,
16 `col12` smallint(6) DEFAULT NULL,
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/tokudb.bugs/r/
H A Dalter_part_tokudb_bug_155.result5 `col1` smallint(5) unsigned NOT NULL,
6 `col2` smallint(5) unsigned DEFAULT NULL,
7 `col3` smallint(6) DEFAULT NULL,
9 `col5` smallint(6) DEFAULT NULL,
11 `col7` smallint(6) DEFAULT NULL,
12 `col8` smallint(6) DEFAULT NULL,
13 `col9` smallint(6) DEFAULT NULL,
14 `col10` smallint(6) DEFAULT NULL,
15 `col11` smallint(6) DEFAULT NULL,
16 `col12` smallint(6) DEFAULT NULL,
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/tokudb.bugs/r/
H A Dalter_part_tokudb_bug_155.result5 `col1` smallint(5) unsigned NOT NULL,
6 `col2` smallint(5) unsigned DEFAULT NULL,
7 `col3` smallint(6) DEFAULT NULL,
9 `col5` smallint(6) DEFAULT NULL,
11 `col7` smallint(6) DEFAULT NULL,
12 `col8` smallint(6) DEFAULT NULL,
13 `col9` smallint(6) DEFAULT NULL,
14 `col10` smallint(6) DEFAULT NULL,
15 `col11` smallint(6) DEFAULT NULL,
16 `col12` smallint(6) DEFAULT NULL,
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r-native-partitioning/
H A Dalter_part_tokudb_bug_155.result5 `col1` smallint(5) unsigned NOT NULL,
6 `col2` smallint(5) unsigned DEFAULT NULL,
7 `col3` smallint(6) DEFAULT NULL,
9 `col5` smallint(6) DEFAULT NULL,
11 `col7` smallint(6) DEFAULT NULL,
12 `col8` smallint(6) DEFAULT NULL,
13 `col9` smallint(6) DEFAULT NULL,
14 `col10` smallint(6) DEFAULT NULL,
15 `col11` smallint(6) DEFAULT NULL,
16 `col12` smallint(6) DEFAULT NULL,
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r-native-partitioning/
H A Dalter_part_tokudb_bug_155.result5 `col1` smallint(5) unsigned NOT NULL,
6 `col2` smallint(5) unsigned DEFAULT NULL,
7 `col3` smallint(6) DEFAULT NULL,
9 `col5` smallint(6) DEFAULT NULL,
11 `col7` smallint(6) DEFAULT NULL,
12 `col8` smallint(6) DEFAULT NULL,
13 `col9` smallint(6) DEFAULT NULL,
14 `col10` smallint(6) DEFAULT NULL,
15 `col11` smallint(6) DEFAULT NULL,
16 `col12` smallint(6) DEFAULT NULL,
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r-native-partitioning/
H A Dalter_part_tokudb_bug_155.result5 `col1` smallint(5) unsigned NOT NULL,
6 `col2` smallint(5) unsigned DEFAULT NULL,
7 `col3` smallint(6) DEFAULT NULL,
9 `col5` smallint(6) DEFAULT NULL,
11 `col7` smallint(6) DEFAULT NULL,
12 `col8` smallint(6) DEFAULT NULL,
13 `col9` smallint(6) DEFAULT NULL,
14 `col10` smallint(6) DEFAULT NULL,
15 `col11` smallint(6) DEFAULT NULL,
16 `col12` smallint(6) DEFAULT NULL,
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/mysql-test/tokudb_bugs/r/
H A Dalter_part_tokudb_bug_155.result5 `col1` smallint(5) unsigned NOT NULL,
6 `col2` smallint(5) unsigned DEFAULT NULL,
7 `col3` smallint(6) DEFAULT NULL,
9 `col5` smallint(6) DEFAULT NULL,
11 `col7` smallint(6) DEFAULT NULL,
12 `col8` smallint(6) DEFAULT NULL,
13 `col9` smallint(6) DEFAULT NULL,
14 `col10` smallint(6) DEFAULT NULL,
15 `col11` smallint(6) DEFAULT NULL,
16 `col12` smallint(6) DEFAULT NULL,
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/mysql-test/tokudb_bugs/r/
H A Dalter_part_tokudb_bug_155.result5 `col1` smallint(5) unsigned NOT NULL,
6 `col2` smallint(5) unsigned DEFAULT NULL,
7 `col3` smallint(6) DEFAULT NULL,
9 `col5` smallint(6) DEFAULT NULL,
11 `col7` smallint(6) DEFAULT NULL,
12 `col8` smallint(6) DEFAULT NULL,
13 `col9` smallint(6) DEFAULT NULL,
14 `col10` smallint(6) DEFAULT NULL,
15 `col11` smallint(6) DEFAULT NULL,
16 `col12` smallint(6) DEFAULT NULL,
[all …]

12345678910>>...185