Searched refs:BUF_ALLOC (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_str.c159 #define BUF_ALLOC (GET_STR_THRESHOLD_LIMIT * GMP_LIMB_BITS * 7 / 11)
161 #define BUF_ALLOC (GET_STR_PRECOMPUTE_THRESHOLD * GMP_LIMB_BITS * 7 / 11)
163 unsigned char buf[BUF_ALLOC];
177 s = buf + BUF_ALLOC;
259 s = buf + BUF_ALLOC;
289 l = buf + BUF_ALLOC - s;
158 #define BUF_ALLOC macro
160 #define BUF_ALLOC macro
/netbsd-current/sys/dev/raidframe/
H A Drf_dagdegrd.c727 #define BUF_ALLOC(num) \ macro
734 pda_p->bufPtr = BUF_ALLOC(num)
848 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
852 pda_p->bufPtr = BUF_ALLOC(secPerSU);
858 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
866 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
889 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
899 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
910 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
918 BUF_ALLOC(pda_
[all...]
H A Drf_dagdegwr.c119 #define BUF_ALLOC(num) \ macro
394 xorNode->results[1] = BUF_ALLOC(failedPDA->numSector);
567 pda_p->bufPtr = BUF_ALLOC(num)
673 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
677 pda_p->bufPtr = BUF_ALLOC(secPerSU);
683 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
691 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
H A Drf_dagffwr.c128 #define BUF_ALLOC(num) \ macro
388 BUF_ALLOC(raidPtr->Layout.sectorsPerStripeUnit);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dnslcd-prot.h244 #define BUF_ALLOC(fp, ptr, type, num) \ macro
292 BUF_ALLOC(fp, arr, char *, tmp3int32 + 1); \

Completed in 257 milliseconds