| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| spiceqxl_util.c | 34 int uid, gid; local 37 gid = get_int_option(qxl->options, OPTION_SPICE_VDAGENT_GID, "XSPICE_VDAGENT_GID"); 38 if (uid && gid) { 39 if (chown(filename, uid, gid) != 0) { 41 filename, uid, gid, strerror(errno));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_query.c | 64 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry 89 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 90 unsigned counter_idx = counters_per_group[entry->gid]++; 103 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 104 unsigned counter_idx = counters_per_group[entry->gid]++; 130 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 131 unsigned counter_idx = counters_per_group[entry->gid]++; 195 entry->gid = pq->group_id; 207 if (pq->group_id == entry->gid) 211 if (counters_per_group[entry->gid] > [all...] |
| /xsrc/external/mit/freetype/dist/src/otvalid/ |
| otvmath.c | 301 FT_UInt gid; local 304 gid = FT_NEXT_USHORT( p ); 305 if ( gid >= otvalid->glyph_count ) 337 FT_UInt gid; local 340 gid = FT_NEXT_USHORT( p ); 341 if ( gid >= otvalid->glyph_count )
|
| otvcommn.c | 73 FT_UInt gid; local 76 gid = FT_NEXT_USHORT( p ); 77 if ( gid >= otvalid->glyph_count )
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_query.c | 65 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry 90 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 91 unsigned counter_idx = counters_per_group[entry->gid]++; 104 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 105 unsigned counter_idx = counters_per_group[entry->gid]++; 131 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 132 unsigned counter_idx = counters_per_group[entry->gid]++; 196 entry->gid = pq->group_id; 208 if (pq->group_id == entry->gid) 212 if (counters_per_group[entry->gid] > [all...] |
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| ngle.h | 67 uint32_t gid, buf, fbacc, creg; member in struct:__anon9065
|
| ngle_driver.c | 257 uint32_t gid; local 274 if (ioctl(fd, GCID, &gid) == -1) 278 if ((name = xf86TokenToString(NGLEChipsets, gid)) == NULL) 329 int default_depth, bitsperpixel, gid; local 362 if (ioctl(fPtr->fd, GCID, &gid) == -1) 365 fPtr->gid = gid; 368 switch (gid) { 392 xf86Msg(X_INFO, "%s: found %s ( GID %08x )\n", 393 __func__, xf86TokenToString(NGLEChipsets, gid), gid) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| fd5_query.c | 258 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry 283 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 284 unsigned counter_idx = counters_per_group[entry->gid]++; 297 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 298 unsigned counter_idx = counters_per_group[entry->gid]++; 325 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 326 unsigned counter_idx = counters_per_group[entry->gid]++; 403 entry->gid = pq->group_id; 415 if (pq->group_id == entry->gid) 419 if (counters_per_group[entry->gid] > [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_query.c | 457 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry 482 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 483 unsigned counter_idx = counters_per_group[entry->gid]++; 496 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 497 unsigned counter_idx = counters_per_group[entry->gid]++; 524 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 525 unsigned counter_idx = counters_per_group[entry->gid]++; 602 entry->gid = pq->group_id; 614 if (pq->group_id == entry->gid) 618 if (counters_per_group[entry->gid] > [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_cb_perfmon.c | 50 int gid, cid; local 55 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) { 56 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; 57 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; 59 if (m->ActiveGroups[gid] > g->MaxActiveCounters) { 68 num_active_counters += m->ActiveGroups[gid]; 70 max_batch_counters += m->ActiveGroups[gid]; 88 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) 291 int gid, cid; local 351 int gid, cid; local 457 int gid; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| fd5_query.c | 265 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry 290 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 291 unsigned counter_idx = counters_per_group[entry->gid]++; 304 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 305 unsigned counter_idx = counters_per_group[entry->gid]++; 332 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 333 unsigned counter_idx = counters_per_group[entry->gid]++; 411 entry->gid = pq->group_id; 423 if (pq->group_id == entry->gid) 427 if (counters_per_group[entry->gid] > [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_query.c | 265 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry 290 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 291 unsigned counter_idx = counters_per_group[entry->gid]++; 304 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 305 unsigned counter_idx = counters_per_group[entry->gid]++; 332 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid]; 333 unsigned counter_idx = counters_per_group[entry->gid]++; 411 entry->gid = pq->group_id; 423 if (pq->group_id == entry->gid) 427 if (counters_per_group[entry->gid] > [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_cb_perfmon.c | 50 int gid, cid; local 55 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) { 56 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; 57 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; 59 if (m->ActiveGroups[gid] > g->MaxActiveCounters) { 68 num_active_counters += m->ActiveGroups[gid]; 70 max_batch_counters += m->ActiveGroups[gid]; 88 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) 292 int gid, cid; local 352 int gid, cid; local 458 int gid; local [all...] |
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| psft.c | 381 /* FreeType has already looked up the GID; convert to */ 664 CF2_Int gid; local 679 gid = code; 683 gid = cff_lookup_glyph_by_stdcharcode( decoder->cff, code ); 684 if ( gid < 0 ) 689 (CF2_UInt)gid,
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| ttcolr.c | 49 FT_UShort gid; member in struct:BaseGlyphRecord_ 190 FT_UShort gid = FT_NEXT_USHORT( p ); local 193 if ( gid < glyph_id ) 195 else if (gid > glyph_id ) 199 record->gid = gid;
|
| /xsrc/external/mit/luit/dist/ |
| sys.c | 501 gid_t gid = getgid(); local 504 if ((uid != euid || gid != egid) && euid != 0) { 510 rc = setgid(gid); 520 gid_t gid = getgid(); local 523 if (uid != euid || gid != egid) {
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| render-glyphs.c | 142 Glyph gid; local 172 gid = n; 182 &gid, &glyph, 1, image, image_size);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| xf86bigfproto.h | 35 CARD32 gid; member in struct:__anon11847
|
| shmproto.h | 64 CARD16 gid; member in struct:__anon11815
|
| /xsrc/external/mit/freetype/dist/src/tools/ftrandom/ |
| ftrandom.c | 167 unsigned int gid; local 180 for ( gid = 0; gid < face->num_glyphs; gid++ ) 185 if ( !FT_Load_Glyph( face, gid, load_flags ) ) 189 FT_Load_Glyph( face, gid, load_flags );
|
| /xsrc/external/mit/xhost/dist/ |
| xhost.c | 793 gid_t gid, gidlist[NGROUPS_MAX]; local 803 if (netname2user(netname, &uid, &gid, &gidlen, gidlist)) {
|
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| gxvcommn.c | 499 FT_UShort gid; local 517 for ( unit = 0, gid = 0; unit < nUnits; unit++ ) 527 if ( lastGlyph < gid ) 531 unit, lastGlyph, unit - 1 , gid )); 546 gid = firstGlyph; 548 lastGlyph = gid; 551 for ( gid = firstGlyph; gid <= lastGlyph; gid++ ) 552 gxvalid->lookupval_func( gid, &value, gxvalid ) 571 FT_UShort gid; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_query.c | 193 uint32_t index, uint32_t *gid, uint32_t *cid) 200 *gid = i; 289 uint32_t gid = 0, cid = 0; local 292 perf_query_info->pCounterIndices[i], &gid, &cid); 294 pool->perf_query_data[i].gid = gid; 301 if (regs[gid] < pool->perf_group[gid].num_counters) { 302 pool->perf_query_data[i].cntr_reg = regs[gid]++; 303 pool->perf_query_data[i].pass = pass[gid]; 1471 uint32_t gid = 0, cid = 0, n_passes; local [all...] |
| /xsrc/external/mit/freetype/dist/src/cff/ |
| cffload.c | 856 /* GID. This is not described in any spec, but it matches the */ 1652 /* Zero out the code to gid/sid mappings. */ 1669 /* This gives us both a code to GID and a code to SID mapping. */ 1688 /* By convention, GID 0 is always ".notdef" and is never */ 1706 /* Assign code to GID mapping. */ 1751 /* Assign code to GID mapping. */ 1795 /* First, look up GID which has been assigned to */ 1827 /* Construct code to GID mapping from code to SID mapping */ 1840 FT_UInt gid = 0; local 1844 gid = cff_charset_cid_to_gindex( charset, sid ) [all...] |
| /xsrc/external/mit/xdm/dist/include/ |
| dm.h | 282 int gid; /* group id */ member in struct:verify_info
|