HomeSort by relevance Sort by last modified time
    Searched full:aliasing (Results 51 - 75 of 494) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/runtime/test/timing/
umoddi3.c 45 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
  /frameworks/native/opengl/libagl/
Android.mk 34 LOCAL_CFLAGS += -fstrict-aliasing
  /packages/apps/Camera/jni/
Android.mk 12 LOCAL_CFLAGS := -O3 -DNDEBUG -fstrict-aliasing
  /external/clang/
Makefile 53 # Disable -fstrict-aliasing. Darwin disables it by default (and LLVM doesn't
61 CXX.Flags += -fno-strict-aliasing
  /external/llvm/include/llvm/
GlobalAlias.h 72 /// by going through the aliasing chain and trying to find the very last
74 /// the whole chain aliasing chain is traversed, otherwise - only strong
  /external/skia/include/core/
SkFloatBits.h 67 // Helper to see a float as its bit pattern (w/o aliasing warnings)
74 // Helper to see a bit pattern as a float (w/o aliasing warnings)
  /external/v8/test/mjsunit/regress/
regress-r4998.js 83 function aliasing() { function
94 aliasing();
  /external/webkit/Source/JavaScriptCore/
GNUmakefile.am 54 -fno-strict-aliasing \
79 -fno-strict-aliasing \
  /external/webkit/Source/JavaScriptCore/dfg/
DFGAliasTracker.h 38 // This class id used to detect aliasing property accesses, which we may
112 // The graph, to look up potentially aliasing nodes.
  /ndk/toolchains/x86-4.4.3/
setup.mk 44 -fstrict-aliasing \
51 -fno-strict-aliasing
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tcp.h 60 * The union cast uses a gcc extension to avoid aliasing problems
62 * This means this part of the code is -fstrict-aliasing safe now.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 60 * The union cast uses a gcc extension to avoid aliasing problems
62 * This means this part of the code is -fstrict-aliasing safe now.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 60 * The union cast uses a gcc extension to avoid aliasing problems
62 * This means this part of the code is -fstrict-aliasing safe now.
  /system/core/libpixelflinger/
Android.mk 43 PIXELFLINGER_CFLAGS += -fstrict-aliasing -fomit-frame-pointer
  /external/webkit/Tools/
GNUmakefile.am 20 -fno-strict-aliasing \
100 -fno-strict-aliasing \
134 -fno-strict-aliasing \
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 65 -fstrict-aliasing \
72 -fno-strict-aliasing \
78 -fno-strict-aliasing
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h 48 /* Used to set the level of -Wstrict-aliasing in OPTS, when no level
50 -Wstrict-aliasing=level.
51 ONOFF is assumed to take value 1 when -Wstrict-aliasing is specified,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flags.h 48 /* Used to set the level of -Wstrict-aliasing in OPTS, when no level
50 -Wstrict-aliasing=level.
51 ONOFF is assumed to take value 1 when -Wstrict-aliasing is specified,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h 48 /* Used to set the level of -Wstrict-aliasing in OPTS, when no level
50 -Wstrict-aliasing=level.
51 ONOFF is assumed to take value 1 when -Wstrict-aliasing is specified,
  /build/core/combo/
TARGET_linux-sh.mk 44 -fstrict-aliasing \
49 TARGET_sh_debug_CFLAGS := $(TARGET_sh_release_CFLAGS) -fno-omit-frame-pointer -fno-strict-aliasing
65 -Wstrict-aliasing=2 \
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformDataFreeType.cpp 88 // Only override the anti-aliasing setting if was previously turned off. Otherwise
89 // we'll override the preference which decides between gray anti-aliasing and
90 // subpixel anti-aliasing.
  /bionic/libc/unistd/
sigwait.c 50 /* use a union to get rid of aliasing warnings */
  /dalvik/vm/
Misc.h 39 * strict-aliasing problems ("dereferencing type-punned pointer will break
40 * strict-aliasing rules"). According to the gcc info page, this usage
41 * is allowed, even with "-fstrict-aliasing".
46 * optimizations that strict aliasing rules allow.
  /external/checkpolicy/
Makefile 13 CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -pipe -fno-strict-aliasing
  /external/clang/test/SemaCXX/
const-cast.cpp 5 // See if aliasing can confuse this baby.

Completed in 1205 milliseconds

1 23 4 5 6 7 8 91011>>