Searched defs:cd (Results 1 - 25 of 83) sorted by relevance

1234

/external/clang/test/FixIt/
H A Dfixit-recompile.c4 _Complex cd; variable
6 // CHECK: _Complex double cd;
H A Dfixit-suffix.c5 _Complex cd; variable
H A Dfixit.c22 // CHECK: _Complex double cd;
23 _Complex cd; // expected-warning {{assuming '_Complex double'}} variable
/external/clang/test/CodeGen/
H A D2007-04-24-bit-not-expr.c5 void f(void *cd) { argument
6 bar(((void *)((unsigned long)(cd) ^ -1)));
H A Dvolatile-complex.c11 volatile _Complex double cd; variable
30 // CHECK: load volatile double, double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 0), align 8
31 // CHECK-NEXT: load volatile double, double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 1), align 8
32 (void)(cd);
33 // CHECK-NEXT: [[R:%.*]] = load volatile double, double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 0), align 8
34 // CHECK-NEXT: [[I:%.*]] = load volatile double, double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 1), align 8
35 // CHECK-NEXT: store volatile double [[R]], double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 0), align 8
36 // CHECK-NEXT: store volatile double [[I]], double* getelementptr inbounds ({ double, double }, { double, double }* @cd, i32 0, i32 1), align 8
37 (void)(cd=cd);
[all...]
H A Darm-aapcs-vfp.c55 // CHECK64: define void @test_complex([2 x double] %cd.coerce)
56 void test_complex(__complex__ double cd) { argument
57 complex_callee(cd);
63 void test_complex_long(__complex__ long double cd) { argument
64 complex_callee(cd);
/external/libcxx/test/libcxx/depr/depr.c.headers/
H A Dtgmath_h.pass.cpp20 std::complex<double> cd; local
/external/libcxx/test/libcxx/numerics/c.math/
H A Dctgmath.pass.cpp20 std::complex<double> cd; local
21 ((void)cd);
/external/libcxx/test/std/depr/depr.c.headers/
H A Dtgmath_h.pass.cpp16 std::complex<double> cd; local
/external/libcxx/test/std/numerics/c.math/
H A Dctgmath.pass.cpp16 std::complex<double> cd; local
/external/autotest/utils/
H A Dcheck_control_file_vars.py15 cd = control_data.parse_control(sys.argv[1], True) variable
25 if cd.experimental:
/external/clang/test/SemaCXX/
H A Ddirect-initializer.cpp56 void foo(const Derived cd, Derived d) { argument
57 int *pi = cd; // expected-error {{no viable conversion from 'const Derived' to 'int *'}}
H A Dconversion-delete-expr.cpp89 void foo6(const Derived cd, Derived d) { argument
91 delete cd;
/external/compiler-rt/test/msan/
H A Diconv.cc12 iconv_t cd = iconv_open("ASCII", "ASCII"); local
13 assert(cd != (iconv_t)-1);
37 res = iconv(cd, 0, 0, 0, 0);
40 res = iconv(cd, 0, 0, &outbuf, &outbytesleft);
43 res = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
51 iconv_close(cd);
/external/libxml2/os400/
H A Dlibxmlmain.c38 iconv_t cd; local
54 cd = iconv_open(tocode, fromcode);
63 j = iconv(cd,
68 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft);
82 iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
83 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft);
86 iconv_close(cd);
H A Dtranscode.c51 iconv_t cd; local
87 cd = iconv_open(encoding, "UTF-8");
89 if (cd == (iconv_t) -1)
94 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc);
95 iconv_close(cd);
139 iconv_t cd; local
167 cd = iconv_open("UTF-8", encoding);
169 if (cd == (iconv_t) -1) {
176 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc);
177 iconv_close(cd);
[all...]
/external/clang/test/SemaTemplate/
H A Dattributes.cpp40 C<double> cd; member in namespace:attribute_aligned
/external/libxml2/os400/iconv/
H A Diconv.c101 iconv_t * cd; local
110 cd = (iconv_t *) malloc(sizeof *cd);
112 if (!cd)
115 *cd = iconv_open(toibmccsid, fromibmccsid);
117 if (cd->return_value) {
118 free((char *) cd);
122 return (Iconv_t) cd;
127 Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft, argument
131 if (!cd || c
141 IconvClose(Iconv_t cd) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h39 unsigned cd[2]; local
47 cd[0] = draw_current_shader_clipdistance_output(pvs->draw, 0);
48 cd[1] = draw_current_shader_clipdistance_output(pvs->draw, 1);
50 if (cd[0] != pos || cd[1] != pos)
116 clipdist = out->data[cd[0]][i];
118 clipdist = out->data[cd[1]][i-4];
/external/skia/src/core/
H A DSkCachedData.cpp69 AutoMutexWritable(const SkCachedData* cd) : fCD(const_cast<SkCachedData*>(cd)) { argument
/external/syslinux/core/fs/
H A Dcache.c138 const char *cd; local
147 cd = get_cache(fs->fs_dev, block);
148 if (!cd)
153 memcpy(p, cd + off, cnt);
/external/libdrm/tests/planetest/
H A Dbo.c156 struct drm_mode_create_dumb cd; local
164 cd.height = height * 3 / 2;
166 cd.height = height;
168 cd.width = width;
169 cd.bpp = format_to_bpp(format);
170 cd.flags = flags;
172 ret = drmIoctl(dev->fd, DRM_IOCTL_MODE_CREATE_DUMB, &cd);
186 bo->handle = cd.handle;
187 bo->pitch = cd.pitch;
188 bo->size = cd
[all...]
/external/openssh/
H A Dsshbuf.h42 const u_char *cd; /* Const data */ member in struct:sshbuf
/external/pdfium/third_party/libtiff/
H A Dtif_compress.c190 codec_t* cd; local
192 for (cd = registeredCODECS; cd; cd = cd->next)
193 if (cd->info->scheme == scheme)
194 return ((const TIFFCodec*) cd->info);
204 codec_t* cd = (codec_t*) local
207 if (cd != NULL) {
208 cd
227 codec_t* cd; local
256 codec_t *cd; local
[all...]
/external/syslinux/
H A DMakefile45 cd-output := $(shell cd $(OBJDIR) && /bin/pwd)
46 $(if $(cd-output),, \

Completed in 859 milliseconds

1234