HomeSort by: relevance | last modified time | path
    Searched refs:separate (Results 1 - 25 of 156) sorted by relevancy

1 2 3 4 5 6 7

  /src/usr.sbin/altq/libaltq/
qop_jobs.h 88 int separate; member in struct:jobs_ifinfo
109 int qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate);
116 u_int bandwidth, int qlimit, int separate);
qop_jobs.c 153 int separate = 0; /* by default: shared buffer */ local
171 } else if (EQUAL(*argv, "separate")) {
173 separate = 1;
186 if (qcmd_jobs_add_if(ifname, bandwidth, qlimit, separate) != 0)
287 qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate)
291 error = qop_jobs_add_if(NULL, ifname, bandwidth, qlimit, separate);
367 u_int bandwidth, int qlimit, int separate)
376 jobs_ifinfo->separate = separate;
533 attach.separate = (u_int)((struct jobs_ifinfo*)ifinfo->private)->separate
    [all...]
  /src/external/mit/isl/dist/
codegen.c 36 unsigned separate; member in struct:options
43 ISL_ARG_BOOL(struct options, separate, 0, "separate", 0,
44 "globally set the separate option")
83 * If the --separate or --atomic options were specified, then
84 * we clear any separate or atomic options that may already exist in "opt".
90 if (options->separate || options->atomic) {
96 target = universe(ctx, "separate");
102 if (options->separate)
103 opt = set_universe(opt, schedule, "separate");
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-basics.exp 48 if [mi_gdb_start separate-inferior-tty] {
97 # two separate operations
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-basics.exp 48 if [mi_gdb_start separate-inferior-tty] {
97 # two separate operations
  /src/usr.bin/make/unit-tests/
varmod-order-string.mk 13 # regular characters. Therefore '`in' is a separate word from 'backticks`',
char-005c-reverse-solidus.mk 78 # serves to escape the ":" that is otherwise used to separate the modifiers.
directive-for-empty.mk 83 # the .for loops in a separate scope. To match the current behavior, there
115 # Using a separate scope has the benefit that Var_Parse already allows for
archive.mk 19 # targets is run in its separate sub-make.
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
testutils.inc 281 ; we fake them cleared. There's a separate test, nonvcv32.ms
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/asm/
testutils.inc 281 ; we fake them cleared. There's a separate test, nonvcv32.ms
  /src/external/mpl/bind/dist/bin/tests/system/doth/ns4/
named.conf.j2 14 # We need a separate instance for the "rndc reconfig" test in order to
  /src/external/mpl/bind/dist/bin/tests/system/doth/ns5/
named.conf.j2 14 # We need a separate instance for the "rndc reconfig" test in order to
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode32/
mul_1.asm 48 ` rldimi r8, r7, 32,0 C assemble vlimb from separate 32-bit arguments
51 rldimi r7, r6, 32,0 C assemble vlimb from separate 32-bit arguments
addmul_1.asm 48 ` rldimi r8, r7, 32,0 C assemble vlimb from separate 32-bit arguments
51 rldimi r7, r6, 32,0 C assemble vlimb from separate 32-bit arguments
submul_1.asm 48 ` rldimi r8, r7, 32,0 C assemble vlimb from separate 32-bit arguments
51 rldimi r7, r6, 32,0 C assemble vlimb from separate 32-bit arguments
  /src/doc/
TODO.compat-module 44 12. Finished splitting the vnd_30 and vnd_50 compat code into separate
54 15. The rtsock.c code has been split into two separate source files,
94 that I haven't been able to cleanly separate. These items are not
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
corefile-buildid.exp 17 # Modified to test gdb's handling of separate debug info files.
99 -re "The directory where separate debug symbols are searched for is \"(.*)\"\.\[\r\n\]+$gdb_prompt $" {
149 # The executable (and separate debuginfo if SEPDEBUG is true) is
153 # keep all tests separate.
202 # Append the debugdir to the separate debug directory search path.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
corefile-buildid.exp 17 # Modified to test gdb's handling of separate debug info files.
98 -re "The directory where separate debug symbols are searched for is \"(.*)\"\.\[\r\n\]+$gdb_prompt $" {
148 # The executable (and separate debuginfo if SEPDEBUG is true) is
152 # keep all tests separate.
197 # Append the debugdir to the separate debug directory search path.
  /src/usr.bin/cal/
cal.c 651 center(const char *str, int len, int separate)
656 if (separate)
657 (void)printf("%*s", separate, "");
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
addlsh1_n.asm 49 C is almost achieved for separate src/dst but when src==dst the write
  /src/sys/altq/
altq_jobs.h 137 u_int separate; /* separate buffers flag */ member in struct:jobs_attach
379 u_int jif_separate; /* separate buffers or not */
  /src/sys/arch/hppa/stand/common/
srt0.S 107 ; with separate instruction and data caches, we must flush our data
  /src/tools/gdb/
Makefile 142 --with-separate-debug-dir=/usr/libdata/debug \
  /src/external/lgpl3/gmp/dist/mpn/arm/
aorslsh1_n.asm 47 C very much. If two insns are really needed, it might help to separate them

Completed in 41 milliseconds

1 2 3 4 5 6 7