| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| amdgpu_hdcp_log.c | 41 uint32_t line_count = msg_size / bytes_per_line, local 43 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count +
|
| /src/external/gpl2/texinfo/dist/info/ |
| window.h | 72 int line_count; /* Number of lines appearing in LINE_STARTS. */ member in struct:window_struct
|
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf1.c | 84 unsigned long line_count; member in struct:dwarf1_unit 86 /* The decoded line number table (line_count entries). */ 336 aUnit->line_count = (tblend - xptr) / 10; 339 amt = sizeof (struct linenumber) * aUnit->line_count; 345 for (eachLine = 0; eachLine < aUnit->line_count; eachLine++) 349 aUnit->line_count = eachLine; 448 for (i = 0; i < aUnit->line_count; i++)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf1.c | 84 unsigned long line_count; member in struct:dwarf1_unit 86 /* The decoded line number table (line_count entries). */ 336 aUnit->line_count = (tblend - xptr) / 10; 339 amt = sizeof (struct linenumber) * aUnit->line_count; 345 for (eachLine = 0; eachLine < aUnit->line_count; eachLine++) 349 aUnit->line_count = eachLine; 448 for (i = 0; i < aUnit->line_count; i++)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| dwarf1.c | 84 unsigned long line_count; member in struct:dwarf1_unit 86 /* The decoded line number table (line_count entries). */ 336 aUnit->line_count = (tblend - xptr) / 10; 339 amt = sizeof (struct linenumber) * aUnit->line_count; 345 for (eachLine = 0; eachLine < aUnit->line_count; eachLine++) 349 aUnit->line_count = eachLine; 448 for (i = 0; i < aUnit->line_count; i++)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| dwarf1.c | 84 unsigned long line_count; member in struct:dwarf1_unit 86 /* The decoded line number table (line_count entries). */ 336 aUnit->line_count = (tblend - xptr) / 10; 339 amt = sizeof (struct linenumber) * aUnit->line_count; 345 for (eachLine = 0; eachLine < aUnit->line_count; eachLine++) 349 aUnit->line_count = eachLine; 448 for (i = 0; i < aUnit->line_count; i++)
|
| /src/external/ibm-public/postfix/dist/src/postconf/ |
| postconf_master.c | 422 int line_count; local 451 while (readllines(buf, fp, &last_line, &line_count) != 0) { 456 msg_fatal("file %s: line %d: %s", path, line_count, err);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_bo.c | 883 int line_count = (page_count > 8191) ? 8191 : page_count; local 897 OUT_RING (chan, line_count); 901 page_count -= line_count; 902 src_offset += (PAGE_SIZE * line_count); 903 dst_offset += (PAGE_SIZE * line_count); 921 int line_count = (page_count > 2047) ? 2047 : page_count; local 936 OUT_RING (chan, line_count); 940 page_count -= line_count; 941 src_offset += (PAGE_SIZE * line_count); 942 dst_offset += (PAGE_SIZE * line_count); 960 int line_count = (page_count > 8191) ? 8191 : page_count; local 1153 int line_count = (page_count > 2047) ? 2047 : page_count; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.cc | 425 int line_count = get_num_lines (&missing_trailing_newline); local 426 for (int line_num = 1; line_num <= line_count; line_num++) 440 if (line_num < line_count) 472 int line_count = get_num_lines (&missing_trailing_newline); local 511 if (end_of_hunk > line_count) 512 end_of_hunk = line_count; 633 int line_count = 0; local 639 line_count += el->get_effective_line_count (); 641 line_count++; 643 return line_count; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| edit-context.cc | 417 int line_count = get_num_lines (&missing_trailing_newline); local 418 for (int line_num = 1; line_num <= line_count; line_num++) 431 if (line_num < line_count) 463 int line_count = get_num_lines (&missing_trailing_newline); local 502 if (end_of_hunk > line_count) 503 end_of_hunk = line_count; 622 int line_count = 0; local 628 line_count += el->get_effective_line_count (); 630 line_count++; 632 return line_count; [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| lex.cc | 5270 unsigned line_count = 0; 5298 line_count++; 5325 line_count, base, pos - 1 - base); 5385 line_count++; 5614 line_count++; 5667 cb (pfile, CPP_DO_print, data, line_count, base, pos - base); 5712 line_count++; 5714 cb (pfile, CPP_DO_print, data, line_count, base, limit - base); 5269 unsigned line_count = 0; local
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 4950 unsigned line_count = 0; 4978 line_count++; 5005 line_count, base, pos - 1 - base); 5065 line_count++; 5294 line_count++; 5347 cb (pfile, CPP_DO_print, data, line_count, base, pos - base); 5392 line_count++; 5394 cb (pfile, CPP_DO_print, data, line_count, base, limit - base); 4949 unsigned line_count = 0; local
|
| /src/external/gpl3/binutils/dist/binutils/ |
| objcopy.c | 1136 unsigned int line_count; 1157 line_count = 1; 1225 filename, line_count); 1236 line_count ++; 1134 unsigned int line_count; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objcopy.c | 1127 unsigned int line_count; 1148 line_count = 1; 1216 filename, line_count); 1227 line_count ++; 1125 unsigned int line_count; local
|