Searched defs:pbase (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgqsort.c106 * @pbase: start of array to sort
117 g_qsort_with_data (gconstpointer pbase, argument
123 register char *base_ptr = (char *) pbase;
128 g_return_if_fail (pbase != NULL || total_elems == 0);
/external/quake/quake/src/QW/client/
H A Dd_varsa.s89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
98 pbase: .long 0 label
H A Dd_scan.c258 unsigned char *pbase, *pdest; local
266 pbase = (unsigned char *)cacheblock;
370 *pdest++ = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
H A Dd_sprite.c41 byte *pbase, *pdest; local
51 pbase = cacheblock;
163 btemp = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
H A Dd_varsa.asm213 externdef pbase:dword
276 public pbase, s, t, sfracf, tfracf, snext, tnext
285 pbase dd 0 define
/external/quake/quake/src/WinQuake/
H A Dd_varsa.s89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
98 pbase: .long 0 label
H A Dd_scan.cpp260 unsigned char *pbase, *pdest; local
268 pbase = (unsigned char *)cacheblock;
372 *pdest++ = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
H A Dd_sprite.cpp41 byte *pbase, *pdest; local
51 pbase = cacheblock;
163 btemp = *(pbase + (s >> 16) + (t >> 16) * cachewidth);
/external/chromium/third_party/libevent/test/
H A Dregress_rpc.c129 rpc_setup(struct evhttp **phttp, short *pport, struct evrpc_base **pbase) argument
143 *pbase = base;
/external/stlport/stlport/stl/
H A D_streambuf.h111 char_type* pbase() const { return _M_pbegin; } // Beginning function in class:basic_streambuf

Completed in 2603 milliseconds