/external/valgrind/main/memcheck/tests/vbit-test/ |
D | vbits.c | 77 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 449 vbits_t new = { .num_bits = v.num_bits / 2 }; in upper_vbits() local 486 vbits_t new = { .num_bits = num_bits }; in zextend_vbits() local 574 vbits_t new = { .num_bits = num_bits }; in onehot_vbits() local [all …]
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 42 void *operator new(size_t s) { in new() function 59 void *operator new(size_t s) { in new() function 80 void *operator new(size_t s) { in new() function 101 void *operator new(size_t s) { in new() function 122 void *operator new(size_t s) { in new() function 144 void *operator new(size_t s) { in new() function 169 void *operator new(size_t s) { in new() function 195 void *operator new(size_t s) { in new() function 243 void *operator new(size_t s) { in new() function
|
/external/linux-tools-perf/perf-3.12.0/lib/ |
D | rbtree.c | 63 __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/ |
D | remoteconf.c | 171 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
|
D | sainfo.c | 166 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
|
D | proposal.c | 82 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
|
D | policy.c | 292 struct secpolicy *new; in newsp() local 381 inssp(new) in inssp() argument 428 struct ipsecrequest *new; in newipsecreq() local
|
D | cfparse.y | 1512 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/dnsmasq/src/ |
D | option.c | 668 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/chromium_org/v8/src/ |
D | zone-inl.h | 47 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/ |
D | warn-new-overaligned-3.h | 6 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/ |
D | Class.pm | 14 sub new { subroutine
|
/external/valgrind/main/none/tests/s390x/ |
D | lpr.c | 4 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/ |
D | recognizers.rb | 145 def self.new( *declarations, &body ) singletonMethod in ANTLR3.Scope 163 def initialize( #{ parameters } )
|
D | token.rb | 502 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/ |
D | list.h | 55 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/ |
D | arc-unsafe-assigns.m | 11 + (id)new; class 20 +(id)new { return 0; } class
|
/external/clang/test/CodeGenObjC/ |
D | optimize-ivar-offset-load.m | 11 + (SampleClass*) new; class 37 + (SampleClass*) new { return 0; } class
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 34 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/ |
D | Constants.h | 59 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_fs_cfg.h | 42 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/ |
D | brw_fs_cfg.h | 42 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/libvorbis/vq/ |
D | vqgen.c | 342 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/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_sysctl.c | 683 uint32_t old, new; variable 736 uint32_t old, new; variable 772 uint32_t new; variable 812 uint32_t new; variable
|
/external/f2fs-tools/include/ |
D | list.h | 28 static inline void __list_add(struct list_head *new, in __list_add() 38 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 43 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
|