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

1 2 3

  /src/usr.bin/make/unit-tests/
opt-debug-graph1.exp 21 .MAKE = <details omitted>
22 .MAKE.DEPENDFILE = <details omitted>
23 .MAKE.GID = <details omitted>
24 .MAKE.JOBS.C = <details omitted>
25 .MAKE.LEVEL = <details omitted>
27 .MAKE.MAKEFILES = <details omitted>
28 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
29 .MAKE.OS = <details omitted>
30 .MAKE.PID = <details omitted>
31 .MAKE.PPID = <details omitted>
    [all...]
suff-transform-debug.exp 12 .MAKE = <details omitted>
13 .MAKE.DEPENDFILE = <details omitted>
14 .MAKE.GID = <details omitted>
15 .MAKE.JOBS.C = <details omitted>
16 .MAKE.LEVEL = <details omitted>
18 .MAKE.MAKEFILES = <details omitted>
19 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
20 .MAKE.OS = <details omitted>
21 .MAKE.PID = <details omitted>
22 .MAKE.PPID = <details omitted>
    [all...]
opt-debug-graph2.exp 55 .MAKE = <details omitted>
56 .MAKE.DEPENDFILE = <details omitted>
57 .MAKE.GID = <details omitted>
58 .MAKE.JOBS.C = <details omitted>
59 .MAKE.LEVEL = <details omitted>
61 .MAKE.MAKEFILES = <details omitted>
62 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
63 .MAKE.OS = <details omitted>
64 .MAKE.PID = <details omitted>
65 .MAKE.PPID = <details omitted>
    [all...]
opt-debug-graph3.exp 55 .MAKE = <details omitted>
56 .MAKE.DEPENDFILE = <details omitted>
57 .MAKE.GID = <details omitted>
58 .MAKE.JOBS.C = <details omitted>
59 .MAKE.LEVEL = <details omitted>
61 .MAKE.MAKEFILES = <details omitted>
62 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
63 .MAKE.OS = <details omitted>
64 .MAKE.PID = <details omitted>
65 .MAKE.PPID = <details omitted>
    [all...]
suff-main-several.exp 86 .MAKE = <details omitted>
87 .MAKE.DEPENDFILE = <details omitted>
88 .MAKE.GID = <details omitted>
89 .MAKE.JOBS.C = <details omitted>
90 .MAKE.LEVEL = <details omitted>
92 .MAKE.MAKEFILES = <details omitted>
93 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
94 .MAKE.OS = <details omitted>
95 .MAKE.PID = <details omitted>
96 .MAKE.PPID = <details omitted>
    [all...]
varname-dot-shell.exp 5 Command: .SHELL = (details omitted)
6 Global: ORIG_SHELL = (details omitted)
13 Comparing "(details omitted)" != "(details omitted)"
21 Comparing "(details omitted)" != "(details omitted)"
30 Comparing "(details omitted)" != "(details omitted)"
varmod-subst-regex.exp 1 make: Regex compilation error: (details omitted)
56 make: Regex compilation error: (details omitted)
deptgt.mk 34 # expression or whether it is just omitted.
varmod-subst.exp 47 make: Regex compilation error: (details omitted)
cond-func.mk 81 # they are typically omitted for the other functions as well.
  /src/external/bsd/tcpdump/dist/
print-babel.c 205 network_prefix(int ae, int plen, unsigned int omitted,
228 if(omitted > 4 || pb > 4 || (pb > omitted && len < pb - omitted))
231 if(omitted) {
233 memcpy(prefix, dp, 12 + omitted);
235 if(pb > omitted) {
236 memcpy(prefix + 12 + omitted, p, pb - omitted);
237 consumed = pb - omitted;
652 u_char ae, plen, src_plen, omitted; local
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
test_summary 40 -f: force reports to be mailed; if omitted, only reports that differ
  /src/external/gpl3/gcc.old/dist/contrib/
test_summary 40 -f: force reports to be mailed; if omitted, only reports that differ
  /src/sbin/fsck/
fsck.c 84 static int omitted(const char *);
259 if (omitted(fs->fs_file))
418 omitted(const char *mountedon) function
  /src/external/lgpl3/gmp/dist/mpn/arm/
udiv.asm 88 add n1, r8, n1, lsl #1 C shift in omitted dividend lsb
93 adds n1, n1, n0 C fix remainder for omitted divisor lsb
  /src/external/lgpl3/gmp/dist/mpn/pa64/
udiv.asm 104 shladd n1,1,%r19,n1 C shift in omitted dividend lsb
110 add,*nuv n1,q,n1 C fix remainder for omitted divisor lsb
  /src/sys/arch/ia64/stand/common/
help.common 216 Sets the current console. If <value> is omitted, a list of valid
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 246 is ignored, and can be omitted,
688 is omitted, it is assumed to be zero.
707 is omitted, it is assumed to be zero.
  /src/external/bsd/ntp/dist/libntp/
snprintf.c 675 * taken as if the precision were omitted."
1247 * is omitted, or 1 if the precision is zero. Then, if a conversion
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 2277 omitted from the object file. */
2977 accidentally omitted. */
3354 multiple optional operands and one is omitted, then all optional
3355 operands past the first omitted one must also be omitted. */
3390 int omitted;
3419 omitted = total - provided;
3420 num_optional_provided = num_optional_operands - omitted;
5315 If it's omitted, the size will be the containing csect.
3380 int omitted; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 2313 omitted from the object file. */
3013 accidentally omitted. */
3390 multiple optional operands and one is omitted, then all optional
3391 operands past the first omitted one must also be omitted. */
3426 int omitted;
3455 omitted = total - provided;
3456 num_optional_provided = num_optional_operands - omitted;
5357 If it's omitted, the size will be the containing csect.
3416 int omitted; local
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
movw.s 1024 ;; CCR confirmation omitted
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
movw.s 1024 ;; CCR confirmation omitted
  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 4465 converted to TYPE and OMITTED was previously an operand of the expression
4466 but is now not needed (e.g., we folded OMITTED * 0).
4468 If OMITTED has side effects, we must evaluate it. Otherwise, just do
4472 omit_one_operand_loc (location_t loc, tree type, tree result, tree omitted)
4476 /* If the resulting operand is an empty statement, just return the omitted
4478 if (IS_EMPTY_STMT (t) && TREE_SIDE_EFFECTS (omitted))
4480 fold_ignored_result (omitted));
4482 if (TREE_SIDE_EFFECTS (omitted))
4484 fold_ignored_result (omitted), t);
5182 range with a lower and upper bound. If one of the bounds is omitted,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 4234 converted to TYPE and OMITTED was previously an operand of the expression
4235 but is now not needed (e.g., we folded OMITTED * 0).
4237 If OMITTED has side effects, we must evaluate it. Otherwise, just do
4241 omit_one_operand_loc (location_t loc, tree type, tree result, tree omitted)
4245 /* If the resulting operand is an empty statement, just return the omitted
4247 if (IS_EMPTY_STMT (t) && TREE_SIDE_EFFECTS (omitted))
4249 fold_ignored_result (omitted));
4251 if (TREE_SIDE_EFFECTS (omitted))
4253 fold_ignored_result (omitted), t);
4952 range with a lower and upper bound. If one of the bounds is omitted,
    [all...]

Completed in 46 milliseconds

1 2 3