OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:New
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformOther.c
43
#define UPDATE_FIRST(First,
New
) First =
New
< First ?
New
: First
49
#define UPDATE_LAST(Last,
New
) Last =
New
> Last ?
New
: Last
/src/sys/arch/epoc32/stand/e32boot/include/
netbsd.h
45
static NetBSD *
New
(const TDesC &);
46
static NetBSD *
New
(const TDesC &, const TDesC &);
64
ELF(TInt size) { Buffer =
new
TUint8[size]; };
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerValueBitMap.h
38
uintptr_t
New
= Old | (1UL << BitIdx);
39
Map[WordIdx] =
New
;
40
return
New
!= Old;
/src/sys/external/bsd/acpica/dist/utilities/
utclib.c
258
char *
New
= (char *) Dest;
262
if (Old >
New
)
268
*
New
= *Old;
269
New
++;
274
else if (Old <
New
)
278
New
=
New
+ Count - 1;
282
*
New
= *Old;
283
New
--;
313
char *
New
= (char *) Dest
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_symbolize.cc
49
//
New
API: call __tsan_symbolize_external_ex only when it exists.
67
ssb->tail->next = SymbolizedStack::
New
(ssb->addr);
70
ssb->head = ssb->tail = SymbolizedStack::
New
(ssb->addr);
97
SymbolizedStack *frame = SymbolizedStack::
New
(addr);
114
ReportLocation *ent = ReportLocation::
New
(ReportLocationGlobal);
tsan_report.h
43
static ReportStack *
New
();
86
static ReportLocation *
New
(ReportLocationType type);
tsan_rtl_report.cc
141
ReportStack *stack = ReportStack::
New
();
149
rep_ =
new
(mem) ReportDesc;
169
ReportMop *mop =
new
(mem) ReportMop;
198
ReportThread *rt =
new
(mem) ReportThread;
269
ReportMutex *rm =
new
(mem) ReportMutex;
302
ReportMutex *rm =
new
(mem) ReportMutex;
318
ReportLocation *loc = ReportLocation::
New
(ReportLocationFD);
337
ReportLocation *loc = ReportLocation::
New
(ReportLocationHeap);
351
ReportLocation::
New
(is_stack ? ReportLocationStack : ReportLocationTLS);
664
MutexSet *mset2 =
new
(&mset_buffer[0]) MutexSet()
[
all
...]
tsan_report.cc
25
ReportStack *ReportStack::
New
() {
27
return
new
(mem) ReportStack();
34
ReportLocation *ReportLocation::
New
(ReportLocationType type) {
36
return
new
(mem) ReportLocation(type);
/src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp
37
NetBSD::
New
(const TDesC &aFilename)
58
netbsd =
new
(ELeave) ELF(size);
80
NetBSD::
New
(const TDesC &aFilename, const TDesC &aArgs)
82
NetBSD *netbsd =
New
(aFilename);
100
phdr = (Elf32_Phdr *)
new
(ELeave) TUint8[PhdrSize];
e32boot.cpp
123
E32BootLogicalChannel *E32BootChannel =
new
E32BootLogicalChannel;
220
CTrapCleanup *cleanup = CTrapCleanup::
New
();
241
args =
new
TBuf<KMaxCommandLine>;
293
TRAP(err, netbsd = NetBSD::
New
(input, *args));
295
TRAP(err, netbsd = NetBSD::
New
(Default, *args));
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_ring_buffer_test.cc
31
RingBuffer<int64_t> *RBlong = RingBuffer<int64_t>::
New
(20);
40
RB = RingBuffer<T>::
New
(Size);
45
RB = RingBuffer<T>::
New
(4);
83
return
new
CompactRingBuffer<T>(p, sz);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer.cc
45
SymbolizedStack *SymbolizedStack::
New
(uptr addr) {
47
SymbolizedStack *res =
new
(mem) SymbolizedStack();
sanitizer_symbolizer.h
54
static SymbolizedStack *
New
(uptr addr);
sanitizer_symbolizer_markup.cc
67
SymbolizedStack *s = SymbolizedStack::
New
(addr);
95
return
new
(symbolizer_allocator_) Symbolizer({});
sanitizer_ring_buffer.h
26
static RingBuffer *
New
(uptr Size) {
sanitizer_symbolizer_libcdep.cc
80
SymbolizedStack *res = SymbolizedStack::
New
(addr);
225
// When adding a
new
architecture, don't forget to also update
263
: symbolizer_process_(
new
(*allocator) LLVMSymbolizerProcess(path)) {}
313
cur = SymbolizedStack::
New
(res->info.address);
sanitizer_symbolizer_libbacktrace.cc
96
SymbolizedStack *cur = SymbolizedStack::
New
(addr);
156
return
new
(*alloc) LibbacktraceSymbolizer(state);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc
58
SymbolizedStack *s = SymbolizedStack::
New
(addr);
96
ReportLocation *loc = ReportLocation::
New
(ReportLocationHeap);
103
ReportLocation *loc = ReportLocation::
New
(ReportLocationGlobal);
/src/common/dist/zlib/os400/
zlib.inc
469
D adler32 PR 10U 0 extproc('adler32')
New
checksum
475
PR 10U 0 extproc('adler32_combine')
New
checksum
480
D adler32_z PR 10U 0 extproc('adler32_z')
New
checksum
485
D crc32 PR 10U 0 extproc('crc32')
New
checksum
491
PR 10U 0 extproc('crc32_combine')
New
checksum
496
D crc32_z PR 10U 0 extproc('crc32_z')
New
checksum
/src/sys/external/bsd/gnu-efi/dist/inc/
efinet.h
236
IN EFI_MAC_ADDRESS *
New
OPTIONAL
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6qdl-vicut1.dtsi
692
/*
New
in HW revision 1 */
698
/*
New
in UT2: FIXME: ISB PWM should start off, PD */
imx6dl-prtmvt.dts
721
/*
New
in HW revision 1 */
imx6dl-victgo.dts
701
/*
New
in HW revision 1 */
/src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.rc
113
MENUITEM "&
New
\tCtrl+N", ID_FILE_NEW
253
ID_FILE_NEW "Create a
new
document\nNew"
257
ID_FILE_SAVE_AS "Save the active document with a
new
name\nSave As"
/src/share/mk/
bsd.own.mk
1337
# It also does not use many
new
files, so disable it
1754
#
New
modular-xorg based builds
Completed in 29 milliseconds
1
2
Indexes created Thu Oct 16 14:10:15 GMT 2025