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

  /external/mesa3d/src/util/
u_atomic.h 140 sizeof *(_v) == sizeof(short) ? _InterlockedDecrement16((short *) (_v)) : \
  /external/clang/lib/Headers/
intrin.h 215 short _InterlockedDecrement16(short volatile *_Addend);
655 _InterlockedDecrement16(short volatile *_Value) {
    [all...]

Completed in 96 milliseconds