HomeSort by relevance Sort by last modified time
    Searched defs:uw (Results 1 - 12 of 12) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
UBJsonTest.java 39 UBJsonWriter uw = new UBJsonWriter(Gdx.files.external(fn).write(false)); local
40 uw.object();
41 uw.set(longString, longString);
42 uw.set("0floats", new float[] {});
43 uw.set("3floats", new float[] {1, 2, 3.456789f});
44 uw.set("xfloats", new float[] {Float.MIN_VALUE, Float.MAX_VALUE, Float.NaN, Float.NEGATIVE_INFINITY});
45 uw.set("double", 0.000000000000000000001);
46 uw.set("long", Long.MAX_VALUE);
47 uw.set("3bytes", new byte[] {(byte)1, (byte)2, (byte)3});
48 uw.set("3shorts", new short[] {(short)1, (short)2, (short)3});
79 UBJsonWriter uw = new UBJsonWriter(Gdx.files.external(fn).write(false, 8192)); local
    [all...]
  /external/pcre/dist/sljit/
sljitUtils.c 208 sljit_uw uw; member in union:__anon21348
246 stack->base = base.uw;
269 stack->base = base.uw;
  /external/ImageMagick/MagickCore/
resample.c 327 ssize_t u,v, v1, v2, uw, hit;
564 uw = (ssize_t)(2.0*resample_filter->Uwidth)+1;
568 (void) FormatLocaleFile(stderr, "u1=%ld; uw=%ld\n", (long)u1, (long)uw);
596 pixels=GetCacheViewVirtualPixels(resample_filter->view,u,v,(size_t) uw,
602 for( u=0; u<uw; u++ ) {
649 (void) FormatLocaleFile(stderr, "Hit=%ld; Total=%ld;\n", (long)hit, (long)uw*(v2-v1) );
323 ssize_t u,v, v1, v2, uw, hit; local
    [all...]
  /external/libvncserver/common/
zywrletemplate.c 621 if( data-pData >= (w+uw) ){ \
622 data += scanline-(w+uw); \
652 pEnd = pBuf + (w+uw)*(h+uh); \
661 if (uw) { \
665 pLine = (int*)(pData + uw); \
671 pData += scanline-uw; \
687 if (uw && uh) { \
691 pLine = (int*)(pData + uw); \
697 pData += scanline-uw; \
755 int uw = w local
791 int uw = w; local
    [all...]
  /external/mesa3d/src/glx/
drisw_glx.c 142 unsigned uw, uh, bw, depth; local
146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
147 *w = uw;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 297 uint32_t uw; member in struct:r300_vertex_program_code::__anon19125::__anon19126
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 1899 unsigned long uw; member in union:__anon25138
1917 unsigned long uw; member in union:__anon25139
    [all...]
  /external/valgrind/VEX/test/
mmxtest.c 44 unsigned short uw[4]; /* 4 Unsigned Word */ member in union:__anon24900
495 mm->uw[0] = 0xFFFF & (random() >> 7);
496 mm->uw[1] = 0xFFFF & (random() >> 7);
497 mm->uw[2] = 0xFFFF & (random() >> 7);
498 mm->uw[3] = 0xFFFF & (random() >> 7);
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 2748 UWord uw; local
    [all...]
readdwarf3.c 1229 UWord uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); local
1424 SizeT uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1490 milliseconds