Searched refs:action0 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb61.C3 action0(float& arg1) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb61.C3 action0(float& arg1) function
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/rangecoder/
H A Drange_decoder.h130 /// Decodes one bit and runs action0 or action1 depending on the decoded bit.
134 #define rc_bit_last(prob, action0, action1, seq) \
138 action0; \
146 /// Decodes one bit, updates "symbol", and runs action0 or action1 depending
148 #define rc_bit(prob, action0, action1, seq) \
150 symbol <<= 1; action0, \
160 #define rc_bit_case(prob, action0, action1, seq) \
161 case seq: rc_bit(prob, action0, action1, seq)
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c857 mousestatus_t action0; /* original mouse action */ local
886 bzero(&action0, sizeof(action0));
918 action0.button = action0.obutton;
919 action0.dx = action0.dy = action0.dz = 0;
920 action0.flags = flags = 0;
921 if (r_timeout() && r_statetrans(&action0,
[all...]

Completed in 80 milliseconds