Home
last modified time | relevance | path

Searched defs:msg_size (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
H A Dapp_manager.cc310 size_t msg_size = 0; in SendFilterResultsToHost() local
347 size_t msg_size = 0; in SendFilterResultToHost() local
369 size_t *msg_size; member
417 pb_ostream_t *stream, size_t *msg_size) { in EncodeFilterResults()
440 pb_ostream_t *stream, size_t *msg_size) { in EncodeFilterResult()
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dfullstack_streaming_ping_pong.h50 const int msg_size = state.range(0); in BM_StreamingPingPong() local
143 const int msg_size = state.range(0); in BM_StreamingPingPongMsgs() local
239 const int msg_size = state.range(0); in BM_StreamingPingPongWithCoalescingApi() local
H A Dbm_fullstack_streaming_ping_pong.cc44 int msg_size = 0; in StreamingPingPongArgs() local
81 int msg_size = 0; in StreamingPingPongWithCoalescingApiArgs() local
H A Dbm_callback_streaming_ping_pong.cc37 for (int msg_size = 1; msg_size <= 128 * 1024 * 1024; msg_size *= 8) { in StreamingPingPongMsgSizeArgs() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dlmots.c458 size_t msg_size, in mbedtls_lmots_calculate_public_key_candidate()
507 const unsigned char *msg, size_t msg_size, in mbedtls_lmots_verify()
688 void *p_rng, const unsigned char *msg, size_t msg_size, in mbedtls_lmots_sign()
H A Dlms.c298 const unsigned char *msg, size_t msg_size, in mbedtls_lms_verify()
690 unsigned int msg_size, unsigned char *sig, size_t sig_size, in mbedtls_lms_sign()
/aosp_15_r20/external/mbedtls/library/
H A Dlmots.c491 size_t msg_size, in mbedtls_lmots_calculate_public_key_candidate()
540 const unsigned char *msg, size_t msg_size, in mbedtls_lmots_verify()
729 void *p_rng, const unsigned char *msg, size_t msg_size, in mbedtls_lmots_sign()
H A Dlms.c306 const unsigned char *msg, size_t msg_size, in mbedtls_lms_verify()
704 unsigned int msg_size, unsigned char *sig, size_t sig_size, in mbedtls_lms_sign()
/aosp_15_r20/external/grpc-grpc/test/core/network_benchmarks/
H A Dlow_level_ping_pong.cc57 size_t msg_size; member
604 static int run_all_benchmarks(size_t msg_size) { in run_all_benchmarks()
641 int msg_size = -1; in main() local
/aosp_15_r20/external/strace/tests-m32/
H A Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send()
164 do_recv(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_recv()
/aosp_15_r20/external/strace/tests-mx32/
H A Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send()
164 do_recv(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_recv()
/aosp_15_r20/external/strace/tests/
H A Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send()
164 do_recv(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_recv()
/aosp_15_r20/packages/modules/adb/pairing_auth/tests/
Dpairing_auth_test.cpp84 size_t msg_size = pairing_auth_msg_size(client.get()); in TEST_F() local
90 size_t msg_size = pairing_auth_msg_size(server.get()); in TEST_F() local
/aosp_15_r20/external/crosvm/base/src/sys/unix/
H A Dtube.rs126 let msg_size = handle_eintr!(self.socket.inner().peek_size()).map_err(Error::Recv)?; in recv_with_max_fds() localVariable
173 let msg_size = handle_eintr!(self.socket.inner().peek_size()).map_err(Error::Recv)?; in recv_proto() localVariable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
H A D6-1-buildonly.c14 ssize_t msg_size; in test_mq_receive_prototype() local
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2hmac.c11 uint32_t key_size, const void *msg, uint32_t msg_size, in vb2_hmac_calculate()
/aosp_15_r20/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper_ipc.c55 size_t msg_size = in_size + sizeof(struct gatekeeper_message); in trusty_gatekeeper_call() local
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dfile_helper.h89 size_t msg_size = msg.formatted.size(); in write() local
/aosp_15_r20/external/vboot_reference/tests/
H A Dhmac_test.c24 const void *msg, uint32_t msg_size) in test_hmac_by_openssl()
/aosp_15_r20/external/vixl/examples/aarch64/
H A Dcrc-checksums.cc83 size_t msg_size = strlen(msg); in RunExample() local
/aosp_15_r20/frameworks/base/cmds/incidentd/tests/
H A DProtoFileReader_test.cpp80 size_t msg_size[2]; in TEST() local
/aosp_15_r20/external/libhevc/encoder/
H A Dosal_mbox.h72 UWORD32 msg_size; /* Size of the msg */ member
/aosp_15_r20/system/extras/simpleperf/
H A DBranchListFile.cpp473 uint32_t msg_size = s.size(); in WriteProtoBranchList() local
529 uint32_t msg_size; in Read() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/arm/rse/
Drse_comms.c82 size_t msg_size; in psa_call() local
/aosp_15_r20/trusty/user/base/app/metrics/
Dconsumer.c88 int msg_size = tipc_recv1(chan, sizeof(req), msg, sizeof(msg)); in on_message() local

123