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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
nslcd-prot.h 244 #define BUF_ALLOC(fp, ptr, type, num) \
292 BUF_ALLOC(fp, arr, char *, tmp3int32 + 1); \
  /src/external/lgpl3/gmp/dist/mpn/generic/
get_str.c 159 #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;
  /src/sys/dev/raidframe/
rf_dagffwr.c 128 #define BUF_ALLOC(num) \
388 BUF_ALLOC(raidPtr->Layout.sectorsPerStripeUnit);
rf_dagdegrd.c 727 #define BUF_ALLOC(num) \
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_p->numSector)
    [all...]
rf_dagdegwr.c 119 #define BUF_ALLOC(num) \
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);

Completed in 40 milliseconds