HomeSort by relevance Sort by last modified time
    Searched refs:dw (Results 126 - 150 of 286) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug.c 228 unsigned dw,
243 PRINTF(stream, ": 0x%x\n", ((dw) & himask) >> (lo));
247 #define MBZ( dw, hi, lo) do { \
248 unsigned x = (dw) >> (lo); \
255 #define MBZ( dw, hi, lo) do { \
262 unsigned dw,
267 if (((dw) >> (bit)) & 1) {
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 228 unsigned dw,
243 PRINTF(stream, ": 0x%x\n", ((dw) & himask) >> (lo));
247 #define MBZ( dw, hi, lo) do { \
248 unsigned x = (dw) >> (lo); \
255 #define MBZ( dw, hi, lo) do { \
262 unsigned dw,
267 if (((dw) >> (bit)) & 1) {
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 186 void drawImage(CanvasImageSource*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
189 float dx = 0, float dy = 0, float dw = 0, float dh = 0, const String& compositeOperation = emptyString());
327 void drawImageInternal(CanvasImageSource*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&, CompositeOperator, blink::WebBlendMode, GraphicsContext* = 0);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 56 uint32 fourcc, int w, int h, int dw, int dh, uint8* sample,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 155 dw 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001
158 dw 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsrc_file.c 62 if (mod->dw == NULL)
  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 155 dw 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001
158 dw 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 544 int dw = 0;
547 dw = Math.max(mMinWidth, Math.min(mMaxWidth, d.getIntrinsicWidth()));
551 dw += mPaddingLeft + mPaddingRight;
554 setMeasuredDimension(resolveSizeAndState(dw, widthMeasureSpec, 0),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 155 dw 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001
158 dw 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_intrapred_sse2.asm 14 pw_4: times 8 dw 4
15 pw_8: times 8 dw 8
16 pw_16: times 8 dw 16
17 pw_32: times 8 dw 32
  /external/libvpx/libvpx/vp9/common/x86/
vp9_intrapred_sse2.asm 14 pw_4: times 8 dw 4
15 pw_8: times 8 dw 8
16 pw_16: times 8 dw 16
17 pw_32: times 8 dw 32
vp9_postproc_mmx.asm 527 times 16 dw 16
528 times 8 dw 64
529 times 16 dw 16
530 times 8 dw 0
533 times 4 dw 0x40
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 311 final int dw = mIcon.getBounds().width(); local
312 super.setPadding((w - dw) / 2, getPaddingTop(), getPaddingRight(), getPaddingBottom());
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 294 final int dw = mIcon.getBounds().width(); local
295 super.setPadding((w - dw) / 2, getPaddingTop(), getPaddingRight(), getPaddingBottom());
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_intrapred_sse2.asm 14 pw_4: times 8 dw 4
15 pw_8: times 8 dw 8
16 pw_16: times 8 dw 16
17 pw_32: times 8 dw 32
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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
idctllm_mmx.asm 289 times 4 dw 0x8A8C
292 times 4 dw 0x4E7B
295 times 4 dw 0x0004
  /external/chromium_org/third_party/mesa/src/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) { \
  /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) { \
  /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
  /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...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jimmxred.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
jiss2red-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
jiss2red.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

Completed in 2206 milliseconds

1 2 3 4 56 7 8 91011>>