Home
last modified time | relevance | path

Searched refs:CHARS_PER_LINE (Results 1 – 25 of 94) sorted by relevance

1234

/dports/emulators/teo/teo/src/media/printer/
H A Dpr90042.c50 #define CHARS_PER_LINE 40 macro
53 static char buffer[CHARS_PER_LINE] = "";
121 for (i=0; i<(CHARS_PER_LINE-buffer_size); i++) in right_justified()
176 if (buffer_size == CHARS_PER_LINE) in start_code()
194 printer.chars_per_line = CHARS_PER_LINE; in pr90042_SetParameters()
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dmemdbg.c6 #define CHARS_PER_LINE 16 macro
222 if ((max_line = log->size) > MAXIMUM_LINES * CHARS_PER_LINE) { in memdbg_print_log()
223 max_line = MAXIMUM_LINES * CHARS_PER_LINE; in memdbg_print_log()
225 for (line = 0; line < max_line; line += CHARS_PER_LINE) { in memdbg_print_log()
226 if ((max_i = log->size - line) > CHARS_PER_LINE) { in memdbg_print_log()
227 max_i = CHARS_PER_LINE; in memdbg_print_log()
233 for (i = max_i; i < CHARS_PER_LINE; i++) { in memdbg_print_log()
246 for (i = max_i; i < CHARS_PER_LINE; i++) { in memdbg_print_log()
/dports/comms/gammu/gammu-1.42.0/libgammu/
H A Ddebug.c309 #define CHARS_PER_LINE (16) macro
315 char buffer[(CHARS_PER_LINE * 5) + 1]; in DumpMessage()
321 memset(buffer, ' ', CHARS_PER_LINE * 5); in DumpMessage()
322 buffer[CHARS_PER_LINE * 5] = 0; in DumpMessage()
341 buffer[(CHARS_PER_LINE - 1) * 4 + j + 4] = message[i]; in DumpMessage()
343 buffer[(CHARS_PER_LINE - 1) * 4 + j + 4] = '.'; in DumpMessage()
347 if (j != CHARS_PER_LINE - 1 && i != messagesize - 1) { in DumpMessage()
352 if (j == CHARS_PER_LINE - 1) { in DumpMessage()
354 memset(buffer, ' ', CHARS_PER_LINE * 5); in DumpMessage()
367 #undef CHARS_PER_LINE
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DRead.java46 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Read
62 long offset = x * CHARS_PER_LINE; in main()
63 long expectedResult = offset / CHARS_PER_LINE; in main()
64 offset = expectedResult * CHARS_PER_LINE; in main()
65 ByteBuffer bleck = ByteBuffer.allocateDirect(CHARS_PER_LINE); in main()
H A DPread.java48 private static int CHARS_PER_LINE = File.separatorChar == '/' ? 5 : 6; field in Pread
108 long expectedResult = offset / CHARS_PER_LINE; in genericTest()
109 offset = expectedResult * CHARS_PER_LINE; in genericTest()
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/tigr/
H A Dprenuc.cc24 #define CHARS_PER_LINE 60 macro
78 if ( ++ ct == CHARS_PER_LINE ) in main()
86 if ( ++ ct == CHARS_PER_LINE ) in main()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/tools/
H A Dbin2c.c52 #define CHARS_PER_LINE 8 macro
64 if (i % CHARS_PER_LINE == 0) { in bin2c_table()
74 if ((j+1) % CHARS_PER_LINE == 0) { in bin2c_table()

1234