OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lsw
(Results
1 - 19
of
19
) sorted by null
/art/runtime/interpreter/mterp/x86/
op_const_wide.S
2
movl 2(rPC), %eax # eax <-
lsw
op_const_wide_16.S
6
SET_VREG %eax, rINST # store
lsw
op_const_wide_32.S
6
SET_VREG %eax, rINST # store
lsw
/external/rmi4utils/rmi4update/
firmware_image.cpp
31
unsigned long
lsw
= checksum & 0xFFFF;
local
35
lsw
+= *data++;
36
msw +=
lsw
;
37
lsw
= (
lsw
& 0xffff) + (
lsw
>> 16);
41
checksum = msw << 16 |
lsw
;
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
math_private.h
49
u_int32_t
lsw
;
member in struct:__anon12172::__anon12173
63
u_int32_t
lsw
;
member in struct:__anon12174::__anon12175
77
(ix1) = ew_u.parts.
lsw
; \
95
(i) = gl_u.parts.
lsw
; \
104
iw_u.parts.
lsw
= (ix1); \
124
sl_u.parts.
lsw
= (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) | \
44
(((
lsw
)) & 0xFFFF))
/toolchain/binutils/binutils-2.25/libiberty/
copysign.c
31
unsigned long
lsw
;
member in struct:__anon108910::__anon108913
74
unsigned long
lsw
;
member in struct:__anon108914::__anon108917
/bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c
31
u_int32_t
lsw
;
member in struct:__anon1306::__anon1307
44
u_int32_t
lsw
;
member in struct:__anon1308::__anon1309
58
(ix1) = ew_u.parts.
lsw
; \
/art/runtime/interpreter/mterp/arm/
op_float_to_long.S
21
mov r0, #0xffffffff @ assume maxlong for
lsw
op_double_to_long.S
23
mov r0, #0xffffffff @ assume maxlong for
lsw
/device/google/contexthub/firmware/lib/libm/
fdlibm.h
260
__uint32_t
lsw
;
member in struct:__anon3050::__anon3051
273
__uint32_t
lsw
;
member in struct:__anon3052::__anon3053
287
(ix1) = ew_u.parts.
lsw
; \
305
(i) = gl_u.parts.
lsw
; \
314
iw_u.parts.
lsw
= (ix1); \
334
sl_u.parts.
lsw
= (v); \
/bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h
59
u_int32_t
lsw
;
member in struct:__anon1357::__anon1358
76
u_int32_t
lsw
;
member in struct:__anon1360::__anon1361
94
(ix1) = ew_u.parts.
lsw
; \
120
(i) = gl_u.parts.
lsw
; \
129
iw_u.parts.
lsw
= (ix1); \
157
sl_u.parts.
lsw
= (v); \
/prebuilts/ndk/r11/sources/android/support/src/msun/
math_private.h
59
u_int32_t
lsw
;
member in struct:__anon104144::__anon104145
76
u_int32_t
lsw
;
member in struct:__anon104147::__anon104148
94
(ix1) = ew_u.parts.
lsw
; \
120
(i) = gl_u.parts.
lsw
; \
129
iw_u.parts.
lsw
= (ix1); \
157
sl_u.parts.
lsw
= (v); \
/prebuilts/ndk/r13/sources/android/support/src/msun/
math_private.h
59
u_int32_t
lsw
;
member in struct:__anon104532::__anon104533
76
u_int32_t
lsw
;
member in struct:__anon104535::__anon104536
94
(ix1) = ew_u.parts.
lsw
; \
120
(i) = gl_u.parts.
lsw
; \
129
iw_u.parts.
lsw
= (ix1); \
157
sl_u.parts.
lsw
= (v); \
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h
63
u_int32_t
lsw
;
member in struct:__anon3038::__anon3039
80
u_int32_t
lsw
;
member in struct:__anon3041::__anon3042
98
(ix1) = ew_u.parts.
lsw
; \
124
(i) = gl_u.parts.
lsw
; \
133
iw_u.parts.
lsw
= (ix1); \
161
sl_u.parts.
lsw
= (v); \
/external/v8/src/base/
ieee754.cc
61
uint32_t
lsw
;
member in struct:v8::base::ieee754::__anon34049::__anon34050::__anon34051
75
uint32_t
lsw
;
91
(ix1) = ew_u.parts.
lsw
; \
117
(i) = gl_u.parts.
lsw
; \
126
iw_u.parts.
lsw
= (ix1); \
154
sl_u.parts.
lsw
= (v); \
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c
2772
int
lsw
= ((iw1 >> 0) & 0xffff);
local
[
all
...]
/art/runtime/interpreter/mterp/out/
mterp_x86.S
739
SET_VREG %eax, rINST # store
lsw
752
SET_VREG %eax, rINST # store
lsw
761
movl 2(rPC), %eax # eax <-
lsw
[
all
...]
mterp_arm.S
[
all
...]
Completed in 717 milliseconds