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

1 2 3 4 5 6

  /src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/
instrprof-basic.c 6 int begin(int i) { function in typeref:typename:int
21 begin(0);
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-basic.c 6 int begin(int i) { function in typeref:typename:int
21 begin(0);
  /src/usr.bin/make/unit-tests/
deptgt-begin.exp 1 make: deptgt-begin.mk:19: warning: duplicate script for target ".BEGIN" ignored
2 make: deptgt-begin.mk:8: warning: using previous script for ".BEGIN" defined here
4 : Making before-begin before .BEGIN.
5 : .BEGIN
depsrc-ignore.exp 1 ignore-errors begin
5 all begin
job-output.exp 0 begin empty-lines
5 begin stdout-and-stderr
cmd-errors-jobs.exp 0 begin undefined-direct
5 begin undefined-indirect
9 begin parse-error-direct
26 begin parse-error-indirect
43 begin begin-direct
44 (exit 13) # .BEGIN
49 make: stopped making "begin-direct" in unit-tests
50 end begin-direct with status 1
52 begin begin-indirec
    [all...]
cmd-errors-jobs.mk 7 echo "begin $$*" \
19 ${RUN} begin-direct
20 ${RUN} begin-indirect
62 .if make(begin-direct)
63 begin-direct:
64 .BEGIN:
67 # expect: begin begin-direct
68 # expect: make: stopped making "begin-direct" in unit-tests
69 # expect: end begin-direct with status
    [all...]
  /src/sys/arch/x68k/stand/libdos/
makestrerror.awk 10 /^\/\* dos_errlist begin \*\/$/,/^\/\* dos_errlist end \*\/$/ {
11 if ($0 ~ /^\/\* dos_errlist begin \*\/$/) {
  /src/usr.bin/mkcsmapper/
ldef.h 30 u_int32_t begin; member in struct:__anonc97882b00108
  /src/common/dist/zlib/contrib/ada/
zlib-thin.adb 22 begin
31 begin
47 begin
64 begin
74 begin
90 begin
104 begin
118 begin
128 begin
137 begin
    [all...]
zlib-streams.adb 22 begin
68 begin
77 begin
107 begin
122 begin
147 begin
157 begin
166 begin
175 begin
195 begin
    [all...]
  /src/sys/rump/librump/rumpkern/
etfs_wrap.c 49 enum rump_etfs_type ftype, uint64_t begin, uint64_t size)
52 return rump__etfs_register(key, hostpath, ftype, begin, size);
  /src/share/doc/usd/
Makefile 18 SUBDIR+=01.begin 17.msmacros 18.msdiffs 19.memacros 20.meref
  /src/sys/external/bsd/sljit/dist/regex_src/
regexMain.c 58 int begin, end, id; local in function:verbose_test
89 begin = regex_get_result(match, &end, &id);
90 printf("Math returns: %3d->%3d [%3d]\n", begin, end, id);
98 int begin; /* Expected begin. */ member in struct:test_case
113 int begin, end, id, finished; local in function:run_tests
168 begin = regex_get_result(match, &end, &id);
171 if (begin != test->begin || end != test->end || id != test->id) {
174 printf("FAIL A: begin: %d != %d || end: %d != %d || id: %d != %d\n", test->begin, begin, test->end, end, test->id, id)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCommand.h 57 return std::find(Args.begin(), i, Arg) != i;
73 Args.insert(endMutableArgs(), ArgsToAdd.begin(), ArgsToAdd.end());
80 Args.erase(std::remove(Args.begin(), i, Arg), i);
89 return std::any_of(Args.begin(), endMutableArgs(), IsMatch);
101 auto j = std::find_if(Args.begin(), i, IsMatch);
121 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i);
160 return std::find(Args.begin(), Args.end(), ignoreRemainingArgs());
164 return std::find(Args.begin(), Args.end(), ignoreRemainingArgs());
  /src/sys/arch/hppa/stand/boot/
ld.script 7 ENTRY(begin)
  /src/sys/arch/hppa/stand/cdboot/
ld.script 7 ENTRY(begin)
  /src/usr.sbin/vipw/
vipw.c 70 struct stat begin, end; local in function:main
112 if (stat(mpwdl, &begin))
117 if (begin.st_mtime == end.st_mtime &&
118 begin.st_mtimensec == end.st_mtimensec) {
  /src/tests/usr.bin/xlint/lint1/
msg_130.c 113 begin, enumerator in enum:state_machine::__anonfa995aff0303
117 } state = begin;
121 case begin:
  /src/usr.bin/jot/
jot.c 68 static double begin = BEGIN_DEF; variable in typeref:typename:double
95 x = ender - begin;
98 begin = ender;
120 putdata(random() * x + begin, reps - i);
126 x = begin;
141 #define BEGIN 1
205 if (!sscanf(argv[1], "%lf", &begin))
206 begin = argv[1][strlen(argv[1])-1];
207 have |= BEGIN;
244 * The loop we run uses begin/step/reps, so if we have bee
    [all...]
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 219 begin
224 begin
229 begin
234 begin
255 begin
261 begin
266 begin
273 begin
280 begin
291 begin
    [all...]
  /src/sys/arch/hppa/stand/common/
srt0.S 69 * This is the ending of the begin
71 ENTRY(begin,0) function
74 ldo begin-boff(%r5),%r5 ; and subtract to get 'begin'.
78 ldo start-begin(%r4),%rp
81 ldil L%begin,%r1
82 ldo R%begin(%r1),%r1 ; Get address of begin
114 ldil L%begin,%r1 ; set %r1 to address of begin
    [all...]
  /src/common/dist/zlib/contrib/pascal/
example.pas 38 begin
40 begin
47 begin
60 begin
89 begin
94 begin
100 begin
106 begin
112 begin
122 begin
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc 89 uptr begin = info->dlpi_addr + phdr->p_vaddr; local in function:__lsan::ProcessGlobalRegionsCallback
90 uptr end = begin + phdr->p_memsz;
91 ScanGlobalRange(begin, end, frontier);
  /src/tests/usr.bin/gzip/
t_gzip.sh 60 begin-base64 644 truncated.gz
77 begin-base64 644 crcerror.gz
94 begin-base64 644 good.gz

Completed in 20 milliseconds

1 2 3 4 5 6