| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrproviderproperty.c | 259 RRPropertyValuePtr current_value; local in function:RRPostProviderPendingProperties 273 current_value = &property->current; 279 if (pending_value->type == current_value->type && 280 pending_value->format == current_value->format && 281 pending_value->size == current_value->size && 282 !memcmp(pending_value->data, current_value->data,
|
| H A D | rrproperty.c | 283 RRPropertyValuePtr current_value; local in function:RRPostPendingProperties 297 current_value = &property->current; 303 if (pending_value->type == current_value->type && 304 pending_value->format == current_value->format && 305 pending_value->size == current_value->size && 306 !memcmp(pending_value->data, current_value->data,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_cpu.c | 391 unsigned current_value = get_counter(gr, info->counter); local in function:query_thread_counter 393 hud_graph_add_value(gr, current_value - info->last_value); 394 info->last_value = current_value;
|
| H A D | hud_private.h | 115 double current_value; member in struct:hud_graph
|
| H A D | hud_context.c | 358 number_to_human_readable(gr->current_value, pane->type, str); 414 number_to_human_readable(gr->current_value, pane->type, str); 697 if (gr->current_value < 698 LIST_ENTRY(struct hud_graph, next, head)->current_value) { 957 gr->current_value = value;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_cpu.c | 430 unsigned current_value = get_counter(gr, info->counter); local in function:query_thread_counter 432 hud_graph_add_value(gr, current_value - info->last_value); 433 info->last_value = current_value;
|
| H A D | hud_private.h | 117 double current_value; member in struct:hud_graph
|
| H A D | hud_context.c | 358 number_to_human_readable(gr->current_value, pane->type, str); 414 number_to_human_readable(gr->current_value, pane->type, str); 696 if (gr->current_value < 697 LIST_ENTRY(struct hud_graph, next, head)->current_value) { 956 gr->current_value = value;
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrproperty.c | 261 RRPropertyValuePtr current_value; local in function:RRPostPendingProperties 276 current_value = &property->current; 282 if (pending_value->type == current_value->type && 283 pending_value->format == current_value->format && 284 pending_value->size == current_value->size && 285 !memcmp (pending_value->data, current_value->data,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | formatquery.c | 1073 GLint current_value; local in function:_mesa_GetInternalformativ 1085 1, ¤t_value); 1087 if (current_value != 0) 1088 combined_value *= current_value;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | formatquery.c | 1083 GLint current_value; local in function:_mesa_GetInternalformativ 1095 1, ¤t_value); 1097 if (current_value != 0) 1098 combined_value *= current_value;
|