HomeSort by relevance Sort by last modified time
    Searched refs:msw (Results 1 - 25 of 31) sorted by null

1 2

  /art/runtime/interpreter/mterp/x86/
op_const_wide.S 4 movl 6(rPC), rINST # rINST <- msw
op_const_wide_16.S 5 SET_VREG_HIGH rIBASE, rINST # store msw
op_const_wide_32.S 5 SET_VREG_HIGH rIBASE, rINST # store msw
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
math_private.h 48 u_int32_t msw; member in struct:__anon12172::__anon12173
64 u_int32_t msw; member in struct:__anon12174::__anon12175
76 (ix0) = ew_u.parts.msw; \
86 (i) = gh_u.parts.msw; \
103 iw_u.parts.msw = (ix0); \
114 sh_u.parts.msw = (v); \
  /external/rmi4utils/rmi4update/
firmware_image.cpp 32 unsigned long msw = checksum >> 16; local
36 msw += lsw;
38 msw = (msw & 0xffff) + (msw >> 16);
41 checksum = msw << 16 | lsw;
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 30 u_int32_t msw; member in struct:__anon1306::__anon1307
45 u_int32_t msw; member in struct:__anon1308::__anon1309
57 (ix0) = ew_u.parts.msw; \
67 (i) = gh_u.parts.msw; \
76 sh_u.parts.msw = (v); \
  /external/vboot_reference/firmware/lib/include/
utility.h 40 * Combine [msw] and [lsw] uint16s to a uint32_t with its [msw] and [lsw]
43 #define CombineUint16Pair(msw,lsw) (((uint32_t)(msw) << 16) | \
  /toolchain/binutils/binutils-2.25/libiberty/
copysign.c 30 unsigned long msw; member in struct:__anon108910::__anon108913
75 unsigned long msw; member in struct:__anon108914::__anon108917
  /art/runtime/interpreter/mterp/arm/
op_float_to_long.S 22 mov r1, #0x7fffffff @ assume maxlong for msw
op_double_to_long.S 24 mov r1, #0x7fffffff @ assume maxlong for msw
  /device/google/contexthub/firmware/lib/libm/
fdlibm.h 259 __uint32_t msw; member in struct:__anon3050::__anon3051
274 __uint32_t msw; member in struct:__anon3052::__anon3053
286 (ix0) = ew_u.parts.msw; \
296 (i) = gh_u.parts.msw; \
313 iw_u.parts.msw = (ix0); \
324 sh_u.parts.msw = (v); \
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 58 u_int32_t msw; member in struct:__anon1357::__anon1358
77 u_int32_t msw; member in struct:__anon1360::__anon1361
93 (ix0) = ew_u.parts.msw; \
111 (i) = gh_u.parts.msw; \
128 iw_u.parts.msw = (ix0); \
147 sh_u.parts.msw = (v); \
  /prebuilts/ndk/r11/sources/android/support/src/msun/
math_private.h 58 u_int32_t msw; member in struct:__anon104144::__anon104145
77 u_int32_t msw; member in struct:__anon104147::__anon104148
93 (ix0) = ew_u.parts.msw; \
111 (i) = gh_u.parts.msw; \
128 iw_u.parts.msw = (ix0); \
147 sh_u.parts.msw = (v); \
  /prebuilts/ndk/r13/sources/android/support/src/msun/
math_private.h 58 u_int32_t msw; member in struct:__anon104532::__anon104533
77 u_int32_t msw; member in struct:__anon104535::__anon104536
93 (ix0) = ew_u.parts.msw; \
111 (i) = gh_u.parts.msw; \
128 iw_u.parts.msw = (ix0); \
147 sh_u.parts.msw = (v); \
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 62 u_int32_t msw; member in struct:__anon3038::__anon3039
81 u_int32_t msw; member in struct:__anon3041::__anon3042
97 (ix0) = ew_u.parts.msw; \
115 (i) = gh_u.parts.msw; \
132 iw_u.parts.msw = (ix0); \
151 sh_u.parts.msw = (v); \
  /external/syslinux/
syslinux.spec 236 * Sat Feb 10 2001 Matt Wilson <msw@redhat.com>
239 * Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
242 * Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
245 * Fri Jan 19 2001 Matt Wilson <msw@redhat.com>
  /external/v8/src/base/
ieee754.cc 62 uint32_t msw; member in struct:v8::base::ieee754::__anon34049::__anon34050::__anon34051
74 uint32_t msw;
90 (ix0) = ew_u.parts.msw; \
108 (i) = gh_u.parts.msw; \
125 iw_u.parts.msw = (ix0); \
144 sh_u.parts.msw = (v); \
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 258 msw := z.high & 0xf
262 z.low ^= uint64(gcmReductionTable[msw]) << 48
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 258 msw := z.high & 0xf
262 z.low ^= uint64(gcmReductionTable[msw]) << 48
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 769 MSW: "%msw",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 769 MSW: "%msw",
  /external/toolchain-utils/cros_utils/
stats.py     [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float.go 562 // such that the msb of the most-significant word (msw) is 1.
566 panic("msw of mantissa is 0")
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float.go 562 // such that the msb of the most-significant word (msw) is 1.
566 panic("msw of mantissa is 0")
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 2773 int msw = ((iw0 >> 0) & 0xff); local
    [all...]

Completed in 896 milliseconds

1 2