/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/ |
H A D | jit_code_signer_single.cpp | 71 ValidateCodeCopy(Instr *jitMemory, Byte *tmpBuffer, int size) ValidateCodeCopy() argument
|
H A D | jit_code_signer_base.cpp | 41 void JitCodeSignerBase::RegisterTmpBuffer(Byte *tmpBuffer) in RegisterTmpBuffer() argument 128 int32_t JitCodeSignerBase::CheckDataCopy(Instr *jitMemory, Byte *tmpBuffer, int size) in CheckDataCopy() argument
|
H A D | jit_code_signer_hybrid.cpp | 130 ValidateCodeCopy( Instr *jitMemory, Byte *tmpBuffer, int size) ValidateCodeCopy() argument
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_node_utils.cpp | 79 auto tmpBuffer = malloc(buffer->GetSize()); in TransformToVirAddress() local
|
/test/ostest/wukong/common/src/ |
H A D | wukong_logger.cpp | 177 std::queue<LogInfo> tmpBuffer; in Run() local
|
/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
H A D | jit_buffer_integrity.h | 66 static inline int32_t RegisterTmpBuffer(JitCodeSignerBase *signer, void *tmpBuffer) in RegisterTmpBuffer() argument 204 CopyToJitCode( JitCodeSignerBase *signer, void *jitMemory, void *tmpBuffer, int size) CopyToJitCode() argument
|
/base/security/code_signature/test/unittest/ |
H A D | jit_code_sign_test.cpp | 497 Byte tmpBuffer[INSTRUCTIONS_SET_SIZE_BYTES] = {0}; in HWTEST_F() local 652 uint32_t *tmpBuffer = reinterpret_cast<uint32_t *>(malloc(BUFFER_SIZE)); in HWMTEST_F() local 807 uint32_t tmpBuffer[INSTRUCTIONS_SET_SIZ in HWTEST_F() local [all...] |
H A D | cert_chain_verifier_test.cpp | 236 std::vector<uint32_t> tmpBuffer = {0}; in HWTEST_F() local [all...] |
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_cfgvar.c | 318 SandboxBuffer *tmpBuffer = &((SandboxContext *)context)->buffer[BUFFER_FOR_TMP]; in GetSandboxRealVar() local
|
/base/hiviewdfx/hievent_lite/frameworks/ |
H A D | hiview_output_event.c | 287 char tmpBuffer[LOG_FMT_MAX_LEN] = {0}; in OutputEventRealtime() local 325 uint8 *tmpBuffer = NULL; in Output2Flash() local [all...] |
/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_output_log.c | 289 uint8 *tmpBuffer = NULL; in OutputLog2BinFile() local
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 372 uint8_t *tmpBuffer = new uint8_t[attr.size]; in WriteOutputFrame() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 3838 char tmpBuffer[CMSG_SPACE(sizeof(int))]; in testMemoryFdSendOverSocket() local 3866 char tmpBuffer[CMSG_SPACE(sizeof(int))]; in testMemoryFdSendOverSocket() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 3719 char tmpBuffer[CMSG_SPACE(sizeof(int))]; in testMemoryFdSendOverSocket() local 3747 char tmpBuffer[CMSG_SPACE(sizeof(int))]; in testMemoryFdSendOverSocket() local
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 9428 hufUncompress(reinterpret_cast<const char *>(ptr), length, &tmpBuffer); in DecompressPiz() local [all...] |