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

1 2

  /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/mkcsmapper/
ldef.h 30 u_int32_t begin; member in struct:__anonc97882b00108
  /src/tests/fs/ffs/
t_snapshot.c 37 begin(void) function in typeref:typename:void
t_snapshot_v2.c 37 begin(void) function in typeref:typename:void
t_snapshot_log.c 40 begin(void) function in typeref:typename:void
  /src/usr.bin/make/unit-tests/
deptgt-begin.mk 1 # $NetBSD: deptgt-begin.mk,v 1.8 2025/06/30 21:44:39 rillig Exp $
3 # Tests for the special target .BEGIN in dependency declarations,
7 .BEGIN:
11 # to directly place some commands on the '.BEGIN' target. This doesn't scale
16 # expect+3: warning: duplicate script for target ".BEGIN" ignored
17 # expect-9: warning: using previous script for ".BEGIN" defined here
18 .BEGIN:
22 # make the .BEGIN depend on that target. This way, the commands from the
23 # custom target are run even before the .BEGIN target.
24 .BEGIN: before-begi
    [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...]
opt-jobs-no-action.mk 42 @+echo hide-from-output 'begin explain'
80 combined: combined-begin
82 combined-begin: .PHONY
83 @+echo hide-from-output 'begin combined'
  /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/tests/fs/msdosfs/
t_snapshot.c 41 begin(void) function in typeref:typename:void
  /src/usr.bin/chpass/
edit.c 61 struct stat begin, end; local in function:edit
64 if (stat(tempname, &begin))
69 if (begin.st_mtime == end.st_mtime) {
  /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/usr.bin/mail/
head.c 215 char *begin; local in function:copyin
217 begin = cp = *space;
221 return begin;
  /src/lib/libm/arch/vax/
n_atan2.S 105 jbr begin
121 begin: label
  /src/lib/libc/citrus/modules/
citrus_mapper_std_local.h 35 _citrus_index_t begin; member in struct:_citrus_mapper_std_linear_zone
citrus_mapper_std_file.h 44 u_int32_t begin; member in struct:_citrus_mapper_std_rowcol_info_x::__anon8dc98bca0108
  /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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.h 61 uptr begin; member in struct:__sanitizer::LibIgnore::LibCodeRange
66 return (pc >= range.begin && pc < range.end);
sanitizer_list.h 153 Iterator begin() { return Iterator(first_); } function in struct:__sanitizer::IntrusiveList
156 ConstIterator begin() const { return ConstIterator(first_); } function in struct:__sanitizer::IntrusiveList
  /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/dev/microcode/aic7xxx/
aic79xx_seq.h 983 uint32_t begin :10, member in struct:patch
1121 uint16_t begin; member in struct:cs
aic7xxx_seq.h 1095 uint32_t begin :10, member in struct:patch
1304 uint16_t begin; member in struct:cs
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDictionary.h 86 return std::any_of(begin(), end(), [&](const DictionaryEntry &DE) {
90 const DictionaryEntry *begin() const { return &DE[0]; } function in class:fuzzer::Dictionary
91 const DictionaryEntry *end() const { return begin() + Size; }
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.h 60 Iter begin();
189 ALWAYS_INLINE SyncClock::Iter SyncClock::begin() { function in class:__tsan::SyncClock

Completed in 19 milliseconds

1 2