Home
last modified time | relevance | path

Searched refs:_decoded (Results 1 – 25 of 91) sorted by relevance

1234

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/macventure/
H A Dtext.cpp111 _decoded = Common::String(str); in decodeOld()
115 _decoded = Common::String(""); in decodeHuffman()
144 _decoded += c; in decodeHuffman()
153 _decoded.replace(_decoded.end(), _decoded.end(), *embedded.decode()); in decodeHuffman()
156 _decoded.replace(_decoded.end() - 1, _decoded.end(), ""); in decodeHuffman()
161 _decoded.replace(_decoded.end(), _decoded.end(), getNoun(embedId)); in decodeHuffman()
166 _decoded.replace(_decoded.end() - 1, _decoded.end(), ""); in decodeHuffman()
170 _decoded.replace(_decoded.end(), _decoded.end(), Common::String(c)); in decodeHuffman()
173 _decoded += '\0'; in decodeHuffman()
174 debugC(3, kMVDebugText, "Decoded string [%d] (new encoding): %s", _id, _decoded.c_str()); in decodeHuffman()
H A Dtext.h47 return &_decoded; in decode()
66 Common::String _decoded; variable
/dports/games/scummvm/scummvm-2.5.1/engines/macventure/
H A Dtext.cpp111 _decoded = Common::String(str); in decodeOld()
115 _decoded = Common::String(""); in decodeHuffman()
144 _decoded += c; in decodeHuffman()
153 _decoded.replace(_decoded.end(), _decoded.end(), *embedded.decode()); in decodeHuffman()
156 _decoded.replace(_decoded.end() - 1, _decoded.end(), ""); in decodeHuffman()
161 _decoded.replace(_decoded.end(), _decoded.end(), getNoun(embedId)); in decodeHuffman()
166 _decoded.replace(_decoded.end() - 1, _decoded.end(), ""); in decodeHuffman()
170 _decoded.replace(_decoded.end(), _decoded.end(), Common::String(c)); in decodeHuffman()
173 _decoded += '\0'; in decodeHuffman()
174 debugC(3, kMVDebugText, "Decoded string [%d] (new encoding): %s", _id, _decoded.c_str()); in decodeHuffman()
H A Dtext.h47 return &_decoded; in decode()
66 Common::String _decoded; variable
/dports/games/gltron/gltron-0.70/nebu/audio/
H A DSourceMusic.cpp17 _decoded = 0; in SourceMusic()
72 _decoded = 0; in CreateSample()
85 _decoded = 0; in CleanUp()
105 if(len < (_decoded - _read + _buffersize) % _buffersize) { in Mix()
137 while( _read == _decoded || in Idle()
138 (_read - _decoded + _buffersize) % _buffersize > in Idle()
144 if(count <= _buffersize - _decoded) { in Idle()
145 memcpy(_buffer + _decoded, _sample->buffer, count); in Idle()
150 memcpy(_buffer + _decoded, _sample->buffer, _buffersize - _decoded); in Idle()
152 count - (_buffersize - _decoded)); in Idle()
[all …]
H A DSourceSample.cpp14 _decoded = 0; in SourceSample()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DX509AuthorityKeyIdentifierExtension.cs12 private bool _decoded; field in System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension
19 _decoded = false; in X509AuthorityKeyIdentifierExtension()
28 if (!_decoded)
39 if (!_decoded)
50 if (!_decoded)
59 if (_decoded) in Decode()
117 _decoded = true; in Decode()
126 _decoded = false; in CopyFrom()
H A DX509BasicConstraintsExtension.cs22 _decoded = true; in X509BasicConstraintsExtension()
39 if (!_decoded)
50 if (!_decoded)
61 if (!_decoded)
71 _decoded = false; in CopyFrom()
89 _decoded = true; in DecodeExtension()
95 private bool _decoded; field in System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension
H A DX509KeyUsageExtension.cs22 _decoded = true; in X509KeyUsageExtension()
39 if (!_decoded)
42 _decoded = true;
51 _decoded = false; in CopyFrom()
54 private bool _decoded; field in System.Security.Cryptography.X509Certificates.X509KeyUsageExtension
H A DX509EnhancedKeyUsageExtension.cs23 _decoded = true; in X509EnhancedKeyUsageExtension()
40 if (!_decoded)
43 _decoded = true;
52 _decoded = false; in CopyFrom()
63 private bool _decoded; field in System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension
H A DX509SubjectKeyIdentifierExtension.cs23 _decoded = true; in X509SubjectKeyIdentifierExtension()
55 if (!_decoded)
60 _decoded = true;
69 _decoded = false; in CopyFrom()
139 private bool _decoded; field in System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension
/dports/devel/liborcus/liborcus-0.16.1/src/parser/
H A Dbase64.cpp41 vector<char> _decoded(to_binary(base64.begin()), to_binary(base64.end())); in decode_from_base64() local
42 _decoded.erase(_decoded.end()-pad_size, _decoded.end()); in decode_from_base64()
44 decoded.swap(_decoded); in decode_from_base64()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dprocessor_text.cpp208 _decoded[i++] = translate_from_zscii(c); in load_string()
210 _decoded[i++] = 0; in load_string()
228 ptr = _decoded; in encode_text()
232 if (padding == 0x05 && _decoded[1] == 0) { in encode_text()
233 switch (_decoded[0]) { in encode_text()
330 ptr = _decoded; in decode_text()
567 while (wordSize < (_resolution * 3) && _decoded[wordSize]) in handleAbbreviations()
569 Common::U32String word(_decoded, _decoded + wordSize); in handleAbbreviations()
702 _decoded[len++] = c; in completion()
707 _decoded[len] = 0; in completion()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dprocessor_text.cpp208 _decoded[i++] = translate_from_zscii(c); in load_string()
210 _decoded[i++] = 0; in load_string()
228 ptr = _decoded; in encode_text()
232 if (padding == 0x05 && _decoded[1] == 0) { in encode_text()
233 switch (_decoded[0]) { in encode_text()
330 ptr = _decoded; in decode_text()
567 while (wordSize < (_resolution * 3) && _decoded[wordSize]) in handleAbbreviations()
569 Common::U32String word(_decoded, _decoded + wordSize); in handleAbbreviations()
702 _decoded[len++] = c; in completion()
707 _decoded[len] = 0; in completion()
[all …]
/dports/deskutils/py-py3status/py3status-3.40/py3status/
H A Dprivate.py21 self._decoded = False
34 if not self._decoded:
152 self._decoded = True
165 self._decoded = True
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/test/
H A Drun.py58 r = _decoded(std.getvalue())
98 r = _decoded(p.communicate()[0])
117 def _decoded(r): function
124 def _decoded(r): # PYCHOK redefined function
/dports/www/py-turbogears2/TurboGears2-2.3.12/tg/controllers/
H A Dutil.py108 self._decoded = None
112 if self._decoded == None:
113 self._decoded = url(self.base_url, params=self.params, **self.kwargs)
114 return self._decoded
/dports/games/flightgear/flightgear-2020.3.11/src/Environment/
H A Dmetarproperties.hxx55 const char * get_decoded() const { return _decoded.c_str(); } in get_decoded()
96 std::string _decoded; member in Environment::MetarProperties
H A Dmetarproperties.cxx240 _decoded.clear(); in setMetar()
247 if( false == _decoded.empty() ) _decoded.append(", "); in setMetar()
248 _decoded.append(*it); in setMetar()
/dports/net/py-uritools/uritools-3.0.2/src/uritools/
H A Dencoding.py16 _decoded = {(a + b).encode(): bytes.fromhex(a + b) for a in _hex for b in _hex} variable
42 decode = _decoded.get
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/crypto/
H A Dcontext_factory.py248 _decoded = hostname.decode("ascii")
249 if isIPAddress(_decoded) or isIPv6Address(_decoded):
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dimage_file.cpp57 if (_frames[idx]._decoded) in ~ImageFile()
63 if (!_frames[index]._decoded) { in operator []()
129 frame._decoded = true; in load()
136 frame._decoded = false; in load()
400 frame._decoded = true; in loadAnimationFile()
633 imageFrame._decoded = true; in load3DOCelFile()
760 imageFrame._decoded = true; in load3DOCelRoomData()
1005 imageFrame._decoded = true; in loadFont()
/dports/games/gltron/gltron-0.70/nebu/include/audio/
H A Dnebu_SourceSample.h25 int _decoded; variable
H A Dnebu_SourceMusic.h36 int _decoded; variable
/dports/net/py-msrplib/python-msrplib-0.20.0/msrplib/
H A Dprotocol.py241 self._encoded = self.type.encode(self._decoded)
247 self._decoded = None
251 if self._decoded is None:
253 self._decoded = self.type.decode(self._encoded)
256 return self._decoded
266 self._decoded = decoded

1234