Searched refs:pt (Results 151 - 175 of 391) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.c159 return pt_solution_includes_global (&pi->pt);
216 && pi->pt.vars_contains_restrict)
217 return bitmap_bit_p (pi->pt.vars, DECL_UID (decl));
219 return pt_solution_includes (&pi->pt, decl);
288 && !pt_solutions_same_restrict_base (&pi1->pt, &pi2->pt))
293 return pt_solutions_intersect (&pi1->pt, &pi2->pt);
385 pt_solution_reset (&pi->pt);
395 dump_points_to_solution (FILE *file, struct pt_solution *pt) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Daes_i.h111 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \
112 ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dptree.h107 #define PTN_ISROOT_P(pt, ptn) ((ptn) == &(pt)->pt_rootnode)
115 #define PTN_ISSLOTVALID_P(ptn,slot) ((slot) < (1 << PTN_BRANCH_BITLEN(pt)))
189 #define ptree_find_node(pt,key) \
190 ptree_find_filtered_node((pt), (key), NULL, NULL)
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dif_pfsync.c365 struct pfsync_tdb *pt; local
855 count * sizeof(*pt), &offp)) == NULL) {
860 for (i = 0, pt = (struct pfsync_tdb *)(mp->m_data + offp);
861 i < count; i++, pt++)
862 pfsync_update_net_tdb(pt);
1630 pfsync_update_net_tdb(struct pfsync_tdb *pt) argument
1636 if (ntohl(pt->spi) <= SPI_RESERVED_MAX ||
1637 (pt->dst.sa.sa_family != AF_INET &&
1638 pt->dst.sa.sa_family != AF_INET6))
1642 tdb = gettdb(pt
1675 struct pfsync_tdb *pt = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/tprof/
H A Dtprof.c109 pthread_t pt; local
174 error = pthread_create(&pt, NULL, process_samples, NULL);
199 pthread_join(pt, NULL);
/netbsd-6-1-5-RELEASE/tests/rump/rumpkern/h_client/
H A Dh_stresscli.c130 pthread_t pt[NTHR-1]; local
171 if (pthread_create(&pt[j], NULL,
179 pthread_join(pt[j], NULL);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dcopyd.asm39 bl,pt %icc,L(end01234567)
60 bge,pt %icc,L(loop1)
71 bg,pt %icc,L(loop2)
H A Dcopyi.asm36 bl,pt %icc,L(end01234567)
57 bge,pt %icc,L(loop1)
68 bg,pt %icc,L(loop2)
/netbsd-6-1-5-RELEASE/sys/fs/ptyfs/
H A Dptyfs_vfsops.c126 ptyfs__makename(struct ptm_pty *pt, struct lwp *l, char *tbuf, size_t bufsiz, argument
129 struct mount *mp = pt->arg;
151 ptyfs__allocvp(struct ptm_pty *pt, struct lwp *l, struct vnode **vpp, argument
154 struct mount *mp = pt->arg;
173 ptyfs__getvattr(struct ptm_pty *pt, struct lwp *l, struct vattr *vattr) argument
175 struct mount *mp = pt->arg;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dpt32-1.d3 #source: pt-2.s
H A Dpt32-noexp-2.d3 #source: pt-2.s
H A Dpt64-32-2.d3 #source: pt-2.s
H A Dpt64-noexp-2.d3 #source: pt-2.s
/netbsd-6-1-5-RELEASE/share/examples/rump/tipsy/
H A Dtipsy.c86 pthread_t pt; local
142 if (pthread_create(&pt, NULL, shovel, (void *)(intptr_t)com) == -1)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/idea/
H A Dideatest.c109 static char *pt(unsigned char *p);
198 printf("%s\n",pt(&(cfb_buf1[i])));
212 printf("%s\n",pt(&(cfb_buf2[i])));
217 static char *pt(unsigned char *p) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2test.c139 static char *pt(unsigned char *p);
235 printf("%s\n",pt(&(cfb_buf1[i])));
249 printf("%s\n",pt(&(cfb_buf2[i])));
254 static char *pt(unsigned char *p) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_trs.c114 X509_TRUST *pt; local
119 pt = X509_TRUST_get0(idx);
120 return pt->check_trust(pt, x, flags);
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-cdp.c257 int pt, pl, al, num; local
273 pt = p[0]; /* type of "protocol" field */
282 if (pt == PT_NLPID && pl == 1 && *p == NLPID_IP && al == 4) {
299 else if (pt == PT_IEEE_802_2 && pl == 8 &&
325 printf("pt=0x%02x, pl=%d, pb=", *(p - 2), pl);
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/xkbdata/symbols/pc/
H A DMakefile20 pc pk pl pt \
/netbsd-6-1-5-RELEASE/gnu/usr.bin/gettext/locale/
H A DMakefile7 ja.gmo ko.gmo nl.gmo nn.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo \
/netbsd-6-1-5-RELEASE/x11/bin/xkbcomp/symbols/pc/
H A DMakefile20 pc pl pl2 pt \
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dmp_subr.S285 bz,pt %icc, 5f ! Then skip it
294 bz,a,pt %icc, 1f ! Then skip it, but upper FPU not clean
302 bz,pt %icc, 2f ! Then skip it
371 bl,pt %xcc, 1b
386 ba,pt %icc, 1f
399 bne,pt %xcc, 1b
403 ba,pt %icc, 1b
/netbsd-6-1-5-RELEASE/regress/sys/crypto/des/
H A Ddestest.c209 static const char *pt(unsigned char *);
213 pt(p) function
258 i + 1, pt(key_data[i]), pt(in), pt(cipher_data[i]),
259 pt(out));
264 i + 1, pt(key_data[i]), pt(out), pt(in), pt(outi
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/common/
H A Dfstest_puffs.c220 pthread_t pt; local
226 if (pthread_create(&pt, NULL, readshovel, args) == -1)
228 pthread_detach(pt);
230 if (pthread_create(&pt, NULL, writeshovel, args) == -1)
232 pthread_detach(pt);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_proc.c587 struct pid_table *pt; local
591 pt = &pid_table[pid & pid_tbl_mask];
592 p = pt->pt_proc;
593 if (__predict_false(!P_VALID(p) || pt->pt_pid != pid)) {
749 struct pid_table *pt; local
758 pt = &pid_table[next_free_pt];
760 if (__predict_false(P_VALID(pt->pt_proc) || pt->pt_pgrp))
763 nxt = P_NEXT(pt->pt_proc);
777 pt
798 struct pid_table *pt; local
1036 struct pid_table *pt; local
1186 struct pid_table *pt; local
[all...]

Completed in 161 milliseconds

1234567891011>>