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

  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
directx.h 22 #define MAKE_HRESULT(sev,fac,code) \
23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
directx.h 22 #define MAKE_HRESULT(sev,fac,code) \
23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
  /external/strace/
time.c 447 struct sigevent sev; local
448 if (umove (tcp, arg, &sev) < 0)
451 tprintf("{%p, ", sev.sigev_value.sival_ptr);
452 if (sev.sigev_notify == SIGEV_SIGNAL)
453 tprintf("%s, ", signame(sev.sigev_signo));
455 tprintf("%u, ", sev.sigev_signo);
456 printxval(sigev_value, sev.sigev_notify+1, "SIGEV_???");
458 if (sev.sigev_notify == SIGEV_THREAD_ID)
462 tprintf("{%d}", sev._sigev_un._pad[0]);
463 else if (sev.sigev_notify == SIGEV_THREAD
    [all...]
  /build/tools/
warn.py 21 def colorforseverity(sev):
22 if sev == severity.FIXMENOW:
24 if sev == severity.HIGH:
26 if sev == severity.MEDIUM:
28 if sev == severity.LOW:
30 if sev == severity.HARMLESS:
32 if sev == severity.UNKNOWN:
492 def dumpseverity(sev):
494 if i['severity'] == sev:
    [all...]

Completed in 391 milliseconds