/external/libvpx/libvpx/vp8/common/x86/ |
idctllm_mmx.asm | 289 times 4 dw 0x8A8C 292 times 4 dw 0x4E7B 295 times 4 dw 0x0004
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_debug.c | 180 #define BITS( dw, hi, lo, ... ) \ 185 printf(": 0x%x\n", ((dw) & himask) >> (lo)); \ 188 #define MBZ( dw, hi, lo) do { \ 189 unsigned x = (dw) >> (lo); \ 196 #define FLAG( dw, bit, ... ) \ 198 if (((dw) >> (bit)) & 1) { \
|
i915_vtbl.c | 692 uint32_t dw = i915->state.Ctx[I915_CTXREG_LIS6]; local 694 dw |= S6_COLOR_WRITE_ENABLE; 696 dw &= ~S6_COLOR_WRITE_ENABLE; 697 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) { 699 i915->state.Ctx[I915_CTXREG_LIS6] = dw;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
DockedStackDividerController.java | 198 final int dw = rotated local 204 mService.mPolicy.getStableInsetsLw(rotation, dw, dh, mTmpRect); 206 config.orientation = (dw <= dh) ? ORIENTATION_PORTRAIT : ORIENTATION_LANDSCAPE; 208 (mService.mPolicy.getConfigDisplayWidth(dw, dh, rotation, baseConfig.uiMode) / 211 (mService.mPolicy.getConfigDisplayHeight(dw, dh, rotation, baseConfig.uiMode) / 215 rotationContext.getResources(), dw, dh, getContentWidth(), [all...] |
WindowSurfacePlacer.java | 608 final int dw = displayInfo.logicalWidth; local 663 mService.mPolicy.beginPostLayoutPolicyLw(dw, dh); 902 final int dw = displayInfo.logicalWidth; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
idctllm_mmx.asm | 289 times 4 dw 0x8A8C 292 times 4 dw 0x4E7B 295 times 4 dw 0x0004
|
variance_impl_sse2.asm | [all...] |
/external/libvncserver/libvncserver/ |
tight.c | 299 int dx, dy, dw, dh; local 385 dw = (dx + MAX_SPLIT_TILE_SIZE <= x + w) ? 388 if (CheckSolidTile(cl, dx, dy, dw, dh, &colorValue, FALSE)) { 479 int dx, dy, dw, dh; local 489 dw = (w_prev > MAX_SPLIT_TILE_SIZE) ? 492 if (!CheckSolidTile(cl, x, dy, dw, dh, &colorValue, TRUE)) 495 for (dx = x + dw; dx < x + w_prev;) { 496 dw = (dx + MAX_SPLIT_TILE_SIZE <= x + w_prev) ? 498 if (!CheckSolidTile(cl, dx, dy, dw, dh, &colorValue, TRUE)) 500 dx += dw; [all...] |
/external/opencv/ml/src/ |
mlann_mlp.cpp | 878 CvMat* dw = 0; local 903 CV_CALL( dw = cvCreateMat( wbuf->rows, wbuf->cols, wbuf->type )); 904 cvZero( dw ); 1021 cvInitMatHeader( &_dw, n1+1, n2, CV_64F, dw->data.db + (weights[i] - weights[0]) ); 1040 cvReleaseMat( &dw ); 1052 CvMat* dw = 0; local 1084 CV_CALL( dw = cvCreateMat( wbuf->rows, wbuf->cols, wbuf->type )); 1085 cvSet( dw, cvScalarAll(params.rp_dw0) ); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 528 times 16 dw 16 529 times 8 dw 64 530 times 16 dw 16 531 times 8 dw 0 534 times 4 dw 0x40
|
/external/libjpeg-turbo/simd/ |
jidctred-mmx.asm | 79 PW_F184_MF076 times 2 dw F_1_847,-F_0_765 80 PW_F256_F089 times 2 dw F_2_562, F_0_899 81 PW_F106_MF217 times 2 dw F_1_061,-F_2_172 82 PW_MF060_MF050 times 2 dw -F_0_601,-F_0_509 83 PW_F145_MF021 times 2 dw F_1_451,-F_0_211 84 PW_F362_MF127 times 2 dw F_3_624,-F_1_272 85 PW_F085_MF072 times 2 dw F_0_850,-F_0_720
|
jidctred-sse2-64.asm | 80 PW_F184_MF076 times 4 dw F_1_847,-F_0_765 81 PW_F256_F089 times 4 dw F_2_562, F_0_899 82 PW_F106_MF217 times 4 dw F_1_061,-F_2_172 83 PW_MF060_MF050 times 4 dw -F_0_601,-F_0_509 84 PW_F145_MF021 times 4 dw F_1_451,-F_0_211 85 PW_F362_MF127 times 4 dw F_3_624,-F_1_272 86 PW_F085_MF072 times 4 dw F_0_850,-F_0_720
|
jidctred-sse2.asm | 79 PW_F184_MF076 times 4 dw F_1_847,-F_0_765 80 PW_F256_F089 times 4 dw F_2_562, F_0_899 81 PW_F106_MF217 times 4 dw F_1_061,-F_2_172 82 PW_MF060_MF050 times 4 dw -F_0_601,-F_0_509 83 PW_F145_MF021 times 4 dw F_1_451,-F_0_211 84 PW_F362_MF127 times 4 dw F_3_624,-F_1_272 85 PW_F085_MF072 times 4 dw F_0_850,-F_0_720
|
jfdctfst-mmx.asm | 59 PW_F0707 times 4 dw F_0_707 << CONST_SHIFT 60 PW_F0382 times 4 dw F_0_382 << CONST_SHIFT 61 PW_F0541 times 4 dw F_0_541 << CONST_SHIFT 62 PW_F1306 times 4 dw F_1_306 << CONST_SHIFT
|
jfdctfst-sse2-64.asm | 60 PW_F0707 times 8 dw F_0_707 << CONST_SHIFT 61 PW_F0382 times 8 dw F_0_382 << CONST_SHIFT 62 PW_F0541 times 8 dw F_0_541 << CONST_SHIFT 63 PW_F1306 times 8 dw F_1_306 << CONST_SHIFT
|
jfdctfst-sse2.asm | 59 PW_F0707 times 8 dw F_0_707 << CONST_SHIFT 60 PW_F0382 times 8 dw F_0_382 << CONST_SHIFT 61 PW_F0541 times 8 dw F_0_541 << CONST_SHIFT 62 PW_F1306 times 8 dw F_1_306 << CONST_SHIFT
|
jidctfst-mmx.asm | 66 PW_F1414 times 4 dw F_1_414 << CONST_SHIFT 67 PW_F1847 times 4 dw F_1_847 << CONST_SHIFT 68 PW_MF1613 times 4 dw -F_1_613 << CONST_SHIFT 69 PW_F1082 times 4 dw F_1_082 << CONST_SHIFT
|
jidctfst-sse2-64.asm | 67 PW_F1414 times 8 dw F_1_414 << CONST_SHIFT 68 PW_F1847 times 8 dw F_1_847 << CONST_SHIFT 69 PW_MF1613 times 8 dw -F_1_613 << CONST_SHIFT 70 PW_F1082 times 8 dw F_1_082 << CONST_SHIFT
|
jidctfst-sse2.asm | 66 PW_F1414 times 8 dw F_1_414 << CONST_SHIFT 67 PW_F1847 times 8 dw F_1_847 << CONST_SHIFT 68 PW_MF1613 times 8 dw -F_1_613 << CONST_SHIFT 69 PW_F1082 times 8 dw F_1_082 << CONST_SHIFT
|
/external/elfutils/libdwfl/ |
dwfl_module_getdwarf.c | 544 it if found. Only called when mod->dw is already setup but still 550 assert (mod->dw != NULL); 554 ssize_t build_id_len = INTUSE(dwelf_dwarf_gnu_debugaltlink) (mod->dw, 586 dwarf_setalt (mod->dw, mod->alt); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_dbdao.h | 345 #define DWPROPGET(intDAO,meth) do { intDAO *p = (intDAO *)GetInterface(); DWORD dw = 0; DAOMFC_CALL(p->meth(&dw)); return dw; } while (0)
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
OMX_VideoDec_Utils.h | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
bmi2.d | 2 #objdump: -dw
|
disp-intel.d | 2 #objdump: -dw -Mintel
|
i386.d | 2 #objdump: -dw
|