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

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c86 * tags and counts. */
88 * tags and counts. */
91 int *counts; /* Toggle count (so far) for each member in struct:TagInfo
486 * Increment the line counts in all the parent nodes of the insertion
1338 * summary counts at each node and moving the tag's root upwards if
2377 tagInfo.counts = (int *) ckalloc((unsigned)
2435 * that have even toggle counts (these tags exist before the point
2440 if (tagInfo.counts[src] & 1) {
2446 ckfree((char *) tagInfo.counts);
2487 tagInfoPtr->counts[tagInfoPt
3443 int counts; local
[all...]
/ast/src/cmd/mailx/
H A Dcmd1.c156 sizes = counts(!!state.var.news, mp->m_lines, mp->m_size);
H A Dcmd2.c716 printf("(attachment %2d %s %20s \"%s\")\n", ap->count, counts(1, ap->lines, ap->size), ap->type, ap->name);
H A Dimap.c2079 sfprintf(op, "\n(attachment %3d %s %18s \"%s\")\n", pp->attachment, counts(1, pp->lines, pp->size), pp->type, pp->name);
2231 note(ERROR, "\"%s\" %s", name, counts(1, pp->lines, pp->size));
2274 sfprintf(sfstdout, "(attachment %3d %s %18s \"%s\")\n", pp->attachment, counts(1, pp->lines, pp->size), pp->type, pp->name);
2404 sizes = counts(!!state.var.news, mp->m_lines, mp->m_size);
H A Dmailx.h654 char counts[32]; /* Temp counts number string */ member in struct:__anon136
922 extern char* counts(int, off_t, off_t);
H A Dmisc.c678 counts(int wide, off_t lines, off_t chars) function
680 sfsprintf(state.counts, sizeof(state.counts), wide ? "%5ld/%-7ld" : "%3ld/%-5ld", (long)lines, (long)chars);
681 return state.counts;
H A Dsend.c283 fprintf(op, "(attachment %2d %s %20s \"%s\")\n\n", ap->count, counts(1, ap->lines, ap->size), ap->type, ap->name);
/ast/src/cmd/nmake/
H A Dparse.c850 * line counts are preserved by adding newlines
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/admin/monitor/jvm/
H A DJVMGCStatsProvider.java79 long counts = -1;
82 counts = gcBean.getCollectionCount();
85 collectionCount.setCount(counts);
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DMBeanInterfaceGenerator.java99 private static void countType(Map<String, Integer> counts, String typeIn) argument
103 Integer count = counts.get(type);
113 counts.put(type, count);
119 public static void countTypes(Map<String, Integer> counts, MBeanAttributeInfo[] infos) argument
123 countType(counts, infos[i].getType());
130 private static void countTypes(Map<String, Integer> counts, MBeanOperationInfo[] infos) argument
134 countType(counts, infos[i].getReturnType());
139 countType(counts, params[p].getType());
169 final Map<String, Integer> counts = new HashMap<String, Integer>();
174 countTypes(counts, attrInfo
184 getImportBlock(Map<String, Integer> counts) argument
[all...]

Completed in 65 milliseconds