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

/xsrc/external/mit/xedit/dist/lisp/
H A Dmathimp.c92 #define RBR(real) (real)->data.bigratio macro
93 #define RBRN(real) mpr_num(RBR(real))
94 #define RBRD(real) mpr_den(RBR(real))
100 #define RCLEAR_BR(real) mpr_clear(RBR(real)); XFREE(RBR(real))
542 RBR(real) = XALLOC(mpr);
543 mpr_init(RBR(real));
544 mpr_set(RBR(real), RBR(val));
578 RBR(rea
[all...]
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c373 RBR = 1, enumerator in enum:SynapticsIsSoftButtonAreasValid::__anon0aacbe620203
384 if ((((values[RBL] != 0) && (values[RBR] != 0)) && (values[RBL] > values[RBR])) ||
393 if (values[RBL] == 0 && values[RBR] == 0 && values[RBT] == 0 && values[RBB] == 0)
400 ((values[RBL] && values[RBL] == values[RBR]) ||
412 int right_right = values[RBR] ? values[RBR] : INT_MAX;

Completed in 7 milliseconds