Searched defs:ap (Results 151 - 175 of 404) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.h56 void _debug_vprintf(const char *format, va_list ap);
62 va_list ap; local
63 va_start(ap, format);
64 _debug_vprintf(format, ap);
65 va_end(ap);
86 va_list ap; local
87 va_start(ap, format);
88 _debug_vprintf(format, ap);
89 va_end(ap);
H A Du_string.h73 util_vsprintf(char *str, const char *format, va_list ap) argument
75 util_vsnprintf(str, (size_t)-1, format, ap);
81 va_list ap; local
82 va_start(ap, format);
83 util_vsnprintf(str, (size_t)-1, format, ap);
84 va_end(ap);
217 va_list ap; local
218 va_start(ap, format);
219 written = util_vsnprintf(sbuf->ptr, sbuf->left, format, ap);
220 va_end(ap);
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dxvmc_private.h118 va_list ap; local
119 va_start(ap, fmt);
120 _debug_vprintf(fmt, ap);
121 va_end(ap);
/external/selinux/libsepol/cil/src/
H A Dcil_symtab.c47 va_list ap; local
48 va_start(ap, msg);
49 cil_vlog(CIL_ERR, msg, ap);
50 va_end(ap);
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c449 auth_pointer_t *ap,
465 return ((at)->alloc(ap, key_len, tag_len));
448 crypto_kernel_alloc_auth(auth_type_id_t id, auth_pointer_t *ap, int key_len, int tag_len) argument
/external/tcpdump/
H A Dprint-ospf6.c205 register const rtrid_t *ap; local
302 ap = lsap->lsa_un.un_nla.nla_router;
304 if (lsa_length < sizeof (*ap))
306 lsa_length -= sizeof (*ap);
307 TCHECK(*ap);
308 printf("\n\t\t%s", ipaddr_string(ap));
309 ++ap;
474 register const rtrid_t *ap; local
504 ap = op->ospf6_hello.hello_neighbor;
505 while ((u_char *)ap < dataen
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c31 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
255 struct ap_info *ap; local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpabuf.c302 va_list ap; local
306 va_start(ap, fmt);
307 res = vsnprintf(tmp, buf->size - buf->used, fmt, ap);
308 va_end(ap);
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c31 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
255 struct ap_info *ap; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dwpabuf.c302 va_list ap; local
306 va_start(ap, fmt);
307 res = vsnprintf(tmp, buf->size - buf->used, fmt, ap);
308 va_end(ap);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c31 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
255 struct ap_info *ap; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpabuf.c302 va_list ap; local
306 va_start(ap, fmt);
307 res = vsnprintf(tmp, buf->size - buf->used, fmt, ap);
308 va_end(ap);
/external/aac/libSYS/src/
H A Dcmdl_parser.cpp138 va_list ap; local
169 va_start(ap, str);
198 tmp = va_arg(ap, TEXTCHAR*);
211 INT* tmp = va_arg(ap, INT*);
222 char* tmp = va_arg(ap, char*);
233 UCHAR* tmp = va_arg(ap, UCHAR*);
244 float* tmp = (float*) va_arg( ap,double*);
255 double* tmp = (double*) va_arg( ap,double*);
265 INT* tmp = va_arg( ap, INT*);
283 va_end(ap);
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c321 va_list ap; local
340 va_start(ap, bit);
344 bit = va_arg(ap, ANTLR3_UINT32);
346 va_end(ap);
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DEncryptedPrivateKeyInfoTest.java513 AlgorithmParameters ap = AlgorithmParameters
516 ap.init(EncryptedPrivateKeyInfoData.getParametersEncoding(
519 new EncryptedPrivateKeyInfo(ap,
555 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA");
557 ap.init(EncryptedPrivateKeyInfoData.getParametersEncoding("DSA"));
558 new EncryptedPrivateKeyInfo(ap, null);
580 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA");
582 ap.init(EncryptedPrivateKeyInfoData.getParametersEncoding("DSA"));
584 new EncryptedPrivateKeyInfo(ap, new byte[] { });
605 AlgorithmParameters ap
1524 private AlgorithmParameters ap = null; field in class:EncryptedPrivateKeyInfoTest.TestDataGenerator
1659 public AlgorithmParameters ap() { method in class:EncryptedPrivateKeyInfoTest.TestDataGenerator
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParametersTest.java71 AlgorithmParameters ap = new DummyAlgorithmParameters(null, p, null);
72 assertNull(ap.getAlgorithm());
75 ap = new DummyAlgorithmParameters(null, p, "AAA");
76 assertEquals("AAA", ap.getAlgorithm());
168 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC");
170 checkUnititialized(ap);
172 ap.init(new MyAlgorithmParameterSpec());
174 checkAP(ap, p);
183 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC",
186 checkUnititialized(ap);
572 checkUnititialized(AlgorithmParameters ap) argument
576 checkAP(AlgorithmParameters ap, Provider p) argument
[all...]
/external/boringssl/src/crypto/bn/
H A Dmontgomery.c337 BN_ULONG *ap, *np, *rp, n0, v, carry;
379 ap = &(r->d[nl]);
385 v = bn_sub_words(rp, ap, np, nl) - carry;
389 nrp = (BN_ULONG *)(((intptr_t)rp & ~m) | ((intptr_t)ap & m));
397 ap[i + 0] = 0;
399 ap[i + 1] = 0;
401 ap[i + 2] = 0;
403 ap[i + 3] = 0;
409 rp[i] = nrp[i], ap[i] = 0;
425 BN_ULONG *ap,*n local
[all...]
H A Dmul.c682 const BN_ULONG *ap; local
686 ap = a;
693 ap++;
694 rp[j] = bn_mul_words(rp, ap, j, ap[-1]);
700 ap++;
701 rp[j] = bn_mul_add_words(rp, ap, j, ap[-1]);
/external/boringssl/src/crypto/x509v3/
H A Dv3nametest.c126 va_list ap; local
127 va_start(ap, crt);
134 nid = va_arg(ap, int);
137 name = va_arg(ap, const char *);
148 va_end(ap);
165 va_list ap; local
166 va_start(ap, crt);
173 type = va_arg(ap, int);
176 name = va_arg(ap, const char *);
206 va_end(ap);
[all...]
/external/cblas/testing/
H A Dc_cblas2.c240 CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx,
250 cblas_chpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx,
260 A[ LDA*i+j ].real=ap[ k ].real;
261 A[ LDA*i+j ].imag=ap[ k ].imag;
272 A[ LDA*i+j ].real=ap[ k ].real;
273 A[ LDA*i+j ].imag=ap[ k ].imag;
288 cblas_chpmv( CblasColMajor, uplo, *n, alpha, ap, x, *incx, beta, y,
291 cblas_chpmv( UNDEFINED, uplo, *n, alpha, ap, x, *incx, beta, y,
423 int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx) {
436 cblas_ctpmv( CblasRowMajor, UNDEFINED, trans, diag, *n, ap,
239 F77_chpmv(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *y, int *incy) argument
422 F77_ctpmv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx) argument
477 F77_ctpsv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx) argument
591 F77_chpr(int *order, char *uplow, int *n, float *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *ap) argument
666 F77_chpr2(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *ap) argument
[all...]
H A Dc_dblas2.c362 void F77_dspmv(int *order, char *uplow, int *n, double *alpha, double *ap, argument
377 A[ LDA*i+j ]=ap[ k ];
385 A[ LDA*i+j ]=ap[ k ];
396 cblas_dspmv( CblasColMajor, uplo, *n, *alpha, ap, x, *incx, *beta, y,
401 int *n, double *ap, double *x, int *incx) {
419 A[ LDA*i+j ]=ap[ k ];
427 A[ LDA*i+j ]=ap[ k ];
437 cblas_dtpmv( CblasColMajor, uplo, trans, diag, *n, ap, x, *incx );
441 int *n, double *ap, double *x, int *incx) {
459 A[ LDA*i+j ]=ap[
400 F77_dtpmv(int *order, char *uplow, char *transp, char *diagn, int *n, double *ap, double *x, int *incx) argument
440 F77_dtpsv(int *order, char *uplow, char *transp, char *diagn, int *n, double *ap, double *x, int *incx) argument
[all...]
H A Dc_sblas2.c362 void F77_sspmv(int *order, char *uplow, int *n, float *alpha, float *ap, argument
377 A[ LDA*i+j ]=ap[ k ];
385 A[ LDA*i+j ]=ap[ k ];
395 cblas_sspmv( CblasColMajor, uplo, *n, *alpha, ap, x, *incx, *beta, y,
400 int *n, float *ap, float *x, int *incx) {
418 A[ LDA*i+j ]=ap[ k ];
426 A[ LDA*i+j ]=ap[ k ];
435 cblas_stpmv( CblasColMajor, uplo, trans, diag, *n, ap, x, *incx );
439 int *n, float *ap, float *x, int *incx) {
457 A[ LDA*i+j ]=ap[
399 F77_stpmv(int *order, char *uplow, char *transp, char *diagn, int *n, float *ap, float *x, int *incx) argument
438 F77_stpsv(int *order, char *uplow, char *transp, char *diagn, int *n, float *ap, float *x, int *incx) argument
[all...]
H A Dc_zblas2.c240 CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx,
250 cblas_zhpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx,
260 A[ LDA*i+j ].real=ap[ k ].real;
261 A[ LDA*i+j ].imag=ap[ k ].imag;
272 A[ LDA*i+j ].real=ap[ k ].real;
273 A[ LDA*i+j ].imag=ap[ k ].imag;
288 cblas_zhpmv( CblasColMajor, uplo, *n, alpha, ap, x, *incx, beta, y,
291 cblas_zhpmv( UNDEFINED, uplo, *n, alpha, ap, x, *incx, beta, y,
423 int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx) {
436 cblas_ztpmv( CblasRowMajor, UNDEFINED, trans, diag, *n, ap,
239 F77_zhpmv(int *order, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *beta, CBLAS_TEST_ZOMPLEX *y, int *incy) argument
422 F77_ztpmv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx) argument
477 F77_ztpsv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx) argument
591 F77_zhpr(int *order, char *uplow, int *n, double *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *ap) argument
666 F77_zhpr2(int *order, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *ap) argument
[all...]
/external/clang/test/CodeGen/
H A Dext-vector.c76 void test6(float4 *ap, float4 *bp, float c) { argument
77 float4 a = *ap;
130 void test7(int4 *ap, int4 *bp, int c) { argument
131 int4 a = *ap;
196 void test8(float4 *ap, float4 *bp, int c) { argument
197 float4 a = *ap;
252 void test14(uint4 *ap, uint4 *bp, unsigned c) { argument
253 uint4 a = *ap;
/external/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp26 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2,
40 (void)const_cast<A_ptr_1>(ap); // expected-error{{is not allowed}}
42 (void)const_cast<A_ptr_2>(ap); // expected-error{{is not allowed}}
51 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2,
59 (void)static_cast<B_ptr>(ap);
64 (void)static_cast<void_ptr>(ap);
82 (void)static_cast<B_ptr_1>(ap); // expected-error{{casts away qualifiers}}
84 (void)static_cast<B_ptr_2>(ap); // expected-error{{casts away qualifiers}}
90 (void)static_cast<void_ptr_1>(ap); // expected-error{{is not allowed}}
92 (void)static_cast<void_ptr_2>(ap); // expecte
25 test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, const int *cip, const int __attribute__((address_space(1))) *cip1) argument
50 test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
102 test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
131 test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
157 test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
181 test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
[all...]

Completed in 700 milliseconds

1234567891011>>