Home
last modified time | relevance | path

Searched refs:zLeft (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h509 GLuint zLeft = 0; in NAME() local
624 zLeft = (GLfixed) tmp; in NAME()
626 zLeft = MAX_GLUINT / 2; in NAME()
632 zLeft = (GLuint) (z0 + span.attrStepX[VARYING_SLOT_POS][2] * FixedToFloat(adjx) in NAME()
783 span.z = zLeft; in NAME()
851 zLeft += fdzOuter; in NAME()
883 zLeft += fdzInner; in NAME()
/external/sqlite/dist/orig/
Dsqlite3.c28009 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
28010 if( zLeft==0 ){
28015 return sqlite3StrICmp(zLeft, zRight);
28017 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){
28020 a = (unsigned char *)zLeft;
28030 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){
28032 if( zLeft==0 ){
28037 a = (unsigned char *)zLeft;
113766 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */
113795 zLeft = sqlite3NameFromToken(db, pId);
[all …]
/external/sqlite/dist/
Dsqlite3.c28009 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
28010 if( zLeft==0 ){
28015 return sqlite3StrICmp(zLeft, zRight);
28017 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){
28020 a = (unsigned char *)zLeft;
28030 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){
28032 if( zLeft==0 ){
28037 a = (unsigned char *)zLeft;
113766 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */
113795 zLeft = sqlite3NameFromToken(db, pId);
[all …]