HomeSort by: relevance | last modified time | path
    Searched defs:three (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/make/unit-tests/
deptgt-order.mk 5 all one two three: .PHONY target
9 three: two target
12 # This .ORDER creates a circular dependency since 'three' depends on 'one'
13 # but 'one' is supposed to be built after 'three'.
15 .ORDER: three one
19 all: three
depsrc-wait.mk 9 @${MAKE} -r -f ${MAKEFILE} three-by-three
34 .if make(three-by-three)
38 three-by-three: .WAIT 3a1 3a2 3a3 .WAIT 3b1 3b2 3b3 .WAIT 3c1 3c2 3c3 .WAIT
varcmd.mk 36 @${.MAKE} -f ${MAKEFILE} three
38 three: show target
dir.mk 11 all: {one,two,three}
14 # "{one,two,three}". There are no individual targets "one", "two", "three"
21 .if target({one,two,three})
24 .if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}"
32 three: target
90 .PHONY: one two three four five six
  /src/tests/usr.bin/xlint/lint1/
msg_186.c 10 unsigned three: 3; member in struct:bit_field
msg_105.c 27 struct three { struct
42 struct three *t;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 872 struct fixed31_32 three; local in function:hermite_spline_eetf
902 three = dc_fixpt_from_int(3);
907 temp2 = dc_fixpt_mul(three, t2);

Completed in 14 milliseconds