Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h510 GLuint zLeft = 0; in NAME() local
625 zLeft = (GLfixed) tmp; in NAME()
627 zLeft = MAX_GLUINT / 2; in NAME()
633 zLeft = (GLuint) (z0 + span.attrStepX[VARYING_SLOT_POS][2] * FixedToFloat(adjx) in NAME()
784 span.z = zLeft; in NAME()
852 zLeft += fdzOuter; in NAME()
884 zLeft += fdzInner; in NAME()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c31466 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
31467 if( zLeft==0 ){
31472 return sqlite3StrICmp(zLeft, zRight);
31474 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){
31477 a = (unsigned char *)zLeft;
31493 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){
31495 if( zLeft==0 ){
31500 a = (unsigned char *)zLeft;
126130 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */
126159 zLeft = sqlite3NameFromToken(db, pId);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c31422 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
31423 if( zLeft==0 ){
31428 return sqlite3StrICmp(zLeft, zRight);
31430 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){
31433 a = (unsigned char *)zLeft;
31449 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){
31451 if( zLeft==0 ){
31456 a = (unsigned char *)zLeft;
125810 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */
125839 zLeft = sqlite3NameFromToken(db, pId);
[all …]
/external/sqlite/dist/
Dsqlite3.c31422 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
31423 if( zLeft==0 ){
31428 return sqlite3StrICmp(zLeft, zRight);
31430 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){
31433 a = (unsigned char *)zLeft;
31449 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){
31451 if( zLeft==0 ){
31456 a = (unsigned char *)zLeft;
125826 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */
125855 zLeft = sqlite3NameFromToken(db, pId);
[all …]