Home
last modified time | relevance | path

Searched refs:num_ll (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-verity-fec.c597 unsigned long long num_ll; in verity_fec_parse_opt_args() local
617 if (sscanf(arg_value, "%llu%c", &num_ll, &dummy) != 1 || in verity_fec_parse_opt_args()
618 ((sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) in verity_fec_parse_opt_args()
619 >> (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll)) { in verity_fec_parse_opt_args()
623 v->fec->blocks = num_ll; in verity_fec_parse_opt_args()
626 if (sscanf(arg_value, "%llu%c", &num_ll, &dummy) != 1 || in verity_fec_parse_opt_args()
627 ((sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) >> in verity_fec_parse_opt_args()
628 (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll)) { in verity_fec_parse_opt_args()
632 v->fec->start = num_ll; in verity_fec_parse_opt_args()
H A Ddm-verity-target.c1005 unsigned long long num_ll; in verity_ctr() local
1076 if (sscanf(argv[5], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr()
1077 (sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()
1078 >> (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()
1083 v->data_blocks = num_ll; in verity_ctr()
1091 if (sscanf(argv[6], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr()
1092 (sector_t)(num_ll << (v->hash_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()
1093 >> (v->hash_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()
1098 v->hash_start = num_ll; in verity_ctr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-verity-fec.c597 unsigned long long num_ll; in verity_fec_parse_opt_args() local
617 if (sscanf(arg_value, "%llu%c", &num_ll, &dummy) != 1 || in verity_fec_parse_opt_args()
618 ((sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) in verity_fec_parse_opt_args()
619 >> (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll)) { in verity_fec_parse_opt_args()
623 v->fec->blocks = num_ll; in verity_fec_parse_opt_args()
626 if (sscanf(arg_value, "%llu%c", &num_ll, &dummy) != 1 || in verity_fec_parse_opt_args()
627 ((sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) >> in verity_fec_parse_opt_args()
628 (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll)) { in verity_fec_parse_opt_args()
632 v->fec->start = num_ll; in verity_fec_parse_opt_args()
H A Ddm-verity-target.c1005 unsigned long long num_ll; in verity_ctr() local
1076 if (sscanf(argv[5], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr()
1077 (sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()
1078 >> (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()
1083 v->data_blocks = num_ll; in verity_ctr()
1091 if (sscanf(argv[6], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr()
1092 (sector_t)(num_ll << (v->hash_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()
1093 >> (v->hash_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()
1098 v->hash_start = num_ll; in verity_ctr()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-verity-fec.c597 unsigned long long num_ll; in verity_fec_parse_opt_args() local
617 if (sscanf(arg_value, "%llu%c", &num_ll, &dummy) != 1 || in verity_fec_parse_opt_args()
618 ((sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) in verity_fec_parse_opt_args()
619 >> (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll)) { in verity_fec_parse_opt_args()
623 v->fec->blocks = num_ll; in verity_fec_parse_opt_args()
626 if (sscanf(arg_value, "%llu%c", &num_ll, &dummy) != 1 || in verity_fec_parse_opt_args()
627 ((sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) >> in verity_fec_parse_opt_args()
628 (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll)) { in verity_fec_parse_opt_args()
632 v->fec->start = num_ll; in verity_fec_parse_opt_args()
H A Ddm-verity-target.c1005 unsigned long long num_ll; in verity_ctr() local
1076 if (sscanf(argv[5], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr()
1077 (sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()
1078 >> (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()
1083 v->data_blocks = num_ll; in verity_ctr()
1091 if (sscanf(argv[6], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr()
1092 (sector_t)(num_ll << (v->hash_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()
1093 >> (v->hash_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()
1098 v->hash_start = num_ll; in verity_ctr()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/
H A Djit_uni_i8i8_pooling.cpp481 const int num_ll = data_type_size(avg_proc_dt) / data_type_size(jpp.src_dt); in compute_avg_step() local
484 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
508 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
543 static_cast<int8_t>(ur_c * num_ll * vlen_size_elem))); in compute_avg_step()
548 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/
H A Djit_uni_i8i8_pooling.cpp481 const int num_ll = data_type_size(avg_proc_dt) / data_type_size(jpp.src_dt); in compute_avg_step() local
484 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
508 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
543 static_cast<int8_t>(ur_c * num_ll * vlen_size_elem))); in compute_avg_step()
548 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_uni_i8i8_pooling.cpp919 const int num_ll = data_type_size(avg_proc_dt) / data_type_size(jpp.src_dt); in compute_avg_step() local
922 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
946 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
981 imul(reg_tmp_postops, c_iter, ur_c * num_ll * vlen_size_elem); in compute_avg_step()
985 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_uni_i8i8_pooling.cpp938 const int num_ll = data_type_size(avg_proc_dt) / data_type_size(jpp.src_dt); in compute_avg_step() local
941 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
965 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
992 for (int ll = 0; ll < num_ll; ll++) { in compute_avg_step()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-data.c2237 long long num_ll = obs_data_item_get_int(num); in get_frames_per_second() local
2240 fps->numerator = (uint32_t)CLAMP(num_ll, 0, (long long)UINT32_MAX); in get_frames_per_second()