HomeSort by relevance Sort by last modified time
    Searched refs:cw (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 40 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 40 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
sigcontext.h 40 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 40 unsigned long cw; member in struct:_fpstate
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 86 ClassWriter cw = new ClassWriter(0 /*flags*/); local
91 mLog, cw, internalClassName, delegateMethods);
125 cl2.add(NATIVE_CLASS_NAME, cw);
141 ClassWriter cw = new ClassWriter(0 /*flags*/); local
148 mLog, cw, internalClassName, delegateMethods);
156 ClassWriter cw = new ClassWriter(0 /*flags*/); local
162 mLog, cw, internalClassName, delegateMethods);
193 cl2.add(NATIVE_CLASS_NAME, cw);
331 ClassWriter cw = new ClassWriter(0); local
332 cr.accept(cw, 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_rss.c 150 int cw, ccw; local
152 /* Hardware frontwinding is always CW, so if ours is also CW,
158 cw = 1;
162 cw = 0;
170 EMIT_RS( svga, curr->stencil[cw].func, STENCILFUNC, fail );
171 EMIT_RS( svga, curr->stencil[cw].fail, STENCILFAIL, fail );
172 EMIT_RS( svga, curr->stencil[cw].zfail, STENCILZFAIL, fail );
173 EMIT_RS( svga, curr->stencil[cw].pass, STENCILPASS, fail );
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 150 int cw, ccw; local
152 /* Hardware frontwinding is always CW, so if ours is also CW,
158 cw = 1;
162 cw = 0;
170 EMIT_RS( svga, curr->stencil[cw].func, STENCILFUNC, fail );
171 EMIT_RS( svga, curr->stencil[cw].fail, STENCILFAIL, fail );
172 EMIT_RS( svga, curr->stencil[cw].zfail, STENCILZFAIL, fail );
173 EMIT_RS( svga, curr->stencil[cw].pass, STENCILPASS, fail );
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_clip.c 85 const GLfloat cw = from[3]; local
87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT;
88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT;
89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT;
90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT;
92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT;
93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT;
105 GLfloat oow = 1.0F / cw;
  /external/mesa3d/src/mesa/math/
m_debug_clip.c 85 const GLfloat cw = from[3]; local
87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT;
88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT;
89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT;
90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT;
92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT;
93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT;
105 GLfloat oow = 1.0F / cw;
  /external/chromium_org/third_party/libwebp/dec/
buffer.c 146 const int cw = options->crop_width; local
150 if (x < 0 || y < 0 || cw <= 0 || ch <= 0 || x + cw > w || y + ch > h) {
153 w = cw;
  /external/kernel-headers/original/asm-x86/
sigcontext.h 39 unsigned long cw; member in struct:_fpstate
  /external/webp/src/dec/
buffer.c 146 const int cw = options->crop_width; local
150 if (x < 0 || y < 0 || cw <= 0 || ch <= 0 || x + cw > w || y + ch > h) {
153 w = cw;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext.h 38 unsigned long cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h 38 unsigned long cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h 38 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 137 unsigned cw = header->det >= 0.0; local
138 unsigned mode = unfilled->mode[cw];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 137 unsigned cw = header->det >= 0.0; local
138 unsigned mode = unfilled->mode[cw];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigcontext.h 53 __uint32_t cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigcontext.h 53 __uint32_t cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigcontext.h 53 __uint32_t cw; member in struct:_fpstate

Completed in 1069 milliseconds

12 3 4 5