Searched refs:p_info (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_aix43.c217 struct procsinfo *p_info; /* needed for vm and ru info */ variable in typeref:struct:procsinfo
258 p_info = (struct procsinfo *)malloc(nprocs * sizeof (struct procsinfo));
261 if (!p_proc || !p_info || !pref) {
370 nproc = getprocs(p_info, sizeof (struct procsinfo), NULL, 0,
378 strcpy(p_info[0].pi_comm, "swapper");
381 ptsize_util = (PROCMASK(p_info[nproc-1].pi_pid)+1) * sizeof(struct proc);
391 for (pp = p_info, i = 0; i < nproc; pp++, i++) {
415 * the p_info array that were selected for display
H A Dm_aix5.c216 struct procentry64 *p_info; /* needed for vm and ru info */ variable in typeref:struct:procentry64
272 require 1.2gb for the p_info array, which is way overkill. Raise
284 p_info = (struct procentry64 *)xmalloc(nprocs * sizeof (struct procentry64));
434 nproc = getprocs64(p_info, sizeof (struct procentry64), NULL, 0,
442 strcpy(p_info[0].pi_comm, "swapper");
457 for (pp = p_info, i = 0; i < nproc; pp++, i++) {
490 for (pp = p_info, i = 0; i < nproc; pp++, i++) {
512 * the p_info array that were selected for display
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/xtensa/
H A Dxtensa.c671 struct cmp_info *p_info;
676 p_info = &info[ (int)test ];
691 if ((p_info->unsignedp ?
692 (uvalue + p_info->const_add > uvalue) :
693 (value + p_info->const_add > value)) != (p_info->const_add > 0))
697 else if (!(p_info->const_range_p) (value + p_info->const_add))
709 ? p_info->invert_const
710 : p_info
669 struct cmp_info *p_info; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.c616 struct cmp_info *p_info;
621 p_info = &info[ (int)test ];
636 if ((p_info->unsignedp ?
637 (uvalue + p_info->const_add > uvalue) :
638 (value + p_info->const_add > value)) != (p_info->const_add > 0))
642 else if (!(p_info->const_range_p) (value + p_info->const_add))
654 ? p_info->invert_const
655 : p_info
614 struct cmp_info *p_info; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c902 struct cmp_info *p_info;
912 p_info = &info[(int) test];
913 eqne_p = (p_info->test_code == XOR);
946 if (value < p_info->const_low
947 || value > p_info->const_high)
953 ? p_info->invert_const : p_info->invert_reg);
965 if (p_info->const_add != 0)
967 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add;
972 if ((p_info
892 struct cmp_info *p_info; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/iq2000/
H A Diq2000.c877 struct cmp_info *p_info;
887 p_info = &info[(int) test];
888 eqne_p = (p_info->test_code == XOR);
921 if (value < p_info->const_low
922 || value > p_info->const_high)
928 ? p_info->invert_const : p_info->invert_reg);
940 if (p_info->const_add != 0)
942 HOST_WIDE_INT new = INTVAL (cmp1) + p_info->const_add;
947 if ((p_info
867 struct cmp_info *p_info; local
[all...]

Completed in 91 milliseconds