Searched refs:bufa (Results 1 – 3 of 3) sorted by relevance
185 ucs4cmp(const apr_int32_t *bufa, apr_size_t lena, in ucs4cmp() argument193 const int diff = bufa[i] - bufb[i]; in ucs4cmp()
948 abd_cmp_cb(void *bufa, void *bufb, size_t size, void *private) in abd_cmp_cb() argument950 return (memcmp(bufa, bufb, size)); in abd_cmp_cb()
1471 uByte bufa[sizeof (decNumber) + (D2U (DECBUFFER + 2) - 1) * sizeof (Unit)]; in decNumberSquareRoot() local1478 decNumber *a = (decNumber *) bufa; /* approximation to result */ in decNumberSquareRoot()1563 if (needbytes > sizeof (bufa)) in decNumberSquareRoot()