Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxres.c534 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
[all …]