/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/ |
H A D | 6-1-buildonly.c | 14 ssize_t msg_size; in test_mq_receive_prototype() local 23 msg_size = mq_receive(mqdes, msgp, msg_len, &msg_prio); in test_mq_receive_prototype() 24 (void)msg_size; in test_mq_receive_prototype()
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_rawpacket.py | 56 msg_size = len(data) 58 while msg_size > 0: 60 if bytes_send < msg_size: 62 msg_size -= bytes_send
|
/third_party/mbedtls/library/ |
H A D | lmots.h | 133 * \param msg_size The size of the message that will be read. 146 size_t msg_size, 170 * \param msg_size The size of the message that will be read. 180 size_t msg_size, const unsigned char *sig, 270 * \param msg_size The size of the message that will be read. 279 void *p_rng, const unsigned char *msg, size_t msg_size,
|
H A D | lmots.c | 107 * msg_size The size of the message. 458 size_t msg_size, in mbedtls_lmots_calculate_public_key_candidate() 469 if (msg == NULL && msg_size != 0) { in mbedtls_lmots_calculate_public_key_candidate() 478 ret = create_digit_array_with_checksum(params, msg, msg_size, in mbedtls_lmots_calculate_public_key_candidate() 507 const unsigned char *msg, size_t msg_size, in mbedtls_lmots_verify() 513 if (msg == NULL && msg_size != 0) { in mbedtls_lmots_verify() 534 msg, msg_size, sig, sig_size, in mbedtls_lmots_verify() 688 void *p_rng, const unsigned char *msg, size_t msg_size, in mbedtls_lmots_sign() 703 if (msg == NULL && msg_size != 0) { in mbedtls_lmots_sign() 723 msg, msg_size, in mbedtls_lmots_sign() 456 mbedtls_lmots_calculate_public_key_candidate(const mbedtls_lmots_parameters_t *params, const unsigned char *msg, size_t msg_size, const unsigned char *sig, size_t sig_size, unsigned char *out, size_t out_size, size_t *out_len) mbedtls_lmots_calculate_public_key_candidate() argument 506 mbedtls_lmots_verify(const mbedtls_lmots_public_t *ctx, const unsigned char *msg, size_t msg_size, const unsigned char *sig, size_t sig_size) mbedtls_lmots_verify() argument 686 mbedtls_lmots_sign(mbedtls_lmots_private_t *ctx, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, const unsigned char *msg, size_t msg_size, unsigned char *sig, size_t sig_size, size_t *sig_len) mbedtls_lmots_sign() argument [all...] |
H A D | lms.c | 298 const unsigned char *msg, size_t msg_size, in mbedtls_lms_verify() 363 msg_size, in mbedtls_lms_verify() 690 unsigned int msg_size, unsigned char *sig, size_t sig_size, in mbedtls_lms_sign() 733 msg_size, in mbedtls_lms_sign() 297 mbedtls_lms_verify(const mbedtls_lms_public_t *ctx, const unsigned char *msg, size_t msg_size, const unsigned char *sig, size_t sig_size) mbedtls_lms_verify() argument 687 mbedtls_lms_sign(mbedtls_lms_private_t *ctx, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, const unsigned char *msg, unsigned int msg_size, unsigned char *sig, size_t sig_size, size_t *sig_len) mbedtls_lms_sign() argument
|
/third_party/node/src/ |
H A D | udp_wrap.cc | 78 size_t msg_size; member in node::SendWrap 561 size_t msg_size = 0; in Send() 563 msg_size += bufs_ptr[i].len; in Send() 582 CHECK_EQ(static_cast<size_t>(err), msg_size); in Send() local 585 return msg_size + 1; in Send() 592 ReqWrap<uv_udp_send_t>* req_wrap = listener()->CreateSendWrap(msg_size); in Send() 614 ReqWrap<uv_udp_send_t>* UDPWrap::CreateSendWrap(size_t msg_size) { in CreateSendWrap() argument 618 req_wrap->msg_size = msg_size; in CreateSendWrap() 679 Integer::New(env->isolate(), req_wrap->msg_size), in OnSendDone() [all...] |
H A D | udp_wrap.h | 56 // The `msg_size` value contains the total size of the data to be sent, 59 virtual ReqWrap<uv_udp_send_t>* CreateSendWrap(size_t msg_size) = 0; 158 ReqWrap<uv_udp_send_t>* CreateSendWrap(size_t msg_size) override;
|
/third_party/vixl/examples/aarch64/ |
H A D | crc-checksums.cc | 83 size_t msg_size = strlen(msg); in RunExample() local 87 simulator.WriteXRegister(1, msg_size); in RunExample()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | lms.h | 323 * \param msg_size The size of the message that will be read. 333 const unsigned char *msg, size_t msg_size, 430 * \param msg_size The size of the message that will be read. 444 unsigned int msg_size, unsigned char *sig, size_t sig_size,
|
/third_party/curl/lib/ |
H A D | smb.c | 493 size_t msg_size; in smb_recv_message() local 516 msg_size = sizeof(struct smb_header); in smb_recv_message() 517 if(nbt_size >= msg_size + 1) { in smb_recv_message() 519 msg_size += 1 + ((unsigned char) buf[msg_size]) * sizeof(unsigned short); in smb_recv_message() 520 if(nbt_size >= msg_size + sizeof(unsigned short)) { in smb_recv_message() 522 msg_size += sizeof(unsigned short) + in smb_recv_message() 523 Curl_read16_le((const unsigned char *)&buf[msg_size]); in smb_recv_message() 524 if(nbt_size < msg_size) in smb_recv_message()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec-hfi.c | 50 uint32_t msg_size; member 510 printf("\t\tmsg_size: %u\n", queue->msg_size); in dump_gmu_hfi()
|
/third_party/vixl/test/aarch64/examples/ |
H A D | test-examples.cc | 457 size_t msg_size = strlen(msg); in TEST() local 460 simulator.WriteXRegister(1, msg_size); in TEST()
|
/third_party/cmsis/CMSIS/RTOS2/Include/ |
H A D | cmsis_os2.h | 800 /// \param[in] msg_size maximum message size in bytes. 803 osMessageQueueId_t osMessageQueueNew (uint32_t msg_count, uint32_t msg_size, const osMessageQueueAttr_t *attr);
|
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolboxenc.c | 2028 size_t msg_size = get_sei_msg_bytes(sei, in vtenc_cm_to_avpacket() local 2031 sei_nalu_size = sizeof(start_code) + 1 + msg_size + 1; in vtenc_cm_to_avpacket()
|