Searched refs:zPtr (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_linetemp.h53 * if (Z < *zPtr) {
54 * *zPtr = Z;
84 DEPTH_TYPE *zPtr; local
169 zPtr = (DEPTH_TYPE *) _swrast_pixel_address(zrb, x0, y0);
320 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrXstep);
333 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrYstep);
360 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_linetemp.h53 * if (Z < *zPtr) {
54 * *zPtr = Z;
84 DEPTH_TYPE *zPtr; local
169 zPtr = (DEPTH_TYPE *) _swrast_pixel_address(zrb, x0, y0);
320 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrXstep);
333 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrYstep);
360 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_line.c261 if (Z < *zPtr) { \
262 *zPtr = Z; \
284 if (Z < *zPtr) { \
285 *zPtr = Z; \
307 if (Z < *zPtr) { \
308 *zPtr = Z; \
330 if (Z < *zPtr) { \
331 *zPtr = Z; \
352 if (Z < *zPtr) { \
353 *zPtr
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_line.c261 if (Z < *zPtr) { \
262 *zPtr = Z; \
284 if (Z < *zPtr) { \
285 *zPtr = Z; \
307 if (Z < *zPtr) { \
308 *zPtr = Z; \
330 if (Z < *zPtr) { \
331 *zPtr = Z; \
352 if (Z < *zPtr) { \
353 *zPtr
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_intarray.c280 extern int sqlite3TestMakePointerStr(Tcl_Interp*, char *zPtr, void*);
299 char zPtr[100]; local
315 sqlite3TestMakePointerStr(interp, zPtr, pArray);
316 Tcl_AppendResult(interp, zPtr, (char*)0);
H A Dtest_thread.c272 int sqlite3TestMakePointerStr(Tcl_Interp *interp, char *zPtr, void *p);
H A Dvdbeaux.c1035 char zPtr[50]; local
1038 zP4 = displayP4(pOp, zPtr, sizeof(zPtr));
H A Dtest1.c220 int sqlite3TestMakePointerStr(Tcl_Interp *interp, char *zPtr, void *p){ argument
221 sqlite3_snprintf(100, zPtr, "%p", p);
/external/qemu/fpu/
H A Dsoftfloat-macros.h55 | The result is stored in the location pointed to by `zPtr'.
58 INLINE void shift32RightJamming( uint32_t a, int16 count, uint32_t *zPtr )
71 *zPtr = z;
81 | The result is stored in the location pointed to by `zPtr'.
84 INLINE void shift64RightJamming( uint64_t a, int16 count, uint64_t *zPtr )
97 *zPtr = z;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
H A Dosmesa.c175 if (Z < *zPtr) { \
179 *zPtr = Z; \
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c175 if (Z < *zPtr) { \
179 *zPtr = Z; \
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c58339 char zPtr[50]; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c60555 char zPtr[50]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c60583 char zPtr[50]; local
[all...]

Completed in 625 milliseconds