Searched refs:bare (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/capsicum-test/
H A Doverhead.cc25 double bare = RepeatSyscall(count, nr, arg1, arg2, arg3); local
28 if (verbose) fprintf(stderr, "%d iterations bare=%fs capmode=%fs ratio=%.2f%%\n",
29 count, bare, capmode, 100.0*capmode/bare);
30 if (bare==0.0) {
34 return capmode/bare;
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-token-plain.exp29 CondParser_Eval: bare
30 make: "cond-token-plain.mk" line 106: A bare word is treated like defined(...), and the variable 'bare' is not defined.
32 make: "cond-token-plain.mk" line 113: A bare word is treated like defined(...).
36 make: "cond-token-plain.mk" line 130: Undefined variables in bare words expand to an empty string.
H A Ddirective-ifdef.mk3 # Tests for the .ifdef directive, which evaluates bare words by calling
20 # Since a bare word is an abbreviation for 'defined(word)', these can be
31 # possible. The '.ifdef' only affects bare words, not function calls.
H A Dcond-token-plain.mk4 # in .if conditions. These are also called bare words.
8 # The word 'value' after the '!=' is a bare word.
100 # A bare word may occur alone in a condition, without any comparison
101 # operator. It is interpreted as the function call 'defined(bare)'.
102 .if bare
105 # expect+1: A bare word is treated like defined(...), and the variable 'bare' is not defined.
106 . info A bare word is treated like defined(...), and the variable $\
107 'bare' is not defined.
112 # expect+1: A bare wor
[all...]
H A Ddirective-ifndef.mk54 # The negation from the 'if-not-defined' directive only applies to bare words,
H A Dcond-op-or.mk80 # of the preceding bare word. The condition is parsed as '"1||" != "" || 0'.
H A Dcond-op-and.mk80 # of the preceding bare word. The condition is parsed as '"1&&" != "" && 1'.
H A Dcond-func.mk88 # default function that is called when a bare word is parsed. For the plain
111 # If a variable named 'defined' is actually defined, the bare word 'defined'
H A Dvarmod-ifelse.exp1 make: Bad conditional expression 'bare words == "literal"' before '?bad:bad'
H A Dcond-token-string.mk7 # Covers string literals without quotes (called "bare words").
H A Dcond-op.mk55 # Surprisingly, the ampersand and pipe are allowed in bare strings.
H A Dcond-func-empty.mk212 # ordinary bare word. This bare word is interpreted as 'defined(empty)', and
H A Dvarmod-ifelse.mk16 # bare words == "literal"
18 # This confuses the parser, which expects an operator instead of the bare
H A Ddirective-include-guard.mk51 # differently from bare words.
61 # differently from bare words.
/freebsd-current/contrib/jemalloc/
H A DFREEBSD-upgrade72 git clone --bare ${JEMALLOC_REPO} ${bare_repo}
/freebsd-current/share/mk/
H A Dlocal.dirdeps.mk83 # before looking at the bare option.
/freebsd-current/sys/arm/mv/
H A Dmv_common.c968 WIN_REG_BASE_RD(win_eth, bare, 0x290)
970 WIN_REG_BASE_WR(win_eth, bare, 0x290)
1656 printf("ETH windows: bare 0x%08x, epap 0x%08x\n",
2044 printf("IDMA windows: bare 0x%08x\n", win_idma_bare_read(base));
/freebsd-current/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S94 # and modified for ICP. Modification are kept at a bare minimum to ease later
H A Daesni-gcm-x86_64.S44 # and modified for ICP. Modification are kept at a bare minimum to ease later
/freebsd-current/sys/tools/
H A Dmakesyscalls.lua690 -- is64bittype() needs a bare type so check it after argname

Completed in 186 milliseconds