HomeSort by relevance Sort by last modified time
    Searched refs:SREG (Results 1 - 6 of 6) sorted by null

  /external/libunwind/src/mips/
getcontext-android.S 36 # define SREG(X) \
46 # define SREG(X) sd $X, (LINUX_UC_MCONTEXT_GREGS + 8 * X) ($4)
56 SREG (0)
57 SREG (1)
58 SREG (2)
59 SREG (3)
60 SREG (4)
61 SREG (5)
62 SREG (6)
63 SREG (7
    [all...]
getcontext.S 37 # define SREG(X) \
47 # define SREG(X) sd $X, (LINUX_UC_MCONTEXT_GREGS + 8 * X) ($4)
57 SREG (1)
58 SREG (0)
59 SREG (2)
60 SREG (3)
61 SREG (4)
62 SREG (5)
63 SREG (6)
64 SREG (7
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
wiring_digital.c 42 uint8_t oldSREG = SREG;
45 SREG = oldSREG;
47 uint8_t oldSREG = SREG;
50 SREG = oldSREG;
140 uint8_t oldSREG = SREG;
143 SREG = oldSREG;
145 uint8_t oldSREG = SREG;
148 SREG = oldSREG;
wiring.c 66 uint8_t oldSREG = SREG;
72 SREG = oldSREG;
79 uint8_t oldSREG = SREG, t;
100 SREG = oldSREG;
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 30 * AX and SREG extensions are supported.
36 * If the server supports only SREG or OpenID 1.1, these are automaticaly
37 * mapped to SREG names, so that user doesn't have to know anything about the server.
54 , $ax = false, $sreg = false, $data;
212 # We ignore it for MyOpenID, as it breaks sreg if using OpenID 2.0
223 # Does the server advertise support for either AX or SREG?
225 $this->sreg = strpos($content, '<Type>http://openid.net/sreg/1.0</Type>') variable
226 || strpos($content, '<Type>http://openid.net/extensions/sreg/1.1</Type>');
246 # AX can be used only with OpenID 2.0, so checking only SREG
247 $this->sreg = strpos($content, '<Type>http:\/\/openid.net\/sreg\/1.0<\/Type>') variable
    [all...]
  /external/vixl/src/a64/
assembler-a64.cc 136 #define SREG(n) s##n,
138 REGISTER_CODE_LIST(SREG)
140 #undef SREG
    [all...]

Completed in 576 milliseconds