Searched refs:ai (Results 1 - 25 of 96) sorted by relevance

1234

/external/clang/test/CodeGen/
H A Dblocks-aligned-byref-variable.c3 typedef int __attribute__((aligned(32))) ai; typedef
6 __block ai a = 10;
H A Dmay-alias.c9 void test0(aliasing_int *ai, int *i) argument
12 *ai = 0;
/external/dropbear/
H A Dfake-rfc2553.c105 freeaddrinfo(struct addrinfo *ai) argument
109 for(; ai != NULL;) {
110 next = ai->ai_next;
111 free(ai);
112 ai = next;
121 struct addrinfo *ai; local
123 ai = malloc(sizeof(*ai) + sizeof(struct sockaddr_in));
124 if (ai == NULL)
127 memset(ai, '\
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DClassFilePrinter.java98 AttributeInfo ai = (AttributeInfo)list.get(i);
99 if (ai instanceof CodeAttribute) {
100 CodeAttribute ca = (CodeAttribute)ai;
101 out.println("attribute: " + ai.getName() + ": "
102 + ai.getClass().getName());
111 else if (ai instanceof AnnotationsAttribute) {
112 out.println("annnotation: " + ai.toString());
114 else if (ai instanceof ParameterAnnotationsAttribute) {
115 out.println("parameter annnotations: " + ai.toString());
117 else if (ai instanceo
[all...]
H A DAttributeInfo.java205 AttributeInfo ai = (AttributeInfo)iterator.next();
206 if (ai.getName().equals(name))
207 return ai;
219 AttributeInfo ai = (AttributeInfo)iterator.next();
220 if (ai.getName().equals(name))
264 AttributeInfo ai = (AttributeInfo)iterator.next();
265 ai.renameClass(oldname, newname);
272 AttributeInfo ai = (AttributeInfo)iterator.next();
273 ai.renameClass(classnames);
282 AttributeInfo ai
[all...]
/external/clang/test/SemaTemplate/
H A Doperator-function-id-template.cpp12 bool test_qualified_id(A<int> ai) { argument
13 return ::operator==<0, int>(ai, ai);
/external/chromium/net/base/
H A Daddress_list.cc39 Data(struct addrinfo* ai, bool is_system_created);
56 struct addrinfo* ai = new addrinfo; local
57 memset(ai, 0, sizeof(addrinfo));
58 ai->ai_socktype = SOCK_STREAM;
62 ai->ai_family = AF_INET;
64 ai->ai_addrlen = sockaddr_in_size;
71 ai->ai_addr = reinterpret_cast<struct sockaddr*>(addr);
75 ai->ai_family = AF_INET6;
77 ai->ai_addrlen = sockaddr_in6_size;
84 ai
198 struct addrinfo* ai = new addrinfo; local
230 Data(struct addrinfo* ai, bool is_system_created) argument
[all...]
H A Dhost_port_pair.cc25 HostPortPair HostPortPair::FromAddrInfo(const struct addrinfo* ai) { argument
26 return HostPortPair(NetAddressToString(ai),
27 GetPortFromSockaddr(ai->ai_addr, ai->ai_addrlen));
H A Dhost_resolver_proc.cc23 bool IsAllLocalhostOfOneFamily(const struct addrinfo* ai) { argument
26 for (; ai != NULL; ai = ai->ai_next) {
27 switch (ai->ai_family) {
30 reinterpret_cast<struct sockaddr_in*>(ai->ai_addr);
39 reinterpret_cast<struct sockaddr_in6*>(ai->ai_addr);
141 struct addrinfo* ai = NULL; local
199 int err = getaddrinfo(host.c_str(), NULL, &hints, &ai);
219 err == 0 && IsAllLocalhostOfOneFamily(ai)) {
[all...]
H A Daddress_list_unittest.cc135 struct addrinfo ai; local
136 memset(&ai, 0x0, sizeof(ai));
137 ai.ai_family = AF_INET;
138 ai.ai_socktype = SOCK_STREAM;
139 ai.ai_addrlen = sizeof(address);
140 ai.ai_addr = reinterpret_cast<sockaddr*>(&address);
141 ai.ai_canonname = const_cast<char *>(kCanonicalHostname);
146 addrlist1.Copy(&ai, true);
169 ai
[all...]
H A Dhost_port_pair.h27 static HostPortPair FromAddrInfo(const struct addrinfo* ai);
/external/openssl/crypto/asn1/
H A Da_enum.c138 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai) argument
143 if (ai == NULL)
146 ret=ai;
170 if (ret != ai) M_ASN1_ENUMERATED_free(ret);
174 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn) argument
178 if ((ret=BN_bin2bn(ai->data,ai->length,bn)) == NULL)
180 else if(ai->type == V_ASN1_NEG_ENUMERATED) BN_set_negative(ret,1);
H A Devp_asn1.c142 ASN1_INTEGER *ai=NULL; local
162 if ((ai=d2i_ASN1_INTEGER(NULL,&c.p,c.slen)) == NULL) goto err;
170 *num=ASN1_INTEGER_get(ai);
186 if (ai != NULL) M_ASN1_INTEGER_free(ai);
/external/openssl/crypto/bn/asm/
H A Dco-586.pl18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
23 &comment("mul a[$ai]*b[$bi]");
26 # &mov("eax",&DWP($ai*4,$a,"",0)) ;
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
51 &comment("sqr a[$ai]*a[$bi]");
54 # &mov("eax",&DWP($ai*4,$a,"",0)) ;
57 if ($ai == $bi)
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
80 &comment("sqr a[$ai]*a[$bi]");
83 # &mov("eax",&DWP($ai*
[all...]
/external/openssl/crypto/bn/asm/x86/
H A Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
11 &comment("mul a[$ai]*b[$bi]");
14 # &mov("eax",&DWP($ai*4,$a,"",0)) ;
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
39 &comment("sqr a[$ai]*a[$bi]");
42 # &mov("eax",&DWP($ai*4,$a,"",0)) ;
45 if ($ai == $bi)
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
68 &comment("sqr a[$ai]*a[$bi]");
71 # &mov("eax",&DWP($ai*
[all...]
/external/valgrind/main/memcheck/
H A Dmc_errors.c191 AddrInfo ai; member in struct:_MC_Error::__anon11333::__anon11337
196 AddrInfo ai; member in struct:_MC_Error::__anon11333::__anon11338
209 AddrInfo ai; member in struct:_MC_Error::__anon11333::__anon11340
218 AddrInfo ai; member in struct:_MC_Error::__anon11333::__anon11341
227 AddrInfo ai; member in struct:_MC_Error::__anon11333::__anon11342
233 AddrInfo ai; member in struct:_MC_Error::__anon11333::__anon11343
252 AddrInfo ai; member in struct:_MC_Error::__anon11333::__anon11346
298 static void mc_pp_AddrInfo ( Addr a, AddrInfo* ai, Bool maybe_gcc ) argument
303 switch (ai->tag) {
318 xpre, (ULong)a, ai
937 AddrInfo* ai = &extra.Err.FreeMismatch.ai; local
[all...]
/external/qemu/
H A Dqemu-sockets.c126 struct addrinfo ai,*res,*e; local
133 memset(&ai,0, sizeof(ai));
134 ai.ai_flags = AI_PASSIVE | AI_ADDRCONFIG;
135 ai.ai_family = PF_UNSPEC;
136 ai.ai_socktype = SOCK_STREAM;
155 ai.ai_family = PF_INET;
157 ai.ai_family = PF_INET6;
162 rc = getaddrinfo(strlen(addr) ? addr : NULL, port, &ai, &res);
234 struct addrinfo ai,*re local
311 struct addrinfo ai, *peer = NULL, *local = NULL; local
[all...]
/external/openssl/ssl/
H A Dssl_asn1.c362 ASN1_INTEGER ai,*aip; local
366 aip= &ai;
372 ai.data=NULL; ai.length=0;
374 if (ai.data != NULL) { OPENSSL_free(ai.data); ai.data=NULL; ai.length=0; }
380 if (ai.data != NULL) { OPENSSL_free(ai
[all...]
/external/tcpdump/missing/
H A Dgetaddrinfo.c213 #define GET_AI(ai, afd, addr) \
216 (ai) = get_ai(pai, (afd), (addr)); \
217 if ((ai) == NULL) { \
223 #define GET_PORT(ai, serv) \
226 error = get_port((ai), (serv), 0); \
231 #define GET_CANONNAME(ai, str) \
234 error = get_canonname(pai, (ai), (str)); \
261 freeaddrinfo(ai)
262 struct addrinfo *ai;
267 next = ai
297 struct addrinfo ai; local
995 struct addrinfo *ai; local
[all...]
/external/icu4c/tools/genrb/
H A Drle.c241 int32_t ai = 0; local
269 target[ai++] = c;
275 target[ai++] = runValue;
280 target[ai++] = c;
284 if (ai != length){
303 int32_t ai=0; local
325 for (; ai<tgtLen; ) {
354 target[ai++] = b;
362 target[ai++] = ESCAPE_BYTE;
377 if(ai<tgtLe
[all...]
/external/chromium/net/socket/
H A Dtransport_client_socket_pool.cc34 const struct addrinfo* ai = addrlist.head(); local
35 if (ai->ai_family != AF_INET6)
38 ai = ai->ai_next;
39 while (ai) {
40 if (ai->ai_family != AF_INET6)
42 ai = ai->ai_next;
50 for (const struct addrinfo* ai = addrlist.head(); ai; a
[all...]
H A Dtransport_client_socket_pool_unittest.cc411 const struct addrinfo* ai; local
417 ai = addrlist.head();
418 EXPECT_EQ(AF_INET, ai->ai_family);
419 ai = ai->ai_next;
420 EXPECT_EQ(AF_INET, ai->ai_family);
421 EXPECT_TRUE(ai->ai_next == NULL);
427 ai = addrlist.head();
428 EXPECT_EQ(AF_INET6, ai->ai_family);
429 ai
[all...]
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp530 std::vector<Argument*>::iterator ai, ae; local
550 for (ai = Args.begin(); ai != ae; ++ai) {
552 (*ai)->writeCtorParameters(OS);
559 for (ai = Args.begin(); ai != ae; ++ai) {
561 (*ai)->writeCtorInitializers(OS);
567 for (ai
598 std::vector<Argument*>::iterator ai, ae; local
689 std::vector<Record*>::iterator i = Attrs.begin(), e = Attrs.end(), ai, ae; local
726 std::vector<Record*>::iterator i = Attrs.begin(), e = Attrs.end(), ai, ae; local
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dlist_selection_model.js229 var ai = Math.max(-1, Math.min(this.length_ - 1, anchorIndex));
230 if (ai != this.anchorIndex_) {
232 this.anchorIndex_ = ai;
233 cr.dispatchPropertyChange(this, 'anchorIndex', ai, oldAnchorIndex);
/external/mesa3d/src/mesa/main/
H A Dimports.h343 int ai, bi; local
348 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
350 return (ai - bi) >> 1;
356 int ai, bi; local
362 u.f = (float) af; ai = u.i;
364 return (ai - bi) >> 1;
390 int ai, bi; local
395 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
397 return (ai - bi + 1) >> 1;
403 int ai, b local
[all...]

Completed in 1688 milliseconds

1234