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

  /external/libmpeg2/common/
impeg2_macros.h 41 #define MSW(dword) (dword >> 16)
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
list6.go 119 "MSW", /* [D_MSW] */
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
list6.go 116 "MSW", /* [D_MSW] */
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
list6.go 119 "MSW", /* [D_MSW] */
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
list6.go 116 "MSW", /* [D_MSW] */
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
plan9x.go 304 MSW: "MSW",
inst.go 276 MSW
599 MSW: "MSW",
gnu.go 769 MSW: "%msw",
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
plan9x.go 304 MSW: "MSW",
inst.go 276 MSW
599 MSW: "MSW",
gnu.go 769 MSW: "%msw",
  /external/llvm/lib/Support/
APInt.cpp 706 integerPart MSW = pVal[i-1] & MSWMask;
707 if (MSW)
708 return llvm::countLeadingZeros(MSW) - (APINT_BITS_PER_WORD - BitsInMSW);
    [all...]

Completed in 627 milliseconds