Home
last modified time | relevance | path

Searched refs:pbase (Results 1 – 25 of 44) sorted by relevance

12

/external/stlport/src/
Dstrstream.cpp113 return int(pptr() ? pptr() - pbase() : 0); in pcount()
122 ptrdiff_t old_size = epptr() - pbase(); in overflow()
127 memcpy(buf, pbase(), old_size); in overflow()
129 char* old_buffer = pbase(); in overflow()
234 if (seeklow + __STATIC_CAST(ptrdiff_t, off) < pbase()) { in seekoff()
239 setp(pbase(), epptr()); in seekoff()
240 pbump((int)(off - (pbase() - seeklow))); in seekoff()
Dstdio_streambuf.cpp207 ptrdiff_t unwritten = this->pptr() - this->pbase(); in overflow()
211 if (this->pptr() - this->pbase() < unwritten) in overflow()
/external/qemu/
Dcbuffer.c52 cbuffer_write_peek( CBuffer* cb, uint8_t* *pbase ) in cbuffer_write_peek() argument
65 *pbase = cb->buff + wpos; in cbuffer_write_peek()
152 cbuffer_read_peek( CBuffer* cb, uint8_t* *pbase ) in cbuffer_read_peek() argument
162 *pbase = cb->buff + rpos; in cbuffer_read_peek()
Dcbuffer.h42 extern int cbuffer_write_peek( CBuffer* cb, uint8_t* *pbase );
52 extern int cbuffer_read_peek( CBuffer* cb, uint8_t* *pbase );
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTypedValue.java122 public static float complexToFraction(int data, float base, float pbase) in complexToFraction() argument
128 return complexToFloat(data) * pbase; in complexToFraction()
134 public float getFraction(float base, float pbase) in getFraction() argument
136 return complexToFraction(typedValue.data, base, pbase); in getFraction()
/external/zlib/src/contrib/iostream3/
Dzfstream.cc217 if (this->pbase()) in overflow()
220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) in overflow()
229 int bytes_to_write = this->pptr() - this->pbase(); in overflow()
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow()
353 if (!this->pbase()) in disable_buffer()
/external/stlport/stlport/stl/
D_sstream.c177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) { in xsputn()
220 if (this->pbase() == _S_start(_M_str)) { in _M_xsputnc()
269 if (this->pbase() == _S_start(_M_str)) { in setbuf()
271 __offp = this->pptr() - this->pbase(); in setbuf()
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase(); in seekoff()
344 ptrdiff_t __n = this->epptr() - this->pbase(); in seekoff()
348 this->setp(this->pbase(), this->pbase() + __n); in seekoff()
D_streambuf.h111 char_type* pbase() const { return _M_pbegin; } // Beginning in pbase() function
/external/yaffs2/yaffs2/
Dyaffs_qsort.h36 extern void qsort (void *const pbase,
/external/quake/quake/src/WinQuake/
Dd_varsa.s89 .globl pbase, s, t, sfracf, tfracf, snext, tnext symbol
98 pbase: .long 0 label
Dd_scan.cpp260 unsigned char *pbase, *pdest; in D_DrawSpans8() local
268 pbase = (unsigned char *)cacheblock; in D_DrawSpans8()
372 *pdest++ = *(pbase + (s >> 16) + (t >> 16) * cachewidth); in D_DrawSpans8()
Dd_sprite.cpp41 byte *pbase, *pdest; in D_SpriteDrawSpans() local
51 pbase = cacheblock; in D_SpriteDrawSpans()
163 btemp = *(pbase + (s >> 16) + (t >> 16) * cachewidth); in D_SpriteDrawSpans()
Dquakeasm.h246 .extern pbase
Dd_spr8.s107 movl %edx,pbase // pbase = cacheblock
309 movl pbase,%ebx
/external/quake/quake/src/QW/client/
Dd_varsa.s89 .globl pbase, s, t, sfracf, tfracf, snext, tnext symbol
98 pbase: .long 0 label
Dd_scan.c258 unsigned char *pbase, *pdest; in D_DrawSpans8() local
266 pbase = (unsigned char *)cacheblock; in D_DrawSpans8()
370 *pdest++ = *(pbase + (s >> 16) + (t >> 16) * cachewidth); in D_DrawSpans8()
Dd_sprite.c41 byte *pbase, *pdest; in D_SpriteDrawSpans() local
51 pbase = cacheblock; in D_SpriteDrawSpans()
163 btemp = *(pbase + (s >> 16) + (t >> 16) * cachewidth); in D_SpriteDrawSpans()
Dd_varsa.asm213 externdef pbase:dword
276 public pbase, s, t, sfracf, tfracf, snext, tnext
285 pbase dd 0 define
Dquakeasm.h240 .extern pbase
Dd_spr8.s107 movl %edx,pbase // pbase = cacheblock
309 movl pbase,%ebx
Dr_varsa.asm213 externdef pbase:dword
Dd_draw.s111 movl %edx,pbase // pbase = cacheblock
281 movl pbase,%ebx
/external/oprofile/include/
Dsstream76 if (pbase() != 0)
77 return string(stream, pptr()-pbase());
114 stringbuf_sync(gptr()-eback(), pptr()-pbase());
/external/chromium/third_party/libevent/test/
Dregress_rpc.c129 rpc_setup(struct evhttp **phttp, short *pport, struct evrpc_base **pbase) in rpc_setup() argument
143 *pbase = base; in rpc_setup()
/external/zlib/src/contrib/iostream/
Dzfstream.cpp223 q = pbase(); in flushbuf()

12