/external/v8/src/ |
diy-fp.cc | 47 uint64_t ad = a * d; local 49 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32); 53 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
|
/frameworks/compile/libbcc/runtime/lib/ppc/ |
multc3.c | 33 long double ad = __gcc_qmul(a,d); local 37 DD imag = { .ld = __gcc_qadd(ad,bc) }; 70 DD adDD = { .ld = ad };
|
/external/bluetooth/bluez/sbc/ |
sbcdec.c | 52 int fd, ad, pos, streamlen, framelen, count; local 91 ad = open(output, O_WRONLY | O_CREAT | O_TRUNC, 0644); 93 ad = open(output, O_WRONLY, 0); 95 if (ad < 0) { 146 written = write(ad, &au_hdr, sizeof(au_hdr)); 152 if (ioctl(ad, SNDCTL_DSP_SETFMT, &format) < 0) { 158 if (ioctl(ad, SNDCTL_DSP_CHANNELS, &channels) < 0) { 164 if (ioctl(ad, SNDCTL_DSP_SPEED, &frequency) < 0) { 181 written = write(ad, buf, count); 206 written = write(ad, buf, count) [all...] |
/external/openssl/crypto/x509v3/ |
v3_ocsp.c | 272 ACCESS_DESCRIPTION *ad; local 278 ad = sk_ACCESS_DESCRIPTION_value(a->locator,i); 281 if(i2a_ASN1_OBJECT(bp, ad->method) <= 0) goto err; 283 if(GENERAL_NAME_print(bp, ad->location) <= 0) goto err;
|
v3_utl.c | 488 ACCESS_DESCRIPTION *ad = sk_ACCESS_DESCRIPTION_value(info, i); local 489 if (OBJ_obj2nid(ad->method) == NID_ad_OCSP) 491 if (ad->location->type == GEN_URI) 493 if (!append_ia5(&ret, ad->location->d.uniformResourceIdentifier))
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ArrayDequeTest.java | 629 ArrayDeque<Object> ad = new ArrayDeque<Object>(); local 632 ad.addLast(new Object()); 634 assertTrue(ad.iterator().hasNext()); 635 Iterator<Object> iter = ad.iterator(); 642 ad = new ArrayDeque<Object>(); 645 ad.addLast(new Object()); 647 iter = ad.iterator(); 654 ad = new ArrayDeque<Object>(); 657 ad.addLast(new Object()); 659 iter = ad.iterator() 713 ArrayDeque<Object> ad = new ArrayDeque<Object>(); local [all...] |
/external/clang/test/SemaCXX/ |
cxx0x-deleted-default-ctor.cpp | 89 ambiguous_default ad; member in struct:has_amb_field
|
/external/openssl/crypto/ocsp/ |
ocsp_ext.c | 496 ACCESS_DESCRIPTION *ad = NULL; local 503 if (!(ad = ACCESS_DESCRIPTION_new())) goto err; 504 if (!(ad->method=OBJ_nid2obj(NID_ad_OCSP))) goto err; 505 if (!(ad->location = GENERAL_NAME_new())) goto err; 508 ad->location->type = GEN_URI; 509 ad->location->d.ia5 = ia5; 510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err;
|
/external/wpa_supplicant_8/src/crypto/ |
tls_internal.c | 343 u8 *res, *ad; local 350 ad = NULL; 354 &res_len, &ad, &ad_len); 360 os_free(ad); 364 if (ad) { 365 *appl_data = wpabuf_alloc_ext_data(ad, ad_len); 367 os_free(ad); 371 os_free(ad);
|
tls_gnutls.c | 981 struct wpabuf *ad; local 983 ad = wpabuf_alloc((wpabuf_len(conn->pull_buf) + 500) * 3); 984 if (ad == NULL) 987 res = gnutls_record_recv(conn->session, wpabuf_mhead(ad), 988 wpabuf_size(ad)); 994 wpabuf_free(ad); 998 wpabuf_put(ad, res); 1001 return ad; [all...] |
/frameworks/compile/libbcc/tests/data/src/ |
otcc-ansi.c | 35 void ad() { function 40 ad(); 42 ad(); 79 ad(); 101 ad(); 185 ad(); 191 ad(); 203 ad(); 206 ad(); 208 ad(); [all...] |
/external/clang/test/CodeGenCXX/ |
destructors.cpp | 51 allocator_derived ad; local
|
/external/openssl/crypto/objects/ |
obj_dat.c | 291 ADDED_OBJ ad,*adp; local 307 ad.type=ADDED_NID; 308 ad.obj= &ob; 310 adp=lh_ADDED_OBJ_retrieve(added,&ad); 323 ADDED_OBJ ad,*adp; local 339 ad.type=ADDED_NID; 340 ad.obj= &ob; 342 adp=lh_ADDED_OBJ_retrieve(added,&ad); 355 ADDED_OBJ ad,*adp; local 371 ad.type=ADDED_NID 401 ADDED_OBJ ad,*adp; local 642 ADDED_OBJ ad,*adp; local 662 ADDED_OBJ ad,*adp; local [all...] |
/bionic/libc/private/ |
arpa_nameser_compat.h | 111 unsigned ad: 1; /* authentic data from named */ member in struct:__anon567 125 unsigned ad: 1; /* authentic data from named */ member in struct:__anon567
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactAdder.java | 257 AuthenticatorDescription ad = getAuthenticatorDescription(systemAccountType, local 259 AccountData data = new AccountData(a[i].name, ad);
|
/external/icu4c/samples/layout/ |
sfnt.h | 143 le_uint32 ad; member in struct:BigDate
|
/external/icu4c/test/letest/ |
FontObject.h | 106 le_uint32 ad; member in struct:BigDate
|
sfnt.h | 268 le_uint32 ad; member in struct:BigDate
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
nameser_compat.h | 60 unsigned ad: 1; /* authentic data from named */ member in struct:__anon20674 74 unsigned ad: 1; /* authentic data from named */ member in struct:__anon20674
|
/external/dnsmasq/src/ |
nameser.h | 295 unsigned ad: 1; /* authentic data from named */ member in struct:__anon5525 309 unsigned ad: 1; /* authentic data from named */ member in struct:__anon5525
|
/external/libxml2/ |
nanoftp.c | 1371 unsigned char ad[6], *adp, *portp; local [all...] |
/external/opencv/cxcore/src/ |
cxutils.cpp | 647 double *ad = 0, *rd = 0; local 665 ad = (double*)cvStackAlloc(m*sizeof(ad[0])); 666 CvMat _a = cvMat( a->rows, a->cols, CV_64F, ad ); 670 ad = a->data.db; 673 rd = (double*)cvStackAlloc(n*sizeof(ad[0])); 677 icvFindPolynomialRoots( ad, rd, n, maxiter, fig); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentsPanelView.java | 433 void onTaskThumbnailLoaded(TaskDescription ad) { 434 synchronized (ad) { 447 if (h.taskDescription == ad) { 452 updateThumbnail(h, ad.getThumbnail(), true, animateShow); 538 TaskDescription ad = ((ViewHolder) view.getTag()).taskDescription; local 542 if (ad.taskId >= 0) { 544 am.moveTaskToFront(ad.taskId, ActivityManager.MOVE_TASK_WITH_HOME); 546 Intent intent = ad.intent; 561 TaskDescription ad = ((ViewHolder) view.getTag()).taskDescription; local 562 if (DEBUG) Log.v(TAG, "Jettison " + ad.getLabel()) [all...] |
/external/valgrind/main/perf/ |
tinycc.c | 12127 AttributeDef ad; local 12718 AttributeDef ad; local 12731 AttributeDef ad; local 12752 AttributeDef ad; local 14503 AttributeDef ad; local 14635 AttributeDef ad; local [all...] |