HomeSort by relevance Sort by last modified time
    Searched defs:new (Results 401 - 425 of 504) sorted by null

<<11121314151617181920>>

  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 62 #define new macro
147 new
  /external/dnsmasq/src/
cache.c 105 struct crec **new, **old, *p, *tmp; local
113 new = safe_malloc(new_size * sizeof(struct crec *));
114 else if (new_size <= hash_size || !(new = whine_malloc(new_size * sizeof(struct crec *))))
118 new[i] = NULL;
122 hash_table = new;
199 /* insert a new cache entry at the head of the list (youngest entry) */
362 struct crec *new; local
387 if (!(new = cache_tail)) /* no entries left - cache is too small, bail */
397 if (new->flags & (F_FORWARD | F_REVERSE))
412 cache_scan_free(cache_get_name(new), &new->addr.addr, now, new->flags)
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 167 * 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->type = attr->type
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...]
  /external/libexif/libexif/
exif-data.c 450 * 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;
    [all...]
  /external/libnl/lib/
msg.c 98 * // 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->nlmsg_flags = hdr->nlmsg_flags
    [all...]
  /external/libnl/lib/route/
route_obj.c 99 struct rtnl_nexthop *nh, *new; local
115 new = rtnl_route_nh_clone(nh);
116 if (!new)
119 rtnl_route_add_nexthop(dst, new);
1047 /* Kernel supports new style nexthop configuration,
  /external/libselinux/src/
avc.c 125 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 = avc_node_freelist
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 481 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->U.P.Arg = arg
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 63 /* Callers of this ralloc-based new need not call delete. It's
65 static void* operator new(size_t size, void *ctx)
glsl_types.h 88 /* 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/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 69 /* 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)
brw_vec4.h 82 /* 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/oprofile/libop/
op_events.c 312 struct op_unit_mask *new, *um; local
319 new = new_unit_mask();
320 new->name = xstrdup(value);
321 new->used = 1;
332 new->default_mask |= um->default_mask;
333 new->num += um->num;
334 if (new->num > MAX_UNIT_MASK)
337 new->um[num] = um->um[c];
338 new->um[num].desc = xstrdup(new->um[num].desc)
    [all...]
  /external/qemu/distrib/ext4_utils/src/
allocate.c 545 struct region *new; local
557 new = malloc(sizeof(struct region));
559 new->bg = reg->bg;
560 new->block = reg->block + len;
561 new->len = reg->len - len;
562 new->next = reg->next;
563 new->prev = reg;
565 reg->next = new;
569 alloc->list.iter = new;
  /external/qemu/distrib/libselinux/src/
avc.c 125 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 = avc_node_freelist
    [all...]
  /external/tremolo/Tremolo/
framing.c 116 /* allocate a new buffer */
136 /* allocate a new reference */
271 /* make a new reference to tail the second piece */
486 If a page consists of a packet begun on a previous page, and a new
624 allocate new fragment and expose it
646 /* current fragment used/full; get new fragment */
648 ogg_reference *new=ogg_buffer_alloc(oy->bufferpool,bytes); local
649 oy->fifo_head->next=new;
650 oy->fifo_head=new;
  /external/valgrind/main/coregrind/
m_redir.c 73 That calls VG_(redir_notify_new_DebugInfo) when a new DebugInfo
74 (shared object symbol table, basically) appears. Appearance of new
75 symbols can cause new (active) redirections to appear for two
76 reasons: the symbols in the new table may match existing
78 symbols in the new table may themselves supply new redirect
79 specifications which match existing symbols (or ones in the new
179 When a new DebugInfo appears:
180 - it may be the source of new specs
181 - it may be the source of new matches for existing spec
697 Active *old, new; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
alloca.c 217 register pointer new = malloc (sizeof (header) + size); local
220 if (new == 0)
223 ((header *) new)->h.next = last_alloca_header;
224 ((header *) new)->h.deep = depth;
226 last_alloca_header = (header *) new;
230 return (pointer) ((char *) new + sizeof (header));
dir.c 453 /* The directory was not found. Create a new entry for it. */
815 register struct dirfile *new;
881 /* Make a new entry and put it in the table. */
883 new = (struct dirfile *) xmalloc (sizeof (struct dirfile));
884 new->name = xstrdup (filename);
885 new->length = strlen (filename);
886 new->impossible = 1;
887 hash_insert (&dir->contents->dirfiles, new);
1111 struct dirstream *new;
1124 new = (struct dirstream *) xmalloc (sizeof (struct dirstream))
809 register struct dirfile *new; local
1101 struct dirstream *new; local
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 451 /* This call is to set a new vector, so clear out the
463 /* Construct the new glob expression. */
1035 char *new = realloc (pglob->gl_pathv[i], len);
1036 if (new == NULL)
1041 strcpy (&new[len - 2], "/");
1042 pglob->gl_pathv[i] = new;
1139 char *new = (char *) malloc (dirlen + 1 + eltlen);
1140 if (new == NULL)
1149 char *endp = (char *) mempcpy (new, dirname, dirlen);
1154 memcpy (new, dirname, dirlen)
1034 char *new = realloc (pglob->gl_pathv[i], len); local
1138 char *new = (char *) malloc (dirlen + 1 + eltlen); local
1335 struct globlink *new = (struct globlink *) local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 200 register header *new; local
206 new = malloc (combined_size);
208 if (! new)
211 new->h.next = last_alloca_header;
212 new->h.deep = depth;
214 last_alloca_header = new;
218 return (void *) (new + 1);
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 14 inline void* operator new(size_t, void* __p) throw() { return __p; }
161 new (addr) double();
166 new (addr) double(model);
245 char *tmp = new char[nsize];
278 : RefBlockController(size), dataObjectPtr_m(new char), owned_m(true) {}
319 blockControllerPtr_m(new DataBlockController(size)) {}
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 14 inline void* operator new(size_t, void* __p) throw() { return __p; }
161 new (addr) double();
166 new (addr) double(model);
245 char *tmp = new char[nsize];
278 : RefBlockController(size), dataObjectPtr_m(new char), owned_m(true) {}
319 blockControllerPtr_m(new DataBlockController(size)) {}
  /system/extras/ext4_utils/
allocate.c 546 struct region *new; local
558 new = malloc(sizeof(struct region));
560 new->bg = reg->bg;
561 new->block = reg->block + len;
562 new->len = reg->len - len;
563 new->next = reg->next;
564 new->prev = reg;
566 reg->next = new;
570 alloc->list.iter = new;
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 525 * The ICU4C library must not use the global new and delete operators.
530 * that global new/delete are not used:
532 * a) Check for imports of global new/delete (see uobject.cpp for details)
533 * b) Verify that new is never imported.
542 * some Linux/Unix compilers have problems with defining global new/delete.
549 * Global operator new, defined only inside ICU4C, must not be used.
554 operator new(size_t /*size*/) {
561 /* This is only needed to suppress a Visual C++ 2008 warning for operator new[]. */
565 * Global operator new[], defined only inside ICU4C, must not be used.
570 operator new[](size_t /*size*/)
    [all...]

Completed in 2107 milliseconds

<<11121314151617181920>>