HomeSort by relevance Sort by last modified time
    Searched defs:dw (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
allinsn16.s 7 .dw \b + \i
21 .macro dw b, i, e
24 dw \b, \i + 0x800, \e
28 dw 0x0000 0 0x2000 label
29 dw 0x2000 0 0x2000 label
30 dw 0x4000 0 0x2000 label
31 dw 0x6000 0 0x2000 label
32 dw 0x8000 0 0x2000 label
33 dw 0xa000 0 0x2000 label
  /external/elfutils/tests/
rerequest_tag.c 19 #include ELFUTILS_HEADER(dw)
33 Dwarf *dw = dwarf_begin (i, DWARF_C_READ); local
34 assert (dw != NULL);
37 die = dwarf_offdie (dw, 11, &die_mem);
41 die = dwarf_offdie (dw, 11, &die_mem);
45 dwarf_end (dw);
varlocs.c 23 #include ELFUTILS_HEADER(dw)
40 static Dwarf *dw; variable
783 dw = dwfl_module_getdwarf (mod, &modbias);
805 cfi_debug = dwarf_getcfi (dw); // No bias needed, same file.
  /external/valgrind/none/tests/s390x/
stfle.c 7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test)
10 register unsigned long long __nr asm("0") = dw - 1;
31 int dw = S390_NUM_FACILITY_DW; local
35 if ((stfle(dw, 1)) && stfle(dw, 2))
41 if (stfle(dw, 7))
46 /* Test #3: Tell STFLE to only write 1 DW of facility bits. Expected condition
49 dw = 1;
50 if ((stfle(dw, 1)) && stfle(dw, 2)
    [all...]
  /external/elfutils/libdwfl/
dwfl_getdwarf.c 45 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); local
46 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
  /frameworks/base/tools/aapt/
CrunchCache.cpp 86 DirectoryWalker* dw = new SystemDirectoryWalker(); local
89 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw);
92 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw);
94 delete dw;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_parse_sc_fast_loop.c 127 register unsigned int dw; local
129 dw = *((unsigned int *)&buf[i]);
131 dw = SWAP_WORD(dw);
133 if ( 0 != (dw & SC_BYTE_MASK0) )
135 if ( 0 != (dw & SC_BYTE_MASK1) )
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
CSVGroupHandlerTest.java 40 final DelimitedWriter dw = new DelimitedWriter(result); local
41 final ClassRowWriter rw = new ClassRowWriter(dw, new JavaNames());
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SourceInterpreter.java 157 SourceValue dw = (SourceValue) w; local
158 if (dv.insns instanceof SmallSet && dw.insns instanceof SmallSet) {
159 Set s = ((SmallSet) dv.insns).union((SmallSet) dw.insns);
160 if (s == dv.insns && dv.size == dw.size) {
163 return new SourceValue(Math.min(dv.size, dw.size), s);
166 if (dv.size != dw.size || !dv.insns.containsAll(dw.insns)) {
169 s.addAll(dw.insns);
170 return new SourceValue(Math.min(dv.size, dw.size), s);
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 49 int dw = mDrawable.getIntrinsicWidth(); local
53 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
  /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/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 492 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
497 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
500 if (dw < (int)dst->y_width)
502 memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
509 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
512 if (dw / 2 < (int)dst->uv_width)
514 memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java 65 final int dw = mLastDW; local
68 Rect dirty = new Rect(0, 0, dw, dh);
80 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE);
86 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE);
89 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
109 void positionSurface(int dw, int dh) {
110 if (mLastDW == dw && mLastDH == dh) {
113 mLastDW = dw;
115 mSurfaceControl.setSize(dw, dh)
    [all...]
Watermark.java 129 void positionSurface(int dw, int dh) {
130 if (mLastDW != dw || mLastDH != dh) {
131 mLastDW = dw;
133 mSurfaceControl.setSize(dw, dh);
140 final int dw = mLastDW; local
144 Rect dirty = new Rect(0, 0, dw, dh);
159 int div = (dw+mTextWidth)/deltaX;
160 int rem = (dw+mTextWidth) - (div*deltaX);
171 if (x >= dw) {
172 x -= (dw+mTextWidth)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 491 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
508 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
511 if (dw / 2 < (int)dst->uv_width)
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1)
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testgl2.c 220 int dw, dh; local
302 SDL_GetWindowSize(state->windows[0], &dw, &dh);
303 SDL_Log("Window Size : %d,%d\n", dw, dh);
304 SDL_GL_GetDrawableSize(state->windows[0], &dw, &dh);
305 SDL_Log("Draw Size : %d,%d\n", dw, dh);
  /external/elfutils/src/
findtextrel.c 94 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw,
374 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); local
378 if (dw == NULL && fname[0] == '/')
394 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL);
449 symscn, dw, fname, more_than_one, &knownsrcs);
472 symscn, dw, fname, more_than_one, &knownsrcs);
477 dwarf_end (dw);
507 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw,
521 if ((die = dwarf_addrdie (dw, addr, &die_mem)) != NULL
  /external/mesa3d/src/mesa/drivers/dri/i915/
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;
  /external/opencv3/modules/imgproc/src/
gcgraph.hpp 143 TWeight dw = vtcs[i].weight; local
144 if( dw > 0 )
145 sourceW += dw;
147 sinkW -= dw;
  /external/webrtc/webrtc/base/
win32regkey.cc 266 DWORD dw = 0; local
269 sam_desired, lpSecAttr, &h_key, &dw);
273 *lpdwDisposition = 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);
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 234 int dw = (int) (scale * mPunchThroughGraphic.getIntrinsicWidth()); local
244 mPunchThroughGraphic.setBounds(cx - dw/2, cy - dh/2, cx + dw/2, cy + dh/2);
  /external/boringssl/win-x86/crypto/modes/
ghash-x86.asm 1224 dw 0,450,900,582,1800,1738,1164,1358 label
1225 dw 3600,4050,3476,3158,2328,2266,2716,2910 label
1226 dw 7200,7650,8100,7782,6952,6890,6316,6510 label
1227 dw 4656,5106,4532,4214,5432,5370,5820,6014 label
1228 dw 14400,14722,15300,14854,16200,16010,15564,15630 label
1229 dw 13904,14226,13780,13334,12632,12442,13020,13086 label
1230 dw 9312,9634,10212,9766,9064,8874,8428,8494 label
1231 dw 10864,11186,10740,10294,11640,11450,12028,12094 label
1232 dw 28800,28994,29444,29382,30600,30282,29708,30158 label
1233 dw 32400,32594,32020,31958,31128,30810,31260,3171 label
1234 dw 27808,28002,28452,28390,27560,27242,26668,27118 label
1235 dw 25264,25458,24884,24822,26040,25722,26172,26622 label
1236 dw 18624,18690,19268,19078,20424,19978,19532,19854 label
1237 dw 18128,18194,17748,17558,16856,16410,16988,17310 label
1238 dw 21728,21794,22372,22182,21480,21034,20588,20910 label
1239 dw 23280,23346,22900,22710,24056,23610,24188,24510 label
1240 dw 57600,57538,57988,58182,58888,59338,58764,58446 label
1241 dw 61200,61138,60564,60758,59416,59866,60316,59998 label
1242 dw 64800,64738,65188,65382,64040,64490,63916,63598 label
1243 dw 62256,62194,61620,61814,62520,62970,63420,63102 label
1244 dw 55616,55426,56004,56070,56904,57226,56780,56334 label
1245 dw 55120,54930,54484,54550,53336,53658,54236,53790 label
1246 dw 50528,50338,50916,50982,49768,50090,49644,49198 label
1247 dw 52080,51890,51444,51510,52344,52666,53244,52798 label
1248 dw 37248,36930,37380,37830,38536,38730,38156,38094 label
1249 dw 40848,40530,39956,40406,39064,39258,39708,39646 label
1250 dw 36256,35938,36388,36838,35496,35690,35116,35054 label
1251 dw 33712,33394,32820,33270,33976,34170,34620,34558 label
1252 dw 43456,43010,43588,43910,44744,44810,44364,44174 label
1253 dw 42960,42514,42068,42390,41176,41242,41820,41630 label
1254 dw 46560,46114,46692,47014,45800,45866,45420,45230 label
1255 dw 48112,47666,47220,47542,48376,48442,49020,48830 label
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.cpp 370 // df/dw' = I + 1xIw'*step + w'xI*step
379 btVector3 dw; local
380 dw = dfw.solve33(fw);
382 //dw = dfw_inv*fw;
384 w1 -= dw;
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledRgbaFile.cpp 226 Box2i dw = _outputFile.dataWindowForTile (dx, dy, lx, ly); local
227 int width = dw.max.x - dw.min.x + 1;
229 for (int y = dw.min.y, y1 = 0; y <= dw.max.y; ++y, ++y1)
231 for (int x = dw.min.x, x1 = 0; x <= dw.max.x; ++x, ++x1)
244 (char *) &_buf[-dw.min.y][-dw.min.x].g, // base
249 (char *) &_buf[-dw.min.y][-dw.min.x].a, // bas
750 Box2i dw = _inputFile.dataWindowForTile (dx, dy, lx, ly); local
    [all...]

Completed in 994 milliseconds

1 2 3 4