| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| H A D | agx_device.c | 354 struct agx_create_notification_queue_resp resp; local in function:agx_create_notification_queue 355 size_t resp_size = sizeof(resp); 360 NULL, 0, &resp, &resp_size); 362 assert(resp_size == sizeof(resp)); 366 IOConnectSetNotificationPort(connection, 0, notif_port, resp.unk2); 370 .queue = resp.queue, 371 .id = resp.unk2
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| H A D | greet.c | 769 r->resp = strdup(GetValue(login, promptId)); 771 if (r->resp == NULL) { 775 /* Debug("pam_resp: '%s'\n", r->resp); */ 788 if (r->resp) { 789 bzero(r->resp, strlen(r->resp)); 790 free(r->resp);
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | resource.c | 214 register ResourcePtr *resp; local in function:FakeClientID 225 for (resp = clientTable[client].resources, i = clientTable[client].buckets; 228 for (res = *resp++; res; res = res->next)
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_renderer_vtest.c | 246 uint32_t resp[2]; local in function:vtest_vcmd_get_param 247 vtest_read(vtest, resp, sizeof(resp)); 249 return resp[0] ? resp[1] : 0;
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | detect.mk | 41 # Set auto-detection default to `ansi' resp. UNIX-like operating systems.
|
| H A D | freetype.mk | 66 # variables which is to be removed for the `clean' resp.
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 1227 #define XRES_S(name) Trace(#name " = %s\n", NonNull(resp->name)) 1228 #define XRES_B(name) Trace(#name " = %s\n", MtoS(resp->name)) 1229 #define XRES_I(name) Trace(#name " = %d\n", resp->name) 1234 XTERM_RESOURCE *resp = &resource; local in function:TraceXtermResources
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | resource.c | 380 ResourcePtr *resp; local in function:GetXIDRange 390 for (resp = clientTable[client].resources, i = clientTable[client].buckets; 393 for (res = *resp++; res; res = res->next)
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | resource.c | 710 ResourcePtr *resp; local in function:GetXIDRange 720 for (resp = clientTable[client].resources, i = clientTable[client].buckets; 722 for (res = *resp++; res; res = res->next) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | screen.rst | 88 supported, e.g. RGBA8 and RGBA32F as the first and second colorbuffer, resp.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | screen.rst | 98 supported, e.g. RGBA8 and RGBA32F as the first and second colorbuffer, resp.
|