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

  /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 150 char *New = (char *) Dest;
154 if (Old > New)
160 *New = *Old;
161 New++;
166 else if (Old < New)
170 New = New + Count - 1;
174 *New = *Old;
175 New--;
205 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);
sanitizer_common_interceptors.inc 5110 // New DTLS block has been allocated.
5147 // New DTLS block has been allocated.
9353 new ((void *)&metadata_mem) MetadataHashMap(); // NOLINT
  /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/share/mk/
bsd.own.mk 1447 # It also does not use many new files, so disable it
1871 # New modular-xorg based builds

Completed in 59 milliseconds