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

1 2 34 5 6 7 8 91011>>

  /external/elfutils/0.153/src/
findtextrel.c 102 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw,
376 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); local
380 if (dw == NULL && fname[0] == '/')
396 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL);
451 symscn, dw, fname, more_than_one, &knownsrcs);
474 symscn, dw, fname, more_than_one, &knownsrcs);
479 dwarf_end (dw);
508 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw,
522 if ((die = dwarf_addrdie (dw, addr, &die_mem)) != NULL
  /external/libpcap/msdos/
pkt_rx0.asm 46 firstCount dw 0 ; # of bytes on 1st call
47 secondCount dw 0 ; # of bytes on 2nd call
48 handle dw 0 ; handle for upcall
51 protocol dw 0 ; packet protocol number
55 _rxOutOfs dw offset _pktRxBuf ; ring buffer offsets
56 _rxInOfs dw offset _pktRxBuf ; into _pktRxBuf
57 _pktDrop dw 0,0 ; packet drop counter
63 screenSeg dw 0B800h
64 newInOffset dw 0
67 fanIndex dw 0
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 147 final int dw, dh; local
150 dw = mBounds.width();
159 dw = (int) (info.logicalWidth * 1.5);
162 xPos = -1 * dw / 6;
171 mDimSurface.setSize(dw, dh);
CircularDisplayMask.java 144 void positionSurface(int dw, int dh, int rotation) {
145 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
148 mLastDW = dw;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 124 float dw = drawRect.width(); local
126 float dx = fullRect.centerX() - dw / 2;
128 drawRect.set(dx, dy, dx + dw, dy + dh);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 211 final int dw = frame.width(); local
213 if (surfaceWidth == dw && surfaceHeight == dh) {
325 final int dw = frame.width(); local
327 boolean surfaceDimensionsChanged = dw != mLastSurfaceWidth
343 Log.d(TAG, "Reloading bitmap: mBackground, bgw, bgh, dw, dh = " +
347 dw + ", " + dh);
358 if (dw != mBackground.getWidth() || dh != mBackground.getHeight()) {
360 dw + ", " + dh + ", " + mBackground.getWidth() + ", " +
367 mScale = Math.max(1f, Math.max(dw / (float) mBackground.getWidth(),
369 final int availw = dw - (int) (mBackground.getWidth() * mScale)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h 94 void expand(float dw, float dh) { m_size.expand(dw, dh); }
96 void contract(float dw, float dh) { m_size.expand(-dw, -dh); }
IntRect.h 91 void expand(int dw, int dh) { m_size.expand(dw, dh); }
93 void contract(int dw, int dh) { m_size.expand(-dw, -dh); }
LayoutRect.h 100 void expand(LayoutUnit dw, LayoutUnit dh) { m_size.expand(dw, dh); }
107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); }
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 14 pw_8: times 8 dw 8
15 bilin_filter_m_sse2: times 8 dw 16
16 times 8 dw 0
17 times 8 dw 15
18 times 8 dw 1
19 times 8 dw 14
20 times 8 dw 2
21 times 8 dw 13
22 times 8 dw 3
23 times 8 dw 1
    [all...]
vp9_dct_ssse3_x86_64.asm 18 pw_11585x2: times 8 dw 23170
22 pw_%1_%2: dw %1, %2, %1, %2, %1, %2, %1, %2
23 pw_%2_m%1: dw %2, -%1, %2, -%1, %2, -%1, %2, -%1
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw)
43 state->pm4[state->ndw++] = dw;
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw)
106 si_pm4_cmd_add(state, dw);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 51 dw keybuf ; offset part label
52 dw seg keybuf ; segment part label
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 14 pw_8: times 8 dw 8
15 bilin_filter_m_sse2: times 8 dw 16
16 times 8 dw 0
17 times 8 dw 15
18 times 8 dw 1
19 times 8 dw 14
20 times 8 dw 2
21 times 8 dw 13
22 times 8 dw 3
23 times 8 dw 1
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw)
43 state->pm4[state->ndw++] = dw;
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw)
106 si_pm4_cmd_add(state, dw);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 14 pw_8: times 8 dw 8
15 bilin_filter_m_sse2: times 8 dw 16
16 times 8 dw 0
17 times 8 dw 15
18 times 8 dw 1
19 times 8 dw 14
20 times 8 dw 2
21 times 8 dw 13
22 times 8 dw 3
23 times 8 dw 1
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 265 int dw = r.left + tw + r.right; local
266 if (dw < mNumberBackground.getMinimumWidth()) {
267 dw = mNumberBackground.getMinimumWidth();
269 mNumberX = w-r.right-((dw-r.right-r.left)/2);
275 mNumberBackground.setBounds(w-dw, h-dh, w, h);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 240 #define GetUnalignedDword( pb, dw ) \
241 (dw) = ((OMX_U32) *(pb + 3) << 24) + \
246 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(OMX_U32);
248 #define LoadDWORD( dw, p ) GetUnalignedDwordEx( p, dw )
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_module.c 94 if (mod->dw != NULL)
95 INTUSE(dwarf_end) (mod->dw);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 38 virtual bool Reset(uint32 format, int w, int h, int dw, int dh, uint8 *sample,
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jcgrammx.asm 40 PW_F0299_F0337 times 2 dw F_0_299, F_0_337
41 PW_F0114_F0250 times 2 dw F_0_114, F_0_250
jcgrass2-64.asm 37 PW_F0299_F0337 times 4 dw F_0_299, F_0_337
38 PW_F0114_F0250 times 4 dw F_0_114, F_0_250
jcgrass2.asm 37 PW_F0299_F0337 times 4 dw F_0_299, F_0_337
38 PW_F0114_F0250 times 4 dw F_0_114, F_0_250
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcoll.h 114 DWORD dw = 0; local
120 CComVariant& var = m_Var[dw];
123 dw++;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl 115 [RaisesException] void drawImage(HTMLImageElement image, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
118 [RaisesException] void drawImage(HTMLCanvasElement canvas, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
121 [RaisesException] void drawImage(HTMLVideoElement video, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
124 [RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] void drawImage(ImageBitmap imageBitmap, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
181 optional unrestricted float dx, optional unrestricted float dy, optional unrestricted float dw, optional unrestricted float dh, optional DOMString compositeOperation);

Completed in 671 milliseconds

1 2 34 5 6 7 8 91011>>