Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/external/llvm/lib/IR/
DConstantsContext.h39 void *operator new(size_t s) { in new() function
56 void *operator new(size_t s) { in new() function
77 void *operator new(size_t s) { in new() function
98 void *operator new(size_t s) { in new() function
119 void *operator new(size_t s) { in new() function
141 void *operator new(size_t s) { in new() function
166 void *operator new(size_t s) { in new() function
192 void *operator new(size_t s) { in new() function
240 void *operator new(size_t s) { in new() function
/external/v8/src/
Dzone-inl.h100 void* ZoneObject::operator new(size_t size) { in new() function
104 void* ZoneObject::operator new(size_t size, Zone* zone) { in new() function
115 void* ZoneList<T>::operator new(size_t size) { in new() function
121 void* ZoneList<T>::operator new(size_t size, Zone* zone) { in new() function
/external/clang/test/SemaCXX/Inputs/
Dwarn-new-overaligned-3.h6 void* operator new(unsigned long) { in new() function
13 void* operator new(unsigned long, void *) { in new() function
/external/kernel-headers/original/asm-mips/
Dcmpxchg.h15 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
75 #define __cmpxchg(ptr, old, new, barrier) \ argument
104 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) argument
105 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, ) argument
/external/ipsec-tools/src/racoon/
Dremoteconf.c171 struct remoteconf *new; in newrmconf() local
231 struct remoteconf *new, *old; local
271 struct remoteconf *new; local
337 struct etypes *new; local
368 insrmconf(new) in insrmconf() argument
438 struct isakmpsa *new; in newisakmpsa() local
463 insisakmpsa(new, rmconf) in insisakmpsa() argument
625 struct idspec *new; in newidspec() local
Dsainfo.c166 struct sainfo *new; in newsainfo() local
201 inssainfo(new) in inssainfo() argument
235 struct sainfoalg *new; in newsainfoalg() local
257 inssainfoalg(head, new) in inssainfoalg() argument
Dproposal.c82 struct saprop *new; in newsaprop() local
94 struct saproto *new; in newsaproto() local
105 inssaprop(head, new) in inssaprop() argument
125 inssaproto(pp, new) in inssaproto() argument
143 inssaprotorev(pp, new) in inssaprotorev() argument
156 struct satrns *new; in newsatrns() local
167 inssatrns(pr, new) in inssatrns() argument
Dpolicy.c292 struct secpolicy *new; in newsp() local
381 inssp(new) in inssp() argument
428 struct ipsecrequest *new; in newipsecreq() local
/external/chromium_org/v8/src/
Dzone-inl.h96 void* ZoneObject::operator new(size_t size, Zone* zone) { in new() function
107 void* ZoneList<T>::operator new(size_t size, Zone* zone) { in new() function
113 void* ZoneSplayTree<T>::operator new(size_t size, Zone* zone) { in new() function
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
DClass.pm14 sub new { subroutine
/external/dnsmasq/src/
Doption.c668 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt() local
1150 struct resolvc *new, *list = daemon->resolv_files; in one_opt() local
1180 struct mx_srv_record *new; in one_opt() local
1227 struct hostsfile *new = opt_malloc(sizeof(struct hostsfile)); in one_opt() local
1250 struct cond_domain *new = safe_malloc(sizeof(struct cond_domain)); in one_opt() local
1301 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local
1316 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local
1351 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local
1629 struct dhcp_bridge *new = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt() local
1661 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context)); in one_opt() local
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Drecognizers.rb145 def self.new( *declarations, &body ) singletonMethod in ANTLR3.Scope
163 def initialize( #{ parameters } )
/external/valgrind/main/none/tests/s390x/
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()
/external/clang/test/SemaObjC/
Darc-unsafe-assigns.m11 + (id)new; class
20 +(id)new { return 0; } class
Dforward-class-receiver.m4 + new; // expected-note {{method 'new' is used for the forward class}} class
/external/kernel-headers/original/asm-x86/
Dcmpxchg_32.h120 unsigned long new, int size) in __cmpxchg()
153 unsigned long new, int size) in __sync_cmpxchg()
180 unsigned long old, unsigned long new, int size) in __cmpxchg_local()
218 unsigned long new, int size) in cmpxchg_386()
256 unsigned long long new) in __cmpxchg64()
270 unsigned long long old, unsigned long long new) in __cmpxchg64_local()
/external/blktrace/btt/
Dlist.h55 static inline void __list_add(struct list_head *new, in __list_add()
73 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
86 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
224 struct list_head *new) in list_replace()
233 struct list_head *new) in list_replace_init()
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h37 static __inline__ void __list_add(struct list_head * new, in __list_add()
50 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add()
58 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.h42 static void* operator new(size_t size, void *ctx) in new() function
71 static void* operator new(size_t size, void *ctx) in new() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.h42 static void* operator new(size_t size, void *ctx) in new() function
71 static void* operator new(size_t size, void *ctx) in new() function
/external/llvm/include/llvm/IR/
DConstants.h59 void *operator new(size_t s) { in new() function
242 void *operator new(size_t s) { in new() function
305 void *operator new(size_t s) { in new() function
/external/libvorbis/vq/
Dvqgen.c342 float *new; in vqgen_iterate() local
506 vN(new,j)[k]+=ppt[k]; in vqgen_iterate() local
510 vN(new,j)[k]=ppt[k]; in vqgen_iterate() local
517 if(vN(new,j)[k]>ppt[k])vN(new,j)[k]=ppt[k]; in vqgen_iterate() local
523 vN(new,j)[k]=ppt[k]; in vqgen_iterate() local
/external/kernel-headers/original/linux/
Dlist.h42 static inline void __list_add(struct list_head *new, in __list_add()
60 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
73 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
84 static inline void __list_add_rcu(struct list_head * new, in __list_add_rcu()
110 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
131 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu()
200 struct list_head *new) in list_replace()
209 struct list_head *new) in list_replace_init()
224 struct list_head *new) in list_replace_rcu()
676 struct hlist_node *new) in hlist_replace_rcu()
/external/clang/test/CodeGenObjCXX/
Dexceptions.mm22 + new; class
/external/chromium_org/sync/syncable/
Dsyncable_read_transaction.h25 void* operator new(size_t size) { return (::operator new)(size); } in new() function

12345678910>>...13