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

123

/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 Darm-aapcs-vfp.c39 void test_complex(__complex__ double cd) { argument
40 complex_callee(cd);
46 void test_complex_long(__complex__ long double cd) { argument
47 complex_callee(cd);
/external/clang/test/SemaCXX/
H A Ddirect-initializer.cpp46 void foo(const Derived cd, Derived d) { argument
47 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/stlport/test/unit/
H A Ddeque_test.cpp159 deque<int> const& cd = d; local
164 CPPUNIT_ASSERT( cd.at(0) == 20 );
/external/jdiff/src/jdiff/
H A DRootDocToXML.java235 ClassDoc[] cd = root.specifiedClasses();
238 for (int i = 0; cd != null && i < cd.length; i++) {
239 PackageDoc cpd = cd[i].containingPackage();
247 String className = cd[i].name();
261 classes.add(cd[i]);
303 * @param cd An array of ClassDoc objects.
305 public void processClasses(ClassDoc[] cd, String pkgName) { argument
306 if (cd.length == 0)
308 if (trace) System.out.println("PROCESSING CLASSES, number=" + cd
512 processExceptions(ClassDoc[] cd) argument
528 processMethods(ClassDoc cd, MethodDoc[] md) argument
[all...]
/external/openssl/crypto/des/
H A Ddes_opts.c431 long ca,cb,cc,cd,ce; local
466 cd=count*8/BUFSIZE+1;
H A Dspeed.c189 long ca,cb,cc,cd,ce; local
217 cd=count*8/BUFSIZE+1;
276 printf("Doing DES_ede_cbc_encrypt %ld times on %ld byte blocks\n",cd,
280 for (count=0,run=1; COND(cd); count++)
290 d=((double)COUNT(cd)*BUFSIZE)/d;
/external/qemu/android/camera/
H A Dcamera-capture-windows.c106 WndCameraDevice* cd = (WndCameraDevice*)malloc(sizeof(WndCameraDevice)); local
107 if (cd != NULL) {
108 memset(cd, 0, sizeof(WndCameraDevice));
109 cd->header.opaque = cd;
113 return cd;
121 _camera_device_free(WndCameraDevice* cd) argument
123 if (cd != NULL) {
124 if (cd->cap_window != NULL) {
126 capDriverDisconnect(cd
164 _camera_device_reset(WndCameraDevice* cd) argument
288 camera_device_start_capturing(CameraDevice* cd, uint32_t pixel_format, int frame_width, int frame_height) argument
518 camera_device_stop_capturing(CameraDevice* cd) argument
642 camera_device_read_frame(CameraDevice* cd, ClientFrameBuffer* framebuffers, int fbs_num, float r_scale, float g_scale, float b_scale, float exp_comp) argument
674 camera_device_close(CameraDevice* cd) argument
708 CameraDevice* cd; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_iconv.c42 size_t SDL_iconv(SDL_iconv_t cd, argument
48 retCode = iconv(cd, (char **)inbuf, inbytesleft, outbuf, outbytesleft);
50 retCode = iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft);
197 SDL_iconv_t cd = (SDL_iconv_t)SDL_malloc(sizeof(*cd)); local
198 if ( cd ) {
199 cd->src_fmt = src_fmt;
200 cd->dst_fmt = dst_fmt;
201 return cd;
207 size_t SDL_iconv(SDL_iconv_t cd, argument
805 SDL_iconv_close(SDL_iconv_t cd) argument
817 SDL_iconv_t cd; local
[all...]
/external/ceres-solver/internal/ceres/
H A Dautodiff_test.cc117 A cd = c*d; local
121 R(1, 0) = A(2)*(ad+bc); R(1, 1) = aa-bb+cc-dd; R(1, 2) = A(2)*(cd-ab); // NOLINT
122 R(2, 0) = A(2)*(bd-ac); R(2, 1) = A(2)*(ab+cd); R(2, 2) = aa-bb-cc+dd; // NOLINT
/external/harfbuzz/src/
H A Dharfbuzz-gdef.c664 count = gdef->GlyphClassDef.cd.cd2.ClassRangeCount;
665 gcrr = gdef->GlyphClassDef.cd.cd2.ClassRangeRecord;
754 static HB_Error Make_ClassRange( HB_ClassDefinition* cd, argument
766 cdf2 = &cd->cd.cd2;
811 gcd->cd.cd2.ClassRangeCount = 0;
812 gcd->cd.cd2.ClassRangeRecord = NULL;
895 gcd->cd.cd2.ClassRangeCount + 1, HB_UShort* ) )
898 count = gcd->cd.cd2.ClassRangeCount;
899 gcrr = gcd->cd
[all...]
H A Dharfbuzz-open.c936 static HB_Error Load_ClassDef1( HB_ClassDefinition* cd, argument
949 cdf1 = &cd->cd.cd1;
1003 static HB_Error Load_ClassDef2( HB_ClassDefinition* cd, argument
1016 cdf2 = &cd->cd.cd2;
1078 _HB_OPEN_Load_ClassDefinition( HB_ClassDefinition* cd, argument
1087 cd->ClassFormat = GET_UShort();
1091 switch ( cd->ClassFormat )
1093 case 1: error = Load_ClassDef1( cd, limi
1123 _HB_OPEN_Load_EmptyOrClassDefinition( HB_ClassDefinition* cd, HB_UShort limit, HB_UInt class_offset, HB_UInt base_offset, HB_Stream stream ) argument
1262 _HB_OPEN_Get_Class( HB_ClassDefinition* cd, HB_UShort glyphID, HB_UShort* klass, HB_UShort* index ) argument
[all...]
H A Dharfbuzz-open.h253 } cd; member in struct:HB_ClassDefinition_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gdef.c664 count = gdef->GlyphClassDef.cd.cd2.ClassRangeCount;
665 gcrr = gdef->GlyphClassDef.cd.cd2.ClassRangeRecord;
754 static HB_Error Make_ClassRange( HB_ClassDefinition* cd, argument
766 cdf2 = &cd->cd.cd2;
811 gcd->cd.cd2.ClassRangeCount = 0;
812 gcd->cd.cd2.ClassRangeRecord = NULL;
895 gcd->cd.cd2.ClassRangeCount + 1, HB_UShort* ) )
898 count = gcd->cd.cd2.ClassRangeCount;
899 gcrr = gcd->cd
[all...]
H A Dharfbuzz-open.c936 static HB_Error Load_ClassDef1( HB_ClassDefinition* cd, argument
949 cdf1 = &cd->cd.cd1;
1003 static HB_Error Load_ClassDef2( HB_ClassDefinition* cd, argument
1016 cdf2 = &cd->cd.cd2;
1078 _HB_OPEN_Load_ClassDefinition( HB_ClassDefinition* cd, argument
1087 cd->ClassFormat = GET_UShort();
1091 switch ( cd->ClassFormat )
1093 case 1: error = Load_ClassDef1( cd, limi
1123 _HB_OPEN_Load_EmptyOrClassDefinition( HB_ClassDefinition* cd, HB_UShort limit, HB_UInt class_offset, HB_UInt base_offset, HB_Stream stream ) argument
1262 _HB_OPEN_Get_Class( HB_ClassDefinition* cd, HB_UShort glyphID, HB_UShort* klass, HB_UShort* index ) argument
[all...]
/external/libppp/src/
H A Dphysical.h46 /* A cd ``necessity'' value */
52 struct cd { struct
61 struct cd cd; member in struct:device
114 struct cd cd; member in struct:physical::__anon8836
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
H A DSDL_syscdrom_c.h122 } cd; member in union:CDCntrlParam::__anon11354
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c280 REAL c1, c2, c3, cd, aa, aj, ak, ajm, ajp, akm, akp; local
431 cd = sin(sd);
432 cd = 2.0 * cd * cd;
458 c1 = 1.0 - cd;
476 ak = c1 - (cd * c1 + sd * s1);
477 s1 = sd * c1 - cd * s1 + s1;
542 c2 = c1 - (cd * c1 + sd * s1);
543 s1 = sd * c1 - cd * s
[all...]
/external/ceres-solver/include/ceres/
H A Drotation.h399 T cd = c * d; local
403 R[3] = T(2) * (ad + bc); R[4] = aa - bb + cc - dd; R[5] = T(2) * (cd - ab); // NOLINT
404 R[6] = T(2) * (bd - ac); R[7] = T(2) * (ab + cd); R[8] = aa - bb - cc + dd; // NOLINT
/external/e2fsprogs/e2fsck/
H A Dpass2.c90 struct check_dir_struct cd; local
99 clear_problem_context(&cd.pctx);
106 fix_problem(ctx, PR_2_PASS_HEADER, &cd.pctx);
111 cd.pctx.errcode = 0;
113 cd.pctx.errcode = ext2fs_create_icount2(fs,
117 if (cd.pctx.errcode) {
118 fix_problem(ctx, PR_2_ALLOCATE_ICOUNT, &cd.pctx);
132 cd.buf = buf;
133 cd.ctx = ctx;
134 cd
519 parse_int_node(ext2_filsys fs, struct ext2_db_entry *db, struct check_dir_struct *cd, struct dx_dir_info *dx_dir, char *block_buf) argument
721 struct check_dir_struct *cd; local
[all...]
/external/flac/libFLAC/
H A Dbitreader.c326 FLAC__bool FLAC__bitreader_init(FLAC__BitReader *br, FLAC__CPUInfo cpu, FLAC__BitReaderReadCallback rcb, void *cd) argument
337 br->client_data = cd;

Completed in 1175 milliseconds

123