| /external/tcpdump/ |
| D | print-arp.c | 81 #define ar_sha(ap) (((const u_char *)((ap)+1))+ 0) argument 82 #define ar_spa(ap) (((const u_char *)((ap)+1))+ (ap)->ar_hln) argument 83 #define ar_tha(ap) (((const u_char *)((ap)+1))+ (ap)->ar_hln+(ap)->ar_pln) argument 84 #define ar_tpa(ap) (((const u_char *)((ap)+1))+2*(ap)->ar_hln+(ap)->ar_pln) argument 89 #define HRD(ap) EXTRACT_16BITS(&(ap)->ar_hrd) argument 90 #define HRD_LEN(ap) ((ap)->ar_hln) argument 91 #define PROTO_LEN(ap) ((ap)->ar_pln) argument 92 #define OP(ap) EXTRACT_16BITS(&(ap)->ar_op) argument 93 #define PRO(ap) EXTRACT_16BITS(&(ap)->ar_pro) argument 94 #define SHA(ap) (ar_sha(ap)) argument [all …]
|
| /external/u-boot/api/ |
| D | api.c | 50 static int API_getc(va_list ap) in API_getc() 66 static int API_tstc(va_list ap) in API_tstc() 82 static int API_putc(va_list ap) in API_putc() 98 static int API_puts(va_list ap) in API_puts() 114 static int API_reset(va_list ap) in API_reset() 130 static int API_get_sys_info(va_list ap) in API_get_sys_info() 146 static int API_udelay(va_list ap) in API_udelay() 162 static int API_get_timer(va_list ap) in API_get_timer() 196 static int API_dev_enum(va_list ap) in API_dev_enum() 229 static int API_dev_open(va_list ap) in API_dev_open() [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/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/test/Sema/ |
| D | varargs.c | 6 __builtin_va_list ap; in f1() local 14 __builtin_va_list ap; in f2() local 22 __builtin_va_list ap; in f3() local 31 __builtin_va_list ap; in f4() local 37 __builtin_va_list ap; in f5() local 42 __builtin_va_list ap; in f6() local 55 __builtin_va_list ap; in f7() local 64 __builtin_va_list ap; in f8() local 81 __builtin_va_list ap; in f10() local 87 __builtin_va_list ap; in f11() local [all …]
|
| D | varargs-x86-64.c | 10 __builtin_ms_va_list ap; in f2() local 15 __builtin_ms_va_list ap; in g1() local 22 __builtin_ms_va_list ap; in g2() local 30 __builtin_ms_va_list ap; in g3() local 37 __builtin_ms_va_list ap; in g5() local 42 __builtin_ms_va_list ap; in g6() local 54 __builtin_ms_va_list ap; in g7() local 63 __builtin_ms_va_list ap; in g8() local 78 __builtin_va_list ap; in g10() 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/libchrome/base/strings/ |
| D | stringprintf.cc | 49 va_list ap) { in StringAppendVT() 117 va_list ap; in StringPrintf() local 127 va_list ap; in StringPrintf() local 136 std::string StringPrintV(const char* format, va_list ap) { in StringPrintV() 143 va_list ap; in SStringPrintf() local 154 va_list ap; in SStringPrintf() local 164 va_list ap; in StringAppendF() local 172 va_list ap; in StringAppendF() local 179 void StringAppendV(std::string* dst, const char* format, va_list ap) { in StringAppendV() 184 void StringAppendV(std::wstring* dst, const wchar_t* format, va_list ap) { in StringAppendV()
|
| /external/libevent/ |
| D | log.c | 113 va_list ap; in event_err() local 124 va_list ap; in event_warn() local 134 va_list ap; in event_sock_err() local 146 va_list ap; in event_sock_warn() local 157 va_list ap; in event_errx() local 168 va_list ap; in event_warnx() local 178 va_list ap; in event_msgx() local 188 va_list ap; in event_debugx_() local 196 event_logv_(int severity, const char *errstr, const char *fmt, va_list ap) in event_logv_()
|
| /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/clang/test/CodeGenCUDA/ |
| D | address-spaces.cu | 46 MyStruct *ap = &a; // composite type in func0() local 53 __device__ void callee(float *ap) { in callee() 66 float *ap = &a[128]; // implicit cast from a decayed array in func2() local 74 float *ap = reinterpret_cast<float *>(&a); // explicit cast in func3() local 82 float *ap = (float *)&a; // explicit c-style cast in func4() local
|
| /external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/ |
| D | reset.pass.cpp | 28 std::auto_ptr<A> ap(p); in test() local 36 std::auto_ptr<A> ap(p); in test() local 44 std::auto_ptr<A> ap(p); in test() local
|
| /external/mksh/src/ |
| D | lalloc.c | 85 ainit(Area *ap) in ainit() 100 findptr(struct lalloc_common **lpp, char *ptr, Area *ap) in findptr() 133 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) in aresize2() 141 aresize(void *ptr, size_t numb, Area *ap) in aresize() 168 afree(void *ptr, Area *ap) in afree() 182 afreeall(Area *ap) in afreeall()
|
| /external/icu/icu4c/source/io/ |
| D | sprintf.cpp | 107 va_list ap; in u_sprintf() local 122 va_list ap; in u_sprintf_u() local 135 va_list ap) in u_vsprintf() 146 va_list ap; in u_snprintf() local 162 va_list ap; in u_snprintf_u() local 176 va_list ap) in u_vsnprintf() 209 va_list ap) in u_vsprintf_u() 223 va_list ap) in u_vsnprintf_u()
|
| D | uscanf.cpp | 41 va_list ap; in u_fscanf() local 56 va_list ap; in u_fscanf_u() local 69 va_list ap) in u_vfscanf() 102 va_list ap) in u_vfscanf_u()
|
| D | sscanf.cpp | 40 va_list ap; in u_sscanf() local 55 va_list ap; in u_sscanf_u() local 68 va_list ap) in u_vsscanf() 101 va_list ap) in u_vsscanf_u()
|
| D | uprintf.cpp | 117 va_list ap; in u_fprintf() local 131 va_list ap; in u_printf() local 144 va_list ap; in u_fprintf_u() local 158 va_list ap; in u_printf_u() local 169 va_list ap) in u_vfprintf() 207 va_list ap) in u_vfprintf_u()
|
| /external/jemalloc/test/src/ |
| D | test.c | 12 va_list ap; in test_skip() local 25 va_list ap; in test_fail() local 64 p_test_impl(bool do_malloc_init, test_t *t, va_list ap) in p_test_impl() 103 va_list ap; in p_test() local 117 va_list ap; in p_test_no_malloc_init() local
|
| /external/clang/test/CodeGen/ |
| D | x86_64-longdouble.c | 37 int TestGetVarInt(va_list ap) { in TestGetVarInt() 47 double TestGetVarDouble(va_list ap) { in TestGetVarDouble() 57 long double TestGetVarLD(va_list ap) { in TestGetVarLD() 75 long double _Complex TestGetVarLDC(va_list ap) { in TestGetVarLDC()
|
| D | arm-abi-vector.c | 40 va_list ap; in varargs_vec_2i() local 72 va_list ap; in varargs_vec_3c() local 115 va_list ap; in varargs_vec_5c() local 158 va_list ap; in varargs_vec_9c() local 190 va_list ap; in varargs_vec_19c() local 228 va_list ap; in varargs_vec_3s() local 270 va_list ap; in varargs_vec_5s() local 312 va_list ap; in varargs_struct() local
|
| /external/curl/src/ |
| D | tool_msgs.c | 39 va_list ap) in voutf() 87 va_list ap; in notef() local 101 va_list ap; in warnf() local 113 va_list ap; in helpf() local
|
| /external/compiler-rt/test/profile/Inputs/ |
| D | instrprof-icall-promo_1.cc | 5 A* ap = &a; variable 7 int ref(A* ap) { return ap->A::foo(); } in ref()
|
| /external/jemalloc_new/test/src/ |
| D | test.c | 68 va_list ap; in test_skip() local 80 va_list ap; in test_fail() local 114 p_test_impl(bool do_malloc_init, bool do_reentrant, test_t *t, va_list ap) { in p_test_impl() 173 va_list ap; in p_test() local 186 va_list ap; in p_test_no_reentrancy() local 199 va_list ap; in p_test_no_malloc_init() local
|
| /external/blktrace/btt/ |
| D | aqd.c | 35 struct aqd_info *ap; in aqd_alloc() local 64 struct aqd_info *ap = info; in aqd_issue() local 74 struct aqd_info *ap = info; in aqd_complete() local
|