Home
last modified time | relevance | path

Searched refs:syncbuf (Results 1 – 25 of 101) sorted by relevance

12345

/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/target/core/avmm/avalon/
H A Dsyncbuf.h42 class syncbuf : public std::streambuf {
52 syncbuf();
53 ~syncbuf() override;
76 inline syncbuf::syncbuf() { in syncbuf() function
85 inline syncbuf::~syncbuf() { in ~syncbuf()
90 inline void syncbuf::waitforn(char_type* s, std::streamsize count) { in waitforn()
109 inline syncbuf::int_type syncbuf::uflow() { in uflow()
124 inline std::streamsize syncbuf::xsputn(const char_type* s, std::streamsize count) { in xsputn()
150 inline std::streamsize syncbuf::xsgetn(char_type* s, std::streamsize count) { in xsgetn()
H A Davalon_logic.h43 …AvalonLogic(Interface* interface, ModuleDeclaration* md, size_t slot, syncbuf* reqs, syncbuf* resp…
48 …nLogic(Interface* interface, ModuleDeclaration* md, size_t slot, syncbuf* reqs, syncbuf* resps) : … in AvalonLogic()
H A Davalon_compiler.h62 syncbuf reqs_;
63 syncbuf resps_;
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_syncbuf/basic_ops/
H A D1.cc34 std::syncbuf s1; in test01()
38 std::syncbuf s2(&b); in test01()
66 std::syncbuf s1(&b); in test02()
68 std::syncbuf s2(std::move(s1)); in test02()
76 std::syncbuf s1(&b); in test02()
78 std::syncbuf s2; in test02()
90 std::syncbuf s1(&b); in test03()
92 std::syncbuf s2; in test03()
104 std::syncbuf s(&b); in test04()
119 std::syncbuf s(&b); in test04()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_syncbuf/basic_ops/
H A D1.cc34 std::syncbuf s1; in test01()
38 std::syncbuf s2(&b); in test01()
66 std::syncbuf s1(&b); in test02()
68 std::syncbuf s2(std::move(s1)); in test02()
76 std::syncbuf s1(&b); in test02()
78 std::syncbuf s2; in test02()
90 std::syncbuf s1(&b); in test03()
92 std::syncbuf s2; in test03()
104 std::syncbuf s(&b); in test04()
119 std::syncbuf s(&b); in test04()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_syncbuf/basic_ops/
H A D1.cc34 std::syncbuf s1; in test01()
38 std::syncbuf s2(&b); in test01()
66 std::syncbuf s1(&b); in test02()
68 std::syncbuf s2(std::move(s1)); in test02()
76 std::syncbuf s1(&b); in test02()
78 std::syncbuf s2; in test02()
90 std::syncbuf s1(&b); in test03()
92 std::syncbuf s2; in test03()
104 std::syncbuf s(&b); in test04()
119 std::syncbuf s(&b); in test04()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_syncbuf/basic_ops/
H A D1.cc34 std::syncbuf s1; in test01()
38 std::syncbuf s2(&b); in test01()
66 std::syncbuf s1(&b); in test02()
68 std::syncbuf s2(std::move(s1)); in test02()
76 std::syncbuf s1(&b); in test02()
78 std::syncbuf s2; in test02()
90 std::syncbuf s1(&b); in test03()
92 std::syncbuf s2; in test03()
104 std::syncbuf s(&b); in test04()
119 std::syncbuf s(&b); in test04()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/common/
H A Dsyncstream.h71 class syncbuf : public std::streambuf
75 syncbuf(FILE* f) : std::streambuf(), fptr(f) {} in syncbuf() function
122 const syncbuf* rdbuf() const in rdbuf()
128 syncbuf buf;
140 const syncbuf* rdbuf() const in rdbuf()
146 syncbuf buf;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/common/
H A Dsyncstream.h71 class syncbuf : public std::streambuf
75 syncbuf(FILE* f) : std::streambuf(), fptr(f) {} in syncbuf() function
122 const syncbuf* rdbuf() const in rdbuf()
128 syncbuf buf;
140 const syncbuf* rdbuf() const in rdbuf()
146 syncbuf buf;
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/arm_tpiu/
H A Dpd.py50 self.syncbuf = []
123 self.syncbuf = self.syncbuf[-3:] + [pdata[0]]
124 if self.syncbuf == [0xFF, 0xFF, 0xFF, 0x7F]:
126 self.syncbuf = []
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/arm_itm/
H A Dpd.py88 self.syncbuf = []
358 self.syncbuf = self.syncbuf[-5:] + [pdata[0]]
359 if self.syncbuf == [0, 0, 0, 0, 0, 0x80]:
360 self.buf = self.syncbuf
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DMULTI.C29 char syncbuf[MAXIPXSIZ]; variable
722 if (i == 128) { syncbuf[syncbufleng++] = ESC1; continue; } in getpacket()
723 if (i == 129) { syncbuf[syncbufleng++] = ESC2; continue; } in getpacket()
726 if (syncbufleng < MAXIPXSIZ) syncbuf[syncbufleng++] = i; in getpacket()
738 if ((syncbuf[0]&127) != *incnt) in getpacket()
741 if ((*incnt == 1) && (syncbuf[1] == 254)) //Prevent 2 Masters! in getpacket()
744 if (((syncbuf[0]&128)>>7) != (messleng&1)) bad |= 2; //messleng error in getpacket()
745 for(i=0;i<messleng;i++) bufptr[i] = syncbuf[i+1]; in getpacket()
749 updatecrc16(i,syncbuf[0]); in getpacket()
750 if (((unsigned short)i) != ((long)syncbuf[syncbufleng-2])+((long)syncbuf[syncbufleng-1]<<8)) in getpacket()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DMULTI.C29 char syncbuf[MAXIPXSIZ]; variable
722 if (i == 128) { syncbuf[syncbufleng++] = ESC1; continue; } in getpacket()
723 if (i == 129) { syncbuf[syncbufleng++] = ESC2; continue; } in getpacket()
726 if (syncbufleng < MAXIPXSIZ) syncbuf[syncbufleng++] = i; in getpacket()
738 if ((syncbuf[0]&127) != *incnt) in getpacket()
741 if ((*incnt == 1) && (syncbuf[1] == 254)) //Prevent 2 Masters! in getpacket()
744 if (((syncbuf[0]&128)>>7) != (messleng&1)) bad |= 2; //messleng error in getpacket()
745 for(i=0;i<messleng;i++) bufptr[i] = syncbuf[i+1]; in getpacket()
749 updatecrc16(i,syncbuf[0]); in getpacket()
750 if (((unsigned short)i) != ((long)syncbuf[syncbufleng-2])+((long)syncbuf[syncbufleng-1]<<8)) in getpacket()
[all …]
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/arm_etmv3/
H A Dpd.py178 self.syncbuf = []
551 self.syncbuf = self.syncbuf[-4:] + [pdata[0]]
552 if self.syncbuf == [0x00, 0x00, 0x00, 0x00, 0x80]:
553 self.buf = self.syncbuf
554 self.syncbuf = []
/dports/audio/bristol/bristol-0.60.10/bristol/
H A Dbristoljupiter.c49 static float *syncbuf = (float *) NULL; variable
752 audiomain->palette[30]->specs->io[3].buf = syncbuf; /* Sync buff */ in operateOneJupiter()
756 audiomain->palette[30]->specs->io[4].buf = syncbuf; /* Sync out buff */ in operateOneJupiter()
805 audiomain->palette[30]->specs->io[3].buf = syncbuf; /* Sync buff */ in operateOneJupiter()
809 audiomain->palette[30]->specs->io[4].buf = syncbuf; in operateOneJupiter()
1002 if (syncbuf != NULL) in bristolJupiterDestroy()
1003 bristolfree(syncbuf); in bristolJupiterDestroy()
1019 syncbuf = NULL; in bristolJupiterDestroy()
1128 if (syncbuf == NULL) in bristolJupiterInit()
1129 syncbuf = (float *) bristolmalloc0(audiomain->segmentsize); in bristolJupiterInit()
H A Dbristolbitone.c46 static float *syncbuf = (float *) NULL; variable
716 audiomain->palette[30]->specs->io[4].buf = syncbuf; /* Sync out buff */ in operateOneBitone()
764 audiomain->palette[30]->specs->io[3].buf = syncbuf; /* Sync buff */ in operateOneBitone()
939 if (syncbuf != NULL) in bristolBitoneDestroy()
940 bristolfree(syncbuf); in bristolBitoneDestroy()
955 syncbuf = NULL; in bristolBitoneDestroy()
1060 if (syncbuf == NULL) in bristolBitoneInit()
1061 syncbuf = (float *) bristolmalloc0(audiomain->segmentsize); in bristolBitoneInit()
H A Dbristolpoly800.c365 bristolbzero(P800LOCAL->syncbuf, audiomain->segmentsize); in operateOnePoly800()
371 audiomain->palette[B_NRO]->specs->io[4].buf = P800LOCAL->syncbuf; /* Sout */ in operateOnePoly800()
434 audiomain->palette[B_NRO]->specs->io[3].buf = P800LOCAL->syncbuf; in operateOnePoly800()
597 bristolfree(P800LOCAL->syncbuf); in bristolPoly800Destroy()
672 if (P800LOCAL->syncbuf == NULL) in bristolPoly800Init()
673 P800LOCAL->syncbuf = (float *) bristolmalloc0(audiomain->segmentsize); in bristolPoly800Init()
H A Dbristolpoly800.h60 float *syncbuf; member
H A Dbristolexplorer.c40 static float *syncbuf = (float *) NULL; variable
615 audiomain->palette[(*baudio->sound[0]).index]->specs->io[4].buf = syncbuf; in operateOneExpVoice()
679 = syncbuf; in operateOneExpVoice()
856 bristolfree(syncbuf); in destroyOneExpVoice()
926 if (syncbuf == (float *) NULL) in bristolExpInit()
927 syncbuf = (float *) bristolmalloc0(audiomain->segmentsize); in bristolExpInit()
H A Dbristoltrilogy.h100 float *syncbuf; member
/dports/comms/fldigi/fldigi-4.1.20/src/psk/
H A Dviewpsk.cxx119 channel[i].syncbuf[j] = 0.0; in init()
630 channel[ch].syncbuf[idx] = 0.8 * channel[ch].syncbuf[idx] + 0.2 * abs(z2); in rx_process()
636 sum += (channel[ch].syncbuf[i] - channel[ch].syncbuf[i+8]); in rx_process()
637 ampsum += (channel[ch].syncbuf[i] + channel[ch].syncbuf[i+8]); in rx_process()
/dports/devel/skalibs/skalibs-2.10.0.3/src/libunixonacid/
H A Dtextclient_startf.c19 textmessage_receiver_init(&a->syncin, fd[0], a->syncbuf, TEXTCLIENT_BUFSIZE, TEXTMESSAGE_MAXLEN) ; in textclient_startf()
H A Dtextclient_start.c22 textmessage_receiver_init(&a->syncin, fd, a->syncbuf, TEXTCLIENT_BUFSIZE, TEXTMESSAGE_MAXLEN) ; in textclient_start()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dthrob.h85 double syncbuf[MAX_RX_SYMLEN]; variable
H A Dviewpsk.h56 double syncbuf[16]; member

12345