Searched refs:p2 (Results 101 - 125 of 419) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-live.c111 int p1, p2, p3; local
130 p2 = partition_find (map->var_partition, SSA_NAME_VERSION (var2));
133 p2 = var_to_partition (map, var2);
135 p2 = map->compact_to_partition[p2];
149 gcc_assert (p2 != NO_PARTITION);
151 if (p1 == p2)
154 p3 = partition_union (map->var_partition, p1, p2);
1171 find_partition_pair (coalesce_list_p cl, int p1, int p2, bool create) argument
1177 if (p2 < p
1243 add_coalesce(coalesce_list_p cl, int p1, int p2, int value) argument
1262 compare_pairs(const void *p1, const void *p2) argument
1341 pop_best_coalesce(coalesce_list_p cl, int *p1, int *p2) argument
1450 int p1, p2; local
1650 int p1, p2; local
[all...]
/freebsd-11-stable/usr.bin/netstat/
H A Dmroute6.c244 #define p2(f, m) if (mrtstat.f || sflag <= 1) \ macro
249 p2(mrt6s_mfc_misses, "\t{:cache-misses/%ju} "
274 #undef p2 macro
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp459 __c_node* p2 = __cbeg_[hc]; local
460 _LIBCPP_ASSERT(p2 != nullptr, "debug mode internal logic error swap C");
461 while (p2->__c_ != c2)
463 p2 = p2->__next_;
464 _LIBCPP_ASSERT(p2 != nullptr, "debug mode internal logic error swap D");
466 std::swap(p1->beg_, p2->beg_);
467 std::swap(p1->end_, p2->end_);
468 std::swap(p1->cap_, p2->cap_);
471 for (__i_node** p = p2
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp250 path p2 = *this; local
252 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s", p.c_str());
256 return p2;
263 path p2 = *this; local
265 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s",
270 return p2;
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_int.c452 struct printf_info p2; local
464 p2 = *pi;
466 p2.spec = 'x';
467 p2.alt = 1;
468 p2.is_long_double = 1;
470 return (__printf_render_int(io, &p2, &p));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c1235 const svn_diff_tree_processor_t *p2; member in struct:tee_baton_t
1274 SVN_ERR(tb->p2->dir_opened(&(nb->baton2),
1282 tb->p2,
1313 SVN_ERR(tb->p2->dir_added(relpath,
1319 tb->p2,
1343 SVN_ERR(tb->p2->dir_deleted(relpath,
1347 tb->p2,
1377 SVN_ERR(tb->p2->dir_changed(relpath,
1384 tb->p2,
1407 SVN_ERR(tb->p2
[all...]
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dt_pools.sh69 test_case p2 ptest text text
89 atf_add_test_case p2
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestEnable.java54 Program p2 = consumer.compile("dtrace:::END");
90 consumer.enable(p2);
95 "enabled (p0, p1, p2)");
106 "already enabled (p0, p1, p2)");
/freebsd-11-stable/sys/dev/hptmv/
H A Draid5n.h58 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes);
59 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
/freebsd-11-stable/contrib/tcpdump/
H A Dsmb.h119 #define PTR_DIFF(p1, p2) ((size_t)(((const char *)(p1)) - (const char *)(p2)))
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h140 const path* p2 = nullptr; member in struct:detail::__anon1250::ErrorHandler
143 const path* p2 = nullptr)
144 : func_name(fname), ec(ec), p1(p1), p2(p2) {
155 switch (bool(p1) + bool(p2)) {
161 __throw_filesystem_error(what, *p1, *p2, m_ec);
174 switch (bool(p1) + bool(p2)) {
180 __throw_filesystem_error(what, *p1, *p2, m_ec);
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.h41 #define ng_connect(p1,h1,p2,h2) \
42 _ng_connect(p1,h1,p2,h2,__FILE__,__LINE__)
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_optimize.c492 struct pf_opt_rule *p1, *p2, *por_next; local
502 for (p2 = TAILQ_NEXT(p1, por_entry); p2; p2 = por_next) {
503 por_next = TAILQ_NEXT(p2, por_entry);
506 &p2->por_rule.src);
508 &p2->por_rule.dst);
511 p2->por_dst_tbl == NULL &&
512 p2->por_src_tbl == NULL &&
513 rules_combineable(&p1->por_rule, &p2
1016 struct pf_opt_rule *p2; local
1396 rules_combineable(struct pf_rule *p1, struct pf_rule *p2) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c188 char *s, *p1, *p2; local
195 if ((p2 = strrchr(s, ')')) != NULL)
196 *p2 = '\0'; /* mark end of parameter list string */
201 if (p1 == NULL || p2 == NULL) {
206 for (p2 = p1; *p2 != '\0'; p2++) {
207 if (!isspace(*p2)) {
213 for (p2 = strchr(p2, ','); p
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dstring.h203 isc_tsmemcmp(const void *p1, const void *p2, size_t len);
205 * Lexicographic compare 'len' unsigned bytes from 'p1' and 'p2'
215 * -1 if (u_char)p1[x] < (u_char)p2[x]
216 * 1 if (u_char)p1[x] > (u_char)p2[x]
/freebsd-11-stable/usr.sbin/rpcbind/
H A Dpmap_svc.c296 int h1, h2, h3, h4, p1, p2; local
310 &h4, &p1, &p2) == 6) {
312 p2 = (fnd->pml_map.pm_port) & 0xff;
314 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
/freebsd-11-stable/contrib/amd/amd/
H A Drpc_fwd.c93 rpc_forward *p = NULL, *p2; local
98 ITER(p2, rpc_forward, &rpc_head) {
99 if (p2->rf_ttl <= now) {
100 p = p2;
/freebsd-11-stable/contrib/top/
H A Dcommands.c332 * err_compar(p1, p2) - comparison routine used by "qsort"
337 err_compar(p1, p2)
339 register struct errs *p1, *p2;
344 if ((result = p1->errnum - p2->errnum) == 0)
346 return(strcmp(p1->arg, p2->arg));
/freebsd-11-stable/usr.bin/diff/
H A Ddiffdir.c48 diffdir(char *p1, char *p2, int flags) argument
68 dirlen2 = strlcpy(path2, *p2 ? p2 : ".", sizeof(path2));
70 warnc(ENAMETOOLONG, "%s", p2);
/freebsd-11-stable/contrib/lua/src/
H A Dlobject.c123 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, argument
130 if (tointeger(p1, &i1) && tointeger(p2, &i2)) {
138 if (tonumber(p1, &n1) && tonumber(p2, &n2)) {
146 if (ttisinteger(p1) && ttisinteger(p2)) {
147 setivalue(res, intarith(L, op, ivalue(p1), ivalue(p2)));
150 else if (tonumber(p1, &n1) && tonumber(p2, &n2)) {
159 luaT_trybinTM(L, p1, p2, res, cast(TMS, (op - LUA_OPADD) + TM_ADD));
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat_y.y83 int p2;
447 nat->in_nsports[1] = $3.p2;
457 nat->in_ndports[1] = $6.p2;
488 $$.p2 = $1.p2;
492 $$.p2 = $3;
499 $$.p2 = $1.p2;
503 $$.p2 = $3;
510 $$.p2
[all...]
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c158 u_char *p1, *p2; local
188 p2=mmap(0, s2.st_size, PROT_READ, MAP_PRIVATE, fd2, 0);
189 if (p2 == (u_char *)MAP_FAILED) { err(3, "%s", buf2); }
193 if((s1.st_size == s2.st_size) && !memcmp(p1, p2, s1.st_size)) {
207 m2 = MD5Data(p2, s2.st_size, md5_2);
233 if (s2.st_size && p2[s2.st_size-1] != '\n') {
250 for (p=p2; p<p2+s2.st_size; p++)
290 fwrite(p2, 1, s2.st_size, stdout);
299 munmap(p2, s
[all...]
/freebsd-11-stable/tools/tools/indent_wrapper/
H A Dindent_wrapper.c378 struct block *p2 = NULL; local
435 p2 = alloc_block();
470 p2->data[y2++] = ch;
472 TAILQ_INSERT_TAIL(&diff_b_head, p2, entry);
473 p2 = alloc_block();
491 p2->data[y2++] = ch;
493 TAILQ_INSERT_TAIL(&diff_b_head, p2, entry);
494 p2 = alloc_block();
525 p2->length = y2;
527 TAILQ_INSERT_TAIL(&diff_b_head, p2, entr
[all...]
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_rm.c166 struct gv_plex *p, *p2; local
177 LIST_FOREACH_SAFE(p, &sc->plexes, plex, p2) {
187 LIST_FOREACH_SAFE(p, &sc->plexes, plex, p2)
202 struct gv_plex *p, *p2; local
216 LIST_FOREACH_SAFE(p, &v->plexes, in_volume, p2)
/freebsd-11-stable/sys/dev/vt/
H A Dvt_buf.c307 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) argument
328 KASSERT(p2->tp_row < vb->vb_scr_size.tp_row,
330 p2->tp_row, vb->vb_scr_size.tp_row));
331 KASSERT(p2->tp_col < vb->vb_scr_size.tp_col,
333 p2->tp_col, vb->vb_scr_size.tp_col));
336 rdiff = r->tr_begin.tp_row - p2->tp_row;
338 if (r->tr_begin.tp_row > p2->tp_row && r->tr_begin.tp_col == 0 &&
343 } else if (p2->tp_row < p1->tp_row) {
348 &VTBUF_FIELD(vb, p2->tp_row + pr, p2
[all...]

Completed in 332 milliseconds

1234567891011>>