Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h504 GLuint zLeft = 0; in NAME() local
619 zLeft = (GLfixed) tmp; in NAME()
621 zLeft = MAX_GLUINT / 2; in NAME()
627 zLeft = (GLuint) (z0 + span.attrStepX[FRAG_ATTRIB_WPOS][2] * FixedToFloat(adjx) in NAME()
778 span.z = zLeft; in NAME()
846 zLeft += fdzOuter; in NAME()
878 zLeft += fdzInner; in NAME()
/external/sqlite/dist/orig/
Dsqlite3.c27903 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
27904 if( zLeft==0 ){
27909 return sqlite3StrICmp(zLeft, zRight);
27911 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){
27914 a = (unsigned char *)zLeft;
27924 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){
27926 if( zLeft==0 ){
27931 a = (unsigned char *)zLeft;
113299 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */
113328 zLeft = sqlite3NameFromToken(db, pId);
[all …]
/external/sqlite/dist/
Dsqlite3.c27903 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
27904 if( zLeft==0 ){
27909 return sqlite3StrICmp(zLeft, zRight);
27911 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){
27914 a = (unsigned char *)zLeft;
27924 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){
27926 if( zLeft==0 ){
27931 a = (unsigned char *)zLeft;
113299 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */
113328 zLeft = sqlite3NameFromToken(db, pId);
[all …]