| /external/tcpdump/ |
| D | print-arp.c | 83 #define ar_sha(ap) (((const u_char *)((ap)+1))+0) argument 84 #define ar_spa(ap) (((const u_char *)((ap)+1))+ (ap)->ar_hln) argument 85 #define ar_tha(ap) (((const u_char *)((ap)+1))+ (ap)->ar_hln+(ap)->ar_pln) argument 86 #define ar_tpa(ap) (((const u_char *)((ap)+1))+2*(ap)->ar_hln+(ap)->ar_pln) argument 91 #define HRD(ap) EXTRACT_16BITS(&(ap)->ar_hrd) argument 92 #define HRD_LEN(ap) ((ap)->ar_hln) argument 93 #define PROTO_LEN(ap) ((ap)->ar_pln) argument 94 #define OP(ap) EXTRACT_16BITS(&(ap)->ar_op) argument 95 #define PRO(ap) EXTRACT_16BITS(&(ap)->ar_pro) argument 96 #define SHA(ap) (ar_sha(ap)) argument [all …]
|
| D | print-aodv.c | 85 aodv_rreq(const union aodv *ap, const u_char *dat, u_int length) in aodv_rreq() 117 aodv_rrep(const union aodv *ap, const u_char *dat, u_int length) in aodv_rrep() 146 aodv_rerr(const union aodv *ap, const u_char *dat, u_int length) in aodv_rerr() 179 aodv_v6_rreq(const union aodv *ap, const u_char *dat, u_int length) in aodv_v6_rreq() 219 aodv_v6_rrep(const union aodv *ap, const u_char *dat, u_int length) in aodv_v6_rrep() 256 aodv_v6_rerr(const union aodv *ap, u_int length) in aodv_v6_rerr() 286 aodv_v6_draft_01_rreq(const union aodv *ap, const u_char *dat, u_int length) in aodv_v6_draft_01_rreq() 327 aodv_v6_draft_01_rrep(const union aodv *ap, const u_char *dat, u_int length) in aodv_v6_draft_01_rrep() 365 aodv_v6_draft_01_rerr(const union aodv *ap, u_int length) in aodv_v6_draft_01_rerr() 396 const union aodv *ap; in aodv_print() local
|
| /external/linux-tools-perf/src/tools/lib/traceevent/ |
| D | parse-utils.c | 28 void __vdie(const char *fmt, va_list ap) in __vdie() 46 va_list ap; in __die() local 55 va_list ap; in die() local 62 void __vwarning(const char *fmt, va_list ap) in __vwarning() 76 va_list ap; in __warning() local 85 va_list ap; in warning() local 92 void __vpr_stat(const char *fmt, va_list ap) in __vpr_stat() 100 va_list ap; in __pr_stat() local 107 void __weak vpr_stat(const char *fmt, va_list ap) in vpr_stat() 114 va_list ap; in pr_stat() local
|
| /external/wpa_supplicant_8/src/ap/ |
| D | ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add() 76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_del() 90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add() 97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del() 119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap() 131 struct ap_info *ap, *prev; in hostapd_free_aps() local 147 struct ap_info *ap; in ap_ap_add() local 174 struct ap_info *ap; in ap_list_process_beacon() local [all …]
|
| /external/clang/lib/Headers/ |
| D | vadefs.h | 37 #define _crt_va_start(ap, param) __builtin_va_start(ap, param) argument 41 #define _crt_va_end(ap) __builtin_va_end(ap) argument 45 #define _crt_va_arg(ap, type) __builtin_va_arg(ap, type) argument 53 #define __crt_va_start(ap, param) __builtin_va_start(ap, param) argument 57 #define __crt_va_end(ap) __builtin_va_end(ap) argument 61 #define __crt_va_arg(ap, type) __builtin_va_arg(ap, type) argument
|
| D | stdarg.h | 33 #define va_start(ap, param) __builtin_va_start(ap, param) argument 34 #define va_end(ap) __builtin_va_end(ap) argument 35 #define va_arg(ap, type) __builtin_va_arg(ap, type) argument
|
| /external/clang/test/Sema/ |
| D | varargs.c | 6 __builtin_va_list ap; in f1() local 14 __builtin_va_list ap; in f2() local 23 __builtin_va_list ap; in f3() local 32 __builtin_va_list ap; in f4() local 38 __builtin_va_list ap; in f5() local 43 __builtin_va_list ap; in f6() local 56 __builtin_va_list ap; in f7() local 65 __builtin_va_list ap; in f8() local 82 __builtin_va_list ap; in f10() local
|
| /external/wpa_supplicant_8/src/wps/ |
| D | wps_er.c | 59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, in wps_er_sta_get() 91 static void wps_er_sta_remove_all(struct wps_er_ap *ap) in wps_er_sta_remove_all() 103 struct wps_er_ap *ap; in wps_er_ap_get() local 118 struct wps_er_ap *ap; in wps_er_ap_get_id() local 127 static void wps_er_ap_event(struct wps_context *wps, struct wps_er_ap *ap, in wps_er_ap_event() 154 static void wps_er_ap_free(struct wps_er_ap *ap) in wps_er_ap_free() 181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribed() 196 struct wps_er_ap *ap = ctx; in wps_er_http_unsubscribe_cb() local 221 static void wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribe() 291 struct wps_er_ap *ap; in wps_er_ap_cache_settings() local [all …]
|
| /external/mksh/src/ |
| D | lalloc.c | 37 ainit(Area *ap) in ainit() 44 findptr(ALLOC_ITEM **lpp, char *ptr, Area *ap) in findptr() 77 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) in aresize2() 85 aresize(void *ptr, size_t numb, Area *ap) in aresize() 112 afree(void *ptr, Area *ap) in afree() 126 afreeall(Area *ap) in afreeall()
|
| /external/clang/test/SemaCXX/ |
| D | microsoft-varargs-diagnostics.cpp | 12 va_list ap; in test_one_argument() local 17 va_list ap; in test_two_arguments() local 22 va_list ap; in test_non_last_argument() local 29 va_list ap; in test_stack_allocated() local 37 va_list ap; in test_non_pointer_addressof() local
|
| /external/skia/include/ports/ |
| D | SkAtomics_std.h | 21 const std::atomic<T>* ap = reinterpret_cast<const std::atomic<T>*>(ptr); in sk_atomic_load() local 30 std::atomic<T>* ap = reinterpret_cast<std::atomic<T>*>(ptr); in sk_atomic_store() local 37 std::atomic<T>* ap = reinterpret_cast<std::atomic<T>*>(ptr); in sk_atomic_fetch_add() local 51 std::atomic<T>* ap = reinterpret_cast<std::atomic<T>*>(ptr); in sk_atomic_compare_exchange() local 60 std::atomic<T>* ap = reinterpret_cast<std::atomic<T>*>(ptr); in sk_atomic_exchange() local
|
| /external/icu/icu4c/source/io/ |
| D | sprintf.c | 105 va_list ap; in u_sprintf() local 120 va_list ap; in u_sprintf_u() local 133 va_list ap) in u_vsprintf() 144 va_list ap; in u_snprintf() local 160 va_list ap; in u_snprintf_u() local 174 va_list ap) in u_vsnprintf() 207 va_list ap) in u_vsprintf_u() 221 va_list ap) in u_vsnprintf_u()
|
| D | uscanf.c | 39 va_list ap; in u_fscanf() local 54 va_list ap; in u_fscanf_u() local 67 va_list ap) in u_vfscanf() 100 va_list ap) in u_vfscanf_u()
|
| D | uprintf.cpp | 115 va_list ap; in u_fprintf() local 129 va_list ap; in u_printf() local 142 va_list ap; in u_fprintf_u() local 156 va_list ap; in u_printf_u() local 167 va_list ap) in u_vfprintf() 205 va_list ap) in u_vfprintf_u()
|
| D | sscanf.c | 38 va_list ap; in u_sscanf() local 53 va_list ap; in u_sscanf_u() local 66 va_list ap) in u_vsscanf() 99 va_list ap) in u_vsscanf_u()
|
| /external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/ |
| D | reset.pass.cpp | 26 std::auto_ptr<A> ap(p); in test() local 34 std::auto_ptr<A> ap(p); in test() local 42 std::auto_ptr<A> ap(p); in test() local
|
| /external/clang/test/CodeGen/ |
| D | arm-abi-vector.c | 29 va_list ap; in varargs_vec_2i() local 55 va_list ap; in varargs_vec_3c() local 86 va_list ap; in varargs_vec_5c() local 120 va_list ap; in varargs_vec_9c() local 148 va_list ap; in varargs_vec_19c() local 179 va_list ap; in varargs_vec_3s() local 213 va_list ap; in varargs_vec_5s() local 248 va_list ap; in varargs_struct() local
|
| /external/regex-re2/util/ |
| D | stringprintf.cc | 9 static void StringAppendV(string* dst, const char* format, va_list ap) { in StringAppendV() 55 va_list ap; in StringPrintf() local 64 va_list ap; in SStringPrintf() local 72 va_list ap; in StringAppendF() local
|
| /external/clang/test/CodeGenCUDA/ |
| D | address-spaces.cu | 54 MyStruct *ap = &a; // composite type in func0() local 61 __device__ void callee(float *ap) { in callee() 74 float *ap = &a[128]; // implicit cast from a decayed array in func2() local 82 float *ap = reinterpret_cast<float *>(&a); // explicit cast in func3() local 90 float *ap = (float *)&a; // explicit c-style cast in func4() local
|
| /external/ceres-solver/internal/ceres/ |
| D | stringprintf.cc | 53 void StringAppendV(string* dst, const char* format, va_list ap) { in StringAppendV() 105 va_list ap; in StringPrintf() local 114 va_list ap; in SStringPrintf() local 123 va_list ap; in StringAppendF() local
|
| /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
| D | AlgorithmParametersTest.java | 71 AlgorithmParameters ap = new DummyAlgorithmParameters(null, p, null); in test_getAlgorithm() local 168 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC"); in test_getInstanceLjava_lang_String() local 183 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC", in test_getInstanceLjava_lang_StringLjava_lang_String() local 257 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC", p); in test_getInstanceLjava_lang_StringLjava_security_Provider() local 271 AlgorithmParameters ap = new DummyAlgorithmParameters(null, null, "AAA"); in test_getProvider() local 572 private void checkUnititialized(AlgorithmParameters ap) { in checkUnititialized() 576 private void checkAP(AlgorithmParameters ap, Provider p) throws Exception { in checkAP()
|
| /external/blktrace/btt/ |
| D | aqd.c | 35 struct aqd_info *ap; in aqd_alloc() local 62 struct aqd_info *ap = info; in aqd_issue() local 72 struct aqd_info *ap = info; in aqd_complete() local
|
| /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
| D | EncryptedPrivateKeyInfoTest.java | 513 AlgorithmParameters ap = AlgorithmParameters in testEncryptedPrivateKeyInfoAlgorithmParametersbyteArray1() local 555 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA"); in testEncryptedPrivateKeyInfoAlgorithmParametersbyteArray2() local 580 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA"); in testEncryptedPrivateKeyInfoAlgorithmParametersbyteArray3() local 605 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA"); in testEncryptedPrivateKeyInfoAlgorithmParametersbyteArray4() local 747 AlgorithmParameters ap = AlgorithmParameters in testGetAlgParameters04() local 842 AlgorithmParameters ap = AlgorithmParameters in testGetEncryptedData03() local 972 AlgorithmParameters ap = AlgorithmParameters in testGetEncoded03() local 1524 private AlgorithmParameters ap = null; field in EncryptedPrivateKeyInfoTest.TestDataGenerator 1659 public AlgorithmParameters ap() { in ap() method in EncryptedPrivateKeyInfoTest.TestDataGenerator
|
| /external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
| D | invoke.pass.cpp | 80 A_void_1* ap = &a; in test_void_1() local 93 A_void_1* ap = &a; in test_void_1() local 149 A_int_1* ap = &a; in test_int_1() local 158 A_int_1* ap = &a; in test_int_1() local 169 A_int_1* ap = &a; in test_int_1() local 236 A_void_2* ap = &a; in test_void_2() local 250 A_void_2* ap = &a; in test_void_2() local 308 A_int_2* ap = &a; in testint_2() local 318 A_int_2* ap = &a; in testint_2() local
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | stringprintf.cc | 56 void StringAppendV(string* dst, const char* format, va_list ap) { in StringAppendV() 109 va_list ap; in StringPrintf() local 118 va_list ap; in SStringPrintf() local 127 va_list ap; in StringAppendF() local
|