/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_numgen.c | 194 .size = NFT_EXPR_SIZE(sizeof(struct nft_ng_inc)), 204 .size = NFT_EXPR_SIZE(sizeof(struct nft_ng_random)),
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/wimax/ |
H A D | i2400m.h | 30 __le32 size; member 121 __u32 size; member
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | pointer_info.cpp | 110 data["fingerNumber"] = std::to_string(fingers.size()); in WriteData() 135 << "fingerNumber:" << std::to_string(fingers.size()) << " , " ; in WriteWindowData()
|
/test/ostest/wukong/component_event/include/ |
H A D | tree_manager.h | 116 if (focusTypeList_.size() > 0) { in NeedFocus() 246 if (index < newElementInfoList_.size()) { in GetNewElementInfoList()
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | img_util.py | 74 width, height = arr_img.size 152 m1_w, m1_h = _m1.size
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/ |
H A D | jsvm_utils.h | 106 JSVM_Script Compile(JSVM_Value js_str, const uint8_t *cache = nullptr, size_t size = JSVM_AUTO_LENGTH); 108 JSVM_Script Compile(const char *s, const uint8_t *cache = nullptr, size_t size = JSVM_AUTO_LENGTH);
|
/test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
H A D | huks_attest_test_common.cpp | 125 (*certChain)->certs[i].size = certChainParam->certDataSize; in ConstructDataToCertChain() 126 (*certChain)->certs[i].data = (uint8_t *)HksMalloc((*certChain)->certs[i].size); in ConstructDataToCertChain()
|
H A D | huks_signverify_rsa_test_common.cpp | 85 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksRsaSignVerifyTestNormalCase() 148 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksRSASignVerifyTestAbnormalCase()
|
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/ |
H A D | hdi_stability_test.cpp | 67 for (uint32_t i = 0; i < inputValue.size(); i++) { in RunModelTest() 145 for (int i=0; i< iModels.size(); i++) { in HWTEST_F()
|
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/ |
H A D | hdi_stability_test.cpp | 67 for (uint32_t i = 0; i < inputValue.size(); i++) { in RunModelTest() 144 for (int i=0; i< iModels.size(); i++) { in HWTEST_F()
|
/test/xts/hats/hdf/light/hdiService/ |
H A D | hdf_light_hdi_common_test.cpp | 90 EXPECT_GT(g_info.size(), 0); in HWTEST_F() 91 printf("get light list num[%zu]\n\r", g_info.size()); in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aptxdec.c | 146 if (avpkt->size < s->block_size) { in aptx_decode_frame() 154 frame->nb_samples = 4 * avpkt->size / s->block_size; in aptx_decode_frame()
|
H A D | dynamic_hdr10_plus.c | 31 int size) in ff_parse_itu_t_t35_to_dynamic_hdr10_plus() 39 ret = init_get_bits8(gb, data, size); in ff_parse_itu_t_t35_to_dynamic_hdr10_plus() 30 ff_parse_itu_t_t35_to_dynamic_hdr10_plus(AVDynamicHDRPlus *s, const uint8_t *data, int size) ff_parse_itu_t_t35_to_dynamic_hdr10_plus() argument
|
H A D | flashsvenc.c | 37 * Encoding ideas: A basic encoder would just use a fixed block size. 40 * block sizes should give a better result than to just use a fixed size. 236 pkt->size = encode_bitstream(s, p, pkt->data, pkt->size, opt_w * 16, opt_h * 16, in flashsv_encode_frame()
|
H A D | exif.c | 180 "Invalid TIFF tag type 0 found for %s with size %d\n", in exif_add_metadata() 265 int avpriv_exif_decode_ifd(void *logctx, const uint8_t *buf, int size, in avpriv_exif_decode_ifd() argument 270 bytestream2_init(&gb, buf, size); in avpriv_exif_decode_ifd()
|
H A D | lsp.c | 51 void ff_set_min_dist_lsf(float *lsf, double min_spacing, int size) in ff_set_min_dist_lsf() argument 55 for (i = 0; i < size; i++) in ff_set_min_dist_lsf()
|
H A D | rpza.c | 95 /* Get chunk size, ignoring first byte */ in rpza_decode_stream() 98 /* If length mismatch use size from MOV file and try to decode anyway */ in rpza_decode_stream() 101 "MOV chunk size %d != encoded chunk size %d\n", in rpza_decode_stream() 265 bytestream2_init(&s->gb, avpkt->data, avpkt->size); in rpza_decode_frame() 277 return avpkt->size; in rpza_decode_frame()
|
H A D | ttaenc.c | 99 init_put_bits(&pb, avpkt->data, avpkt->size); in tta_encode_frame() 192 avpkt->size = out_bytes + 4; in tta_encode_frame()
|
H A D | vbndec.c | 67 bytestream2_init(gb, avpkt->data, avpkt->size); in vbn_decode_frame() 169 ret = avpkt->size; in vbn_decode_frame()
|
H A D | noise_bsf.c | 40 "size", /// packet size 141 s->var_values[VAR_SIZE] = pkt->size; in noise() 192 for (i = 0; i < pkt->size; i++) { in noise()
|
H A D | sunrast.c | 35 const uint8_t *buf_end = avpkt->data + avpkt->size; in sunrast_decode_frame() 41 if (avpkt->size < 32) in sunrast_decode_frame()
|
H A D | mss1.c | 153 if ((ret = init_get_bits8(&gb, avpkt->data, avpkt->size)) < 0) in mss1_decode_frame() 189 return avpkt->size; in mss1_decode_frame()
|
/third_party/curl/tests/libtest/ |
H A D | lib670.c | 47 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 52 if(size * nmemb < 1) in read_callback()
|
/third_party/elfutils/libelf/ |
H A D | gelf.h | 149 #define GELF_M_INFO(sym, size) ELF64_M_INFO (sym, size) 156 /* Return size of array of COUNT elements of the type denoted by TYPE
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_addroi.c | 117 av_assert0(old_roi_size && sd->size % old_roi_size == 0); in addroi_filter_frame() 118 nb_roi = sd->size / old_roi_size + 1; in addroi_filter_frame()
|