Searched defs:d1 (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium/third_party/icu/source/test/cintltst/
H A Dcformtst.c53 UChar* myDateFormat(UDateFormat* dat, UDate d1) argument
61 resultlengthneeded=udat_format(dat, d1, NULL, resultlength, NULL, &status);
67 udat_format(dat, d1, result1, resultlength, NULL, &status);
/external/icu4c/test/cintltst/
H A Dcformtst.c53 UChar* myDateFormat(UDateFormat* dat, UDate d1) argument
61 resultlengthneeded=udat_format(dat, d1, NULL, resultlength, NULL, &status);
67 udat_format(dat, d1, result1, resultlength, NULL, &status);
/external/chromium/third_party/modp_b64/
H A Dmodp_b64_data.h149 static const uint32_t d1[256] = { variable
342 static const uint32_t d1[256] = { variable
/external/libffi/testsuite/libffi.call/
H A Dstruct2.c12 double d1; member in struct:__anon3549
18 ts.d1--;
51 ts2_arg.d1 = 5.55;
54 printf ("%g\n", ts2_arg.d1);
59 printf ("%g\n", ts2_result->d1);
62 CHECK(ts2_result->d1 == 5.55 - 1);
/external/libvpx/vp8/encoder/
H A Ddct.c17 int a1, b1, c1, d1; local
26 d1 = ((ip[0] - ip[3])<<3);
31 op[1] = (c1 * 2217 + d1 * 5352 + 14500)>>12;
32 op[3] = (d1 * 2217 - c1 * 5352 + 7500)>>12;
45 d1 = ip[0] - ip[12];
50 op[4] =((c1 * 2217 + d1 * 5352 + 12000)>>16) + (d1!=0);
51 op[12] = (d1 * 2217 - c1 * 5352 + 51000)>>16;
67 int a1, b1, c1, d1; local
76 d1
[all...]
/external/openssl/crypto/des/
H A Dofb_enc.c71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
108 c2ln(in,d0,d1,n);
111 d1=(d1^vv1)&mask1;
112 l2cn(d0,d1,out,n);
133 v0=v1=d0=d1=ti[0]=ti[1]=vv0=vv1=0;
H A Dcfb64ede.c154 register DES_LONG d0,d1,v0,v1; local
173 c2ln(in,d0,d1,n);
176 d1^=ti[1];
177 l2cn(d0,d1,out,n);
184 { v0=d0; v1=d1; }
191 l2c(d1,iv);
215 c2ln(in,d0,d1,n);
222 { v0=d0; v1=d1; }
229 l2c(d1,iv);
244 d1
[all...]
H A Dcfb_enc.c75 register DES_LONG d0,d1,v0,v1; local
104 c2ln(in,d0,d1,n);
107 d1^=ti[1];
108 l2cn(d0,d1,out,n);
115 { v0=d0; v1=d1; }
123 l2c(d1,iv);
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
151 c2ln(in,d0,d1,n);
158 { v0=d0; v1=d1; }
166 l2c(d1,i
[all...]
/external/grub/netboot/
H A Dlinux-asm-string.h34 int d0, d1, d2; local
45 : "=&c" (d0), "=&D" (d1), "=&S" (d2)
105 : "=&c" (d0), "=&D" (d1), "=&S" (d2) \
109 int d0, d1, d2; local
130 int d0, d1, d2; local
136 : "=&c" (d0), "=&S" (d1), "=&D" (d2)
145 : "=&c" (d0), "=&S" (d1), "=&D" (d2)
157 int d0, d1; local
162 : "=&c" (d0), "=&D" (d1)
178 int d0, d1; local
226 int d0, d1; local
258 int d0, d1, d2; local
[all...]
/external/kernel-headers/original/asm-generic/
H A Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; local
111 d1 = p1[1]; /* ... in bursts, if possible. */
119 d1 ^= p2[1];
127 p1[1] = d1;
146 register long d0, d1, d2, d3, d4, d5, d6, d7; local
148 d1 = p1[1]; /* ... in bursts, if possible. */
156 d1 ^= p2[1];
164 d1 ^= p3[1];
172 p1[1] = d1;
192 register long d0, d1, d local
247 register long d0, d1, d2, d3, d4, d5, d6, d7; local
440 register long d0, d1, d2, d3, d4, d5, d6, d7; local
487 register long d0, d1, d2, d3, d4, d5, d6, d7; local
545 register long d0, d1, d2, d3, d4, d5, d6, d7; local
614 register long d0, d1, d2, d3, d4, d5, d6, d7; local
[all...]
/external/libvpx/vp8/common/
H A Didctllm.c31 int a1, b1, c1, d1; local
49 d1 = temp1 + temp2;
51 op[shortpitch*0] = a1 + d1;
52 op[shortpitch*3] = a1 - d1;
75 d1 = temp1 + temp2;
78 op[0] = (a1 + d1 + 4) >> 3;
79 op[3] = (a1 - d1 + 4) >> 3;
136 int a1, b1, c1, d1; local
146 d1 = ip[0] - ip[12];
149 op[4] = c1 + d1;
[all...]
H A Dreconinter.c246 BLOCKD *d1 = &x->block[i+1]; local
248 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
253 vp8_build_inter_predictors_b(d1, 8, x->subpixel_predict);
303 BLOCKD *d1 = &x->block[i+1]; local
305 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
310 vp8_build_inter_predictors_b(d1, 16, x->subpixel_predict);
383 BLOCKD *d1 = &x->block[i+1]; local
385 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
390 vp8_build_inter_predictors_b(d1, 16, x->subpixel_predict);
400 BLOCKD *d1 local
629 BLOCKD *d1 = &x->block[i+1]; local
661 BLOCKD *d1 = &x->block[i+1]; local
[all...]
/external/openssl/crypto/bn/
H A Dbn_div.c187 BN_ULONG d0,d1; local
257 d1=(div_n == 1)?0:sdiv->d[div_n-2];
297 q=bn_div_3_words(wnump,d1,d0);
328 t2=(BN_ULLONG)d1*q;
337 t2 -= d1;
353 BN_UMULT_LOHI(t2l,t2h,d1,q);
355 t2l = d1 * q;
356 t2h = BN_UMULT_HIGH(d1,q);
360 t2l=LBITS(d1); t2h=HBITS(d1);
432 BN_ULONG d0,d1; local
[all...]
/external/openssl/ssl/
H A Dd1_lib.c96 DTLS1_STATE *d1; local
99 if ((d1=OPENSSL_malloc(sizeof *d1)) == NULL) return (0);
100 memset(d1,0, sizeof *d1);
102 /* d1->handshake_epoch=0; */
104 d1->unprocessed_rcds.q=pqueue_new();
105 d1->processed_rcds.q=pqueue_new();
106 d1->buffered_messages = pqueue_new();
107 d1
[all...]
/external/qemu/memcheck/
H A Dmemcheck_malloc_map.c80 * d1 - First map entry to compare.
85 * 1 - d1 is greater than d2
86 * -1 - d1 is less than d2.
89 cmp_rb(AllocMapEntry* d1, AllocMapEntry* d2) argument
91 const target_ulong start1 = allocmapentry_alloc_begins(d1);
95 return (allocmapentry_alloc_ends(d1) - 1) < start2 ? -1 : 0;
H A Dmemcheck_mmrange_map.c42 * d1 - First map entry to compare.
47 * 1 - d1 is greater than d2
48 * -1 - d1 is less than d2.
51 cmp_rb(MMRangeMapEntry* d1, MMRangeMapEntry* d2) argument
53 const target_ulong start1 = d1->desc.map_start;
57 return (d1->desc.map_end - 1) < start2 ? -1 : 0;
/external/yaffs2/yaffs2/
H A Dyaffs_ecc.c176 unsigned char d0, d1, d2; /* deltas */ local
179 d1 = read_ecc[1] ^ test_ecc[1];
182 if ((d0 | d1 | d2) == 0)
186 ((d1 ^ (d1 >> 1)) & 0x55) == 0x55 &&
198 d0 = d1;
199 d1 = t;
204 if (d1 & 0x80)
206 if (d1 & 0x20)
208 if (d1
[all...]
H A Dyaffs_tagscompat.c378 static int yaffs_VerifyCompare(const __u8 * d0, const __u8 * d1, argument
382 if (memcmp(d0, d1, YAFFS_BYTES_PER_CHUNK) != 0 ||
/external/chromium/third_party/icu/source/common/
H A Dunormcmp.cpp538 UChar *d1, *d2; local
566 d1=d2=0;
626 d1=(UChar *)uprv_malloc(_len1*U_SIZEOF_UCHAR);
627 if(d1==0) {
633 _len1=unorm_internalNormalizeWithNX(d1, _len1,
641 s1=d1;
680 if(d1!=0) {
681 uprv_free(d1);
/external/kernel-headers/original/asm-x86/
H A Dbitops_32.h326 int d0, d1, d2; local
343 :"=d" (res), "=&c" (d0), "=&D" (d1), "=&a" (d2)
H A Dstring_32.h34 int d0, d1, d2; local
42 : "=&c" (d0), "=&D" (d1), "=&S" (d2)
162 int d0, d1; local
166 : "=&c" (d0), "=&D" (d1)
182 int d0, d1; local
192 :"=&c" (d0), "=&D" (d1)
233 : "=&c" (d0), "=&D" (d1) \
237 int d0, d1; local
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_miditypes.h52 EAS_U8 d1; /* first data byte */ member in struct:s_midi_stream_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_miditypes.h52 EAS_U8 d1; /* first data byte */ member in struct:s_midi_stream_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_miditypes.h52 EAS_U8 d1; /* first data byte */ member in struct:s_midi_stream_tag
/external/webkit/JavaScriptCore/runtime/
H A DOperations.h225 double d1 = v1.toNumber(exec); local
227 return d1 == d2;

Completed in 267 milliseconds

1234