Home
last modified time | relevance | path

Searched +defs:new +defs:p (Results 1 – 25 of 17259) sorted by relevance

12345678910>>...691

/dports/devel/vasm/vasm/
H A Datom.c18 instruction *new; in new_inst() local
249 size_t atom_size(atom *p,section *sec,taddr pc) in atom_size()
281 static void print_instruction(FILE *f,instruction *p) in print_instruction()
293 void print_atom(FILE *f,atom *p) in print_atom()
417 void *p; in clone_atom() local
457 atom *new_inst_atom(instruction *p) in new_inst_atom()
466 atom *new_data_atom(dblock *p,taddr align) in new_data_atom()
475 atom *new_label_atom(symbol *p) in new_label_atom()
509 atom *new = new_atom(LINE,1); in new_srcline_atom() local
518 atom *new = new_atom(OPTS,1); in new_opts_atom() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dcmpxchg.h86 __xchg_u32_local(volatile void *p, unsigned long val) in __xchg_u32_local()
102 __xchg_u32_relaxed(u32 *p, unsigned long val) in __xchg_u32_relaxed()
135 __xchg_u64_relaxed(u64 *p, unsigned long val) in __xchg_u64_relaxed()
216 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) in __cmpxchg_u32()
239 unsigned long new) in __cmpxchg_u32_local()
259 __cmpxchg_u32_relaxed(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_relaxed()
286 __cmpxchg_u32_acquire(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_acquire()
308 __cmpxchg_u64(volatile unsigned long *p, unsigned long old, unsigned long new) in __cmpxchg_u64()
331 unsigned long new) in __cmpxchg_u64_local()
351 __cmpxchg_u64_relaxed(u64 *p, unsigned long old, unsigned long new) in __cmpxchg_u64_relaxed()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dcmpxchg.h86 __xchg_u32_local(volatile void *p, unsigned long val) in __xchg_u32_local()
102 __xchg_u32_relaxed(u32 *p, unsigned long val) in __xchg_u32_relaxed()
135 __xchg_u64_relaxed(u64 *p, unsigned long val) in __xchg_u64_relaxed()
216 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) in __cmpxchg_u32()
239 unsigned long new) in __cmpxchg_u32_local()
259 __cmpxchg_u32_relaxed(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_relaxed()
286 __cmpxchg_u32_acquire(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_acquire()
308 __cmpxchg_u64(volatile unsigned long *p, unsigned long old, unsigned long new) in __cmpxchg_u64()
331 unsigned long new) in __cmpxchg_u64_local()
351 __cmpxchg_u64_relaxed(u64 *p, unsigned long old, unsigned long new) in __cmpxchg_u64_relaxed()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dcmpxchg.h86 __xchg_u32_local(volatile void *p, unsigned long val) in __xchg_u32_local()
102 __xchg_u32_relaxed(u32 *p, unsigned long val) in __xchg_u32_relaxed()
135 __xchg_u64_relaxed(u64 *p, unsigned long val) in __xchg_u64_relaxed()
216 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) in __cmpxchg_u32()
239 unsigned long new) in __cmpxchg_u32_local()
259 __cmpxchg_u32_relaxed(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_relaxed()
286 __cmpxchg_u32_acquire(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_acquire()
308 __cmpxchg_u64(volatile unsigned long *p, unsigned long old, unsigned long new) in __cmpxchg_u64()
331 unsigned long new) in __cmpxchg_u64_local()
351 __cmpxchg_u64_relaxed(u64 *p, unsigned long old, unsigned long new) in __cmpxchg_u64_relaxed()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_list.c43 dt_list_append(dt_list_t *dlp, void *new) in dt_list_append()
45 dt_list_t *p = dlp->dl_prev; /* p = tail list element */ in dt_list_append() local
62 dt_list_prepend(dt_list_t *dlp, void *new) in dt_list_prepend()
64 dt_list_t *p = new; /* p = new list element */ in dt_list_prepend() local
81 dt_list_insert(dt_list_t *dlp, void *after_me, void *new) in dt_list_insert()
83 dt_list_t *p = after_me; in dt_list_insert() local
100 dt_list_t *p = existing; in dt_list_delete() local
/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.h25 void operator delete(void* p) noexcept { mi_free(p); }; in delete()
28 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()
40 …void operator delete (void* p, std::align_val_t al) noexcept { mi_free_aligned(p, static_cast<siz… 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.h25 void operator delete(void* p) noexcept { mi_free(p); }; in delete()
28 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()
40 …void operator delete (void* p, std::align_val_t al) noexcept { mi_free_aligned(p, static_cast<siz… 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.h25 void operator delete(void* p) noexcept { mi_free(p); }; in delete()
28 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()
40 …void operator delete (void* p, std::align_val_t al) noexcept { mi_free_aligned(p, static_cast<siz… 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/math/algae/algae-4.3.6/src/
H A Dmember.c29 assign_member (head, new, name) in assign_member() argument
66 assign_members (head, new, cnt, memv) in assign_members() argument
72 ENTITY *p = NULL; local
156 char ** volatile p = memv; local
191 assign_member_scalar (head, new, name) in assign_member_scalar() argument
220 assign_member_vector (head, new, name) in assign_member_vector() argument
293 assign_member_matrix (head, new, name) in assign_member_matrix() argument
441 ENTITY *p; local
476 ENTITY *p; local
531 ENTITY *p; local
[all …]
/dports/audio/julius/julius-4.1.2/libsent/src/anlz/
H A Dparam_malloc.c35 param_init_content(HTK_Param *p) in param_init_content()
54 param_alloc(HTK_Param *p, unsigned int samplenum, short veclen) in param_alloc()
57 VECT **new; in param_alloc() local
106 param_free_content(HTK_Param *p) in param_free_content()
123 HTK_Param *new; in new_param() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
69 void operator delete(void* p, std::size_t) throw() in delete()
73 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
69 void operator delete(void* p, std::size_t) throw() in delete()
73 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
69 void operator delete(void* p, std::size_t) throw() in delete()
73 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
69 void operator delete(void* p, std::size_t) throw() in delete()
73 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dlibc_override_redefine.h45 void* operator new(size_t size) { return tc_new(size); } in new() function
46 void operator delete(void* p) CPP_NOTHROW { tc_delete(p); } in delete()
49 void* operator new(size_t size, const std::nothrow_t& nt) CPP_NOTHROW { in new() function
69 void* operator new(size_t size, std::align_val_t al) { in new() function
72 void operator delete(void* p, std::align_val_t al) CPP_NOTHROW { in delete()
81 void* operator new(size_t size, std::align_val_t al, const std::nothrow_t& nt) CPP_NOTHROW { in new() function
95 void operator delete(void* p, size_t s, std::align_val_t al) CPP_NOTHROW { in delete()
107 void free(void* p) { tc_free(p); } in free()
108 void* realloc(void* p, size_t s) { return tc_realloc(p, s); } in realloc()
123 size_t malloc_size(void* p) { return tc_malloc_size(p); } in malloc_size()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dlibc_override_redefine.h45 void* operator new(size_t size) { return tc_new(size); } in new() function
46 void operator delete(void* p) CPP_NOTHROW { tc_delete(p); } in delete()
49 void* operator new(size_t size, const std::nothrow_t& nt) CPP_NOTHROW { in new() function
69 void* operator new(size_t size, std::align_val_t al) { in new() function
72 void operator delete(void* p, std::align_val_t al) CPP_NOTHROW { in delete()
81 void* operator new(size_t size, std::align_val_t al, const std::nothrow_t& nt) CPP_NOTHROW { in new() function
95 void operator delete(void* p, size_t s, std::align_val_t al) CPP_NOTHROW { in delete()
107 void free(void* p) { tc_free(p); } in free()
108 void* realloc(void* p, size_t s) { return tc_realloc(p, s); } in realloc()
123 size_t malloc_size(void* p) { return tc_malloc_size(p); } in malloc_size()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dlibc_override_redefine.h45 void* operator new(size_t size) { return tc_new(size); } in new() function
46 void operator delete(void* p) CPP_NOTHROW { tc_delete(p); } in delete()
49 void* operator new(size_t size, const std::nothrow_t& nt) CPP_NOTHROW { in new() function
69 void* operator new(size_t size, std::align_val_t al) { in new() function
72 void operator delete(void* p, std::align_val_t al) CPP_NOTHROW { in delete()
81 void* operator new(size_t size, std::align_val_t al, const std::nothrow_t& nt) CPP_NOTHROW { in new() function
95 void operator delete(void* p, size_t s, std::align_val_t al) CPP_NOTHROW { in delete()
107 void free(void* p) { tc_free(p); } in free()
108 void* realloc(void* p, size_t s) { return tc_realloc(p, s); } in realloc()
123 size_t malloc_size(void* p) { return tc_malloc_size(p); } in malloc_size()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/crt/
H A Dfgas_memory.h32 void* operator new(size_t size) { return FX_Alloc(uint8_t, size); } in new() function
33 void operator delete(void* p) { FX_Free(p); } in delete()
34 void* operator new(size_t size, IFX_MemoryAllocator* pAllocator) { in new() function
37 void operator delete(void* p, IFX_MemoryAllocator* pAllocator) { in delete()
40 void* operator new(size_t size, void* place) { return place; } in new() function
41 void operator delete(void* p, void* place) {} in delete()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
68 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
68 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
68 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
68 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
68 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
68 void operator delete(void* p, const std::nothrow_t&) throw() in delete()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_new_operators.h42 void* operator new(std::size_t size) THROW(std::bad_alloc) in new() function
47 void* p = std::malloc(size); in new() local
54 void* operator new (std::size_t size, const std::nothrow_t&) throw() in new() function
62 void operator delete(void* p) throw() in delete()
68 void operator delete(void* p, const std::nothrow_t&) throw() in delete()

12345678910>>...691