Searched defs:new (Results 251 - 275 of 368) sorted by relevance

<<1112131415

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.c481 struct rc_reader * new; local
484 new = &data->Readers[data->ReaderCount++];
485 new->Inst = inst;
486 new->WriteMask = mask;
487 return new;
497 struct rc_reader * new = add_reader(pool, data, inst, mask); local
498 new->U.I.Src = src;
510 struct rc_reader * new = add_reader(pool, data, inst, mask); local
511 new->U.P.Src = src;
512 new
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_parser_extras.h63 /* Callers of this ralloc-based new need not call delete. It's
65 static void* operator new(size_t size, void *ctx)
H A Dglsl_types.h88 /* Callers of this ralloc-based new need not call delete. It's
90 static void* operator new(size_t size)
474 * Set on the first call to \c glsl_type::new.
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddrisw_glx.c290 drisw_unbind_context(struct glx_context *context, struct glx_context *new) argument
541 /* Create a new drawable */
733 * This is called from __glXInitialize() when we are given a new
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h69 /* Callers of this ralloc-based new need not call delete. It's
71 static void* operator new(size_t size, void *ctx)
129 /* Callers of this ralloc-based new need not call delete. It's
131 static void* operator new(size_t size, void *ctx)
H A Dbrw_vec4.h82 /* Callers of this ralloc-based new need not call delete. It's
84 static void* operator new(size_t size, void *ctx)
120 /* Callers of this ralloc-based new need not call delete. It's
122 static void* operator new(size_t size, void *ctx)
149 /* Callers of this ralloc-based new need not call delete. It's
151 static void* operator new(size_t size, void *ctx)
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py581 import new namespace
583 subprocess = new.module('subprocess')
1307 """Create new subdirectories under the temporary working
1323 new = os.path.join(self.workdir, sub)
1325 os.mkdir(new)
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h34 void* operator new(size_t bytes, clang::PreprocessingRecord& PR,
99 // in PreprocessingRecord or by doing a placement new.
100 void* operator new(size_t bytes, PreprocessingRecord& PR,
102 return ::operator new(bytes, PR, alignment);
105 void* operator new(size_t bytes, void* mem) throw() {
118 // Make vanilla 'new' and 'delete' illegal for preprocessed entities.
119 void* operator new(size_t bytes) throw();
356 /// \brief Allocate space for a new set of loaded preprocessed entities.
362 /// \brief Register a new macro definition.
366 /// \brief Construct a new preprocessin
[all...]
/external/clang/test/Analysis/
H A Dinline.cpp9 // This is the standard placement new.
10 inline void* operator new(size_t, void* __p) throw()
312 // use the proper region for operator new.
319 IntWrapper *obj = new IntWrapper(42);
327 IntWrapper *alias = new (obj) IntWrapper(42);
384 Grandchild *g = new (b) Grandchild();
/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp271 __declspec(dllexport) void* operator new(__SIZE_TYPE__ n) { return alloc(n); }
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp62 #define new macro
147 new
/external/dnsmasq/src/
H A Ddhcp.c146 /* Very new Linux kernels return the actual size needed,
668 int count, new; local
709 (new = memcmp_masked(conf_addr->hwaddr, hwaddr, hw_len, conf_addr->wildcard_mask)) > count)
711 count = new;
H A Dnetwork.c394 * to create just a single new listener dynamically when our interface
397 * iface - input of the new interface details to listen on
398 * listeners - output. Creates a new struct listener and inserts at head of the list
409 struct listener *new = safe_malloc(sizeof(struct listener)); local
410 new->family = iface->addr.sa.sa_family;
411 new->iface = iface;
412 new->next = *listeners;
413 new->tftpfd = -1;
414 new->tcpfd = -1;
415 new
847 struct server *new, *tmp, *ret = NULL; local
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.c167 * Decrypt the packet. If this is the beginning of a new
760 vchar_t *new; local
762 new = vmalloc(s->l + append->l);
763 if (new == NULL) {
769 memcpy(new->v, s->v, s->l);
770 memcpy(new->v + s->l, append->v, append->l);
773 return new;
924 struct isakmp_data *new;
931 new = (struct isakmp_data *)buffer->v;
933 new
968 struct isakmp_data *new; local
993 struct isakmp_data *new; local
1028 struct isakmp_data *new; local
1056 struct isakmp_data *new; local
[all...]
H A Dsockmisc.c840 struct sockaddr *new; local
842 if ((new = racoon_calloc(1, len)) == NULL) {
850 new->sa_family = AF_INET6;
852 new->sa_family = AF_INET;
855 new->sa_len = len;
858 return new;
/external/iptables/iptables/
H A Diptables-xml.c74 /* global new argv and argc */
538 unsigned int new = 0; local
542 while (new < newargc && old < oldargc) {
543 if (isTarget(oldargv[old]) && isTarget(newargv[new])) {
559 // break when old!=new
560 if (strcmp(oldargv[old], newargv[new]) != 0) {
566 new++;
716 DEBUGP("Creating new chain '%s'\n", chain);
/external/libexif/libexif/
H A Dexif-data.c450 * If we don't know the tag, don't fail. It could be that new
1112 ExifByteOrder old, new; member in struct:_ByteOrderChangeData
1123 exif_array_set_byte_order (e->format, e->data, e->components, d->old, d->new);
1141 d.new = order;
/external/libnl/lib/
H A Daddr.c160 * Allocate new abstract address object.
179 * Allocate new abstract address object based on a binary address.
209 * family and allocates a new abstract address based on it.
422 struct nl_addr *new; local
424 new = nl_addr_build(addr->a_family, addr->a_addr, addr->a_len);
425 if (new)
426 new->a_prefixlen = addr->a_prefixlen;
428 return new;
H A Dmsg.c98 * // Various methods exist to create/allocate a new netlink
387 NL_DBG(2, "msg %p: Allocated new message, maxlen=%zu\n", nm, len);
396 * Allocate a new netlink message with the default maximum payload size.
398 * Allocates a new netlink message without any further payload. The
410 * Allocate a new netlink message with maximum payload size specified.
418 * Allocate a new netlink message and inherit netlink message header
421 * Allocates a new netlink message and inherits the original message
433 struct nlmsghdr *new = nm->nm_nlh; local
435 new->nlmsg_type = hdr->nlmsg_type;
436 new
[all...]
/external/libnl/lib/route/
H A Dneigh.c74 * @par 2) Adding new neighbours
77 * // of the new neighbour.
80 * // Fill out the attributes of the new neighbour
121 * // matching the neighbour to be changed and the new parameters. Alternatively
458 * Allocates a new neighbour cache, initializes it properly and updates it
536 * Build netlink request message to add a new neighbour
537 * @arg tmpl template with data of new neighbour
541 * Builds a new netlink message requesting a addition of a new
544 * or supplemented as needed. \a tmpl must contain the attributes of the new
762 __assign_addr(struct rtnl_neigh *neigh, struct nl_addr **pos, struct nl_addr *new, int flag, int nocheck) argument
[all...]
H A Drule.c354 * Allocates a new rule cache, initializes it properly and updates it
449 * Build netlink request message to add a new rule
450 * @arg tmpl template with data of new rule
453 * Builds a new netlink message requesting a addition of a new
456 * or supplemented as needed. \a tmpl must contain the attributes of the new
469 * Add a new rule
508 * Builds a new netlink message requesting a deletion of a rule.
660 struct nl_addr *new, uint8_t *len, int flag)
663 if (new
659 __assign_addr(struct rtnl_rule *rule, struct nl_addr **pos, struct nl_addr *new, uint8_t *len, int flag) argument
[all...]
/external/libselinux/src/
H A Davc.c125 struct avc_node *new; local
162 new = avc_malloc(sizeof(*new));
163 if (!new) {
169 memset(new, 0, sizeof(*new));
170 new->next = avc_node_freelist;
171 avc_node_freelist = new;
297 struct avc_node *new; local
304 new
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmap.c457 * Now check if we need to create new maps for areas not
458 * overlapped by the new map:
512 struct map *new = map__clone(map); local
513 if (new == NULL)
515 map_groups__insert(mg, new);
/external/llvm/include/llvm/IR/
H A DConstants.h53 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
59 void *operator new(size_t s) {
60 return User::operator new(s, 0);
235 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
242 void *operator new(size_t s) {
243 return User::operator new(s, 0);
298 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
305 void *operator new(size_t s) {
306 return User::operator new(s, 0);
484 void *operator new(size_
[all...]
H A DInstrTypes.h90 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
104 void *operator new(size_t s) {
105 return User::operator new(s, 1);
139 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
149 void *operator new(size_t s) {
150 return User::operator new(s, 2);
407 /// insert the new CastInst before InsertBefore (if it is non-null).
419 /// to automatically insert the new CastInst at the end of InsertAtEnd (if
639 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
693 void *operator new(size_
[all...]

Completed in 9747 milliseconds

<<1112131415