HomeSort by relevance Sort by last modified time
    Searched defs:sreg (Results 1 - 3 of 3) sorted by null

  /external/chromium/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/qemu/target-arm/
translate.c 1105 int sreg; local
1106 sreg = reg * 2 + n;
1107 return vfp_reg_offset(0, sreg);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 487 static Int segmentGuestRegOffset ( UInt sreg )
489 switch (sreg) {
564 static IRExpr* getSReg ( UInt sreg )
566 return IRExpr_Get( segmentGuestRegOffset(sreg), Ity_I16 );
569 static void putSReg ( UInt sreg, IRExpr* e )
572 stmt( IRStmt_Put( segmentGuestRegOffset(sreg), e ) );
1398 Int sreg; local
    [all...]

Completed in 131 milliseconds