Searched defs:zLeft (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h504 GLuint zLeft = 0; local
619 zLeft = (GLfixed) tmp;
621 zLeft = MAX_GLUINT / 2;
627 zLeft = (GLuint) (z0 + span.attrStepX[FRAG_ATTRIB_WPOS][2] * FixedToFloat(adjx)
778 span.z = zLeft;
846 zLeft += fdzOuter;
878 zLeft += fdzInner;
/external/sqlite/dist/orig/
H A Dsqlite3.c24828 SQLITE_API int SQLITE_STDCALL sqlite3_stricmp(const char *zLeft, const char *zRight){ argument
24830 if( zLeft==0 ){
24835 a = (unsigned char *)zLeft;
24840 SQLITE_API int SQLITE_STDCALL sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
24842 if( zLeft==0 ){
24847 a = (unsigned char *)zLeft;
106112 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
157933 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24828 SQLITE_API int SQLITE_STDCALL sqlite3_stricmp(const char *zLeft, const char *zRight){ argument
24830 if( zLeft==0 ){
24835 a = (unsigned char *)zLeft;
24840 SQLITE_API int SQLITE_STDCALL sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
24842 if( zLeft==0 ){
24847 a = (unsigned char *)zLeft;
106130 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
157963 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]

Completed in 710 milliseconds