Home
last modified time | relevance | path

Searched refs:_bptr (Results 1 – 12 of 12) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/dll/amp/
H A Dgetbits.c22 _bptr=0; in _fillbfr()
28 _bptr=0; in readsync()
39 pos = _bptr >> 3; in _getbits()
44 ret_value <<= _bptr & 7; in _getbits()
46 _bptr += n; in _getbits()
H A Dgetbits.h55 static int _bptr; variable
/dports/irc/bitchx/bitchx-1.2.1/dll/amp/
H A Dgetbits.c22 _bptr=0; in _fillbfr()
28 _bptr=0; in readsync()
39 pos = _bptr >> 3; in _getbits()
44 ret_value <<= _bptr & 7; in _getbits()
46 _bptr += n; in _getbits()
H A Dgetbits.h55 static int _bptr; variable
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgemsgs.cpp1011 char* _bptr; in LinesToText() local
1014 _bptr = stpcpy(_buf, _line->txt.c_str()); in LinesToText()
1017 _bptr = stpcpy(_bptr, _line->txt.c_str()); in LinesToText()
1018 if((_bptr-_buf) > (bufsize-256)) { in LinesToText()
1019 int bptrlen = (int)(_bptr - _buf); in LinesToText()
1022 _bptr = _buf + bptrlen; in LinesToText()
1032 *_bptr++ = ' '; in LinesToText()
1036 *_bptr++ = SOFTCR; in LinesToText()
1043 *_bptr++ = CR; in LinesToText()
1045 *_bptr++ = LF; in LinesToText()
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgvidinit.cpp528 byte* _bptr = (byte*)0x0465; in detectinfo()
529 _info->color.intensity = (*_bptr & 0x20) ? 0 : 1; in detectinfo()
801 byte* _bptr = (byte*)0x0487; in setrows() local
802 *_bptr |= (byte)0x01; in setrows()
813 byte* _bptr = (byte*)0x0487; in setrows() local
814 *_bptr &= (byte)0xFE; in setrows()
904 byte* _bptr = (byte*)0x0465; in setintensity()
906 uint reg = *_bptr; in setintensity()
/dports/chinese/bitchx/bitchx-1.2.1/dll/fserv/
H A Dfserv.c99 static int _bptr = 0; variable
388 _bptr=0; in readsync()
398 _bptr=0; in _fillbfr()
408 pos = _bptr >> 3; in _getbits()
413 ret_value <<= _bptr & 7; in _getbits()
415 _bptr += n; in _getbits()
/dports/irc/bitchx/bitchx-1.2.1/dll/fserv/
H A Dfserv.c99 static int _bptr = 0; variable
388 _bptr=0; in readsync()
398 _bptr=0; in _fillbfr()
408 pos = _bptr >> 3; in _getbits()
413 ret_value <<= _bptr & 7; in _getbits()
415 _bptr += n; in _getbits()
/dports/games/scummvm/scummvm-2.5.1/graphics/scaler/
H A Dedge.h167 int16 *_bptr; ///< too awkward to pass variables variable
H A Dedge.cpp361 _bptr = _bplanes[1]; in chooseGreyscale()
369 _bptr = _bplanes[0]; in chooseGreyscale()
376 _bptr = _bplanes[2]; in chooseGreyscale()
3379 bplane = _bptr; in antiAliasPass3x()
3464 bplane = _bptr; in antiAliasPass2x()
/dports/audio/snack/snack2.2.10/generic/
H A DjkFormatMP3.h190 static int _bptr; variable
H A DjkFormatMP3.c53 _bptr = 0;
62 pos = _bptr >> 3;
67 ret_value <<= _bptr & 7; in canbe()
69 _bptr += n;
2966 _bptr=0;