Searched defs:destMax (Results 26 - 35 of 35) sorted by relevance
12
/third_party/musl/src/hilog/linux/ |
H A D | vsnprintf_s_p.c | 221 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist) in vsnprintfp_s() argument [all...] |
/third_party/musl/porting/linux/user/src/hilog/ |
H A D | vsnprintf_s_p.c | 221 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist) in vsnprintfp_s() argument [all...] |
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_hilog_vsnprint_f_p.c | 26 static int vsprintf_test(char *strDest, size_t destMax, size_t count, int priv, const char *fmt, ...)
in vsprintf_test() argument
|
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | sta_state_machine_test.cpp | 41 errno_t strcpy_s(char *strDest, size_t destMax, const char *strSrc) in strcpy_s() argument
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/ |
H A D | jsvm_utils.cpp | 55 constexpr size_t destMax = kMaxLogLen - 1; in PrintErrorMessage() local
|
/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 1429 int HiLog_Printf(char *strDest, size_t destMax, size_t count, bool isDebugMode, const char *format, va_list arglist) in HiLog_Printf() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_profile.cpp | 1538 AssembleDataPackage( uint8_t *dest, uint8_t destMax, uint8_t *offset, uint8_t *src, uint8_t size) AssembleDataPackage() argument
|
H A D | gatt_client_profile.cpp | 2141 SplitDataPackage( uint8_t *dest, uint8_t destMax, uint8_t *offset, uint8_t *src, uint8_t size) SplitDataPackage() argument
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/ |
H A D | audio_capturer_source.cpp | 311 static inline void MemcpysAndCheck(void *dest, size_t destMax, const void *src, size_t count) in MemcpysAndCheck() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | mathutil.h | 82 DestT destMax = std::numeric_limits<DestT>::max(); in clampCast() local
|
Completed in 20 milliseconds
12