Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxres.c70 long numSpecs; member
165 long numSpecs, in InitConstructResourceBytesCtx() argument
173 ctx->numSpecs = numSpecs; in InitConstructResourceBytesCtx()
531 int numSpecs, xXResClientIdSpec* specs, in ConstructClientIds() argument
536 for (specIdx = 0; specIdx < numSpecs; ++specIdx) { in ConstructClientIds()
583 stuff->numSpecs * sizeof(specs[0])); in ProcXResQueryClientIds()
585 rc = ConstructClientIds(client, stuff->numSpecs, specs, &ctx); in ProcXResQueryClientIds()
852 for (specIdx = 0; specIdx < ctx->numSpecs; ++specIdx) { in ConstructClientResourceBytes()
885 for (specIdx = 0; specIdx < ctx->numSpecs; ++specIdx) { in ConstructResourceBytesByResource()
958 if (stuff->numSpecs > UINT32_MAX / sizeof(ctx.specs[0])) in ProcXResQueryResourceBytes()
[all …]