HomeSort by relevance Sort by last modified time
    Searched defs:new_list (Results 1 - 17 of 17) sorted by null

  /external/libunwind/src/
Los-common.c 48 move_cached_elf_data (struct map_info *old_list, struct map_info *new_list)
58 from the beginning of new_list each time looking for a match to
60 in new_list we checked. */
61 while (new_list && old_list->start <= new_list->start)
63 if (old_list->start == new_list->start
64 && old_list->end == new_list->end)
68 new_list->ei = old_list->ei;
75 new_list = new_list->next
91 struct map_info *new_list; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_list.c 49 struct cil_list *new_list = cil_malloc(sizeof(*new_list)); local
50 new_list->head = NULL;
51 new_list->tail = NULL;
52 new_list->flavor = flavor;
53 *list = new_list;
cil_post.c 1362 struct cil_list *new_list; member in struct:perm_to_list
1369 struct cil_list *new_list = perm_args->new_list; local
1424 struct cil_list *new_list = NULL; local
    [all...]
  /external/e2fsprogs/lib/blkid/
devno.c 143 struct dir_list *list = NULL, *new_list = NULL; local
159 blkid__scan_dir(current->name, devno, &new_list, &devname);
169 list = new_list;
170 new_list = NULL;
174 free_dirlist(&new_list);
  /external/e2fsprogs/lib/ext2fs/
finddev.c 128 struct dir_list *list = 0, *new_list = 0; local
146 scan_dir(current->name, device, &new_list, &ret_path);
156 list = new_list;
157 new_list = 0;
164 free_dirlist(&new_list);
  /external/freetype/src/cache/
ftccache.c 126 FTC_Node new_list = NULL; local
156 node->link = new_list;
157 new_list = node;
163 cache->buckets[p + mask + 1] = new_list;
  /hardware/intel/img/psb_video/src/
tng_vld_dec.c 249 unsigned char *new_list; local
251 new_list = realloc(ctx->slice_param_list,
253 if (NULL == new_list) {
256 ctx->slice_param_list = (object_buffer_p*) new_list;
  /external/libpng/
pngset.c 1276 png_bytep new_list; local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngset.c 1275 png_bytep new_list; local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 873 unsigned char *new_list; local
875 new_list = realloc(ctx->slice_param_list,
877 if (NULL == new_list) {
880 ctx->slice_param_list = (object_buffer_p*) new_list;
    [all...]
psb_MPEG4.c 872 unsigned char *new_list; local
    [all...]
psb_H264.c 1429 unsigned char *new_list; local
    [all...]
psb_VC1.c 1286 unsigned char *new_list; local
    [all...]
  /external/blktrace/btt/
output.c 331 struct seek_mode_info *p, *this, *new_list = NULL; local
337 if (new_list == NULL || this->nseeks > new_list->nseeks)
338 new_list = this;
339 else if (this->nseeks == new_list->nseeks) {
340 for (p = new_list; p != NULL; p = p->next)
347 this->next = new_list;
348 new_list = this;
354 sip->median / sip->nseeks, new_list->mode, new_list->nseeks)
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-timechart.c 617 struct per_pid *new_list, *p, *cursor, *prev; local
620 new_list = NULL;
627 if (new_list == NULL) {
628 new_list = p;
633 cursor = new_list;
644 p->next = new_list;
645 new_list = p;
657 all_data = new_list;
  /external/selinux/libsepol/src/
write.c 679 cond_av_list_t *cur_list, *new_list = NULL; local
689 if (expand_cond_av_list(p, list, &new_list, &expa))
691 list = new_list;
719 cond_av_list_destroy(new_list);
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 991 char **new_list; local
995 new_list = realloc(sl->list, (sl->max+1) * sizeof(char *));
996 if (!new_list)
998 sl->list = new_list;
    [all...]

Completed in 392 milliseconds