Home
last modified time | relevance | path

Searched refs:_bp (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/databases/cego/cego-2.47.11/src/
H A DCegoObjectCursor.cc87 if ( void* p = _bp.getFirstEntry() ) in getFirst()
91 len = _bp.getEntryLen(); in getFirst()
96 _pageId = _bp.getNextPageId(); in getFirst()
113 _bp = nbp; in getFirst()
136 len = _bp.getEntryLen(); in getFirst()
171 void* p = _bp.getNextEntry(); in getNext()
176 len = _bp.getEntryLen(); in getNext()
181 _pageId = _bp.getNextPageId(); in getNext()
197 _bp = nbp; in getNext()
219 len = _bp.getEntryLen(); in getNext()
[all …]
H A DCegoImpInStream.cc59 if ( _bp.isFixed() ) in ~CegoImpInStream()
60 _pDBMng->bufferUnfix(_bp, true, _pGTM->getLockHandler()); in ~CegoImpInStream()
73 if ( _bp.isFixed() ) in putFirst()
75 _pDBMng->bufferUnfix(_bp, true, _pGTM->getLockHandler()); in putFirst()
304 _pGTM->getObjectWithFix(tabSetId, tabName, CegoObject::TABLE, _oe, _bp); in insertData()
305 _sysEntry = CegoDataPointer(_bp.getPageId(), _bp.getEntryPos()); in insertData()
/dports/japanese/ng/ng-1.4.4/
H A Dundo.h74 #define undo_check(_bp) ((_bp)->b_utop != (_bp)->b_ubottom) argument
75 #define undo_reset(_bp) ((void)((_bp)->b_ubottom = (_bp)->b_utop = 0, \ argument
76 (_bp)->b_ulast = NULL))
/dports/japanese/ng-devel/ng-1.5beta1/
H A Dundo.h74 #define undo_check(_bp) ((_bp)->b_utop != (_bp)->b_ubottom) argument
75 #define undo_reset(_bp) ((void)((_bp)->b_ubottom = (_bp)->b_utop = 0, \ argument
76 (_bp)->b_ulast = NULL))
/dports/japanese/ng-canna/ng-1.4.4/
H A Dundo.h74 #define undo_check(_bp) ((_bp)->b_utop != (_bp)->b_ubottom) argument
75 #define undo_reset(_bp) ((void)((_bp)->b_ubottom = (_bp)->b_utop = 0, \ argument
76 (_bp)->b_ulast = NULL))
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/usecode/
H A Duc_process.cpp34 _bp(0x0000), _temp32(0) { // !! fixme in DEFINE_RUNTIME_CLASSTYPE_CODE()
40 : Process(), _classId(0xFFFF), _ip(0xFFFF), _bp(0x0000), _temp32(0) { in UCProcess()
56 _bp = 0x0000; in load()
89 _stack.push2(_bp); // BP+00 prev BP in call()
93 _bp = static_cast<uint16>(_stack.getSP()); // TRUNCATES! in call()
97 _stack.setSP(_bp); in ret()
99 _bp = _stack.pop2(); in ret()
159 ws->writeUint16LE(_bp); in saveData()
175 _bp = rs->readUint16LE(); in loadData()
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dprofiledist_8h.tex45 \index{profiledist.h@{profiledist.h}!Make\_bp\_profile\_bppm@{Make\_bp\_profile\_bppm}}
46 \index{Make\_bp\_profile\_bppm@{Make\_bp\_profile\_bppm}!profiledist.h@{profiledist.h}}
47 \doxysubsubsection{\texorpdfstring{Make\_bp\_profile\_bppm()}{Make\_bp\_profile\_bppm()}}
77 \index{profiledist.h@{profiledist.h}!Make\_bp\_profile@{Make\_bp\_profile}}
78 \index{Make\_bp\_profile@{Make\_bp\_profile}!profiledist.h@{profiledist.h}}
79 \doxysubsubsection{\texorpdfstring{Make\_bp\_profile()}{Make\_bp\_profile()}}
H A Dgroup__struct__utils.tex69 \index{Secondary Structure Utilities@{Secondary Structure Utilities}!vrna\_bp\_distance@{vrna\_bp\_…
70 \index{vrna\_bp\_distance@{vrna\_bp\_distance}!Secondary Structure Utilities@{Secondary Structure U…
71 \doxysubsubsection{\texorpdfstring{vrna\_bp\_distance()}{vrna\_bp\_distance()}}
123 …ure Utilities@{Secondary Structure Utilities}!vrna\_db\_from\_bp\_stack@{vrna\_db\_from\_bp\_stack…
124 \index{vrna\_db\_from\_bp\_stack@{vrna\_db\_from\_bp\_stack}!Secondary Structure Utilities@{Seconda…
125 \doxysubsubsection{\texorpdfstring{vrna\_db\_from\_bp\_stack()}{vrna\_db\_from\_bp\_stack()}}
H A Dstructvrna__sc__bp__storage__t.tex2 \label{structvrna__sc__bp__storage__t}\index{vrna\_sc\_bp\_storage\_t@{vrna\_sc\_bp\_storage\_t}}
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dhelp.c25 #define ADVANCE(_bp) while (*(_bp)) (_bp)++ argument
26 #define ADDCOMMA(_bp) {strcpy (_bp, ", "); ADVANCE (_bp);} argument
H A Dgraph2.c80 #define ADVANCE(_bp) while (*(_bp)) (_bp)++ argument
81 #define ADDARROW(_bp) {strcpy (_bp, " -> "); ADVANCE (_bp);} argument
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Dstring_pn.cpp132 _bp = 0; in pcf()
137 if ((ch != 32) || (_bp + _xofs != 50)) in pcf()
138 _buffer[_bp++] = ch; in pcf()
140 if ((ch != 254) && (!Common::isSpace(ch)) && (_bp < 60)) in pcf()
143 if (_bp + _xofs > 50) { in pcf()
150 _buffer[_bp] = 0; in pcf()
152 _xofs += _bp; in pcf()
153 _bp = 0; in pcf()
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Dstring_pn.cpp132 _bp = 0; in pcf()
137 if ((ch != 32) || (_bp + _xofs != 50)) in pcf()
138 _buffer[_bp++] = ch; in pcf()
140 if ((ch != 254) && (!Common::isSpace(ch)) && (_bp < 60)) in pcf()
143 if (_bp + _xofs > 50) { in pcf()
150 _buffer[_bp] = 0; in pcf()
152 _xofs += _bp; in pcf()
153 _bp = 0; in pcf()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/bn/asm/
H A Darmv4-mont.pl46 $_bp="$num,#13*4";
106 ldr $tp,[$_bp] @ restore bp
123 str $tp,[$_bp] @ save bp
150 ldr $tp,[$_bp] @ restore bp
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/reader/
H A DOMReader.cc725 size_t _OMReader_::restore_binary_custom_data(std::istream& _is, BaseProperty* _bp, size_t _n_elem,… in restore_binary_custom_data() argument
727 assert( !_bp || (_bp->name() == property_name_)); in restore_binary_custom_data()
737 if (_bp) { in restore_binary_custom_data()
738 size_t n_bytes = _bp->size_of(_n_elem); in restore_binary_custom_data()
741 …&& (_bp->element_size() == BaseProperty::UnknownSize || (_n_elem * _bp->element_size() == block_si… in restore_binary_custom_data()
744 bytes += (b=_bp->restore( _is, _swap )); in restore_binary_custom_data()
746 bytes += _bp->restore(_is, _swap); in restore_binary_custom_data()
753 assert( block_size == _bp->size_of()); in restore_binary_custom_data()
757 … omerr() << "Warning! Property " << _bp->name() << " not loaded: " << "Mismatching data sizes!n"; in restore_binary_custom_data()
/dports/biology/gcta/gcta_1.26.0_src/
H A Dld.cpp113 if (_bp[_include[R + 1]] - _bp[_include[smpl[i]]] > wind_size) break; in EstLD()
128 if (_bp[_include[smpl[i]]] - _bp[_include[L - 1]] > wind_size) break; in EstLD()
154 dL[i] = _bp[_include[smpl[i]]] - _bp[_include[maxL]]; in EstLD()
155 dR[i] = _bp[_include[maxR]] - _bp[_include[smpl[i]]]; in EstLD()
327 || ((_bp[_include[i]] - _bp[_include[brk_pnt1[j]]] > 0.5 * wind_bp) in get_ld_blk_pnt()
331 …else if (_chr[_include[i]] != _chr[_include[brk_pnt1[j]]] || _bp[_include[i]] - _bp[_include[i-1]]… in get_ld_blk_pnt()
333 || ((_bp[_include[i-1]] - _bp[_include[brk_pnt1[j]]] > 0.5 * wind_bp) in get_ld_blk_pnt()
346 …else if ((_bp[_include[i]] - _bp[_include[brk_pnt1[j]]] > wind_bp) && (i - brk_pnt1[j] >= wind_snp… in get_ld_blk_pnt()
764 _bp.resize(m); in ld_seg()
884 …else if ((_bp[_include[i]] - _bp[_include[brk_pnt1[j]]] > ldwt_seg) && (i - brk_pnt1[j] > wind_snp… in get_lds_brkpnt()
[all …]
H A Dgwas_simu.cpp534 …iter1 = upper_bound(hap_genet[_chr[i] - 1][0].begin(), hap_genet[_chr[i] - 1][0].end(), _bp[i - 1]… in genet_dst()
535 … iter2 = upper_bound(hap_genet[_chr[i] - 1][0].begin(), hap_genet[_chr[i] - 1][0].end(), _bp[i]); in genet_dst()
537 dst[i] = _bp[i] - _bp[i - 1]; in genet_dst()
542 prev_bp = _bp[i - 1]; in genet_dst()
548 dst[i] += (_bp[i] - prev_bp) * hap_genet[_chr[i] - 1][1][pos1 - 1]; in genet_dst()
555 …t_bim << _chr[i] << "\t" << _snp_name[i] << "\t" << dst[i]*1e-6 << "\t" << _bp[i] << "\t" << _alle… in genet_dst()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DBaseKernel.hh654 size_t _add_vprop( BaseProperty* _bp ) { return vprops_._add( _bp ); } in _add_vprop() argument
655 size_t _add_eprop( BaseProperty* _bp ) { return eprops_._add( _bp ); } in _add_eprop() argument
656 size_t _add_hprop( BaseProperty* _bp ) { return hprops_._add( _bp ); } in _add_hprop() argument
657 size_t _add_fprop( BaseProperty* _bp ) { return fprops_._add( _bp ); } in _add_fprop() argument
658 size_t _add_mprop( BaseProperty* _bp ) { return mprops_._add( _bp ); } in _add_mprop() argument
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dvsp.c52 static BYTE _bp[4][480]; variable
105 bp[0] = _bp[0]; bc[0] = _bc[0]; in extract()
106 bp[1] = _bp[1]; bc[1] = _bc[1]; in extract()
107 bp[2] = _bp[2]; bc[2] = _bc[2]; in extract()
108 bp[3] = _bp[3]; bc[3] = _bc[3]; in extract()
/dports/graphics/py-visvis/visvis-1.13.0/utils/ssdf/
H A Dssdf_bin.py415 self._bp = 0 # buffer pointer
435 self._bp = 0
479 bytes_in_buffer = len(self._buffer) - self._bp
485 localBuffer = [self._buffer[self._bp:]]
499 self._bp = offset
508 i1 = self._bp
509 self._bp = i2 = i1 + n
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/
H A Dmethod5.go241 _bp := tbigp([2]uintptr{7,8})
242 checkI("&_bp", &_bp, 15)
243 checkF("_bp.m", _bp.m, 15)
244 checkF("(&_bp).m", (&_bp).m, 15)
245 _pbp := &_bp
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/
H A Dmethod5.go241 _bp := tbigp([2]uintptr{7,8})
242 checkI("&_bp", &_bp, 15)
243 checkF("_bp.m", _bp.m, 15)
244 checkF("(&_bp).m", (&_bp).m, 15)
245 _pbp := &_bp
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dmethod5.go241 _bp := tbigp([2]uintptr{7,8})
242 checkI("&_bp", &_bp, 15)
243 checkF("_bp.m", _bp.m, 15)
244 checkF("(&_bp).m", (&_bp).m, 15)
245 _pbp := &_bp
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Dmethod5.go241 _bp := tbigp([2]uintptr{7,8})
242 checkI("&_bp", &_bp, 15)
243 checkF("_bp.m", _bp.m, 15)
244 checkF("(&_bp).m", (&_bp).m, 15)
245 _pbp := &_bp
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/
H A Dmethod5.go241 _bp := tbigp([2]uintptr{7,8})
242 checkI("&_bp", &_bp, 15)
243 checkF("_bp.m", _bp.m, 15)
244 checkF("(&_bp).m", (&_bp).m, 15)
245 _pbp := &_bp

12345678910>>...13