Lines Matching refs:specs
71 xXResResourceIdSpec *specs; member
166 xXResResourceIdSpec *specs) in InitConstructResourceBytesCtx() argument
174 ctx->specs = specs; in InitConstructResourceBytesCtx()
531 int numSpecs, xXResClientIdSpec* specs, in ConstructClientIds() argument
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()
575 xXResClientIdSpec *specs = (void*) ((char*) stuff + sizeof(*stuff)); in ProcXResQueryClientIds() local
583 stuff->numSpecs * sizeof(specs[0])); in ProcXResQueryClientIds()
585 rc = ConstructClientIds(client, stuff->numSpecs, specs, &ctx); in ProcXResQueryClientIds()
853 xXResResourceIdSpec* spec = ctx->specs + specIdx; in ConstructClientResourceBytes()
886 xXResResourceIdSpec *spec = ctx->specs + specIdx; in ConstructResourceBytesByResource()
958 if (stuff->numSpecs > UINT32_MAX / sizeof(ctx.specs[0])) in ProcXResQueryResourceBytes()
961 stuff->numSpecs * sizeof(ctx.specs[0])); in ProcXResQueryResourceBytes()
1063 xXResResourceIdSpec *specs = (void*) ((char*) stuff + sizeof(*stuff)); in SProcXResQueryResourceBytes() local
1068 stuff->numSpecs * sizeof(specs[0])); in SProcXResQueryResourceBytes()
1071 SwapXResResourceIdSpec(specs + c); in SProcXResQueryResourceBytes()