Home
last modified time | relevance | path

Searched refs:c11 (Results 1 – 25 of 81) sorted by relevance

1234

/external/clang/test/Analysis/
Dpadding_cpp.cpp66 char c11; member in SI2
77 char c11; member in VirtualSI2
89 char c11; member in VtblSI2
95 char c11; member in VtblSI3
105 char c11; member in MI2
112 char c11; member in VtblMI
118 char c11; member in VtblMI2
/external/webrtc/talk/media/base/
Dcodec_unittest.cc105 AudioCodec c11(c0); in TEST_F() local
109 c11.params["x"] = "def"; in TEST_F()
113 EXPECT_TRUE(c11 != c0); in TEST_F()
114 EXPECT_TRUE(c11 != c10); in TEST_F()
117 EXPECT_TRUE(c12 != c11); in TEST_F()
184 VideoCodec c11(c0); in TEST_F() local
188 c11.params["x"] = "def"; in TEST_F()
192 EXPECT_TRUE(c11 != c0); in TEST_F()
193 EXPECT_TRUE(c11 != c10); in TEST_F()
196 EXPECT_TRUE(c12 != c11); in TEST_F()
/external/selinux/mcstrans/share/examples/nato/
Dsetrans.conf10 s3:c0,c2,c11,c200.c511=RESTRICTED
11 s4:c0,c2,c11,c200.c511=CONFIDENTIAL
12 s5:c0,c2,c11,c200.c511=SECRET
/external/libffi/testsuite/libffi.call/
Dmany_complex.inc17 _Complex T_C_TYPE c11,
44 T_CONV creal (c11), T_CONV cimag (c11),
48 return (c1+c2-c3-c4+c5+c6+c7-c8-c9-c10-c11+c12+c13);
/external/clang/test/CodeGenCXX/
Dlto-visibility-inference.cpp105 C11 *c11; in f() local
106 c11->f(); in f()
Dvtable-available-externally.cpp158 struct c11 : c10, c1{ struct
161 struct c28 : virtual c11{
Dmangle-ms-return-qualifiers.cpp86 const volatile A &c11() { return *(A*)0; } in c11() function
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct4x4_add_neon.c100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; in idct4x4_16_kernel_bd12() local
116 c11 = vmull_lane_s32(vget_high_s32(*a3), vget_high_s32(cospis), 1); in idct4x4_16_kernel_bd12()
120 c7 = vaddq_s64(c7, c11); in idct4x4_16_kernel_bd12()
/external/libvpx/libvpx/vp8/encoder/x86/
Dfwalsh_sse2.asm81 pmaddwd xmm2, [GLOBAL(cn1)] ; c11 b11 c10 b10
87 pshufd xmm5, xmm2, 0xd8 ; c11 c10 b11 b10
93 punpckhqdq xmm4, xmm5 ; c11 c10 d11 d10
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp927 …const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)… in isSeamplessLinearMipmapLinearCompareResultValid() local
931 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid()
937 depths0[3] = lookupDepthNoBorder(faces0[c11.face], sampler, c11.s, c11.t); in isSeamplessLinearMipmapLinearCompareResultValid()
954 …const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+1)… in isSeamplessLinearMipmapLinearCompareResultValid() local
956 …CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.face == CUBEFACE_LA… in isSeamplessLinearMipmapLinearCompareResultValid()
962 depths1[3] = lookupDepthNoBorder(faces1[c11.face], sampler, c11.s, c11.t); in isSeamplessLinearMipmapLinearCompareResultValid()
1036 …const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+1)),… in isSeamlessLinearCompareResultValid() local
1040 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearCompareResultValid()
1053 depths[3] = lookupDepthNoBorder(faces[c11.face], sampler, c11.s, c11.t); in isSeamlessLinearCompareResultValid()
/external/skia/src/utils/
DSkPatchUtils.cpp144 SkScalar c11) { in bilerp() argument
146 SkScalar b = c01 * (1.f - tx) + c11 * tx; in bilerp()
151 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp() argument
153 Sk4f b = c01 * (1.f - tx) + c11 * tx; in bilerp()
/external/skqp/src/utils/
DSkPatchUtils.cpp144 SkScalar c11) { in bilerp() argument
146 SkScalar b = c01 * (1.f - tx) + c11 * tx; in bilerp()
151 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp() argument
153 Sk4f b = c01 * (1.f - tx) + c11 * tx; in bilerp()
/external/honggfuzz/third_party/android/libBlocksRuntime/
DAndroid.bp12 c_std: "c11",
/external/honggfuzz/examples/linux_kernel_ip/
DMakefile5 CFLAGS := -std=c11
/external/clang/test/Modules/
Dsystem_headers.m4 …-module-maps -fmodules-cache-path=%t/cache -isystem %S/Inputs -pedantic -Werror %s -verify -std=c11
/external/skia/third_party/skcms/
DBUILD.gn17 "-std=c11",
/external/skqp/third_party/skcms/
DBUILD.gn17 "-std=c11",
/external/nos/host/android/hals/keymaster/citadel/
DAndroid.mk43 LOCAL_CONLYFLAGS := -std=c11
/external/clang/include/clang/Frontend/
DLangStandards.def74 LANGSTANDARD(c11, "c11",
/external/mesa3d/
DMakefile.am63 include/c11 \
/external/honggfuzz/
DAndroid.bp18 c_std: "c11",
/external/llvm/test/Instrumentation/EfficiencySanitizer/
Dstruct_field_small.ll48 %c11 = getelementptr inbounds %struct.C, %struct.C* %arrayidx10, i32 0, i32 2
49 %arrayidx12 = getelementptr inbounds [10 x i8], [10 x i8]* %c11, i64 0, i64 2
121 ; CHECK-NEXT: %c11 = getelementptr inbounds %struct.C, %struct.C* %arrayidx10, i32 0, i32 2
122 ; CHECK-NEXT: %arrayidx12 = getelementptr inbounds [10 x i8], [10 x i8]* %c11, i64 0, i64 2
/external/skqp/src/core/
DSkMipMap.cpp190 auto c11 = F::Expand(p1[1]); in downsample_2_2() local
192 auto c = c00 + c10 + c01 + c11; in downsample_2_2()
210 auto c11 = F::Expand(p1[1]); in downsample_2_3() local
214 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3()
/external/skia/src/core/
DSkMipMap.cpp191 auto c11 = F::Expand(p1[1]); in downsample_2_2() local
193 auto c = c00 + c10 + c01 + c11; in downsample_2_2()
211 auto c11 = F::Expand(p1[1]); in downsample_2_3() local
215 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3()
/external/nos/host/android/
DAndroid.bp29 "-std=c11",

1234