OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aliasing
(Results
101 - 125
of
494
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp
80
// We use a memcpy to avoid breaking strict
aliasing
rules.
109
// We use a memcpy to avoid breaking strict
aliasing
rules.
/external/llvm/docs/
GetElementPtr.html
396
<p>Also, GEP carries additional pointer
aliasing
rules. It's invalid to take a
566
an address. Most of GEP's special
aliasing
rules do not apply to pointers
598
type system (such as the C type system), and performs type-based
aliasing
673
<a href="LangRef.html#pointeraliasing">pointer
aliasing
model</a>.</li>
714
valid, and it's sufficient to preserve the pointer
aliasing
guarantees
734
<li>Trailing zero indices are superfluous for pointer
aliasing
, but not for
736
<li>Leading zero indices are not superfluous for pointer
aliasing
nor the
/external/wpa_supplicant_8/src/utils/
common.h
478
* gcc 4.4 ends up generating strict-
aliasing
warnings about some very common
482
* to fully disable strict-
aliasing
warnings, provide a mechanism to hide the
483
* typecast from
aliasing
for now. A cleaner solution will hopefully be found
/build/core/combo/
TARGET_linux-x86.mk
87
-Wstrict-
aliasing
=2 \
94
-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/icu4c/i18n/
tblcoll.cpp
79
* Copy constructor,
aliasing
, not write-through
155
// not
aliasing
, not write-through
221
//
aliasing
, not write-through
246
//
aliasing
, not write-through
/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/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/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/src/ports/
SkHarfBuzzFont.cpp
40
// We use a memcpy to avoid breaking strict
aliasing
rules.
/external/v8/build/
standalone.gypi
189
'-fno-strict-
aliasing
',
/external/valgrind/main/
Makefile.vex.am
129
-fstrict-
aliasing
/external/valgrind/tsan/pin/
Makefile
7
CXXFLAGS_L=$(OPTLEVEL) $(INLINE) -Wall -Werror -Wno-unknown-pragmas -g -fno-omit-frame-pointer -fno-strict-
aliasing
-fPIC
/external/webkit/Source/JavaScriptCore/runtime/
JSCell.cpp
48
// With -fstrict-
aliasing
enabled, unions are the only safe way to do type masquerading.
/external/webkit/Source/JavaScriptGlue/Configurations/
Base.xcconfig
49
WARNING_CFLAGS_BASE = -Wall -W -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wundef -Wno-strict-
aliasing
;
/external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.cpp
134
fbConfigAttributes[20] = 0; // Attempt without anti-
aliasing
.
/external/webkit/Source/
WebKit.pri
91
*-g++*:QMAKE_CXXFLAGS += -Wall -Wextra -Wreturn-type -fno-strict-
aliasing
-Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator_unittest.py
117
#
Aliasing
to a short name for better access to its constants.
Completed in 781 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>