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

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libstagefright/codecs/aacdec/
imdct_fxp.cpp 66 time domain aliasing cancellation (TDAC).
119 aliasing cancellation
mdct_fxp.cpp 58 time domain aliasing cancellation (TDAC).
121 aliasing cancellation
  /external/icu4c/test/intltest/
ustrtest.cpp     [all...]
  /build/tools/
warn.py 166 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wstrict-aliasing',
167 'description':'Dereferencing <foo> breaks strict aliasing rules',
168 'patterns':[r".*: warning: dereferencing .* break strict-aliasing rules"] },
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 696 // TODO(kenton): Breaks C++ aliasing rules. We should probably remove this
704 // TODO(kenton): Breaks C++ aliasing rules. We should probably remove this
920 // casting void** to T** would violate C++ aliasing rules).
    [all...]
  /external/v8/
SConstruct 91 'CCFLAGS': ['-fno-strict-aliasing']
982 # It can be worked around by disabling strict aliasing.
1123 'help': 'assume strict aliasing while optimizing'
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
options.h     [all...]
  /external/bluetooth/bluez/
Makefile.am 326 audio_libgstbluetooth_la_CFLAGS = -fvisibility=hidden -fno-strict-aliasing \
  /external/bluetooth/glib/gio/
gfilemonitor.c 61 /* work around a limitation of the aliasing foo */
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 193 // corners. This is a lot more work, but they get anti-aliasing.
  /external/chromium/chrome/common/
metrics_helpers.cc 187 // of a unsigned char[8] so that we don't run into strict aliasing issues
  /external/clang/test/CodeGenCXX/
destructors.cpp 124 // Test base-class aliasing.
  /external/emma/core/java12/com/vladium/util/
Property.java 92 * This method is not property aliasing-aware.
  /external/icu4c/i18n/
stsearch.cpp 45 // !!! dlf m_collator_ is an odd beast. basically it is an aliasing
uspoof_wsconf.cpp 84 UnicodeString s(FALSE, ubuf, len); // Aliasing constructor
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
Application.java 173 * color bit depth, z-buffer bits, anti-aliasing samples, and update frequency.
  /external/libpng/scripts/
makefile.gcmmx 69 # -mcpu=i686 -malign-double -ffast-math -fstrict-aliasing \
  /external/libvpx/vpx/
vpx_codec.h 205 } config; /**< Configuration pointer aliasing union */
  /external/llvm/lib/Analysis/
LoopDependenceAnalysis.cpp 231 // We can not analyse objects if we do not know about their aliasing.
  /external/mesa3d/src/mesa/main/
imports.h 80 * But with gcc's -fstrict-aliasing flag (which defaults to on in gcc 3.0)
  /external/oprofile/events/i386/westmere/
events 14 event:0x07 counters:0,1,2,3 um:x01 minimum:200000 name:PARTIAL_ADDRESS_ALIAS : False dependencies due to partial address aliasing
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 94 /* cast funcs to char* first, to please GCC's strict aliasing rules. */
  /external/skia/include/core/
SkTypes.h 340 * Use to cast a pointer to a different type, and maintaining strict-aliasing
  /external/valgrind/main/VEX/
Makefile-gcc 91 $(EXTRA_CFLAGS) -g -O2 -fstrict-aliasing
  /external/webkit/
Android.mk 236 LOCAL_CFLAGS += -fno-strict-aliasing

Completed in 1273 milliseconds

1 2 3 4 5 6 78 91011>>