| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrproviderproperty.c | 259 RRPropertyValuePtr current_value; local 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,
|
| rrproperty.c | 283 RRPropertyValuePtr current_value; local 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/ |
| hud_cpu.c | 391 unsigned current_value = get_counter(gr, info->counter); local 393 hud_graph_add_value(gr, current_value - info->last_value); 394 info->last_value = current_value;
|
| hud_private.h | 115 double current_value; member in struct:hud_graph
|
| 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/ |
| hud_cpu.c | 430 unsigned current_value = get_counter(gr, info->counter); local 432 hud_graph_add_value(gr, current_value - info->last_value); 433 info->last_value = current_value;
|
| hud_private.h | 117 double current_value; member in struct:hud_graph
|
| 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/ |
| rrproperty.c | 261 RRPropertyValuePtr current_value; local 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/dist/src/mesa/main/ |
| formatquery.c | 1083 GLint current_value; local 1095 1, ¤t_value); 1097 if (current_value != 0) 1098 combined_value *= current_value;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| formatquery.c | 1073 GLint current_value; local 1085 1, ¤t_value); 1087 if (current_value != 0) 1088 combined_value *= current_value;
|