Home
last modified time | relevance | path

Searched refs:SmallInt (Results 101 – 125 of 1318) sorted by relevance

12345678910>>...53

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/derive_more-0.99.17/tests/
H A Dnot.rs16 SmallInt(i32), enumerator
26 SmallInt(i32), enumerator
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/derive_more-0.99.16/tests/
H A Dnot.rs16 SmallInt(i32), enumerator
26 SmallInt(i32), enumerator
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/derive_more-0.99.16/tests/
H A Dnot.rs16 SmallInt(i32), enumerator
26 SmallInt(i32), enumerator
/dports/lang/rust/rustc-1.58.1-src/vendor/derive_more/tests/
H A Dnot.rs16 SmallInt(i32), enumerator
26 SmallInt(i32), enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/derive_more/tests/
H A Dnot.rs16 SmallInt(i32), enumerator
26 SmallInt(i32), enumerator
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/derive_more-0.99.17/tests/
H A Dnot.rs16 SmallInt(i32), enumerator
26 SmallInt(i32), enumerator
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/derive_more-0.99.16/tests/
H A Dnot.rs16 SmallInt(i32), enumerator
26 SmallInt(i32), enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/IBM.Data.DB2/IBM.Data.DB2/
H A DDB2Parameter.cs121 …case DB2Type.SmallInt: dbType = DbType.Int16; db2DataType = DB2Constants.SQL_SMA…
169 …case DbType.Boolean: db2Type = DB2Type.SmallInt; db2DataType = DB2Constants.SQL_B…
170 …case DbType.Byte: db2Type = DB2Type.SmallInt; db2DataType = DB2Constants.SQL_U…
177 …case DbType.Int16: db2Type = DB2Type.SmallInt; db2DataType = DB2Constants.SQL_S…
181 …case DbType.SByte: db2Type = DB2Type.SmallInt; db2DataType = DB2Constants.SQL_U…
186 …case DbType.UInt16: db2Type = DB2Type.SmallInt; db2DataType = DB2Constants.SQL_S…
350 …case TypeCode.Char: dbType = DbType.Byte; db2Type = DB2Type.SmallInt; db2DataType = … in InferType()
351 …case TypeCode.Boolean: dbType = DbType.Byte; db2Type = DB2Type.SmallInt; db2DataType = … in InferType()
353 …case TypeCode.Byte: dbType = DbType.Byte; db2Type = DB2Type.SmallInt; db2DataType = … in InferType()
355 …case TypeCode.Int16: dbType = DbType.Int16; db2Type = DB2Type.SmallInt; db2DataType = … in InferType()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/mysql/types/
H A Dmod.rs120 impl ToSql<Unsigned<SmallInt>, Mysql> for u16 {
122 ToSql::<SmallInt, Mysql>::to_sql(&(*self as i16), out) in to_sql()
126 impl FromSql<Unsigned<SmallInt>, Mysql> for u16 {
128 let signed: i16 = FromSql::<SmallInt, Mysql>::from_sql(bytes)?; in from_sql()
/dports/editors/cudatext/CudaText-1.151.0/doc/
H A Dcocoa-mouse-scrolling.patch100 + if wheelDelta > High(SmallInt) then
101 + wheelDelta := High(SmallInt)
102 + else if wheelDelta < Low(SmallInt) then
103 + wheelDelta := Low(SmallInt);
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/mysql/types/
H A Dmod.rs120 impl ToSql<Unsigned<SmallInt>, Mysql> for u16 {
122 ToSql::<SmallInt, Mysql>::to_sql(&(*self as i16), out) in to_sql()
126 impl FromSql<Unsigned<SmallInt>, Mysql> for u16 {
128 let signed: i16 = FromSql::<SmallInt, Mysql>::from_sql(bytes)?; in from_sql()
/dports/lang/nbc/
H A DuCommonUtils.pas63 procedure WriteSmallIntToStream(aStream : TStream; value : SmallInt; bLittleEndian : Boolean = True…
64 procedure ReadSmallIntFromStream(aStream : TStream; var value : SmallInt; bLittleEndian : Boolean =…
112 procedure WriteSmallIntToStream(aStream : TStream; value : SmallInt; bLittleEndian : Boolean);
135 procedure ReadSmallIntFromStream(aStream : TStream; var value : SmallInt; bLittleEndian : Boolean);
141 value := SmallInt(w);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/sql_types/
H A Dord.rs6 impl SqlOrd for sql_types::SmallInt {} implementation
24 impl SqlOrd for sql_types::Unsigned<sql_types::SmallInt> {}
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/sql_types/
H A Dord.rs6 impl SqlOrd for sql_types::SmallInt {} implementation
24 impl SqlOrd for sql_types::Unsigned<sql_types::SmallInt> {}
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/examples/
H A DInt.py24 SmallInt ::= INTEGER (0..1000) variable
27 small SmallInt ::= 17
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/examples/
H A DInt.py24 SmallInt ::= INTEGER (0..1000) variable
27 small SmallInt ::= 17
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/examples/
H A DInt.py24 SmallInt ::= INTEGER (0..1000) variable
27 small SmallInt ::= 17
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/examples/
H A DInt.py24 SmallInt ::= INTEGER (0..1000) variable
27 small SmallInt ::= 17
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/examples/
H A DInt.py24 SmallInt ::= INTEGER (0..1000) variable
27 small SmallInt ::= 17
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/examples/
H A DInt.py24 SmallInt ::= INTEGER (0..1000) variable
27 small SmallInt ::= 17
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/examples/
H A DInt.py24 SmallInt ::= INTEGER (0..1000) variable
27 small SmallInt ::= 17
/dports/lang/fpc-source/fpc-3.2.2/packages/morphunits/src/
H A Ddiskfont.pas256 glm_X0: SmallInt;
257 glm_Y0: SmallInt;
258 glm_X1: SmallInt;
259 glm_Y1: SmallInt;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/i8086/
H A Dhugeptr.inc22 fpc_hugeptr_add_longint:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
38 fpc_hugeptr_sub_longint:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
59 p:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
75 p:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
/dports/lang/fpc-source/fpc-3.2.2/rtl/i8086/
H A Dhugeptr.inc22 fpc_hugeptr_add_longint:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
38 fpc_hugeptr_sub_longint:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
59 p:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
75 p:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
/dports/lang/fpc/fpc-3.2.2/rtl/i8086/
H A Dhugeptr.inc22 fpc_hugeptr_add_longint:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
38 fpc_hugeptr_sub_longint:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
59 p:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));
75 p:=HugePointer(Ptr(Seg(p^)+SelectorInc*SmallInt(o shr 16),o and $FFFF));

12345678910>>...53