Searched refs:ap (Results 1 - 25 of 727) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-08-20-BadBitfieldRef.c5 char *ap; local
6 ap[1] == '-' && ap[2] == 0; local
H A D2002-07-31-SubregFailure.c5 long (*ap)[4]; member in union:__anon15782
10 abase.ap+=27;
11 Assignment(*abase.ap);
H A Darm-vaarg-align.c12 __builtin_va_list ap; local
13 __builtin_va_start(ap, i);
18 long long ll = __builtin_va_arg(ap, long long);
19 __builtin_va_end(ap);
25 __builtin_va_list ap; local
26 __builtin_va_start(ap, i);
31 double ll = __builtin_va_arg(ap, double);
32 __builtin_va_end(ap);
H A Dppc64-varargs-complex.c8 va_list ap; local
10 _Complex int i = va_arg(ap, _Complex int);
26 _Complex short s = va_arg(ap, _Complex short);
42 _Complex char c = va_arg(ap, _Complex char);
58 _Complex float f = va_arg(ap, _Complex float);
H A D2004-02-13-IllegalVararg.c4 __builtin_va_list ap; local
6 __builtin_va_start(ap, X);
7 F = __builtin_va_arg(ap, float);
H A Dvfprintf.c5 void foo(__builtin_va_list ap) { argument
6 vfprintf(0, " ", ap);
/external/clang/test/SemaCXX/
H A Dbuiltins-arm.cpp4 int test1(const __builtin_va_list &ap) { argument
5 return __builtin_va_arg(ap, int); // expected-error {{binding of reference to type '__builtin_va_list' to a value of type 'const __builtin_va_list' drops qualifiers}}
H A DPR9459.cpp6 template<typename>struct ts{}ap() // expected-error {{expected ';' after struct}} expected-error {{requires a type specifier}} function
7 {ts<a>::ap<ae_same<int>::&ae_same<>>::p(a); }; // expected-error {{use of undeclared identifier 'a'}}
H A Dbuiltins-va_arg.cpp14 int test_vprintf(const char *fmt, va_list ap) { argument
26 int_accumulator += va_arg(ap, int);
31 double_accumulator += va_arg(ap, double);
47 va_list ap; local
48 va_start(ap, fmt);
49 int result = test_vprintf(fmt, ap);
50 va_end(ap);
/external/tcpdump/
H A Dprint-arp.c80 #define ar_sha(ap) (((const u_char *)((ap)+1))+0)
81 #define ar_spa(ap) (((const u_char *)((ap)+1))+ (ap)->ar_hln)
82 #define ar_tha(ap) (((const u_char *)((ap)+1))+ (ap)->ar_hln+(ap)->ar_pln)
83 #define ar_tpa(ap) (((cons
179 const struct atmarp_pkthdr *ap; local
258 const struct arp_pkthdr *ap; local
[all...]
H A Dprint-aodv.c85 aodv_rreq(const union aodv *ap, const u_char *dat, u_int length) argument
94 if (i < sizeof(ap->rreq)) {
98 i -= sizeof(ap->rreq);
101 ap->rreq.rreq_type & RREQ_JOIN ? "[J]" : "",
102 ap->rreq.rreq_type & RREQ_REPAIR ? "[R]" : "",
103 ap->rreq.rreq_type & RREQ_GRAT ? "[G]" : "",
104 ap->rreq.rreq_type & RREQ_DEST ? "[D]" : "",
105 ap->rreq.rreq_type & RREQ_UNKNOWN ? "[U] " : " ",
106 ap->rreq.rreq_hops,
107 (unsigned long)EXTRACT_32BITS(&ap
117 aodv_rrep(const union aodv *ap, const u_char *dat, u_int length) argument
146 aodv_rerr(const union aodv *ap, const u_char *dat, u_int length) argument
179 aodv_v6_rreq(const union aodv *ap, const u_char *dat, u_int length) argument
219 aodv_v6_rrep(const union aodv *ap, const u_char *dat, u_int length) argument
256 aodv_v6_rerr(const union aodv *ap, u_int length) argument
286 aodv_v6_draft_01_rreq(const union aodv *ap, const u_char *dat, u_int length) argument
327 aodv_v6_draft_01_rrep(const union aodv *ap, const u_char *dat, u_int length) argument
365 aodv_v6_draft_01_rerr(const union aodv *ap, u_int length) argument
396 const union aodv *ap; local
[all...]
/external/chromium_org/chrome/browser/google/
H A Dgoogle_search_metrics.cc17 void GoogleSearchMetrics::RecordGoogleSearch(AccessPoint ap) const {
18 DCHECK_NE(AP_BOUNDARY, ap);
19 UMA_HISTOGRAM_ENUMERATION("GoogleSearch.AccessPoint", ap, AP_BOUNDARY);
/external/clang/test/Sema/
H A Dvarargs.c6 __builtin_va_list ap; local
8 __builtin_va_start(ap, a, a); // expected-error {{too many arguments to function}}
9 __builtin_va_start(ap, a); // expected-error {{'va_start' used in function with fixed args}}
14 __builtin_va_list ap; local
16 __builtin_va_start(ap, 10); // expected-warning {{second parameter of 'va_start' not last named argument}}
17 __builtin_va_start(ap, a); // expected-warning {{second parameter of 'va_start' not last named argument}}
18 __builtin_va_start(ap, b);
23 __builtin_va_list ap; local
25 __builtin_va_start(ap, a);
26 __builtin_va_start(ap, (
32 __builtin_va_list ap; local
38 __builtin_va_list ap; local
43 __builtin_va_list ap; local
56 __builtin_va_list ap; local
65 __builtin_va_list ap; local
[all...]
H A Dvarargs.cpp5 __builtin_va_list ap; local
6 __builtin_va_start(ap, s); // expected-warning {{'va_start' has undefined behavior with reference types}}
/external/android-clat/
H A Dlogging.c32 va_list ap; local
34 va_start(ap, fmt);
35 __android_log_vprint(prio, "clatd", fmt, ap);
36 va_end(ap);
47 va_list ap; local
49 va_start(ap, fmt);
50 __android_log_vprint(prio, "clatd", fmt, ap);
51 va_end(ap);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp10 void test_cvquals(AnyPtr ap) { argument
11 int* const ip = ap;
12 const float * const volatile fp = ap;
17 void test_ref_arg(AnyPtr ap) { argument
18 const int* const &ip = ap;
19 double * const &dp = ap;
/external/chromium_org/chrome/test/functional/ap_lab/
H A Dap_configurator_test.py29 # Set self.ap to the one you want to test against.
30 self.ap = factory.GetAPConfiguratorByShortName('DAP-1522')
35 self.ap.SetRadio(True)
36 self.ap.ApplySettings()
38 self.ap.SetRadio(True)
39 self.ap.ApplySettings()
43 self.ap.SetRadio(True)
44 self.ap.ApplySettings()
45 self.ap.SetRadio(False)
46 self.ap
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c32 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
37 iface->conf->channel != ap->channel)
40 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT))
44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) argument
57 s = iface->ap_hash[STA_HASH(ap)];
58 while (s != NULL && os_memcmp(s->addr, ap, ETH_ALEN) != 0)
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
67 ap
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
131 struct ap_info *ap, *prev; local
147 struct ap_info *ap; local
174 struct ap_info *ap; local
256 struct ap_info *ap; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c32 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
37 iface->conf->channel != ap->channel)
40 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT))
44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) argument
57 s = iface->ap_hash[STA_HASH(ap)];
58 while (s != NULL && os_memcmp(s->addr, ap, ETH_ALEN) != 0)
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
67 ap
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
131 struct ap_info *ap, *prev; local
147 struct ap_info *ap; local
174 struct ap_info *ap; local
256 struct ap_info *ap; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c32 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
37 iface->conf->channel != ap->channel)
40 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT))
44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) argument
57 s = iface->ap_hash[STA_HASH(ap)];
58 while (s != NULL && os_memcmp(s->addr, ap, ETH_ALEN) != 0)
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
67 ap
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
131 struct ap_info *ap, *prev; local
147 struct ap_info *ap; local
174 struct ap_info *ap; local
256 struct ap_info *ap; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFontFamily.cpp35 const FontFamily* ap; local
37 for (ap = a.next(), bp = b.next(); ap != bp; ap = ap->next(), bp = bp->next()) {
38 if (!ap || !bp)
40 if (ap->family() != bp->family())
/external/e2fsprogs/intl/
H A Dprintf-args.c33 argument *ap; local
35 for (i = 0, ap = &a->arg[0]; i < a->count; i++, ap++)
36 switch (ap->type)
39 ap->a.a_schar = va_arg (args, /*signed char*/ int);
42 ap->a.a_uchar = va_arg (args, /*unsigned char*/ int);
45 ap->a.a_short = va_arg (args, /*short*/ int);
48 ap->a.a_ushort = va_arg (args, /*unsigned short*/ int);
51 ap->a.a_int = va_arg (args, int);
54 ap
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-valist.cpp4 void test1(const char *fmt, va_list ap) { argument
10 void test2(const char *fmt, va_list ap);
13 void Test2::test2(const char *fmt, va_list ap) { argument
/external/blktrace/btt/
H A Daqd.c35 struct aqd_info *ap; local
39 ap = malloc(sizeof(*ap));
40 ap->na = 0;
44 if ((ap->fp = my_fopen(oname, "w")) == NULL) {
48 add_file(ap->fp, oname);
50 return ap;
62 struct aqd_info *ap = info; local
64 fprintf(ap->fp, "%lf %d\n%lf %d\n", ts, ap
72 struct aqd_info *ap = info; local
[all...]
/external/ceres-solver/internal/ceres/
H A Dstringprintf.cc51 void StringAppendV(string* dst, const char* format, va_list ap) { argument
59 va_copy(backup_ap, ap);
73 va_copy(backup_ap, ap);
90 va_copy(backup_ap, ap);
103 va_list ap; local
104 va_start(ap, format);
106 StringAppendV(&result, format, ap);
107 va_end(ap);
112 va_list ap; local
113 va_start(ap, forma
121 va_list ap; local
[all...]

Completed in 1189 milliseconds

1234567891011>>