Home
last modified time | relevance | path

Searched +defs:new +defs:n (Results 1 – 25 of 17565) sorted by relevance

12345678910>>...703

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libmimalloc-sys-0.1.23/c_src/mimalloc/include/
H A Dmimalloc-new-delete.h28 void* operator new(std::size_t n) noexcept(false) { return mi_new(n); } in new() function
31 …void* operator new (std::size_t n, const std::nothrow_t& tag) noexcept { (void)(tag); return mi_n… in new() function
35 void operator delete (void* p, std::size_t n) noexcept { mi_free_size(p,n); }; in delete()
42 …void operator delete (void* p, std::size_t n, std::align_val_t al) noexcept { mi_free_size_aligne… in delete()
45 …void* operator new( std::size_t n, std::align_val_t al) noexcept(false) { return mi_new_aligned(… in new() function
47 …void* operator new (std::size_t n, std::align_val_t al, const std::nothrow_t&) noexcept { return … in new() function
/dports/devel/mimalloc/mimalloc-2.0.3/include/
H A Dmimalloc-new-delete.h28 void* operator new(std::size_t n) noexcept(false) { return mi_new(n); } in new() function
31 …void* operator new (std::size_t n, const std::nothrow_t& tag) noexcept { (void)(tag); return mi_n… in new() function
35 void operator delete (void* p, std::size_t n) noexcept { mi_free_size(p,n); }; in delete()
42 …void operator delete (void* p, std::size_t n, std::align_val_t al) noexcept { mi_free_size_aligne… in delete()
45 …void* operator new( std::size_t n, std::align_val_t al) noexcept(false) { return mi_new_aligned(… in new() function
47 …void* operator new (std::size_t n, std::align_val_t al, const std::nothrow_t&) noexcept { return … in new() function
/dports/lang/rust/rustc-1.58.1-src/vendor/libmimalloc-sys/c_src/mimalloc/include/
H A Dmimalloc-new-delete.h28 void* operator new(std::size_t n) noexcept(false) { return mi_new(n); } in new() function
31 …void* operator new (std::size_t n, const std::nothrow_t& tag) noexcept { (void)(tag); return mi_n… in new() function
35 void operator delete (void* p, std::size_t n) noexcept { mi_free_size(p,n); }; in delete()
42 …void operator delete (void* p, std::size_t n, std::align_val_t al) noexcept { mi_free_size_aligne… in delete()
45 …void* operator new( std::size_t n, std::align_val_t al) noexcept(false) { return mi_new_aligned(… in new() function
47 …void* operator new (std::size_t n, std::align_val_t al, const std::nothrow_t&) noexcept { return … in new() function
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dutils.c47 char *new; in _dxf_ExStrSave() local
48 int n; in _dxf_ExStrSave() local
83 Pointer _dxf_ExAlignBoundary (long n, Pointer p) in _dxf_ExAlignBoundary()
100 char *new; in _dxf_ExCopyStringN() local
123 char *new; in _dxf_ExCopyString() local
144 char *new; in _dxf_ExCopyStringLocal() local
162 int _dxf_ExNextPowerOf2 (int n) in _dxf_ExNextPowerOf2()
173 Array _dxfExNewInteger (int n) in _dxfExNewInteger()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/
H A Dcmpxchg.h14 #define __xchg_relaxed(ptr, new, size) \ argument
47 #define __xchg_acquire(ptr, new, size) \ argument
82 #define __xchg_release(ptr, new, size) \ argument
117 #define __xchg(ptr, new, size) \ argument
202 #define cmpxchg_relaxed(ptr, o, n) \ argument
248 #define cmpxchg_acquire(ptr, o, n) \ argument
302 #define __cmpxchg(ptr, old, new, size) \ argument
340 #define cmpxchg(ptr, o, n) \ argument
348 #define cmpxchg_local(ptr, o, n) \ argument
351 #define cmpxchg32(ptr, o, n) \ argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/
H A Dcmpxchg.h14 #define __xchg_relaxed(ptr, new, size) \ argument
47 #define __xchg_acquire(ptr, new, size) \ argument
82 #define __xchg_release(ptr, new, size) \ argument
117 #define __xchg(ptr, new, size) \ argument
202 #define cmpxchg_relaxed(ptr, o, n) \ argument
248 #define cmpxchg_acquire(ptr, o, n) \ argument
302 #define __cmpxchg(ptr, old, new, size) \ argument
340 #define cmpxchg(ptr, o, n) \ argument
348 #define cmpxchg_local(ptr, o, n) \ argument
351 #define cmpxchg32(ptr, o, n) \ argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/
H A Dcmpxchg.h14 #define __xchg_relaxed(ptr, new, size) \ argument
47 #define __xchg_acquire(ptr, new, size) \ argument
82 #define __xchg_release(ptr, new, size) \ argument
117 #define __xchg(ptr, new, size) \ argument
202 #define cmpxchg_relaxed(ptr, o, n) \ argument
248 #define cmpxchg_acquire(ptr, o, n) \ argument
302 #define __cmpxchg(ptr, old, new, size) \ argument
340 #define cmpxchg(ptr, o, n) \ argument
348 #define cmpxchg_local(ptr, o, n) \ argument
351 #define cmpxchg32(ptr, o, n) \ argument
[all …]
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A DsfDraw.c186 int n; in SFdeleteEntry() local
474 int new; in SFnewInvertEntry() local
516 int new; in SFenterList() local
548 int new; in SFmotionList() local
568 int new; in SFvFloatSliderMovedCallback() local
576 SFvSliderMovedCallback(Widget w, int n, int new) in SFvSliderMovedCallback()
649 int new; in SFvAreaSelectedCallback() local
679 SFhSliderMovedCallback(Widget w, int n, float *new) in SFhSliderMovedCallback()
700 int new; in SFhAreaSelectedCallback() local
733 int n; in SFpathSliderMovedCallback() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dcmpxchg.h239 unsigned long new) in __cmpxchg_u32_local()
331 unsigned long new) in __cmpxchg_u64_local()
470 #define cmpxchg(ptr, o, n) \ argument
479 #define cmpxchg_local(ptr, o, n) \ argument
487 #define cmpxchg_relaxed(ptr, o, n) \ argument
496 #define cmpxchg_acquire(ptr, o, n) \ argument
505 #define cmpxchg64(ptr, o, n) \ argument
510 #define cmpxchg64_local(ptr, o, n) \ argument
515 #define cmpxchg64_relaxed(ptr, o, n) \ argument
520 #define cmpxchg64_acquire(ptr, o, n) \ argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dcmpxchg.h239 unsigned long new) in __cmpxchg_u32_local()
331 unsigned long new) in __cmpxchg_u64_local()
470 #define cmpxchg(ptr, o, n) \ argument
479 #define cmpxchg_local(ptr, o, n) \ argument
487 #define cmpxchg_relaxed(ptr, o, n) \ argument
496 #define cmpxchg_acquire(ptr, o, n) \ argument
505 #define cmpxchg64(ptr, o, n) \ argument
510 #define cmpxchg64_local(ptr, o, n) \ argument
515 #define cmpxchg64_relaxed(ptr, o, n) \ argument
520 #define cmpxchg64_acquire(ptr, o, n) \ argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dcmpxchg.h239 unsigned long new) in __cmpxchg_u32_local()
331 unsigned long new) in __cmpxchg_u64_local()
470 #define cmpxchg(ptr, o, n) \ argument
479 #define cmpxchg_local(ptr, o, n) \ argument
487 #define cmpxchg_relaxed(ptr, o, n) \ argument
496 #define cmpxchg_acquire(ptr, o, n) \ argument
505 #define cmpxchg64(ptr, o, n) \ argument
510 #define cmpxchg64_local(ptr, o, n) \ argument
515 #define cmpxchg64_relaxed(ptr, o, n) \ argument
520 #define cmpxchg64_acquire(ptr, o, n) \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/
H A Dcmpxchg.h113 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
154 unsigned long new, unsigned int size) in __cmpxchg()
178 #define cmpxchg_local(ptr, old, new) \ argument
185 #define cmpxchg(ptr, old, new) \ argument
211 #define cmpxchg64_local(ptr, o, n) \ argument
217 #define cmpxchg64(ptr, o, n) \ argument
225 # define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
231 unsigned long long new) in __cmpxchg64()
297 # define cmpxchg64(ptr, o, n) ({ \ argument
320 # define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/
H A Dcmpxchg.h113 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
154 unsigned long new, unsigned int size) in __cmpxchg()
178 #define cmpxchg_local(ptr, old, new) \ argument
185 #define cmpxchg(ptr, old, new) \ argument
211 #define cmpxchg64_local(ptr, o, n) \ argument
217 #define cmpxchg64(ptr, o, n) \ argument
225 # define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
231 unsigned long long new) in __cmpxchg64()
297 # define cmpxchg64(ptr, o, n) ({ \ argument
320 # define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/
H A Dcmpxchg.h113 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
154 unsigned long new, unsigned int size) in __cmpxchg()
178 #define cmpxchg_local(ptr, old, new) \ argument
185 #define cmpxchg(ptr, old, new) \ argument
211 #define cmpxchg64_local(ptr, o, n) \ argument
217 #define cmpxchg64(ptr, o, n) \ argument
225 # define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
231 unsigned long long new) in __cmpxchg64()
297 # define cmpxchg64(ptr, o, n) ({ \ argument
320 # define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/ws/x11/libfilereq/
H A DDraw.c167 int n; in SFdeleteEntry() local
416 int new; in SFnewInvertEntry() local
453 int new; in SFenterList() local
482 int new; in SFmotionList() local
501 intptr_t n, new; in SFvFloatSliderMovedCallback() local
511 intptr_t n, new, old; in SFvSliderMovedCallback() local
566 intptr_t n, pnew, new; in SFvAreaSelectedCallback() local
595 float *new; in SFhSliderMovedCallback() local
611 intptr_t n, pnew, new; in SFhAreaSelectedCallback() local
638 float *new; in SFpathSliderMovedCallback() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AVR/
H A Dhigh-pressure-on-ptrregs.ll44 store %struct.ss** %y, %struct.ss*** %y.addr, align 2
50 %tmp = load i16, i16* %i, align 2
56 %tmp2 = load %struct.ss**, %struct.ss*** %y.addr, align 2
64 %tmp7 = load i16, i16* %c, align 2
77 }
78
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dnew1.C9 void* operator new(size_t n){ in new() function
15 void *operator new(size_t n)throw(std::bad_alloc) in new() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dnew1.C9 void* operator new(size_t n){ in new() function
15 void *operator new(size_t n)throw(std::bad_alloc) in new() function
/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dsequence.c72 INT i, n; in cpyseq() local
73 SEQUENCE new = (SEQUENCE) stdalloc(sizeof *new); in cpyseq() local
79 Data(new)[i] = Data(seq)[i]; in cpyseq() local
90 INT i, n; in insseq() local
124 ELEMENT new) /* new value */ in altseq()
141 INT i, n, loc; in delseq() local
163 INT i, n; in hinsseq() local
188 INT i, n; in tinsseq() local
208 INT i, n; in hdelseq() local
262 INT i, n; in fndel() local
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dlpr.c4 int lpr(int org, int *new) in lpr()
17 int lpgr(unsigned long org, unsigned long *new) in lpgr()
31 int lpgfr(unsigned long org, unsigned long *new) in lpgfr()
48 int n,cc; in t32() local
58 unsigned long n; in t64() local
68 unsigned long n; in t3264() local
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dlpr.c4 int lpr(int org, int *new) in lpr()
17 int lpgr(unsigned long org, unsigned long *new) in lpgr()
31 int lpgfr(unsigned long org, unsigned long *new) in lpgfr()
48 int n,cc; in t32() local
58 unsigned long n; in t64() local
68 unsigned long n; in t3264() local
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/tree/
H A Dnumbers.rs42 pub fn new(n: f64) -> Self { in new() method
95 pub fn new(n: f64) -> Self { in new() method
100 let n = if !n.is_valid_length() { 1.0 } else { n }; in new() localVariable
131 pub fn new(n: f64) -> Self { in new() method
135 let n = if !(n >= 1.0) { 1.0 } else { n }; in new() localVariable
166 pub fn new(n: f64) -> Self { in new() method
171 let n = if !n.is_valid_length() { 12.0 } else { n }; in new() localVariable
195 pub fn new(n: f64) -> Self { in new() method
200 let n = if n.is_sign_negative() { 0.0 } else { n }; in new() localVariable
236 pub fn new(n: f64) -> Option<Self> { in new() method
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/tree/
H A Dnumbers.rs42 pub fn new(n: f64) -> Self { in new() method
89 pub fn new(n: f64) -> Self { in new() method
94 let n = if !n.is_valid_length() { 1.0 } else { n }; in new() localVariable
125 pub fn new(n: f64) -> Self { in new() method
129 let n = if !(n >= 1.0) { 1.0 } else { n }; in new() localVariable
160 pub fn new(n: f64) -> Self { in new() method
165 let n = if !n.is_valid_length() { 12.0 } else { n }; in new() localVariable
189 pub fn new(n: f64) -> Self { in new() method
194 let n = if n.is_sign_negative() { 0.0 } else { n }; in new() localVariable
230 pub fn new(n: f64) -> Option<Self> { in new() method
/dports/lang/qscheme/qscheme-0.5.1/
H A Dprim2.i16 SOBJ new; variable
29 SOBJ new, l1; variable
106 SOBJ n; variable
120 SOBJ l1, new, last, list; variable
199 SOBJ n; spop(n); variable
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dnew_as_nonkeyword.pyx4 def new(x): function
12 def x(new): argument
24 def new(self, n): member in A

12345678910>>...703