Lines Matching refs:numSpecs
70 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()
961 stuff->numSpecs * sizeof(ctx.specs[0])); in ProcXResQueryResourceBytes()
964 stuff->numSpecs, in ProcXResQueryResourceBytes()
1051 swapl(&stuff->numSpecs); in SProcXResQueryClientIds()
1066 swapl(&stuff->numSpecs); in SProcXResQueryResourceBytes()
1068 stuff->numSpecs * sizeof(specs[0])); in SProcXResQueryResourceBytes()
1070 for (c = 0; c < stuff->numSpecs; ++c) { in SProcXResQueryResourceBytes()