Home
last modified time | relevance | path

Searched refs:SInt8 (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/poddecoder/types/
H A Dsint8.hpp16 struct SInt8 struct
19 SInt8(qint8 v);
20 SInt8();
29 inline SInt8::SInt8() = default; argument
30 inline SInt8::SInt8(qint8 v) : value(v) {} in SInt8() function in SInt8
32 inline QString SInt8::toString() const { return QString::number(value); } in toString()
34 Q_DECLARE_METATYPE(SInt8)
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/poddecoder/typecodecs/
H A Dsint8codec.cpp30 return pointer ? QVariant::fromValue<SInt8>(SInt8(*pointer)) : QVariant(); in value()
35 const qint8 number = value.value<SInt8>().value; in valueToBytes()
42 return (value.value<SInt8>().value == otherValue.value<SInt8>().value); in areEqual()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/TestSuite/Uninterpreted/
H A DUninterpreted.hs39 f :: SInt8 -> SWord32
42 g :: SInt8 -> SWord16 -> SWord32
45 p0 :: SInt8 -> SInt8 -> SBool
48 p1 :: SInt8 -> SWord16 -> SWord16 -> SBool
51 p2 :: SInt8 -> SWord16 -> SWord16 -> SBool
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DOSUtils.pas293 dlsDelta: SInt8; { signed byte; daylight savings delta }
301 pad0,pad1,pad2: SInt8;
303 Delta: SInt8;
631 function GetMMUMode: SInt8; inline; in GetMMUMode()
632 procedure SwapMMUMode( var mode: SInt8 ); inline;
855 function GetMMUMode: SInt8; inline; in GetMMUMode()
860 procedure SwapMMUMode( var mode: SInt8 ); inline;
H A DDriverSynchronization.pas373 function IncrementAtomic8( var address: SInt8 ): SInt8; external name '_IncrementAtomic8'; in IncrementAtomic8()
406 function DecrementAtomic8( var address: SInt8 ): SInt8; external name '_DecrementAtomic8'; in DecrementAtomic8()
442 function AddAtomic8( amount: SInt32; var address: SInt8 ): SInt8; external name '_AddAtomic8'; in AddAtomic8()
H A DIntlResources.pas272 DateOrders = SInt8;
506 itlcFontForce: SInt8; {default font force flag}
507 itlcIntlForce: SInt8; {default intl force flag}
508 itlcOldKybd: SInt8; {MacPlus intl keybd flag}
509 itlcFlags: SInt8; {general flags}
511 itlcIconSide: SInt8; {keyboard icon side; not used in 7.0}
512 itlcIconRsvd: SInt8; {rsvd for other icon info}
515 itlcReserved4: array [0..31] of SInt8; { for future use }
527 itlbNumRep: SInt8; {number representation code}
528 itlbDateRep: SInt8; {date representation code }
H A DMacTypes.pas240 SInt8 = ShortInt;
251 SIGNEDBYTE = SInt8;
315 SInt8Ptr = ^SInt8;
341 ByteParameter = SInt8;
347 CBool = SInt8;
438 Ptr = ^SInt8;
801 Style = SInt8;
913 VHSelect = SInt8;
H A DFiles.pas563 filler1: SInt8;
635 ioSlot: SInt8;
636 ioID: SInt8;
726 ioID: SInt8;
827 ioFiller1: SInt8;
853 ioVersNum: SInt8;
854 ioPermssn: SInt8;
875 filler1: SInt8;
938 ioVersNum: SInt8;
939 ioPermssn: SInt8;
[all …]
H A DCFDate.pas244 month: SInt8;
245 day: SInt8;
246 hour: SInt8;
247 minute: SInt8;
H A DTextUtils.pas255 script: SInt8;
256 runVariant: SInt8;
267 flags1: SInt8;
268 flags2: SInt8;
H A DMixedMode.pas255 ISAType = SInt8;
265 RTAType = SInt8;
356 reserved1: SInt8; { Must be 0 }
377 version: SInt8; { Current Routine Descriptor version }
H A DAIFF.pas309 compressionName: SInt8; { variable length array, Pascal string }
361 MIDIdata: SInt8; { variable length array }
385 text: SInt8; { variable length array, Pascal string }
400 text: SInt8; { variable length array, Pascal string }
H A DFinder.pas482 fdScript: SInt8; { Extended flags. Script code if high-bit is set }
483 fdXFlags: SInt8; { Extended flags }
514 frScript: SInt8; { Extended flags. Script code if high-bit is set }
515 frXFlags: SInt8; { Extended flags }
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/TestSuite/Overflows/
H A DArithmetic.hs34 …, testCase "i8" $ assertIsThm $ underflow svPlus (bvAddO :: SInt8 -> SInt8 -> (SBool, SB…
43 …, testCase "i8" $ assertIsThm $ overflow svPlus (bvAddO :: SInt8 -> SInt8 -> (SBool, SB…
52 …, testCase "i8" $ assertIsThm $ underflow svMinus (bvSubO :: SInt8 -> SInt8 -> (SBool, SB…
61 …, testCase "i8" $ assertIsThm $ overflow svMinus (bvSubO :: SInt8 -> SInt8 -> (SBool, SB…
70 …, testCase "i8" $ assertIsThm $ mulChkU bvMulOFast (bvMulO :: SInt8 -> SInt8 -> (SBool, SB…
79 …, testCase "i8" $ assertIsThm $ mulChkO bvMulOFast (bvMulO :: SInt8 -> SInt8 -> (SBool, SB…
88 …, testCase "i8" $ assertIsThm $ never svDivide (bvDivO :: SInt8 -> SInt8 -> (SBool, S…
97 …, testCase "i8" $ assertIsThm $ divChk svDivide (bvDivO :: SInt8 -> SInt8 -> (SBool, S…
106 … , testCase "i8" $ assertIsThm $ underflow1 svNeg0 (bvNegO :: SInt8 -> (SBool, SBool))
115 … , testCase "i8" $ assertIsThm $ overflow1 svNeg0 (bvNegO :: SInt8 -> (SBool, SBool))
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/TestSuite/QuickCheck/
H A DQC.hs25 ++ qc1 (nm ++ ".SInt8" ) op (op :: SInt8 -> SInt8)
39 ++ qc2 (nm ++ ".SInt8" ) op (op :: SInt8 -> SInt8 -> SInt8)
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtmacprocvar.pp8 SInt8 = -128..127;
11 Ptr = ^SInt8;far;
13 Ptr = ^SInt8;near;
16 Ptr = ^SInt8;
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/hfs/
H A DCdrFilRec.struct2 SInt8 cdrType; record type (SignedByte)
3 SInt8 cdrResrv2; reserved (SignedByte)
4 SInt8 filFlags; file flags (SignedByte)
5 SInt8 filTyp; file type (SignedByte)
H A DCatDataRec.struct2 SInt8 cdrType; record type (SignedByte)
3 SInt8 cdrResrv2; reserved (SignedByte)
H A DExtKeyRec.struct2 SInt8 xkrKeyLen; key length (SignedByte)
3 SInt8 xkrFkType; fork type (SignedByte)
H A DCdrFThdRec.struct2 SInt8 cdrType; record type (SignedByte)
3 SInt8 cdrResrv2; reserved (SignedByte)
H A DCdrThdRec.struct2 SInt8 cdrType; record type (SignedByte)
3 SInt8 cdrResrv2; reserved (SignedByte)
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/unix/sysdep/dsp-drivers/
H A Dcoreaudio.c48 SInt8 *block_base; /* base of the memory block */
49 SInt8 *current_base; /* current unread position */
67 unsafe_queue_audio_block(struct audio_queue *queue, SInt8 *block, int len) in unsafe_queue_audio_block()
96 queue_audio_block(struct audio_queue *queue, SInt8 *block, int len) in queue_audio_block()
113 unsafe_dequeue_audio_block(struct audio_queue *queue, SInt8 *block, int len) in unsafe_dequeue_audio_block()
156 dequeue_audio_block(struct audio_queue *queue, SInt8 *block, int len) in dequeue_audio_block()
267 SInt8 *data_block; in coreaudio_dsp_write()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCAAUMIDIMap.h373 void SetNoteOff (UInt8 key, SInt8 channel, bool anyChannel = false)
381 void SetNoteOn (UInt8 key, SInt8 channel, bool anyChannel = false)
388 void SetPolyKey (UInt8 key, SInt8 channel, bool anyChannel = false)
395 void SetControlChange (UInt8 controllerID, SInt8 channel, bool anyChannel = false)
402 void SetPatchChange (UInt8 patchChange, SInt8 channel, bool anyChannel = false)
409 void SetChannelPressure (SInt8 channel, bool anyChannel = false)
416 void SetPitchBend (SInt8 channel, bool anyChannel = false)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/PublicUtility/
H A DCAAUMIDIMap.h335 void SetNoteOff (UInt8 key, SInt8 channel, bool anyChannel = false)
343 void SetNoteOn (UInt8 key, SInt8 channel, bool anyChannel = false)
350 void SetPolyKey (UInt8 key, SInt8 channel, bool anyChannel = false)
357 void SetControlChange (UInt8 controllerID, SInt8 channel, bool anyChannel = false)
364 void SetPatchChange (UInt8 patchChange, SInt8 channel, bool anyChannel = false)
371 void SetChannelPressure (SInt8 channel, bool anyChannel = false)
378 void SetPitchBend (SInt8 channel, bool anyChannel = false)
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/poddecoder/
H A Dpoddelegate.cpp43 qRegisterMetaType<SInt8>(); in PODDelegate()
85 } else if (data.canConvert<SInt8>()) { in createEditor()
175 } else if (data.canConvert<SInt8>()) { in setEditorData()
176 SInt8 sInt8 = data.value<SInt8>(); in setEditorData()
245 } else if (data.canConvert<SInt8>()) { in setModelData()
247 model->setData(index, QVariant::fromValue(SInt8(sintEditor->value()))); in setModelData()
299 } else if (data.canConvert<SInt8>()) { in displayText()
300 SInt8 sInt8 = data.value<SInt8>(); in displayText()

12345678910>>...12