Home
last modified time | relevance | path

Searched defs:_buffer (Results 1 – 25 of 159) sorted by relevance

1234567

/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile01/
Dprotector.cpp19 void protector::protect(e2e_buffer &_buffer, instance_t _instance) { in protect()
43 void protector::write_counter(e2e_buffer &_buffer) { in write_counter()
56 void protector::write_data_id(e2e_buffer &_buffer) { in write_data_id()
71 void protector::write_crc(e2e_buffer &_buffer, uint8_t _computed_crc) { in write_crc()
Dprofile_01.cpp17 uint8_t profile_01::compute_crc(const profile_config &_config, const e2e_buffer &_buffer) { in compute_crc()
101 bool profile_01::is_buffer_length_valid(const profile_config &_config, const e2e_buffer &_buffer) { in is_buffer_length_valid()
Dchecker.cpp19 void profile_01_checker::check(const e2e_buffer &_buffer, instance_t _instance, in check()
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile04/
Dprotector.cpp19 protector::protect(e2e_buffer &_buffer, instance_t _instance) { in protect()
52 protector::verify_inputs(e2e_buffer &_buffer) { in verify_inputs()
59 protector::write_16(e2e_buffer &_buffer, uint16_t _data, size_t _index) { in write_16()
66 protector::write_32(e2e_buffer &_buffer, uint32_t _data, size_t _index) { in write_32()
Dchecker.cpp19 void profile_04_checker::check(const e2e_buffer &_buffer, instance_t _instance, in check()
93 profile_04_checker::read_16(const e2e_buffer &_buffer, in read_16()
102 profile_04_checker::read_32(const e2e_buffer &_buffer, in read_32()
Dprofile_04.cpp18 uint32_t profile_04::compute_crc(const profile_config &_config, const e2e_buffer &_buffer) { in compute_crc()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp983 GLuint _buffer; member
1069 GLuint _buffer; member
1295 GLuint _buffer; member
1416 GLuint _buffer; member
1511 GLuint _buffer; member
1635 GLuint _buffer; member
1733 GLuint _buffer; member
1816 GLuint _buffer; member
2901 GLuint _vao, _buffer, _bufferIndirect; member in glcts::__anon253d27190111::CBufferIndirectDrawArraysSimple
2999 GLuint _vao, _buffer, _bufferIndirect; member in glcts::__anon253d27190111::CBufferIndirectDrawArraysNoFirst
[all …]
/aosp_15_r20/external/trusty/lk/arch/x86/include/arch/
Dx86.h347 static inline void inprep(uint16_t _port, uint8_t *_buffer, uint32_t _reads) in inprep()
362 static inline void outprep(uint16_t _port, uint8_t *_buffer, uint32_t _writes) in outprep()
377 static inline void inpwrep(uint16_t _port, uint16_t *_buffer, uint32_t _reads) in inpwrep()
392 static inline void outpwrep(uint16_t _port, uint16_t *_buffer, in outpwrep()
408 static inline void inpdrep(uint16_t _port, uint32_t *_buffer, in inpdrep()
424 static inline void outpdrep(uint16_t _port, uint32_t *_buffer, in outpdrep()
681 static inline void inprep(uint16_t _port, uint8_t *_buffer, uint32_t _reads) in inprep()
694 static inline void outprep(uint16_t _port, uint8_t *_buffer, uint32_t _writes) in outprep()
707 static inline void inpwrep(uint16_t _port, uint16_t *_buffer, uint32_t _reads) in inpwrep()
720 static inline void outpwrep(uint16_t _port, uint16_t *_buffer, in outpwrep()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/include/buffer/
Dbuffer.hpp24 buffer_view(const e2e_buffer &_buffer) in buffer_view()
27 buffer_view(const e2e_buffer &_buffer, size_t _length) in buffer_view()
31 buffer_view(const e2e_buffer &_buffer, size_t _begin, size_t _end) in buffer_view()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_video.c388 trace_video_buffer_destroy(struct pipe_video_buffer *_buffer) in trace_video_buffer_destroy()
410 trace_video_buffer_get_resources(struct pipe_video_buffer *_buffer, struct pipe_resource **resource… in trace_video_buffer_get_resources()
426 trace_video_buffer_get_sampler_view_planes(struct pipe_video_buffer *_buffer) in trace_video_buffer_get_sampler_view_planes()
452 trace_video_buffer_get_sampler_view_components(struct pipe_video_buffer *_buffer) in trace_video_buffer_get_sampler_view_components()
478 trace_video_buffer_get_surfaces(struct pipe_video_buffer *_buffer) in trace_video_buffer_get_surfaces()
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile_custom/
Dprofile_custom.cpp17 uint32_t profile_custom::compute_crc(const profile_config &_config, const e2e_buffer &_buffer) { in compute_crc()
22 … profile_custom::is_buffer_length_valid(const profile_config &_config, const e2e_buffer &_buffer) { in is_buffer_length_valid()
Dprotector.cpp19 void protector::protect(e2e_buffer &_buffer, instance_t _instance) { in protect()
33 void protector::write_crc(e2e_buffer &_buffer, uint32_t _computed_crc) { in write_crc()
/aosp_15_r20/external/cn-cbor/test/
H A Dcbor_test.c29 typedef struct _buffer { struct
30 size_t sz;
31 unsigned char *ptr;
/aosp_15_r20/external/sdv/vsomeip/implementation/security/src/
Dpolicy_manager_impl.cpp28 policy_manager_impl::parse_uid_gid(const byte_t* &_buffer, in parse_uid_gid()
53 policy_manager_impl::parse_policy(const byte_t* &_buffer, uint32_t &_buffer_size, in parse_policy()
/aosp_15_r20/external/pytorch/torch/lib/libshm/
H A Dsocket.h48 void recv(void* _buffer, size_t num_bytes) { in recv()
75 void send(const void* _buffer, size_t num_bytes) { in send()
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/
De2e_provider_impl.cpp107 void e2e_provider_impl::protect(e2exf::data_identifier_t id, e2e_buffer &_buffer, in protect()
117 const e2e_buffer &_buffer, instance_t _instance, in check()
/aosp_15_r20/external/libjpeg-turbo/
H A Djchuff.c498 JOCTET _buffer[BUFSIZE], *buffer, temp; in flush_bits() local
550 JOCTET _buffer[BUFSIZE], *buffer; in encode_one_block_simd() local
569 JOCTET _buffer[BUFSIZE], *buffer; in encode_one_block() local
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_cmd_draw.c3248 hk_CmdBindIndexBuffer2KHR(VkCommandBuffer commandBuffer, VkBuffer _buffer, in hk_CmdBindIndexBuffer2KHR()
3611 hk_CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer _buffer, in hk_CmdDrawIndirect()
3653 hk_CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer _buffer, in hk_CmdDrawIndexedIndirect()
3669 hk_draw_indirect_count(VkCommandBuffer commandBuffer, VkBuffer _buffer, in hk_draw_indirect_count()
3719 hk_CmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer _buffer, in hk_CmdDrawIndirectCount()
3729 hk_CmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer _buffer, in hk_CmdDrawIndexedIndirectCount()
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/
Dtcp_client_endpoint_impl.cpp319 void tcp_client_endpoint_impl::send_queued(message_buffer_ptr_t _buffer) { in send_queued()
478 void tcp_client_endpoint_impl::send_magic_cookie(message_buffer_ptr_t &_buffer) { in send_magic_cookie()
Dlocal_server_endpoint_impl.cpp447 const message_buffer_ptr_t& _buffer) { in send_queued()
520 void local_server_endpoint_impl::connection::send_cbk(const message_buffer_ptr_t _buffer, in send_cbk()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/mpscnn/
H A DMPSImageWrapper.h34 id<MTLBuffer> _buffer = nil; variable
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/buffer/
Dbuffer.cpp11 std::ostream &operator<<(std::ostream &_os, const e2e_buffer &_buffer) { in operator <<()
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzfseDecoder.h25 CByteBuffer _buffer; variable
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dprintf.hpp56 std::unique_ptr<root_buffer> _buffer; member in clover::printf_handler
/aosp_15_r20/external/pigweed/pw_containers/py/
H A Dinline_var_len_entry_queue_test.py21 def _buffer(head: int, tail: int, data: bytes) -> bytes: function

1234567