HomeSort by: relevance | last modified time | path
    Searched refs:Done (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/make/unit-tests/
meta-output.exp 2 test1: Done
3 test2: Done
4 test3: Done
7 test1: Done
8 test2: Done
9 test3: Done
meta-output.mk 21 printf "test$$i: "; sleep 0; echo " Done"; \
22 done; echo; } | tee ${.TARGET}; echo >> ${.TARGET}
  /src/tests/usr.bin/c++/
t_tsan_vptr_race.sh 66 volatile bool done;
67 A(): done(false) { }
68 virtual void Done() { done = true; }
69 virtual ~A() { while (!done) ; }
75 obj->Done();
100 volatile bool done;
101 A(): done(false) { }
102 virtual void Done() { done = true;
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
init.c 129 goto Done;
156 goto Done;
161 Done:
sread.c 80 goto Done;
95 goto Done;
185 goto Done;
203 goto Done;
266 goto Done;
277 Done:
374 // Done with this simple read file handle
  /src/usr.sbin/ypserv/ypinit/
ypinit.sh 56 done
138 done=
139 while [ -z "${done}" ]; do
158 done
167 read DONE
168 case ${DONE} in
170 done=yes
177 if [ -z "${done}" ]; then
186 done
267 done
    [all...]
  /src/common/dist/zlib/contrib/ada/
zlib.adb 46 Done : Flate_End_Function;
78 Done => Thin.DeflateEnd'Access),
80 Done => Thin.InflateEnd'Access));
145 Code := Flate (Filter.Compression).Done (To_Thin_Access (Filter.Strm));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary64.h 423 void Done() {
550 range_tracker.Done();
  /src/bin/ksh/
lex.c 539 goto Done;
617 Done:
623 /* This done to avoid tests for SHEREDELIM wherever SBASE tested */
993 /* Done here to ensure nothing odd happens when a timeout occurs */
1108 /* Substitute ! and !! here, before substitutions are done
1111 * substitutions, POSIX doesn't say which is to be done.
  /src/tests/bin/sh/
t_builtins.sh 272 done
291 done
292 done
318 'X=a Y=b Z=c; for V in X Y Z; do eval "printf %s \$$V"; done'
320 'X=a Y=b Z=c; for V in X Y Z; do eval printf %s \$$V; done'
322 'for V in X Y Z; do eval "${V}=${V}"; done; printf %s "$X$Y$Z"'
342 'eval "if done"; printf %s status=$?'
346 'command eval "if done"; printf %s status=$?'
350 'command eval "printf X; if done; printf Y"
357 if done
    [all...]
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 214 ! ldx [%l0+0*8], %o0 ! Already done
215 ! sllx %o0, %l4, %o0 ! Already done
316 ! ldx [%l0], %o0 ! Already done
335 btst 7, %l2 ! Done?
387 bg,pt %icc, 1b ! Exactly 0 --> done
390 btst 7, %l2 ! Done?
  /src/sys/arch/mvme68k/mvme68k/
locore.s 683 jbra Lmemc040ret | Done
778 jra _ASM_LABEL(rei) | all done
809 jra _ASM_LABEL(rei) | all done
886 jne Lbrkpt3 | yes, done
909 rte | all done
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 1230 tracker.Done();
  /src/sys/arch/sparc64/sparc64/
locore.s 575 mov %l0,%l1; mov %l0,%l2 ! Clear out %l0-%l8 and %o0-%o8 and inc %cleanwin and done
619 wrpr %g0, %o7, %cleanwin ! Clear out %l0-%l8 and %o0-%o8 and inc %cleanwin and done
1342 * all preliminary processing is done using the alternate globals
1550 rdpr %otherwin, %g5; /* Has this already been done? */ \
1654 rdpr %otherwin, %g5; /* Has this already been done? */ \
2030 * make sure we're in kernel context and we're done.
2267 ! rdpr %otherwin, %g1 ! Check to see if we's done
2441 * the instruction, clean up the register windows, then done.
2455 done
3399 done
    [all...]

Completed in 23 milliseconds