/external/icu4c/test/letest/ |
H A D | sfnt.h | 268 le_uint32 ad; member in struct:BigDate
|
/external/libxml2/ |
H A D | nanoftp.c | 1372 unsigned char ad[6], *adp, *portp; local 1459 for (i=0; i<6; i++) ad[i] = (unsigned char) (temp[i] & 0xff); 1460 memcpy (&((struct sockaddr_in *)&dataAddr)->sin_addr, &ad[0], 4); 1461 memcpy (&((struct sockaddr_in *)&dataAddr)->sin_port, &ad[4], 2);
|
/external/opencv/cxcore/src/ |
H A D | 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);
|
/external/valgrind/main/VEX/unused/ |
H A D | linker.c | 1050 char* ad = NULL; local 1054 /* Figure out if we want to add it; if so, set ad to its 1055 address. Otherwise leave ad == NULL. */ 1059 ad = calloc(1, stab[j].st_size); 1090 ad = ehdrC + shdr[ secno ].sh_offset + stab[j].st_value; 1099 ad = (char *)allocateFunctionDesc((Elf_Addr)ad); 1103 ad, oc->fileName, nm ); 1110 if (ad != NULL) { 1117 //ghciInsertStrHashTable(oc->fileName, global_symbol_table, nm, ad); [all...] |
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | tls_gnutls.c | 920 struct wpabuf *ad; local 922 ad = wpabuf_alloc((wpabuf_len(conn->pull_buf) + 500) * 3); 923 if (ad == NULL) 926 res = gnutls_record_recv(conn->session, wpabuf_mhead(ad), 927 wpabuf_size(ad)); 933 wpabuf_free(ad); 937 wpabuf_put(ad, res); 940 return ad;
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | tls_gnutls.c | 920 struct wpabuf *ad; local 922 ad = wpabuf_alloc((wpabuf_len(conn->pull_buf) + 500) * 3); 923 if (ad == NULL) 926 res = gnutls_record_recv(conn->session, wpabuf_mhead(ad), 927 wpabuf_size(ad)); 933 wpabuf_free(ad); 937 wpabuf_put(ad, res); 940 return ad;
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | tls_gnutls.c | 920 struct wpabuf *ad; local 922 ad = wpabuf_alloc((wpabuf_len(conn->pull_buf) + 500) * 3); 923 if (ad == NULL) 926 res = gnutls_record_recv(conn->session, wpabuf_mhead(ad), 927 wpabuf_size(ad)); 933 wpabuf_free(ad); 937 wpabuf_put(ad, res); 940 return ad;
|
/external/linux-tools-perf/util/ |
H A D | probe-finder.c | 486 struct __addr_die_search_param *ad = data; local 489 dwarf_haspc(fn_die, ad->addr)) { 490 memcpy(ad->die_mem, fn_die, sizeof(Dwarf_Die)); 500 struct __addr_die_search_param ad; local 501 ad.addr = addr; 502 ad.die_mem = die_mem; 504 if (!dwarf_getfuncs(cu_die, __die_search_func_cb, &ad, 0))
|
/external/openssl/apps/ |
H A D | s_client.c | 380 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg) argument
|
H A D | s_server.c | 395 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg) argument 413 *ad = SSL_AD_INTERNAL_ERROR; 728 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg) argument
|
/external/openssl/ssl/ |
H A D | ssltest.c | 277 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg) argument 288 *ad = SSL_AD_INTERNAL_ERROR;
|
/external/bluetooth/bluedroid/stack/avdt/ |
H A D | avdt_int.h | 545 tAVDT_AD ad; /* adaption layer control block */ member in struct:__anon1002
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/valgrind/main/perf/ |
H A D | tinycc.c | 5414 static void decl_initializer_alloc(CType *type, AttributeDef *ad, int r, 5446 static int parse_btype(CType *type, AttributeDef *ad); 5447 static void type_decl(CType *type, AttributeDef *ad, int *v, int td); 12024 static void parse_attribute(AttributeDef *ad) 12043 ad->section = find_section(tcc_state, (char *)tokc.cstr->data); 12058 ad->aligned = n; 12062 ad->packed = 1; 12077 ad->func_call = FUNC_CDECL; 12082 ad->func_call = FUNC_STDCALL; 12094 ad 12022 parse_attribute(AttributeDef *ad) argument 12127 AttributeDef ad; local 12307 parse_btype(CType *type, AttributeDef *ad) argument 12490 post_type(CType *type, AttributeDef *ad) argument 12582 type_decl(CType *type, AttributeDef *ad, int *v, int td) argument 12718 AttributeDef ad; local 12731 AttributeDef ad; local 12752 AttributeDef ad; local 14276 decl_initializer_alloc(CType *type, AttributeDef *ad, int r, int has_init, int v, int scope) argument 14503 AttributeDef ad; local 14635 AttributeDef ad; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant-nodeps.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
H A D | pdebuild.jar | META-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ... |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 65019 } ad; member in union:vdbeExecUnion [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 65032 } ad; member in union:vdbeExecUnion [all...] |