Home
last modified time | relevance | path

Searched refs:bufLen (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp200 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
669 size_t bufLen, in findFunctionName()
675 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname); in findFunctionName()
684 snprintf(buf, bufLen, "%.*s", nameLen, funcName); in findFunctionName()
690 (void)bufLen; in findFunctionName()
668 findFunctionName(pint_t addr,char * buf,size_t bufLen,unw_word_t * offset) findFunctionName() argument
H A Dlibunwind.cpp223 size_t bufLen, unw_word_t *offset) { in _LIBUNWIND_WEAK_ALIAS()
226 static_cast<unsigned long>(bufLen)); in _LIBUNWIND_WEAK_ALIAS()
228 if (co->getFunctionName(buf, bufLen, offset)) in _LIBUNWIND_WEAK_ALIAS()
H A DUnwindCursor.hpp2971 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() argument
2974 buf, bufLen, offset); in getFunctionName()
/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_transport.h228 Cpa32U bufLen);
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dqat_transport.c137 uint32_t bufLen) in icp_adf_transPutMsg() argument
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c12320 int i, bufLen, realLength; in JimMakeListStringRep() local
12332 bufLen = 0; in JimMakeListStringRep()
12341 bufLen += len; in JimMakeListStringRep()
12348 bufLen += len + 2; in JimMakeListStringRep()
12351 bufLen += len * 2; in JimMakeListStringRep()
12354 bufLen++; in JimMakeListStringRep()
12356 bufLen++; in JimMakeListStringRep()
12359 p = objPtr->bytes = Jim_Alloc(bufLen + 1); in JimMakeListStringRep()