HomeSort by relevance Sort by last modified time
    Searched refs:sw (Results 176 - 200 of 736) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 422 int sw, int sh) {
423 dstRB -= sw;
424 srcRB -= sw;
425 blurRB -= sw;
427 for (int x = sw - 1; x >= 0; --x) {
441 int sw, int sh,
447 for (x = sw - 1; x >= 0; --x) {
456 for (x = sw - 1; x >= 0; --x) {
468 dst += dstRowBytes - sw;
469 src += srcRowBytes - sw;
541 int sw = src.fBounds.width(); local
722 unsigned int sw = width - profile_size; local
759 int sw = SkScalarFloorToInt(src.width()); local
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext32.h 29 __u32 sw; member in struct:_fpstate_ia32
  /external/llvm/test/MC/Mips/
elf-tls.s 34 sw $ra, 20($sp) # 4-byte Folded Spill
66 sw $ra, 20($sp) # 4-byte Folded Spill
98 sw $ra, 20($sp) # 4-byte Folded Spill
107 sw $2, %dtprel_lo(f3.i)($1)
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
Makefile 9 $(TOP)/src/gallium/winsys/sw/wrapper/libwsw.a \
  /external/skia/src/effects/
SkBlurMask.cpp 422 int sw, int sh) {
423 dstRB -= sw;
424 srcRB -= sw;
425 blurRB -= sw;
427 for (int x = sw - 1; x >= 0; --x) {
441 int sw, int sh,
447 for (x = sw - 1; x >= 0; --x) {
456 for (x = sw - 1; x >= 0; --x) {
468 dst += dstRowBytes - sw;
469 src += srcRowBytes - sw;
541 int sw = src.fBounds.width(); local
722 unsigned int sw = width - profile_size; local
759 int sw = SkScalarFloorToInt(src.width()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
sigcontext32.h 29 __u32 sw; member in struct:_fpstate_ia32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext32.h 29 __u32 sw; member in struct:_fpstate_ia32
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/
sigcontext32.h 41 __u32 sw; member in struct:_fpstate_ia32
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/
sigcontext32.h 41 __u32 sw; member in struct:_fpstate_ia32
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 41 unsigned long sw; member in struct:_fpstate
  /external/e2fsprogs/install-utils/
convfstab 44 xenix | coherent | nfs | proc | sw | swap )
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AAddExpression.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseAAddExpression(this);
AAndExpression.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseAAndExpression(this);
ACommaExpression.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseACommaExpression(this);
ACommentCommand.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseACommentCommand(this);

Completed in 853 milliseconds

1 2 3 4 5 6 78 91011>>