Home
last modified time | relevance | path

Searched refs:fromNext (Results 1 – 11 of 11) sorted by relevance

/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Dbase64codec.cpp80 fromNext = fromBegin; in do_in()
99 if( fromEnd == fromNext ) in do_in()
114 fromNext = fromBegin; in do_out()
121 if(fromEnd - fromNext < 1) in do_out()
132 third = fromNext++; in do_out()
144 second = fromNext++; in do_out()
145 third = fromNext++; in do_out()
149 first = fromNext++; in do_out()
171 first = fromNext++; in do_out()
172 second = fromNext++; in do_out()
[all …]
H A Dutf8codec.cpp150 fromNext = fromBegin; in do_in()
153 while(fromNext < fromEnd) { in do_in()
154 uint8_t* fnext = (uint8_t *)(fromNext); in do_in()
193 fromNext += (extraBytesToRead + 1); in do_in()
204 fromNext = fromBegin; in do_out()
210 while(fromNext < fromEnd) { in do_out()
211 ch = *fromNext; in do_out()
251 ++fromNext; in do_out()
260 const char* fromNext = fromBegin; in do_length() local
274 fromNext += extraBytesToRead + 1; in do_length()
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dtextbuffer.h232 const char_type* fromNext = fromBegin; variable
239 res = _codec->out(_state, fromBegin, fromEnd, fromNext, toBegin, toEnd, toNext);
249 fromNext += size;
254 size_t leftover = fromEnd - fromNext;
255 if(leftover && fromNext > fromBegin)
257 std::char_traits<char_type>::move(_ibuf, fromNext, leftover);
336 const extern_type* fromNext = fromBegin; in do_underflow() local
343 r = _codec->in(_state, fromBegin, fromEnd, fromNext, toBegin, toEnd, toNext); in do_underflow()
351 fromNext += n; in do_underflow()
355 std::streamsize consumed = fromNext - fromBegin; in do_underflow()
H A Dbase64codec.h52 const char*& fromNext,
60 const char*& fromNext,
H A Dutf8codec.h71 const char* fromEnd, const char*& fromNext,
76 const Char* fromEnd, const Char*& fromNext,
H A Dtextcodec.h276 const ExternT* fromEnd, const ExternT*& fromNext,
280 const InternT* fromEnd, const InternT*& fromNext,
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/levenshtein/
H A Ddfa.go217 fromNext := b.dfa.states[from].next
220 fromNext[by] = to
224 if fromNext[by] == 0 {
225 fromNext[by] = to
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/types/
H A Dtransaction_test.go347 fromNext, _ := Sender(signer, next)
353 if fromi != fromNext && tip.Cmp(nextTip) < 0 {
354 …d (A=%x P=%v) < tx #%d (A=%x P=%v)", i, fromi[:4], txi.GasPrice(), i+1, fromNext[:4], next.GasPric…
395 fromNext, _ := Sender(signer, next)
398 …d (A=%x P=%v) < tx #%d (A=%x P=%v)", i, fromi[:4], txi.GasPrice(), i+1, fromNext[:4], next.GasPric…
402 …ng: tx #%d (A=%x T=%v) > tx #%d (A=%x T=%v)", i, fromi[:4], txi.time, i+1, fromNext[:4], next.time)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Arceliar/ironwood/encrypted/
H A Dsession.go339 fromNext := remoteKeySeq == info.remoteKeySeq+1
354 case fromNext && toSend:
372 case fromNext && toRecv:
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkutil.h421 void deleteHC(LObject* L, kStrategy strat, BOOLEAN fromNext = FALSE);
H A Dkutil.cc254 void deleteHC(LObject *L, kStrategy strat, BOOLEAN fromNext) in deleteHC() argument
271 if (!fromNext && p_Cmp(p,strat->kNoetherTail(), L->tailRing) == -1) in deleteHC()
294 else if (fromNext) in deleteHC()
300 if (fromNext) in deleteHC()
307 if (! fromNext) in deleteHC()