Home
last modified time | relevance | path

Searched refs:line_sz (Results 1 – 25 of 180) sorted by last modified time

12345678

/dports/x11/kitty/kitty-0.23.1/kittens/diff/
H A Drender.py283 line_sz = len(line)
284 if prefix_count + suffix_count < line_sz:
287 seg.end = line_sz - suffix_count
H A Dspeedup.c159 const unsigned int line_sz = PyUnicode_GET_LENGTH(line); in split_with_highlights() local
162 for (; i < line_sz; i++) { in split_with_highlights()
/dports/x11/kitty/kitty-0.23.1/kitty/fonts/
H A Dbox_drawing.py81 line_sz = thickness(level=level, horizontal=True)
83 start = height // 2 - line_sz // 2
85 for y in range(start, start + line_sz):
93 line_sz = thickness(level=level, horizontal=False)
95 start = width // 2 - line_sz // 2
97 for x in range(start, start + line_sz):
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/cli_filter/user_defaults/
H A Dcli_filter_user_defaults.c170 size_t line_sz = 0; in setup_defaults() local
197 nbytes = getline(&line, &line_sz, fp); in setup_defaults()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/src/
H A Ddecode.c2037 const size_t line_sz = width << !!f->seq_hdr->hbd; in checked_decode_b() local
2038 if (__msan_test_shadow(data, line_sz) != -1) { in checked_decode_b()
2041 __msan_check_mem_is_initialized(data, line_sz); in checked_decode_b()
/dports/www/firefox/firefox-99.0/third_party/dav1d/src/
H A Ddecode.c2285 const size_t line_sz = width << !!f->seq_hdr->hbd; in checked_decode_b() local
2286 if (__msan_test_shadow(data, line_sz) != -1) { in checked_decode_b()
2289 __msan_check_mem_is_initialized(data, line_sz); in checked_decode_b()
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/src/
H A Ddecode.c2037 const size_t line_sz = width << !!f->seq_hdr->hbd; in checked_decode_b() local
2038 if (__msan_test_shadow(data, line_sz) != -1) { in checked_decode_b()
2041 __msan_check_mem_is_initialized(data, line_sz); in checked_decode_b()
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/src/
H A Ddecode.c2285 const size_t line_sz = width << !!f->seq_hdr->hbd; in checked_decode_b() local
2286 if (__msan_test_shadow(data, line_sz) != -1) { in checked_decode_b()
2289 __msan_check_mem_is_initialized(data, line_sz); in checked_decode_b()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/arch/mips/lib/
H A Dcache_init.S38 .macro cache_loop curr, end, line_sz, op
40 PTR_ADDU \curr, \curr, \line_sz
44 .macro l1_info sz, line_sz, off
51 srl \line_sz, $1, \off + MIPS_CONF1_DL_SHF - MIPS_CONF1_DA_SHF
52 andi \line_sz, \line_sz, (MIPS_CONF1_DL >> MIPS_CONF1_DL_SHF)
54 beqz \line_sz, 10f
56 sllv \line_sz, \sz, \line_sz
64 mul \sz, \sz, \line_sz
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/arch/mips/include/asm/
H A Dcm.h52 unsigned long l2conf, line_sz; in mips_cm_l2_line_size() local
56 line_sz = l2conf >> GCR_L2_CONFIG_LINESZ_SHIFT; in mips_cm_l2_line_size()
57 line_sz &= GENMASK(GCR_L2_CONFIG_LINESZ_BITS - 1, 0); in mips_cm_l2_line_size()
58 return line_sz ? (2 << line_sz) : 0; in mips_cm_l2_line_size()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dinit.c.gcov1353 26: 725: size_t line_sz = 0;
1356 954: 728: while (getline(&line, &line_sz, fp) > 0) {
H A Dlisting.c.gcov1553 -: 663: size_t line_sz = 0; */
1875 -: 792:/* line_sz += (size_t)sprintf(line_buf + line_sz,
1896 -: 807:// *(line_buf + line_sz++) = '/';
1912 -: 812: strcat(line_buf + line_sz, xitoa(file_info[i].filesn));
1913 -: 813: line_sz += strlen(fc); */
2137 -: 879:// *(line_buf + line_sz++) = ' ';
2140 -: 882:/* *(line_buf + line_sz++) = '\n';
2142 -: 884: memset(line_buf, '\0', line_sz);
2143 -: 885: line_sz = 0; */
/dports/misc/clifm/clifm-1.3/src/
H A Dinit.c765 size_t line_sz = 0; in load_remotes() local
768 while (getline(&line, &line_sz, fp) > 0) { in load_remotes()
/dports/sysutils/keyd/keyd-1.3.0/src/
H A Dconfig.c637 size_t line_sz = 0; in build_layer_table() local
649 while((len=getline(&line, &line_sz, fh)) != -1) { in build_layer_table()
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dfilehandling.c983 size_t fgetl (HCFILE *fp, char *line_buf, const size_t line_sz) in fgetl() argument
995 if (line_len == line_sz) in fgetl()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dfilehandling.h37 size_t fgetl (HCFILE *fp, char *line_buf, const size_t line_sz);
/dports/databases/webdis/webdis-0.1.18/src/
H A Dslog.c104 int line_sz, ret; in slog_internal() local
124 line_sz = snprintf(line, sizeof(line), in slog_internal()
128 ret = write(s->log.fd, line, line_sz); in slog_internal()
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/feature/
H A Dinteger_ssim.c101 int line_sz; in calc_ssim() local
109 for(line_sz=1,log_line_sz=0;line_sz<vkernel_sz;line_sz<<=1,log_line_sz++); in calc_ssim()
110 line_mask=line_sz-1; in calc_ssim()
111 lines=(ssim_moments **)malloc(line_sz*sizeof(*lines)); in calc_ssim()
112 lines[0]=line_buf=(ssim_moments *)malloc(line_sz*_w*sizeof(*line_buf)); in calc_ssim()
113 for(y=1;y<line_sz;y++)lines[y]=lines[y-1]+_w; in calc_ssim()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/mips/lib/
H A Dcache_init.S38 .macro cache_loop curr, end, line_sz, op
40 PTR_ADDU \curr, \curr, \line_sz
44 .macro l1_info sz, line_sz, off
51 srl \line_sz, $1, \off + MIPS_CONF1_DL_SHF - MIPS_CONF1_DA_SHF
52 andi \line_sz, \line_sz, (MIPS_CONF1_DL >> MIPS_CONF1_DL_SHF)
54 beqz \line_sz, 10f
56 sllv \line_sz, \sz, \line_sz
64 mul \sz, \sz, \line_sz
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/mips/include/asm/
H A Dcm.h52 unsigned long l2conf, line_sz; in mips_cm_l2_line_size() local
56 line_sz = l2conf >> GCR_L2_CONFIG_LINESZ_SHIFT; in mips_cm_l2_line_size()
57 line_sz &= GENMASK(GCR_L2_CONFIG_LINESZ_BITS - 1, 0); in mips_cm_l2_line_size()
58 return line_sz ? (2 << line_sz) : 0; in mips_cm_l2_line_size()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/mips/include/asm/
H A Dcm.h52 unsigned long l2conf, line_sz; in mips_cm_l2_line_size() local
56 line_sz = l2conf >> GCR_L2_CONFIG_LINESZ_SHIFT; in mips_cm_l2_line_size()
57 line_sz &= GENMASK(GCR_L2_CONFIG_LINESZ_BITS - 1, 0); in mips_cm_l2_line_size()
58 return line_sz ? (2 << line_sz) : 0; in mips_cm_l2_line_size()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/mips/lib/
H A Dcache_init.S38 .macro cache_loop curr, end, line_sz, op
40 PTR_ADDU \curr, \curr, \line_sz
44 .macro l1_info sz, line_sz, off
51 srl \line_sz, $1, \off + MIPS_CONF1_DL_SHF - MIPS_CONF1_DA_SHF
52 andi \line_sz, \line_sz, (MIPS_CONF1_DL >> MIPS_CONF1_DL_SHF)
54 beqz \line_sz, 10f
56 sllv \line_sz, \sz, \line_sz
64 mul \sz, \sz, \line_sz
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/mips/lib/
H A Dcache_init.S38 .macro cache_loop curr, end, line_sz, op
40 PTR_ADDU \curr, \curr, \line_sz
44 .macro l1_info sz, line_sz, off
51 srl \line_sz, $1, \off + MIPS_CONF1_DL_SHF - MIPS_CONF1_DA_SHF
52 andi \line_sz, \line_sz, (MIPS_CONF1_DL >> MIPS_CONF1_DL_SHF)
54 beqz \line_sz, 10f
56 sllv \line_sz, \sz, \line_sz
64 mul \sz, \sz, \line_sz
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/mips/include/asm/
H A Dcm.h52 unsigned long l2conf, line_sz; in mips_cm_l2_line_size() local
56 line_sz = l2conf >> GCR_L2_CONFIG_LINESZ_SHIFT; in mips_cm_l2_line_size()
57 line_sz &= GENMASK(GCR_L2_CONFIG_LINESZ_BITS - 1, 0); in mips_cm_l2_line_size()
58 return line_sz ? (2 << line_sz) : 0; in mips_cm_l2_line_size()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/mips/lib/
H A Dcache_init.S38 .macro cache_loop curr, end, line_sz, op
40 PTR_ADDU \curr, \curr, \line_sz
44 .macro l1_info sz, line_sz, off
51 srl \line_sz, $1, \off + MIPS_CONF1_DL_SHF - MIPS_CONF1_DA_SHF
52 andi \line_sz, \line_sz, (MIPS_CONF1_DL >> MIPS_CONF1_DL_SHF)
54 beqz \line_sz, 10f
56 sllv \line_sz, \sz, \line_sz
64 mul \sz, \sz, \line_sz

12345678