Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_streaming_ping_pong.cc37 int msg_size = 0; in StreamingPingPongArgs() local
86 int msg_size = 0; in StreamingPingPongWithCoalescingApiArgs() local
Dfullstack_streaming_ping_pong.h49 const int msg_size = state.range(0); in BM_StreamingPingPong() local
143 const int msg_size = state.range(0); in BM_StreamingPingPongMsgs() local
241 const int msg_size = state.range(0); in BM_StreamingPingPongWithCoalescingApi() local
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
D6-1-buildonly.c14 ssize_t msg_size; in test_mq_receive_prototype() local
/external/strace/tests-m32/
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()
/external/strace/tests/
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()
/external/strace/tests-mx32/
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()
/external/vixl/examples/aarch64/
Dcrc-checksums.cc83 size_t msg_size = strlen(msg); in RunExample() local
/external/libhevc/encoder/
Dosal_mbox.h72 UWORD32 msg_size; /* Size of the msg */ member
Dosal.h154 UWORD32 msg_size; /* Length of each message. */ member
/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc55 size_t msg_size; member
596 static int run_all_benchmarks(size_t msg_size) { in run_all_benchmarks()
633 int msg_size = -1; in main() local
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc221 const ssize_t msg_size = HANDLE_EINTR(recvmsg(server_fd_, &msg, 0)); in ClientEvent() local
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp_ipc/
Dintf.c221 size_t msg_size; in tegra_bpmp_ipc_init() local
/external/iproute2/bridge/
Dfdb.c327 int msg_size = sizeof(struct ifinfomsg); in fdb_show() local
/external/flatbuffers/include/flatbuffers/
Dgrpc.h240 auto msg_size = buf_.size(); // size of msg in GetMessage() local
/external/perfetto/src/protozero/
Dmessage_unittest.cc410 uint8_t msg_size[proto_utils::kMessageLengthFieldSize] = {}; in TEST_F() local
/external/vixl/test/aarch64/examples/
Dtest-examples.cc457 size_t msg_size = strlen(msg); in TEST() local
/external/iproute2/tc/
Dm_action.c580 int ret = 0, prio = 0, msg_size = 0; in tc_act_list_or_flush() local
/external/curl/lib/
Dsmb.c293 size_t msg_size; in smb_recv_message() local
/external/tcpdump/
Dprint-ppp.c835 int val_size, name_size, msg_size; in handle_chap() local
/external/vm_tools/p9/src/protocol/
Dmessages.rs125 let msg_size = match self.msg { in byte_size() localVariable
539 let msg_size = match self.msg { in byte_size() localVariable
/external/libchrome/ipc/
Dipc_mojo_perftest.cc55 void SetTestParams(int msg_count, size_t msg_size, bool sync) { in SetTestParams()
/external/crosvm/src/plugin/
Dvcpu.rs593 let msg_size = read_pipe.read(&mut request_buffer).map_err(io_to_sys_err)?; in handle_request() localVariable
/external/perfetto/test/
Dend_to_end_integrationtest.cc750 size_t msg_size = packet.for_testing().str().size(); in TEST_F() local
/external/crosvm/crosvm_plugin/src/
Dlib.rs1056 let msg_size = self in vcpu_recv() localVariable