Searched refs:current_value (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrproviderproperty.c259 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 Drrproperty.c283 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 Dhud_cpu.c391 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 Dhud_private.h115 double current_value; member in struct:hud_graph
H A Dhud_context.c358 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 Dhud_cpu.c430 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 Dhud_private.h117 double current_value; member in struct:hud_graph
H A Dhud_context.c358 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 Drrproperty.c261 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 Dformatquery.c1073 GLint current_value; local in function:_mesa_GetInternalformativ
1085 1, &current_value);
1087 if (current_value != 0)
1088 combined_value *= current_value;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformatquery.c1083 GLint current_value; local in function:_mesa_GetInternalformativ
1095 1, &current_value);
1097 if (current_value != 0)
1098 combined_value *= current_value;

Completed in 15 milliseconds