Home
last modified time | relevance | path

Searched refs:bytes_line (Results 1 – 10 of 10) sorted by relevance

/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dsse2_cmod.c260 …[bytes_line] "a" (bpl) /* put the bytes_per_line in the %rax register (cannot be referenced by … in shade_ximage_15_sse2()
439 …[bytes_line] "a" (bpl) /* put the bytes_per_line in the %rax register (cannot be referenced by … in shade_ximage_16_sse2()
555 …[bytes_line] "a" (bpl) /* put the bytes_per_line in the %rax register (cannot be referenced by … in shade_ximage_32_sse2()
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dsse2_cmod.c260 …[bytes_line] "a" (bpl) /* put the bytes_per_line in the %rax register (cannot be referenced by … in shade_ximage_15_sse2()
439 …[bytes_line] "a" (bpl) /* put the bytes_per_line in the %rax register (cannot be referenced by … in shade_ximage_16_sse2()
555 …[bytes_line] "a" (bpl) /* put the bytes_per_line in the %rax register (cannot be referenced by … in shade_ximage_32_sse2()
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dsse2_cmod.c260 …[bytes_line] "a" (bpl) /* put the bytes_per_line in the %rax register (cannot be referenced by … in shade_ximage_15_sse2()
439 …[bytes_line] "a" (bpl) /* put the bytes_per_line in the %rax register (cannot be referenced by … in shade_ximage_16_sse2()
555 …[bytes_line] "a" (bpl) /* put the bytes_per_line in the %rax register (cannot be referenced by … in shade_ximage_32_sse2()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/output/
H A Dout.cc121 bytes_line = 0; in init()
150 bytes_line = 0; in beginLine()
168 …_out_addr->appendLine(new OutLine(work_buffer_start, (work_buffer-work_buffer_start), bytes_line)); in endLine()
169 bytes_addr += bytes_line; in endLine()
365 bytes_line += want_bytes_line; in generateAddr()
384 bytes_line = want_bytes_line = 1; in generateAddr()
395 bytes_line = want_bytes_line = cur_addr->type.length; in generateAddr()
465 bytes_line = want_bytes_line = cur_addr->type.length; in generateAddr()
481 bytes_line = want_bytes_line = 1; in generateAddr()
498 bytes_line += d; in generateAddr()
[all …]
H A Dout_ht.cc121 if ((analy->mode & ANALY_EDIT_BYTES) && bytes_line) { in endLine()
133 a += bytes_line - want_bytes_line; in endLine()
H A Dout.h87 int bytes_line; // bytes of current line in file variable
/dports/x11-fonts/psftools/psftools-1.0.13/tools/
H A Dpsfs2mda.c71 psf_dword bytes_line = (psf->psf_width + 7) / 8; in transform() local
77 offset += bytes_line * y0; in transform()
85 offset += bytes_line; in transform()
/dports/lang/huc/huc-3.21/src/tools/pcxtool/
H A Dpcxtool.c34 short bytes_line; member
178 for(x=0; x < pcxhdr.bytes_line; x++) in swap_palette()
246 while (x < pcxhdr.bytes_line) in read_pcx()
321 while (x < pcxhdr.bytes_line) in write_pcx()
326 (x >= pcxhdr.bytes_line) || in write_pcx()
/dports/net/libcharon/libCharon-4.8.0/Charon/filetypes/
H A DGCodeFile.py43 for line_number, bytes_line in enumerate(stream):
46 line = bytes_line.decode("utf-8")
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dxim.h86 char bytes_line[8]; /* Actual # of bytes separating scanlines */ member