Searched full:resx (Results 1 – 11 of 11) sorted by relevance
14 …<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms…
74 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
27 description: GPIO connected to active low RESX pin
196 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
64 This corresponds to the hardware pin RESX which is physically active low.
126 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
36 - RESX: Reset when low
458 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
237 resx = (pow(L, 2, curve.p) - x1 - x2) % curve.p238 resy = ((L * (x1 - resx)) - y1) % curve.p240 return Point(self.curve, resx, resy)