Home
last modified time | relevance | path

Searched defs:bufSize (Results 1 - 25 of 172) sorted by relevance

1234567

/base/hiviewdfx/blackbox_lite/
H A Dblackbox_detector.c27 int UploadEventByStream(const char *buf, unsigned int bufSize) in UploadEventByStream() argument
H A Dblackbox_adapter.c53 FullWriteFile(const char *filePath, const char *buf, unsigned int bufSize, int isAppend) FullWriteFile() argument
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_pread_chk_test.cpp28 size_t bufSize = sizeof(buf); in HWTEST_F() local
/base/hiviewdfx/hiview/test/moduletest/common/
H A Dhiview_plugin_platform_module_test.cpp34 const int bufSize = 128; in GetCmdResultFromPopen() local
/base/msdp/device_status/rust/data/binding/include/
H A Dfusion_data_binding.h34 size_t bufSize; member
/third_party/lzma/CPP/7zip/Common/
H A DInBuffer.cpp20 bool CInBuffer::Create(size_t bufSize) throw() in Create() argument
H A DOutBuffer.cpp9 bool COutBuffer::Create(UInt32 bufSize) throw() in Create() argument
/third_party/mesa3d/src/mesa/main/
H A Drobustness.c34 _context_lost_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, in _context_lost_GetSynciv() argument
/third_party/musl/Benchmark/musl/
H A Dlibc_pwd.cpp25 size_t bufSize = sysconf(_SC_GETPW_R_SIZE_MAX); in AllocGetpwrBuf() local
39 size_t bufSize = AllocGetpwrBuf(&buf); in Bm_function_Getpwnam_r() local
56 size_t bufSize = AllocGetpwrBuf(&buf); in Bm_function_Getpwuid_r() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRingBuffer.cpp41 int bufSize = rnd.getInt(1, 2048); in RingBuffer_selfTest() local
/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeInStream.h44 DE_INLINE deStreamResult deInStream_read (deInStream* stream, void* buf, deInt32 bufSize, deInt32* numWritten) in deInStream_read() argument
H A DdeOutStream.h45 DE_INLINE deStreamResult deOutStream_write (deOutStream* stream, const void* buf, deInt32 bufSize, deInt32* numWritten) in deOutStream_write() argument
/base/msdp/device_status/utils/ipc/src/
H A Dstream_client.cpp62 const int32_t bufSize = static_cast<int32_t>(size); in SendMsg() local
H A Dstream_session.cpp57 const int32_t bufSize = static_cast<int32_t>(size); in SendMsg() local
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H A Dhks_asn1_test.cpp65 const uint32_t bufSize = 16; in HWTEST_F() local
82 const uint32_t bufSize = 16; in HWTEST_F() local
/third_party/lzma/CPP/Windows/
H A DCommonDialog.cpp177 const unsigned bufSize = MAX_PATH * 8 in CommonDlg_BrowseForFile() local
229 unsigned bufSize = MAX_PATH * 8 + FilePath.Len(); in CommonDlg_BrowseForFile() local
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dcrypt.h90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const z_crc_t* pcrc_32_tab, unsigned long crcForCrypting) crypthead() argument
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dcrypt.h90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const z_crc_t* pcrc_32_tab, unsigned long crcForCrypting) crypthead() argument
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeNamedSemaphoreUnix.c39 static void NamedSemaphore_getName (const NamedSemaphore* sem, char* buf, int bufSize) in NamedSemaphore_getName() argument
/third_party/zlib/contrib/minizip/
H A Dcrypt.h91 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const z_crc_t* pcrc_32_tab, unsigned long crcForCrypting) crypthead() argument
/base/hiviewdfx/hiview/utility/common_utils/
H A Dcalc_fingerprint.cpp118 int CalcFingerprint::CalcBufferSha(const string& buffer, size_t bufSize, char *hash, size_t len) in CalcBufferSha() argument
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session.cpp72 const int32_t bufSize = static_cast<int32_t>(size); in SendMsg() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_file.c96 uint32_t bufSize = sizeof(struct CmMutableBlob) * (uint32_t)fileNums; in MallocFileNames() local
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_ipc_slice.c33 static uint32_t GetBlobBufSize(const struct HksBlob *blob, uint32_t *bufSize) in GetBlobBufSize() argument
45 static uint32_t GetParamSize(const struct HksBlob *key, const struct HksParamSet *paramSet, uint32_t *bufSize) in GetParamSize() argument
55 GetDataSize(uint32_t cmdId, const struct HksBlob *inData, const struct HksBlob *outData, uint32_t *bufSize) GetDataSize() argument
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/driver_adapter/test/unittest/src/
H A Dutest_v4l2_dev.cpp110 unsigned int bufSize; in HWTEST_F() local

Completed in 8 milliseconds

1234567