Searched refs:qap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/diskdev_cmds-576/quotacheck.tproj/
H A Dhfs_quotacheck.c98 struct quota_attr *qap; local
109 qap = malloc(ITEMS_PER_SEARCH * sizeof(struct quota_attr));
110 if (qap == NULL)
134 searchblk.returnbuffer = qap;
150 vntype = qap[i].qa_type;
151 filebytes = (vntype == VDIR) ? 0 : qap[i].qa_bytes;
154 fup = addid(qap[i].qa_gid, GRPQUOTA);
160 fup = addid(qap[i].qa_uid, USRQUOTA);
168 free(qap);
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-funcs.el455 (qap (math-add a '(float 1 0)))
459 (math-div (math-mul qab x) qap))
462 qab qap qam a b x)))
464 (defun math-beta-cfrac-step (az bz am bm m qab qap qam a b x)
472 (math-mul (math-add qap two-m) (math-add a two-m)))))
482 qab qap qam a b x))))

Completed in 72 milliseconds