Home
last modified time | relevance | path

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

12345678910>>...13

/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/valgrind/memcheck/tests/vbit-test/
Dvbits.c109 vbits_t new = { .num_bits = num_bits }; in undefined_vbits() local
136 vbits_t new = { .num_bits = num_bits }; in defined_vbits() local
191 vbits_t new = { .num_bits = num_bits }; in truncate_vbits() local
255 vbits_t new = { .num_bits = num_bits }; in left_vbits() local
384 vbits_t new = { .num_bits = v1.num_bits }; in or_vbits() local
412 vbits_t new = { .num_bits = v1.num_bits }; in and_vbits() local
440 vbits_t new = { .num_bits = v1.num_bits * 2 }; in concat_vbits() local
483 vbits_t new = { .num_bits = v.num_bits / 2 }; in upper_vbits() local
520 vbits_t new = { .num_bits = num_bits }; in zextend_vbits() local
608 vbits_t new = { .num_bits = num_bits }; in onehot_vbits() local
[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
199 void *operator new(size_t s) { in new() function
269 void *operator new(size_t s) { in new() function
/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
1612 struct dhcp_bridge *new = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt() local
1644 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context)); in one_opt() local
[all …]
/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
436 struct isakmpsa *new; in newisakmpsa() local
461 insisakmpsa(new, rmconf) in insisakmpsa() argument
623 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
Dcfparse.y1512 struct remoteconf *new; variable
1538 struct remoteconf *new; variable
1938 struct etypes *new; variable
2177 struct proposalspec *new; variable
2203 struct secprotospec *new; in newspspec() local
2352 struct isakmpsa *new; local
/external/libcxx/utils/sym_check/sym_check/
Ddiff.py23 def added_symbols(old, new): argument
27 def removed_symbols(old, new): argument
31 def changed_symbols(old, new): argument
43 def diff(old, new): argument
/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/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/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/pdfium/xfa/src/fgas/include/
Dfx_mem.h39 void* operator new(size_t size) { return FX_Alloc(uint8_t, size); } in new() function
41 void* operator new(size_t size, IFX_MEMAllocator* pAllocator) { in new() function
47 void* operator new(size_t size, void* place) { return place; } in new() function
/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/toybox/scripts/
Dmkflags.c27 char *n, *new, c; in mark_gaps() local
65 struct flag *new = calloc(sizeof(struct flag), 1); in digest() local
99 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/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/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/llvm/include/llvm/IR/
DConstants.h60 void *operator new(size_t s) { in new() function
248 void *operator new(size_t s) { in new() function
320 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.h174 void* operator new(size_t size) { return sk_malloc_throw(size); } in new() function
175 void* operator new(size_t, void* p) { return p; } in new() function

12345678910>>...13