OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msw
(Results
1 - 22
of
22
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/
math_private.h
54
u_int32_t
msw
;
member in struct:__anon9625::__anon9626
67
u_int32_t
msw
;
member in struct:__anon9627::__anon9628
79
(ix0) = ew_u.parts.
msw
; \
89
(i) = gh_u.parts.
msw
; \
106
iw_u.parts.
msw
= (ix0); \
117
sh_u.parts.
msw
= (v); \
/bionic/libc/bionic/
ldexp.c
29
u_int32_t
msw
;
member in struct:__anon4::__anon5
44
u_int32_t
msw
;
member in struct:__anon6::__anon7
56
(ix0) = ew_u.parts.
msw
; \
66
(i) = gh_u.parts.
msw
; \
75
sh_u.parts.
msw
= (v); \
/dalvik/vm/mterp/x86/
OP_CONST_WIDE.S
5
movl 6(rPC),rINST # rINST<-
msw
OP_CONST_WIDE_16.S
6
SET_VREG_WORD rIBASE rINST 1 # store
msw
OP_CONST_WIDE_32.S
6
SET_VREG_WORD rIBASE rINST,1 # store
msw
OP_SGET_WIDE.S
19
movl 4+offStaticField_value(%eax),%eax # eax<-
msw
OP_SGET_WIDE_JUMBO.S
19
movl 4+offStaticField_value(%eax),%eax # eax<-
msw
OP_SPUT_WIDE.S
20
GET_VREG_WORD rINST rINST 1 # ecx<-
msw
OP_SPUT_WIDE_JUMBO.S
18
GET_VREG_WORD rINST rINST 1 # rINST<-
msw
OP_IGET_WIDE.S
48
movl 4(%eax),%eax # eax<-
msw
OP_IGET_WIDE_JUMBO.S
45
movl 4(%eax),%eax # eax<-
msw
OP_IPUT_WIDE.S
49
GET_VREG_WORD rINST rINST 1 # rINST<-
msw
OP_IPUT_WIDE_JUMBO.S
46
GET_VREG_WORD rINST rINST 1 # rINST<-
msw
/bionic/libm/src/
math_private.h
48
u_int32_t
msw
;
member in struct:__anon621::__anon622
63
u_int32_t
msw
;
member in struct:__anon623::__anon624
75
(ix0) = ew_u.parts.
msw
; \
85
(i) = gh_u.parts.
msw
; \
102
iw_u.parts.
msw
= (ix0); \
113
sh_u.parts.
msw
= (v); \
/external/webkit/Source/WebCore/platform/wx/
PopupMenuWx.h
31
#include <wx/
msw
/winundef.h>
PopupMenuWx.cpp
34
#include <wx/
msw
/winundef.h>
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-sha1.js
131
var
msw
= (x >> 16) + (y >> 16) + (lsw >> 16);
132
return (
msw
<< 16) | (lsw & 0xFFFF);
crypto-md5.js
185
var
msw
= (x >> 16) + (y >> 16) + (lsw >> 16);
186
return (
msw
<< 16) | (lsw & 0xFFFF);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js
131
var
msw
= (x >> 16) + (y >> 16) + (lsw >> 16);
132
return (
msw
<< 16) | (lsw & 0xFFFF);
crypto-md5.js
185
var
msw
= (x >> 16) + (y >> 16) + (lsw >> 16);
186
return (
msw
<< 16) | (lsw & 0xFFFF);
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp
38
#include <wx/
msw
/private.h>
39
#include <wx/
msw
/uxtheme.h>
155
// Unlike Mac, on
MSW
you draw the scrollbar piece by piece.
/dalvik/vm/mterp/out/
InterpAsm-x86.S
615
SET_VREG_WORD rIBASE rINST 1 # store
msw
629
SET_VREG_WORD rIBASE rINST,1 # store
msw
642
movl 6(rPC),rINST # rINST<-
msw
[
all
...]
Completed in 574 milliseconds