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

123456789

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dfreeaddrinfo.c41 * free the list of `struct addrinfo' starting at `ai'
45 freeaddrinfo(struct addrinfo *ai) argument
49 while(ai != NULL) {
50 free (ai->ai_canonname);
51 free (ai->ai_addr);
52 tofree = ai;
53 ai = ai->ai_next;
H A Dgetnameinfo_verified.c55 struct addrinfo *ai, *a; local
76 ret = getaddrinfo (host, serv, &hints, &ai);
82 for (a = ai; a != NULL; a = a->ai_next) {
85 freeaddrinfo (ai);
89 freeaddrinfo (ai);
/netbsd-6-1-5-RELEASE/sys/dev/pci/hdaudio/
H A Dhdmireg.h52 #define HDMI_AI_CHANNEL_COUNT(ai) ((ai)->ct_cc & 0x07)
53 #define HDMI_AI_CODING_TYPE(ai) ((ai)->ct_cc & 0xf0)
54 #define HDMI_AI_SAMPLE_SIZE(ai) ((ai)->sf_ss & 0x03)
55 #define HDMI_AI_SAMPLE_FREQUENCY(ai) ((ai)->sf_ss & 0x18)
56 #define HDMI_AI_LSV(ai) ((ai)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dntp_rfc2553.c134 static int do_nodename (const char *nodename, struct addrinfo *ai,
143 struct addrinfo *ai = NULL; local
155 ai = calloc(sizeof(struct addrinfo), 1);
156 if (ai == NULL)
163 ai->ai_flags = hints->ai_flags;
164 ai->ai_family = hints->ai_family;
165 ai->ai_socktype = hints->ai_socktype;
166 ai->ai_protocol = hints->ai_protocol;
225 rval = do_nodename(nodename, ai, hints);
227 freeaddrinfo(ai);
274 freeaddrinfo(struct addrinfo *ai) argument
330 do_nodename( const char *nodename, struct addrinfo *ai, const struct addrinfo *hints) argument
[all...]
H A Ddecodenetnum.c31 struct addrinfo hints, *ai = NULL; local
75 err = getaddrinfo(cp, "ntp", &hints, &ai);
78 NTP_INSIST(ai->ai_addrlen <= sizeof(*netnum));
79 memcpy(netnum, ai->ai_addr, ai->ai_addrlen);
80 freeaddrinfo(ai);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Ddtors4.C19 a ai; local
21 ai = test();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Ddtors4.C19 a ai; local
21 ai = test();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dpr16105.c13 float ai = a[i]; local
14 float a2 = ai * ai;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vect/
H A Dpr16105.c13 float ai = a[i]; local
14 float a2 = ai * ai;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dgetaddrinfo.c120 * lwres_freeaddrinfo(). ai is a pointer to a struct addrinfo created by
182 struct addrinfo *ai, *ai_list; local
312 ai = ai_alloc(AF_INET, sizeof(struct sockaddr_in));
313 if (ai == NULL)
315 ai->ai_socktype = socktype;
316 ai->ai_protocol = protocol;
317 SIN(ai->ai_addr)->sin_port = port;
318 ai->ai_next = ai_list;
319 ai_list = ai;
323 ai
565 struct addrinfo *ai; local
632 struct addrinfo *ai; local
696 lwres_freeaddrinfo(struct addrinfo *ai) argument
713 struct addrinfo *ai; local
749 struct addrinfo *ai; local
771 struct addrinfo *ai; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash14.C5 A<int*> ai; // { dg-error "" } incomplete type variable
H A Dt32.C12 A<int> ai; variable
14 int frop () { return ai.fooo (100); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash14.C5 A<int*> ai; // { dg-error "" } incomplete type variable
H A Dt32.C12 A<int> ai; variable
14 int frop () { return ai.fooo (100); }
/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Diodesc.h42 struct addrinfo *ai; member in struct:iodesc
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Darray3.C13 B(const A& ai) : a (ai) {} argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Darray3.C13 B(const A& ai) : a (ai) {} argument
/netbsd-6-1-5-RELEASE/tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c45 struct addrinfo ai; variable in typeref:struct:addrinfo
116 memset(&ai, 0, sizeof(ai));
117 ai.ai_family = PF_UNSPEC;
118 ai.ai_flags |= AI_CANONNAME;
122 ai.ai_socktype = SOCK_DGRAM;
125 ai.ai_family = atoi(optarg);
128 ai.ai_protocol = atoi(optarg);
131 ai.ai_flags |= AI_PASSIVE;
134 ai
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dexpand_hostname.c73 struct addrinfo *ai, *a, hints; local
82 error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
85 for (a = ai; a != NULL; a = a->ai_next) {
88 freeaddrinfo (ai);
98 freeaddrinfo (ai);
151 struct addrinfo *ai, *a, hints; local
162 error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
167 for (a = ai; a != NULL; a = a->ai_next) {
171 freeaddrinfo (ai);
177 freeaddrinfo (ai);
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_exec_machdep.c179 esd.ai[i].a_type = LINUX_AT_HWCAP;
180 esd.ai[i++].a_v = rcr4();
182 esd.ai[i].a_type = AT_PAGESZ;
183 esd.ai[i++].a_v = PAGE_SIZE;
185 esd.ai[i].a_type = LINUX_AT_CLKTCK;
186 esd.ai[i++].a_v = hz;
188 esd.ai[i].a_type = AT_PHDR;
189 esd.ai[i++].a_v = (ap ? ap->arg_phaddr: phdr);
191 esd.ai[i].a_type = AT_PHENT;
192 esd.ai[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dspu.inc5 ai $sp, $sp, -32
10 ai $sp, $sp, 32
40 ai $sp, $sp, -32
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/irs/
H A Dgetaddrinfo.c115 * ai is a pointer to a struct addrinfo created by a call to getaddrinfo().
199 struct addrinfo *ai, *ai_list; local
330 ai = ai_alloc(AF_INET, sizeof(struct sockaddr_in));
331 if (ai == NULL)
333 ai->ai_socktype = socktype;
334 ai->ai_protocol = protocol;
335 SIN(ai->ai_addr)->sin_port = port;
336 ai->ai_next = ai_list;
337 ai_list = ai;
341 ai
761 struct addrinfo *ai; local
1117 struct addrinfo *ai; local
1142 struct addrinfo *ai; local
1163 freeaddrinfo(struct addrinfo *ai) argument
1180 struct addrinfo *ai; local
1216 struct addrinfo *ai; local
1238 struct addrinfo *ai; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dcmp_si.c54 unsigned long ai; local
59 ai = SAFE_ABS(unsigned long, i);
61 /* ai must be representable in a mp_limb_t */
62 MPFR_ASSERTN(ai == (mp_limb_t) ai);
72 c = (mp_limb_t) ai;
H A Dset_si_2exp.c40 mp_limb_t ai, *xp; local
44 ai = SAFE_ABS (unsigned long, i);
45 MPFR_ASSERTN (SAFE_ABS (unsigned long, i) == ai);
49 count_leading_zeros (cnt, ai);
53 xp[xn] = ai << cnt;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/cray/
H A Dmulww.f29 integer*8 ai,t0,t1,t2,t3,t4 local in subroutine:gmpn_mulww
36 ai = a(i)
37 a0 = shiftl(and(ai,4194303),24)
38 a1 = shiftl(and(shiftr(ai,22),4194303),24)
39 a2 = shiftl(and(shiftr(ai,44),4194303),24)

Completed in 410 milliseconds

123456789