Home
last modified time | relevance | path

Searched defs:bufSize (Results 51 - 75 of 191) sorted by relevance

12345678

/third_party/vk-gl-cts/execserver/
H A DxsProtocol.cpp149 void Message::writeHeader (MessageType type, size_t messageSize, deUint8* dst, size_t bufSize) in writeHeader() argument
/third_party/skia/fuzz/
H A DFuzzDrawFunctions.cpp25 static void init_string(Fuzz* fuzz, char* str, size_t bufSize) { in init_string() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSocket.hpp98 deSocketResult send (const void* buf, size_t bufSize, size_t* numSent) { return deSocket_send(m_socket, buf, bufSize, numSent); } in send() argument
99 deSocketResult receive (void* buf, size_t bufSize, size_t* numRecv) { return deSocket_receive(m_socket, buf, bufSize, numRecv); } in receive() argument
/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeRingbuffer.c113 static deStreamResult producerStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* written) in producerStream_write() argument
195 static deStreamResult consumerStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* read) in consumerStream_read() argument
H A DdeThreadStream.c83 static deStreamResult threadInStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* numRead) in threadInStream_read() argument
152 static deStreamResult threadOutStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* numWritten) in threadOutStream_write() argument
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.cpp97 const int bufSize = 2048; in OnFileDescriptorEvent() local
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_innerkits_test.cpp88 const int bufSize = 256; in StartTestProcess() local
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dthread_sampler_test.cpp350 uint32_t bufSize = 128 * 1024; in HWTEST_F() local
/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp277 const int bufSize = 128; in ErrnoToMsg() local
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp125 bool SocketSessionManager::SetBufferSize(int32_t sockFd, int32_t bufSize) in SetBufferSize() argument
/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_channel.h230 void RandomUuid(char buf[37], int bufSize) in RandomUuid() argument
/base/update/updater/services/ptable_parse/
H A Dptable_manager.cpp360 size_t bufSize = 0; in GetPtableBufferFromPkg() local
/base/update/updater/test/fuzztest/package_fuzzer/
H A Dpkg_fuzz_test.h108 size_t bufSize = 4096; in BuildFileDigest() local
/device/board/hihope/dayu210/audio_drivers/soc/src/
H A Drk3588_dma_ops.c257 uint32_t bufSize; in Rk3588PcmPointer() local
/device/board/hihope/rk3568/audio_drivers/soc/src/
H A Drk3568_dma_ops.c358 uint32_t bufSize; in Rk3568PcmPointer() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dblackbox_adapter_impl.c461 int FullWriteFile(const char *filePath, const char *buf, size_t bufSize, int isAppend) in FullWriteFile() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c48 unsigned int snprintf_count(char *pBuf, unsigned int bufSize, char *fmt, ...) in snprintf_count() argument
71 static unsigned int dcn10_get_hubbub_state(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_hubbub_state() argument
109 static unsigned int dcn10_get_hubp_states(struct dc *dc, char *pBuf, unsigned int bufSize, bool invarOnly) in dcn10_get_hubp_states() argument
188 dcn10_get_rq_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_rq_states() argument
230 dcn10_get_dlg_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_dlg_states() argument
287 dcn10_get_ttu_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_ttu_states() argument
327 dcn10_get_cm_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_cm_states() argument
382 dcn10_get_mpcc_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_mpcc_states() argument
413 dcn10_get_otg_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_otg_states() argument
467 dcn10_get_clock_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_clock_states() argument
541 dcn10_get_hw_state(struct dc *dc, char *pBuf, unsigned int bufSize, unsigned int mask) dcn10_get_hw_state() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c104 find_std_name(const struct std_name *arrPtr, unsigned int arrSize, const char *bufPtr, unsigned int bufSize) find_std_name() argument
120 pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr, unsigned int bufSize) pvr2_std_str_to_id() argument
172 pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize, v4l2_std_id id) pvr2_std_id_to_str() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c104 find_std_name(const struct std_name *arrPtr, unsigned int arrSize, const char *bufPtr, unsigned int bufSize) find_std_name() argument
120 pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr, unsigned int bufSize) pvr2_std_str_to_id() argument
172 pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize, v4l2_std_id id) pvr2_std_id_to_str() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c72 static unsigned int dcn10_get_hubbub_state(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_hubbub_state() argument
110 static unsigned int dcn10_get_hubp_states(struct dc *dc, char *pBuf, unsigned int bufSize, bool invarOnly) in dcn10_get_hubp_states() argument
189 static unsigned int dcn10_get_rq_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_rq_states() argument
231 static unsigned int dcn10_get_dlg_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_dlg_states() argument
288 dcn10_get_ttu_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_ttu_states() argument
328 dcn10_get_cm_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_cm_states() argument
383 dcn10_get_mpcc_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_mpcc_states() argument
414 dcn10_get_otg_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_otg_states() argument
468 dcn10_get_clock_states(struct dc *dc, char *pBuf, unsigned int bufSize) dcn10_get_clock_states() argument
542 dcn10_get_hw_state(struct dc *dc, char *pBuf, unsigned int bufSize, unsigned int mask) dcn10_get_hw_state() argument
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp178 const size_t bufSize = Size(); in GenerateSimpleRandom() local
189 const size_t bufSize = Size(); in GenerateLz() local
[all...]
/third_party/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp56 const size_t bufSize = 8 + SaltSize + Password.Size(); in CalcKey() local
[all...]
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c283 int bufSize; in indirect_create_context_attribs() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_streamout.c85 unsigned bufSize = sizeof(SVGA3dStreamOutputDeclarationEntry) in svga_define_stream_output() local
/third_party/mesa3d/src/mesa/main/
H A Dsyncobj.c475 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, in _mesa_GetSynciv() argument

Completed in 17 milliseconds

12345678