Lines Matching refs:specIdx
534 int specIdx; in ConstructClientIds() local
536 for (specIdx = 0; specIdx < numSpecs; ++specIdx) { in ConstructClientIds()
537 if (specs[specIdx].client == 0) { in ConstructClientIds()
542 specs[specIdx].mask, ctx)) { in ConstructClientIds()
548 int clientID = CLIENT_ID(specs[specIdx].client); in ConstructClientIds()
552 specs[specIdx].mask, ctx)) { in ConstructClientIds()
851 int specIdx; in ConstructClientResourceBytes() local
852 for (specIdx = 0; specIdx < ctx->numSpecs; ++specIdx) { in ConstructClientResourceBytes()
853 xXResResourceIdSpec* spec = ctx->specs + specIdx; in ConstructClientResourceBytes()
884 int specIdx; in ConstructResourceBytesByResource() local
885 for (specIdx = 0; specIdx < ctx->numSpecs; ++specIdx) { in ConstructResourceBytesByResource()
886 xXResResourceIdSpec *spec = ctx->specs + specIdx; in ConstructResourceBytesByResource()