HomeSort by: relevance | last modified time | path
    Searched defs:grows (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/linux/common/
linux_misc.c 643 int prot, grows; local
648 grows = prot & (LINUX_PROT_GROWSDOWN | LINUX_PROT_GROWSUP);
649 prot &= ~grows;
661 if (grows == (LINUX_PROT_GROWSDOWN | LINUX_PROT_GROWSUP))
680 if (grows & LINUX_PROT_GROWSDOWN) {
686 } else if (grows & LINUX_PROT_GROWSUP) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-score7.c 5237 int grows = 0;
5285 return grows;
6310 int grows = 0;
6323 grows += 1;
6345 grows += 2;
6350 grows -= 2;
6396 grows -= 2;
6405 grows += 2;
6421 grows -= 2;
6428 grows += 2
5232 int grows = 0; local
6302 int grows = 0; local
    [all...]
tc-score.c 6885 int grows = 0; local
6894 grows += 1;
6902 grows += s3_relax_branch_inst32 (fragp);
6906 grows += s3_relax_branch_inst16 (fragp);
6910 grows += s3_relax_cmpbranch_inst32 (fragp);
6915 grows += s3_relax_gp_and_pic_inst32 ();
6919 grows += s3_relax_other_inst32 (fragp);
6929 return grows;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-score7.c 5237 int grows = 0;
5285 return grows;
6310 int grows = 0;
6323 grows += 1;
6345 grows += 2;
6350 grows -= 2;
6396 grows -= 2;
6405 grows += 2;
6421 grows -= 2;
6428 grows += 2
5232 int grows = 0; local
6302 int grows = 0; local
    [all...]
tc-score.c 6885 int grows = 0; local
6894 grows += 1;
6902 grows += s3_relax_branch_inst32 (fragp);
6906 grows += s3_relax_branch_inst16 (fragp);
6910 grows += s3_relax_cmpbranch_inst32 (fragp);
6915 grows += s3_relax_gp_and_pic_inst32 ();
6919 grows += s3_relax_other_inst32 (fragp);
6929 return grows;

Completed in 61 milliseconds