Searched refs:bufLen (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | AddressSpace.hpp | 200 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 D | libunwind.cpp | 223 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 D | UnwindCursor.hpp | 2971 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 D | icp_adf_transport.h | 228 Cpa32U bufLen);
|
| /freebsd/sys/dev/qat/qat_api/qat_kernel/src/ |
| H A D | qat_transport.c | 137 uint32_t bufLen) in icp_adf_transPutMsg() argument
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 12320 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()
|