OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aliasing
(Results
1 - 25
of
494
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/test/testdata/
testaliases.txt
9
// This is a test resource to check whether the
aliasing
mechanism works
18
//
aliasing
nonexist position
21
//
aliasing
to another resource
30
//
aliasing
using position
33
//
aliasing
arrays
40
// Test
aliasing
parts of an array using position
/external/clang/test/CodeGen/
pr12251.c
1
// RUN: %clang_cc1 %s -emit-llvm -O1 -relaxed-
aliasing
-o - | FileCheck %s
/external/llvm/test/Verifier/
aliasing-chain.ll
1
; RUN: not llvm-as %s -o /dev/null |& grep {
Aliasing
chain should end with function or global variable}
/external/mdnsresponder/
Android.mk
26
LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -D_GNU_SOURCE -DHAVE_IPV6 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DTARGET_OS_LINUX -fno-strict-
aliasing
-DHAVE_LINUX -DMDNS_DEBUGMSGS=0 -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" -DMDNS_USERNAME=\"mdnsr\" -DPLATFORM_NO_RLIMIT
41
LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -D_GNU_SOURCE -DHAVE_IPV6 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DTARGET_OS_LINUX -fno-strict-
aliasing
-DHAVE_LINUX -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" -DMDNS_DEBUGMSGS=0
57
LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -D_GNU_SOURCE -DHAVE_IPV6 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DTARGET_OS_LINUX -fno-strict-
aliasing
-DHAVE_LINUX -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" -DMDNS_DEBUGMSGS=0
/external/freetype/src/smooth/
ftsmooth.h
5
/* Anti-
aliasing
renderer interface (specification). */
smooth.c
5
/* FreeType anti-
aliasing
rasterer module component (body only). */
/external/mesa3d/docs/
helpwanted.html
26
<b>Remove
aliasing
warnings.</b>
27
Enable gcc -Wstrict-
aliasing
=2 -fstrict-
aliasing
and track down
aliasing
/external/valgrind/main/none/tests/ppc32/
ldstrev.c
14
: "memory" // Consider memory clobberred for
aliasing
26
: "memory" // Consider memory clobberred for
aliasing
38
: "memory" // Consider memory clobberred for
aliasing
50
: "memory" // Consider memory clobberred for
aliasing
/external/speex/
Android.mk
34
LOCAL_CFLAGS+= -O3 -fstrict-
aliasing
-fprefetch-loop-arrays
52
LOCAL_CFLAGS += -O3 -fstrict-
aliasing
-fprefetch-loop-arrays
/ndk/build/tools/toolchain-patches/build/
0002-Options-brought-in-from-core-combo-for-IA.patch
25
+ -Werror=sequence-point -Winit-self -Wno-multichar -Wno-unused -Wpointer-arith -Wstrict-
aliasing
=2 \
28
+ -fno-strict-
aliasing
-frtti \
29
+ -fstrict-
aliasing
-funswitch-loops -funwind-tables \
36
+ -fexceptions -frtti -fstrict-
aliasing
-ffunction-sections -finline-functions \
41
+ -Wno-multichar -Wl,-z,noexecstack -Werror=format-security -Wstrict-
aliasing
=2 \
/external/compiler-rt/test/timing/
floatdidf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatdisf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatdixf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatundidf.c
37
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatundisf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatundixf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
/external/linux-tools-perf/util/
setup.py
6
cflags = ['-fno-strict-
aliasing
', '-Wno-write-strings']
/frameworks/compile/libbcc/runtime/test/timing/
floatdidf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatdisf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatdixf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatundidf.c
37
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatundisf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
floatundixf.c
40
// Move the stack alignment between trials to eliminate (mostly)
aliasing
effects
/hardware/ti/omap3/dspbridge/libbridge/
Android.mk
20
LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-
aliasing
-mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
precedence.ll
10
; Test for simple MustAlias
aliasing
.
25
; Test for PartialAlias
aliasing
. GVN doesn't yet eliminate the load
Completed in 1468 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>