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

  /external/ltp/include/old/
ltp_cpuid.h 14 unsigned int _eax = info, _ebx, _ecx, _edx; local
25 "+a" (_eax), "=c" (_ecx), "=d" (_edx)
31 if (edx) *edx = _edx;
  /external/syslinux/dosutil/
mdiskchk.c 49 uint32_t _eax, _ebx, _ecx, _edx; local
64 mov _edx, edx; local
71 _ecx >> 16 != 0x4d45 || _edx >> 16 != 0x4944 || _ebx >> 16 != 0x4b53)
85 mm.heads = ((_edx >> 8) & 0xff) + 1;

Completed in 85 milliseconds