Lines Matching refs:BVAL
79 #define BVAL (*edat[BNDX].eval.vint) /* # of childern per parent */ macro
208 for (j = 0, listp = pinfo->list; j < BVAL; j++, listp++) in print_shm()
404 smp->list = (int *)(Pinfo *) (shmaddr + nodesum) + (BVAL * tval); in put_proc_info()
405 *smp->list = (tval - 1) / BVAL; in put_proc_info()
409 for (sibslot = *smp->list * BVAL + 1; listp < smp->list + BVAL; in put_proc_info()
442 for (i = 1, listp++; i < BVAL; i++, listp++) { in notify()
453 while (cldcnt < BVAL) { in notify()
501 pslot = (slot - 1) / BVAL; /* calculate parent node */ in semoper()
545 for (i = 1; i <= BVAL; i++) {
546 tval = (val * BVAL) + i;
583 else if (pid > 0 && i >= BVAL) { /* PARENT */
585 else if (pid > (pid_t) 0 && i >= BVAL) { /* PARENT */
699 semarg.val = BVAL; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
727 sizeof(Pinfo) * nodesum + (nodesum * BVAL * sizeof(int)),
728 sizeof(Pinfo) * nodesum + (nodesum * BVAL * sizeof(int)),
733 sizeof(Pinfo) * nodesum + (nodesum * BVAL * sizeof(int)),
768 (sizeof(int) * BVAL * i));
769 for (j = 0; j < BVAL; j++)
916 BVAL = atoi(optarg);
970 if (BVAL < 2) {
980 follows:\n\t\tdepth\tbreadth\ttotal\n", sumit(BVAL, DVAL));
1245 dprt("value of BVAL = %d, value of DVAL = %d\n", BVAL, DVAL);
1246 nodesum = sumit(BVAL, DVAL);