OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aliasing
(Results
126 - 150
of
589
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/wpa_supplicant_8/src/utils/
common.h
507
* gcc 4.4 ends up generating strict-
aliasing
warnings about some very common
511
* to fully disable strict-
aliasing
warnings, provide a mechanism to hide the
512
* typecast from
aliasing
for now. A cleaner solution will hopefully be found
/build/core/combo/
TARGET_linux-mips.mk
73
-fno-strict-
aliasing
\
134
-Wstrict-
aliasing
=2 \
TARGET_linux-x86.mk
94
-Wstrict-
aliasing
=2 \
101
-fstrict-
aliasing
\
/dalvik/vm/
Dvm.mk
27
LOCAL_CFLAGS += -fstrict-
aliasing
-Wstrict-
aliasing
=2 -fno-align-jumps
/external/kernel-headers/original/linux/
tcp.h
59
* The union cast uses a gcc extension to avoid
aliasing
problems
61
* This means this part of the code is -fstrict-
aliasing
safe now.
/external/clang/test/CodeGen/
pragma-weak.c
118
// if the TARGET is previously declared then whichever
aliasing
method
/external/compiler-rt/lib/msan/tests/
CMakeLists.txt
20
-fstrict-
aliasing
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
Texture.java
91
* center for the pixel color. While fast, this results in
aliasing
and
100
* same
aliasing
and shimmering problems as nearest
108
* distance. This reduces the
aliasing
and shimmering significantly, but
117
* distance. By using mipmapping we avoid the
aliasing
and shimmering
/external/kernel-headers/original/asm-mips/
pgtable-32.h
26
* works even with the cache
aliasing
problem the R4k and above have.
/external/libnfc-nxp/
Android.mk
107
LOCAL_CFLAGS += -DNXP_MESSAGING -DANDROID -DNFC_TIMER_CONTEXT -fno-strict-
aliasing
/external/libxml2/include/libxml/
hash.h
52
* This macro violated ISO C
aliasing
rules (gcc4 on s390 broke)
/external/libxslt/libxslt/
namespaces.c
349
* NOTE: Namespace exclusion and ns-
aliasing
is performed at
643
* Namespace exclusion and ns-
aliasing
is performed at
645
* Additionally,
aliasing
is not intended for non Literal
774
* Namespace exclusion and ns-
aliasing
is performed at
/external/llvm/include/llvm/MC/
MCRegisterInfo.h
421
//
aliasing
registers. Use these iterator classes to traverse the lists.
441
/// MCRegAliasIterator enumerates all registers
aliasing
Reg.
467
// Register units are used to compute register
aliasing
. Every register has at
502
// super-registers. All registers
aliasing
Unit can be visited like this:
/external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp
218
* pointer will break strict-
aliasing
rules' compiler warning on the
/external/oprofile/events/i386/p4-ht/
unit_masks
20
0x08 conflicts due to 64k
aliasing
/external/quake/quake/src/QW/scitech/include/
debug.h
62
* global
aliasing
conventions to use underscores for external function
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H
62
* global
aliasing
conventions to use underscores for external function
/external/skia/gm/
simpleaaclip.cpp
55
// offset the rects a bit so we get anti-
aliasing
in the rect case
/external/skia/gyp/
common_conditions.gypi
143
# TODO(tony): Enable -Werror once all the strict-
aliasing
problems
/external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp
40
// We use a memcpy to avoid breaking strict
aliasing
rules.
/external/skia/src/ports/
SkHarfBuzzFont.cpp
40
// We use a memcpy to avoid breaking strict
aliasing
rules.
/external/stressapptest/src/
sattypes.h
65
// without running into strict
aliasing
problems.
/external/v8/build/
standalone.gypi
189
'-fno-strict-
aliasing
',
/external/valgrind/main/
Makefile.vex.am
129
-fstrict-
aliasing
/external/webkit/Source/JavaScriptCore/runtime/
JSCell.cpp
48
// With -fstrict-
aliasing
enabled, unions are the only safe way to do type masquerading.
Completed in 7087 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>