Searched refs:counts (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/coreutils/man/
H A Dwc.x2 wc \- print newline, word, and byte counts for each file
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp133 uint16* counts = (uint16*)block.Data();
139 counts[i] = kBlocksPerBitmapBlock;
145 counts[i] = kBlocksPerBitmapBlock;
146 counts[offset] = partialBitmapBlock;
373 uint16* counts = (uint16*)block.Data(); local
383 if (counts[blockIndex] > 0) {
387 counts[blockIndex] -= allocated;
411 if (counts[blockIndex] > 0)
433 if (counts[blockIndex] == 0)
445 counts[blockInde
636 uint16* counts = (uint16*)block.Data(); local
[all...]
/haiku-fatelf/src/libs/ncurses/tack/
H A Dcontrol.c39 int test_complete; /* counts number of tests completed */
424 int counts; /* total counts */ local
443 for (txp = ss = counts = 0; txp < ttp; txp++) {
452 counts += tx_count[txp];
460 if (counts == 0 || tty_cps == 0 || bogus) {
470 cpo = delta / counts;
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkupdate.c91 int section, numrrs = 0, counts[ns_s_max]; local
120 memset(counts, 0, sizeof counts);
126 counts[section]++;
128 if (counts[i])
708 hp->qdcount = htons(counts[0]);
709 hp->ancount = htons(counts[1]);
710 hp->nscount = htons(counts[2]);
711 hp->arcount = htons(counts[3]);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlregexp.c284 int *counts; /* save the automata state if it has some */ member in struct:_xmlRegExecRollback
316 int *counts; member in struct:_xmlRegExecCtxt
2932 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
2933 exec->rollbacks[exec->nbRollbacks].counts = (int *)
2935 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
2941 memcpy(exec->rollbacks[exec->nbRollbacks].counts, exec->counts,
2961 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
2966 memcpy(exec->counts, exec->rollbacks[exec->nbRollbacks].counts,
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dd10v-tdep.c1112 short *counts; member in struct:trace_buffer
1122 if (trace_data.counts == NULL)
1123 trace_data.counts = XCALLOC (65536, short);
1153 trace_data.counts[i],
1154 (trace_data.counts[i] == 1 ? "" : "s"),
1212 /* Move the data to the host-side trace buffer, adjusting counts to
1224 trace_data.counts[j] = next_cnt + 1;
1294 count = trace_data.counts[i];
/haiku-fatelf/src/bin/diffutils/src/
H A Danalyze.c444 lin *counts = equiv_count[1 - f];
459 nmatch = counts[equivs[i]];
442 lin *counts = equiv_count[1 - f]; local
/haiku-fatelf/src/bin/gdb/bfd/
H A Delflink.c4610 unsigned long int *counts ;
4626 counts = bfd_malloc (amt);
4627 if (counts == NULL)
4643 memset (counts, '\0', i * sizeof (unsigned long int));
4647 ++counts[hashcodes[j] % i];
4667 max += counts[j] * counts[j];
4677 max += (1 + counts[j]) * (1 + counts[j]);
4693 free (counts);
4600 unsigned long int *counts ; local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dpanel.c1042 int counts[STP_PARAMETER_LEVEL_INVALID][STP_PARAMETER_TYPE_INVALID]; local
1048 counts[i][j] = 0;
1075 counts[desc->p_level][desc->p_type]++;
1089 level_count += counts[i][j];
1105 current_pos += counts[i][j];
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex607 % period following counts as ending a sentence. (Idea found in latex.)
1235 % Read toc silently, to get counts of subentries for \pdfoutline.
3765 % This counter is funny since it counts through charcodes of letters A, B, ...
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex615 % period following counts as ending a sentence. (Idea found in latex.)
1338 % Read toc silently, to get counts of subentries for \pdfoutline.
4200 % This counter is funny since it counts through charcodes of letters A, B, ...
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex2383 % This counter is funny since it counts through charcodes of letters A, B, ...
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex3414 % This counter is funny since it counts through charcodes of letters A, B, ...
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex3242 % This counter is funny since it counts through charcodes of letters A, B, ...

Completed in 198 milliseconds