Home
last modified time | relevance | path

Searched refs:size (Results 41801 - 41825 of 43711) sorted by relevance

1...<<1671167216731674167516761677167816791680>>...1749

/kernel/linux/linux-6.6/net/ceph/
H A Dceph_common.c433 param->string + param->size, in ceph_parse_param()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsoundcard.h375 int size; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbpf.h730 __u32 size; member
H A Dsoundcard.h371 int size; member
/kernel/linux/linux-6.6/net/tipc/
H A Dmsg.h98 #define MIN_H_SIZE 24 /* Smallest legal TIPC header size */
99 #define MAX_H_SIZE 60 /* Largest possible TIPC header size */
1155 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp);
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py610 # sample: size:xxx1;exclude-annotation:xxx
746 if Context.command_queue().size() < 2:
964 run –l <module name> -ta size:large
966 run –l <module name> -ta size:large -pt
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/
H A Dhello.cpp139 size_t api_size = api->size; in GetNativeAPI()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/
H A Dhello.cpp247 size_t api_size = api->size; in GetNativeAPI()
/test/xts/acts/global_lite/i18n_lite/datetime_posix/src/
H A DUnitDateTimeTest.cpp53 for (unsigned int index = 0; index < locales.size(); index++) { in GetLocaleIndex()
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksSM4BasicCallbackJsunit.test.js146 console.log(`update size invalid isFinished = ${isFinished}`);
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksSM4BasicCallbackJsunit.test.js126 console.log(`update size invalid isFinished = ${isFinished}`);
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherSM4BasicPromiseJsunit.test.js101 console.log(`update size invalid isFinished = ${isFinished}`);
735 * @tc.name generate sm4 with error key size 256
736 * @tc.size Medium
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherSM4BasicPromiseJsunit.test.js114 console.log(`update size invalid isFinished = ${isFinished}`);
/third_party/ffmpeg/libavcodec/
H A Dh263dec.c432 int buf_size = avpkt->size; in ff_h263_decode_frame()
570 /* H.263 could change picture size any time */ in ff_h263_decode_frame()
H A Dflicvideo.c93 av_log(avctx, AV_LOG_ERROR, "Unexpected extradata size %d\n", avctx->extradata_size); in flic_decode_init()
435 "has incorrect size, skipping chunk\n", chunk_size - 6); in flic_decode_frame_8BPP()
469 * size (minus 1 or 2, possibly); if it doesn't, issue a warning */ in flic_decode_frame_8BPP()
471 av_log(avctx, AV_LOG_ERROR, "Processed FLI chunk where chunk size = %d " \ in flic_decode_frame_8BPP()
779 * size (minus 1, possibly); if it doesn't, issue a warning */ in flic_decode_frame_15_16BPP()
781 av_log(avctx, AV_LOG_ERROR, "Processed FLI chunk where chunk size = %d " \ in flic_decode_frame_15_16BPP()
1059 * size (minus 1, possibly); if it doesn't, issue a warning */ in flic_decode_frame_24BPP()
1061 av_log(avctx, AV_LOG_ERROR, "Processed FLI chunk where chunk size = %d " \ in flic_decode_frame_24BPP()
1076 int buf_size = avpkt->size; in flic_decode_frame()
H A Dccaption_dec.c850 int len = avpkt->size; in decode()
H A Dspeedhq.c497 int buf_size = avpkt->size; in speedhq_decode_frame()
H A Dsvq1dec.c185 /* destination address and vector size */ in svq1_decode_block_intra()
252 /* destination address and vector size */ in svq1_decode_block_non_intra()
577 /* load frame size */ in svq1_decode_frame_header()
624 int buf_size = avpkt->size; in svq1_decode_frame()
H A Dzmbv.c417 int buf_size = avpkt->size; in decode_frame()
452 avpriv_request_sample(avctx, "Block size %ix%i", c->bw, c->bh); in decode_frame()
556 av_log(avctx, AV_LOG_ERROR, "decompressed size %d is incorrect, expected %d\n", c->decomp_len, expected_size); in decode_frame()
/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c838 return pkt->size; in android_camera_read_packet()
845 { "video_size", "set video size given as a string such as 640x480 or hd720", OFFSET(requested_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_openvino.c80 { "batch_size", "batch size per request", OFFSET(options.batch_size), AV_OPT_TYPE_INT, { .i64 = 1 }, 1, 1000, FLAGS},
313 // batch size in init_model_ov()
564 if (!sd->size) { in contain_valid_detection_bbox()
686 av_log(ctx, AV_LOG_ERROR, "Failed to reshape input size for %s\n", input_name); in get_output_ov()
/third_party/gn/src/gn/
H A Dcommand_gen.cc180 const std::string target_str = targets.size() > 1 ? "targets" : "target"; in PrintInvalidGeneratedInput()
732 if (args.size() != 1) {
879 targets_collected += rules.second.size();
H A Dfilesystem_utils_unittest.cc644 base::WriteFile(file_path, data.c_str(), static_cast<int>(data.size())); in TEST()
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak60 # The input file has a Block whose payload has a size of zero before reversing
/third_party/curl/lib/
H A Dmqtt.c667 failf(data, "Maximum file size exceeded"); in mqtt_read_publish()
673 data->req.size = remlen; in mqtt_read_publish()
677 /* read rest of packet, but no more. Cap to buffer size */ in mqtt_read_publish()

Completed in 56 milliseconds

1...<<1671167216731674167516761677167816791680>>...1749