Home
last modified time | relevance | path

Searched refs:needcomma (Results 1 – 25 of 99) sorted by relevance

1234

/dports/sysutils/uschedule/admin/uschedule-0.7.1/src/
H A Dmake_name.c10 int needcomma=0; in make_name() local
44 if (needcomma) in make_name()
47 needcomma=1; in make_name()
50 if (needcomma) in make_name()
53 needcomma=1; in make_name()
H A Dparse_timespec.c25 int needcomma=0; in scan_part() local
46 needcomma=1; in scan_part()
81 if (needcomma) in scan_part()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/linalg/bwc/
H A Dconvert_magma.pl20 my $needcomma = 0;
26 print ",\n" if $needcomma;
27 $needcomma=0;
30 print ", " if $needcomma;
35 $needcomma=1;
/dports/devel/mercurial/mercurial-6.0/hgext/fastannotate/
H A Dformatter.py134 self.needcomma = False
163 self.needcomma = True
168 if self.needcomma:
170 self.needcomma = False
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/src/
H A Dbitmap.c219 int needcomma = 0; in hwloc_bitmap_snprintf() local
237 needcomma = 1; in hwloc_bitmap_snprintf()
260 … res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP, in hwloc_bitmap_snprintf()
262 needcomma = 1; in hwloc_bitmap_snprintf()
265 res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0"); in hwloc_bitmap_snprintf()
266 } else if (needcomma) { in hwloc_bitmap_snprintf()
374 int needcomma = 0; in hwloc_bitmap_list_snprintf() local
394 res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); in hwloc_bitmap_list_snprintf()
396 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); in hwloc_bitmap_list_snprintf()
398 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); in hwloc_bitmap_list_snprintf()
[all …]
/dports/devel/csmith/csmith-2.3.0/src/
H A DFunctionInvocationUser.cpp72 static vector<bool> needcomma; // Flag to track output of commas variable
417 if (needcomma.back()) { in OutputActualParamExpression()
420 needcomma.back() = true; in OutputActualParamExpression()
432 needcomma.push_back(false); in OutputExpressionVector()
435 needcomma.pop_back(); in OutputExpressionVector()
H A DFunctionInvocationBinary.cpp50 static vector<bool> needcomma; // Flag to track output of commas variable
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dbitmap.c221 int needcomma = 0; in hwloc_bitmap_snprintf() local
239 needcomma = 1; in hwloc_bitmap_snprintf()
270 … res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP, in hwloc_bitmap_snprintf()
272 needcomma = 1; in hwloc_bitmap_snprintf()
275 res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0"); in hwloc_bitmap_snprintf()
276 } else if (needcomma) { in hwloc_bitmap_snprintf()
392 int needcomma = 0; in hwloc_bitmap_list_snprintf() local
412 res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); in hwloc_bitmap_list_snprintf()
414 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); in hwloc_bitmap_list_snprintf()
416 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); in hwloc_bitmap_list_snprintf()
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/
H A Deths.c449 netwib_bool needcomma; in netwib_buf_append_eths() local
468 needcomma = NETWIB_FALSE; in netwib_buf_append_eths()
477 if (needcomma) { in netwib_buf_append_eths()
483 needcomma = NETWIB_TRUE; in netwib_buf_append_eths()
H A Dports.c417 netwib_bool needcomma; in netwib_buf_append_ports() local
436 needcomma = NETWIB_FALSE; in netwib_buf_append_ports()
444 if (needcomma) { in netwib_buf_append_ports()
450 needcomma = NETWIB_TRUE; in netwib_buf_append_ports()
H A Dips.c511 netwib_bool needcomma; in netwib_buf_append_ips() local
530 needcomma = NETWIB_FALSE; in netwib_buf_append_ips()
539 if (needcomma) { in netwib_buf_append_ips()
545 needcomma = NETWIB_TRUE; in netwib_buf_append_ips()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dbitmap.c256 int needcomma = 0; in hwloc_bitmap_snprintf() local
274 needcomma = 1; in hwloc_bitmap_snprintf()
305 … res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP, in hwloc_bitmap_snprintf()
307 needcomma = 1; in hwloc_bitmap_snprintf()
310 res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0"); in hwloc_bitmap_snprintf()
311 } else if (needcomma) { in hwloc_bitmap_snprintf()
429 int needcomma = 0; in hwloc_bitmap_list_snprintf() local
446 res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); in hwloc_bitmap_list_snprintf()
448 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); in hwloc_bitmap_list_snprintf()
450 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); in hwloc_bitmap_list_snprintf()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dbitmap.c256 int needcomma = 0; in hwloc_bitmap_snprintf() local
274 needcomma = 1; in hwloc_bitmap_snprintf()
305 … res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP, in hwloc_bitmap_snprintf()
307 needcomma = 1; in hwloc_bitmap_snprintf()
310 res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0"); in hwloc_bitmap_snprintf()
311 } else if (needcomma) { in hwloc_bitmap_snprintf()
429 int needcomma = 0; in hwloc_bitmap_list_snprintf() local
446 res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); in hwloc_bitmap_list_snprintf()
448 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); in hwloc_bitmap_list_snprintf()
450 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); in hwloc_bitmap_list_snprintf()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dbitmap.c256 int needcomma = 0; in hwloc_bitmap_snprintf() local
274 needcomma = 1; in hwloc_bitmap_snprintf()
305 … res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP, in hwloc_bitmap_snprintf()
307 needcomma = 1; in hwloc_bitmap_snprintf()
310 res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0"); in hwloc_bitmap_snprintf()
311 } else if (needcomma) { in hwloc_bitmap_snprintf()
429 int needcomma = 0; in hwloc_bitmap_list_snprintf() local
446 res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); in hwloc_bitmap_list_snprintf()
448 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); in hwloc_bitmap_list_snprintf()
450 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); in hwloc_bitmap_list_snprintf()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dbitmap.c256 int needcomma = 0; in hwloc_bitmap_snprintf() local
274 needcomma = 1; in hwloc_bitmap_snprintf()
305 … res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP, in hwloc_bitmap_snprintf()
307 needcomma = 1; in hwloc_bitmap_snprintf()
310 res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0"); in hwloc_bitmap_snprintf()
311 } else if (needcomma) { in hwloc_bitmap_snprintf()
429 int needcomma = 0; in hwloc_bitmap_list_snprintf() local
446 res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); in hwloc_bitmap_list_snprintf()
448 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); in hwloc_bitmap_list_snprintf()
450 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); in hwloc_bitmap_list_snprintf()
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dbitmap.c256 int needcomma = 0; in hwloc_bitmap_snprintf() local
274 needcomma = 1; in hwloc_bitmap_snprintf()
305 … res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP, in hwloc_bitmap_snprintf()
307 needcomma = 1; in hwloc_bitmap_snprintf()
310 res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0"); in hwloc_bitmap_snprintf()
311 } else if (needcomma) { in hwloc_bitmap_snprintf()
429 int needcomma = 0; in hwloc_bitmap_list_snprintf() local
446 res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); in hwloc_bitmap_list_snprintf()
448 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); in hwloc_bitmap_list_snprintf()
450 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); in hwloc_bitmap_list_snprintf()
[all …]
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dbitmap.c221 int needcomma = 0; in hwloc_bitmap_snprintf() local
239 needcomma = 1; in hwloc_bitmap_snprintf()
270 … res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP, in hwloc_bitmap_snprintf()
272 needcomma = 1; in hwloc_bitmap_snprintf()
275 res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0"); in hwloc_bitmap_snprintf()
276 } else if (needcomma) { in hwloc_bitmap_snprintf()
394 int needcomma = 0; in hwloc_bitmap_list_snprintf() local
414 res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); in hwloc_bitmap_list_snprintf()
416 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); in hwloc_bitmap_list_snprintf()
418 res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); in hwloc_bitmap_list_snprintf()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/z8k/
H A Dwritecode.c1680 int needcomma = 0; local
1755 needcomma = 0;
1758 if (needcomma)
1761 needcomma = 1;
1799 if (needcomma)
1822 needcomma = 1;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/z8k/
H A Dwritecode.c1680 int needcomma = 0; local
1755 needcomma = 0;
1758 if (needcomma)
1761 needcomma = 1;
1799 if (needcomma)
1822 needcomma = 1;
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-icmp6.c1719 int needcomma; in icmp6_nodeinfo_print() local
1843 needcomma = 0; in icmp6_nodeinfo_print()
1853 needcomma++; in icmp6_nodeinfo_print()
1858 needcomma++; in icmp6_nodeinfo_print()
1865 needcomma++; in icmp6_nodeinfo_print()
1880 if (needcomma) in icmp6_nodeinfo_print()
1888 if (needcomma) in icmp6_nodeinfo_print()
1896 if (needcomma) in icmp6_nodeinfo_print()
1917 if (needcomma) in icmp6_nodeinfo_print()
1942 if (needcomma) in icmp6_nodeinfo_print()
/dports/lang/smalltalk/smalltalk-3.2.5/opcode/
H A Di386-dis.c1036 int needcomma; local
1172 needcomma = 0;
1179 needcomma = 1;
1183 if (needcomma)
1189 needcomma = 1;
1193 if (needcomma)
/dports/irc/dancer/dancer-4.16/src/
H A Dcommand.h34 bool needcomma; /* Comma is part of argument, not argument seperator */ member
/dports/security/libssh/libssh-0.9.6/src/
H A Dknownhosts.c512 bool needcomma = false; in ssh_known_hosts_get_algorithms_names() local
574 if (needcomma) { in ssh_known_hosts_get_algorithms_names()
583 needcomma = true; in ssh_known_hosts_get_algorithms_names()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Di386-dis.c1958 int needcomma; in print_insn() local
2304 needcomma = 0; in print_insn()
2311 needcomma = 1; in print_insn()
2315 if (needcomma) in print_insn()
2321 needcomma = 1; in print_insn()
2325 if (needcomma) in print_insn()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Di386-dis.c1937 int needcomma; in print_insn() local
2281 needcomma = 0; in print_insn()
2288 needcomma = 1; in print_insn()
2292 if (needcomma) in print_insn()
2298 needcomma = 1; in print_insn()
2302 if (needcomma) in print_insn()

1234