Searched refs:state_value (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsonic.c474 int k_value = *k_ptr, state_value = *state_ptr; local
475 x -= shift_down(k_value * state_value, LATTICE_SHIFT);
476 state_ptr[1] = state_value + shift_down(k_value * x, LATTICE_SHIFT);
519 double state_value = *state_ptr; local
520 xx += state_value*state_value;
521 xy += x_value*state_value;
554 int state_value = *state_ptr; local
555 *x_ptr = x_value + shift_down(k*state_value,LATTICE_SHIFT);
556 *state_ptr = state_value
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h224 #define __set_task_state(tsk, state_value) \
225 do { (tsk)->state = (state_value); } while (0)
226 #define set_task_state(tsk, state_value) \
227 set_mb((tsk)->state, (state_value))
240 #define __set_current_state(state_value) \
241 do { current->state = (state_value); } while (0)
242 #define set_current_state(state_value) \
243 set_mb(current->state, (state_value))

Completed in 72 milliseconds