Home
last modified time | relevance | path

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

12345678910>>...12

/external/valgrind/memcheck/tests/vbit-test/
Dvbits.c77 vbits_t new = { .num_bits = num_bits }; in undefined_vbits() local
104 vbits_t new = { .num_bits = num_bits }; in defined_vbits() local
159 vbits_t new = { .num_bits = num_bits }; in truncate_vbits() local
223 vbits_t new = { .num_bits = num_bits }; in left_vbits() local
352 vbits_t new = { .num_bits = v1.num_bits }; in or_vbits() local
380 vbits_t new = { .num_bits = v1.num_bits }; in and_vbits() local
408 vbits_t new = { .num_bits = v1.num_bits * 2 }; in concat_vbits() local
451 vbits_t new = { .num_bits = v.num_bits / 2 }; in upper_vbits() local
488 vbits_t new = { .num_bits = num_bits }; in zextend_vbits() local
576 vbits_t new = { .num_bits = num_bits }; in onehot_vbits() local
[all …]
/external/selinux/libsepol/cil/src/
Dcil_copy_ast.c51 struct cil_list *new; in cil_copy_list() local
88 char *new = NULL; in cil_copy_node() local
106 struct cil_block *new; in cil_copy_block() local
119 struct cil_blockabstract *new = NULL; in cil_copy_blockabstract() local
133 struct cil_blockinherit *new = NULL; in cil_copy_blockinherit() local
153 struct cil_policycap *new; in cil_copy_policycap() local
171 struct cil_perm *new; in cil_copy_perm() local
181 void cil_copy_classperms(struct cil_classperms *orig, struct cil_classperms **new) in cil_copy_classperms()
188 void cil_copy_classperms_set(struct cil_classperms_set *orig, struct cil_classperms_set **new) in cil_copy_classperms_set()
194 void cil_copy_classperms_list(struct cil_list *orig, struct cil_list **new) in cil_copy_classperms_list()
[all …]
/external/llvm/lib/IR/
DConstantsContext.h40 void *operator new(size_t s) { in new() function
57 void *operator new(size_t s) { in new() function
78 void *operator new(size_t s) { in new() function
99 void *operator new(size_t s) { in new() function
120 void *operator new(size_t s) { in new() function
142 void *operator new(size_t s) { in new() function
167 void *operator new(size_t s) { in new() function
192 void *operator new(size_t s) { in new() function
239 void *operator new(size_t s) { in new() function
/external/linux-tools-perf/src/lib/
Drbtree.c63 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
74 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
203 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
365 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
379 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
380 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
409 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
505 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
/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/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/v8/src/
Dzone-inl.h47 void* ZoneObject::operator new(size_t size, Zone* zone) { in new() function
58 void* ZoneList<T>::operator new(size_t size, Zone* zone) { in new() function
64 void* ZoneSplayTree<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/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
DClass.pm14 sub new { method in My::Test::Class
/external/valgrind/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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Drecognizers.rb145 def self.new( *declarations, &body ) singletonMethod in ANTLR3.Scope
163 def initialize( #{ parameters } )
Dtoken.rb502 def self.new( tk_class = nil, &body ) singletonMethod in ANTLR3.TokenScheme
504 tk_class ||= Class.new( ::ANTLR3::CommonToken )
513 define_method( :token_scheme ) { scheme }
514 define_method( :token_names ) { scheme::TOKEN_NAMES }
515 define_method( :token_name ) do |type|
/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/clang/test/SemaObjC/
Darc-unsafe-assigns.m11 + (id)new; class
20 +(id)new { return 0; } class
/external/clang/test/CodeGenObjC/
Doptimize-ivar-offset-load.m11 + (SampleClass*) new; class
37 + (SampleClass*) new { return 0; } class
/external/toybox/scripts/
Dmkflags.c25 char *n, *new, c; in mark_gaps() local
63 struct flag *new = calloc(sizeof(struct flag), 1); in digest() local
97 struct flag *new = calloc(sizeof(struct flag), 1); in digest() local
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h34 static __inline__ void __list_add(struct list_head * new, in __list_add()
47 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add()
55 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
/external/llvm/include/llvm/IR/
DConstants.h55 void *operator new(size_t s) { in new() function
238 void *operator new(size_t s) { in new() function
304 void *operator new(size_t s) { 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/skia/include/core/
DSkData.h176 void* operator new(size_t size) { return sk_malloc_throw(size); } in new() function
177 void* operator new(size_t, void* p) { return p; } 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/toybox/lib/
Dllist.c67 void dlist_add_nomalloc(struct double_list **list, struct double_list *new) in dlist_add_nomalloc()
81 struct double_list *new = xmalloc(sizeof(struct double_list)); in dlist_add() local

12345678910>>...12