Searched refs:currType (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | spec.l | 16 VarType *currType = 0; variable 24 VarType *baseType = currType; in checkPointerType() 27 currType = &apis[apiCount].params[apis[apiCount].paramCount]; in checkPointerType() 28 currType->type = 4; in checkPointerType() 29 currType->ptrLevel = curPtrLevel; in checkPointerType() 30 if (currType->ptrLevel > 0) { in checkPointerType() 31 currType->isConst = 1; in checkPointerType() 33 sprintf(currType->typeName, "%s", "size_t"); in checkPointerType() 36 sprintf(currType->name, "%s_length", baseType->name); in checkPointerType() 39 sprintf(currType->name, "%s_length_length", baseType->name); in checkPointerType() [all …]
|
D | spec.h | 22 extern VarType *currType;
|
/frameworks/rs/ |
D | spec.l | 16 VarType *currType = 0; variable 24 VarType *baseType = currType; in checkPointerType() 27 currType = &apis[apiCount].params[apis[apiCount].paramCount]; in checkPointerType() 28 currType->type = 4; in checkPointerType() 29 currType->ptrLevel = curPtrLevel; in checkPointerType() 30 if (currType->ptrLevel > 0) { in checkPointerType() 31 currType->isConst = 1; in checkPointerType() 33 sprintf(currType->typeName, "%s", "size_t"); in checkPointerType() 36 sprintf(currType->name, "%s_length", baseType->name); in checkPointerType() 39 sprintf(currType->name, "%s_length_length", baseType->name); in checkPointerType() [all …]
|
D | spec.h | 22 extern VarType *currType;
|