Home
last modified time | relevance | path

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

12345

/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/
Dregs-good.s126 #CHECK: lctl %c10, %c11, 0 # encoding: [0xb7,0xab,0x00,0x00]
135 lctl %c10,%c11,0
199 #CHECK: .cfi_offset %c11, 406
265 .cfi_offset %c11,406
/external/skia/src/utils/
DSkPatchUtils.cpp148 SkScalar c11) { in bilerp() argument
150 SkScalar b = c01 * (1.f - tx) + c11 * tx; in bilerp()
155 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp() argument
157 Sk4f b = c01 * (1.f - tx) + c11 * tx; in bilerp()
/external/skqp/src/utils/
DSkPatchUtils.cpp148 SkScalar c11) { in bilerp() argument
150 SkScalar b = c01 * (1.f - tx) + c11 * tx; in bilerp()
155 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp() argument
157 Sk4f b = c01 * (1.f - tx) + c11 * tx; in bilerp()
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dfunction-count-update-3.ll43 %c11 = call i32 @e(i32 %c100)
44 ret i32 %c11
Dbfi-update.ll40 %c11 = call i32 @e(i32 %c1)
43 %c12 = phi i32 [ 0, %cond_false], [ %c11, %cond_true ]
/external/honggfuzz/third_party/android/libBlocksRuntime/
DAndroid.bp12 c_std: "c11",
/external/skqp/src/core/
DSkMipMap.cpp176 auto c11 = F::Expand(p1[1]); in downsample_2_2() local
178 auto c = c00 + c10 + c01 + c11; in downsample_2_2()
196 auto c11 = F::Expand(p1[1]); in downsample_2_3() local
200 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3()
/external/skia/src/core/
DSkMipMap.cpp176 auto c11 = F::Expand(p1[1]); in downsample_2_2() local
178 auto c = c00 + c10 + c01 + c11; in downsample_2_2()
196 auto c11 = F::Expand(p1[1]); in downsample_2_3() local
200 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3()
/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/drrickorang/LoopbackApp/app/src/main/cpp/
DAndroid.bp34 c_std: "c11",
/external/honggfuzz/
DAndroid.bp18 c_std: "c11",
/external/clang/include/clang/Frontend/
DLangStandards.def74 LANGSTANDARD(c11, "c11",
/external/deqp-deps/glslang/Test/
Dhlsl.buffer.frag24 row_major float3x4 m2 : packoffset(c11);
/external/u-boot/arch/m68k/include/asm/coldfire/
Dskha.h41 u32 c11; /* 0x98 Context 11 */ member
/external/nos/host/android/
DAndroid.bp29 "-std=c11",

12345