/dalvik/vm/mterp/x86/ |
OP_CONST_WIDE.S | 5 movl 6(rPC),rINST_FULL # rINST_FULL<- msw
|
OP_CONST_WIDE_16.S | 8 SET_VREG_WORD(rPC,%ecx,1) # store msw
|
OP_CONST_WIDE_32.S | 8 SET_VREG_WORD(rPC,%ecx,1) # store msw
|
OP_IGET_WIDE_QUICK.S | 13 movl 4(%eax),%eax # eax<- msw 17 SET_VREG_WORD(%eax,rINST_FULL,1) # v[A+1]<- msw
|
OP_IPUT_WIDE_QUICK.S | 15 GET_VREG_WORD(rINST_FULL,rINST_FULL,1) # rINST_FULL<- msw
|
OP_SGET_WIDE.S | 19 movl 4+offStaticField_value(%eax),%eax # eax<- msw
|
OP_IPUT_WIDE.S | 59 GET_VREG_WORD(rINST_FULL,rINST_FULL,1) # rINST_FULL<- msw
|
OP_SPUT_WIDE.S | 21 GET_VREG_WORD(%ecx,%ecx,1) # ecx<- msw
|
OP_IGET_WIDE.S | 59 movl 4(%eax),%eax # eax<- msw
|
/bionic/libc/bionic/ |
ldexp.c | 29 u_int32_t msw; member in struct:__anon3::__anon4 44 u_int32_t msw; member in struct:__anon5::__anon6 56 (ix0) = ew_u.parts.msw; \ 66 (i) = gh_u.parts.msw; \ 75 sh_u.parts.msw = (v); \
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
math_private.h | 54 u_int32_t msw; member in struct:__anon4489::__anon4490 67 u_int32_t msw; member in struct:__anon4491::__anon4492 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/libm/src/ |
math_private.h | 48 u_int32_t msw; member in struct:__anon540::__anon541 63 u_int32_t msw; member in struct:__anon542::__anon543 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/WebKitTools/wx/packaging/ |
wxWebKitInstaller.iss.in | 60 InstallDir := PythonDir + '\Lib\site-packages\wx-2.8-msw-unicode\wx\';
|
/external/webkit/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.
|
/external/sonivox/jet_tools/JetCreator/ |
img_Paste.py | 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
|
img_Copy.py | 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
|
img_New.py | 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
|
img_Print.py | 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
|
img_favicon.py | 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
|
/external/webkit/WebCore/platform/ |
PopupMenu.h | 56 #include <wx/msw/winundef.h>
|
/external/webkit/WebCore/platform/wx/ |
PopupMenuWx.cpp | 33 #include <wx/msw/winundef.h>
|
/external/webkit/WebKitTools/wx/build/ |
wxpresets.py | 94 configdir = os.path.join(libdir, 'msw' + ext)
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
crypto-sha1.js | 131 var msw = (x >> 16) + (y >> 16) + (lsw >> 16); 132 return (msw << 16) | (lsw & 0xFFFF);
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
crypto-sha1.js | 131 var msw = (x >> 16) + (y >> 16) + (lsw >> 16); 132 return (msw << 16) | (lsw & 0xFFFF);
|
/external/kernel-headers/original/asm-x86/ |
thread_info_32.h | 124 * - other flags in MSW
|