Searched refs:listptr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dargs.c127 const struct arg_enum_list *listptr; local
131 for (listptr = def->enums; listptr->name; listptr++)
132 fprintf(fp, "%s%s", listptr->name,
133 listptr[1].name ? ", " : "\n");
211 const struct arg_enum_list *listptr; local
219 for (listptr = arg->def->enums; listptr->name; listptr
[all...]
/external/libvpx/libvpx/
H A Dargs.c127 const struct arg_enum_list *listptr; local
131 for (listptr = def->enums; listptr->name; listptr++)
132 fprintf(fp, "%s%s", listptr->name,
133 listptr[1].name ? ", " : "\n");
211 const struct arg_enum_list *listptr; local
219 for (listptr = arg->def->enums; listptr->name; listptr
[all...]
/external/pcre/dist/
H A Dpcre_get.c432 listptr set to point to the list of pointers
442 const char ***listptr)
446 PCRE_SPTR16 **listptr)
450 PCRE_SPTR32 **listptr)
466 *listptr = (const char **)stringlist;
468 *listptr = (PCRE_SPTR16 *)stringlist;
470 *listptr = (PCRE_SPTR32 *)stringlist;
441 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument
H A Dpcretest.c269 #define PCRE_FREE_SUBSTRING_LIST8(listptr) \
270 pcre_free_substring_list(listptr)
283 #define PCRE_GET_SUBSTRING_LIST8(rc, bptr, offsets, count, listptr) \
284 rc = pcre_get_substring_list((const char *)bptr, offsets, count, listptr)
360 #define PCRE_FREE_SUBSTRING_LIST16(listptr) \
361 pcre16_free_substring_list((PCRE_SPTR16 *)listptr)
375 #define PCRE_GET_SUBSTRING_LIST16(rc, bptr, offsets, count, listptr) \
377 (PCRE_SPTR16 **)(void*)listptr)
452 #define PCRE_FREE_SUBSTRING_LIST32(listptr) \
453 pcre32_free_substring_list((PCRE_SPTR32 *)listptr)
[all...]
H A Dpcregexp.pas403 listptr : pointer {const char ***listptr}) : integer; external;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.h117 typedef wordptr *listptr; typedef
149 listptr BitVector_Create_List(N_int bits, boolean clear, N_int count);
169 void BitVector_Destroy_List (listptr list, N_int count); /* list */
H A Dbitvect.c449 void BitVector_Destroy_List(listptr list, N_int count) /* free list */
451 listptr slot;
490 listptr BitVector_Create_List(N_int bits, boolean clear, N_int count)
492 listptr list = NULL;
493 listptr slot;
499 list = (listptr) malloc(sizeof(wordptr) * count);
3040 listptr L;
/external/elfutils/0.153/src/
H A Dreadelf.c4426 struct listptr struct
4441 struct listptr *p1 = (void *) a;
4442 struct listptr *p2 = (void *) b;
4474 struct listptr *table;
4505 struct listptr *p = &table->table[table->n++];
4507 *p = (struct listptr)
4536 struct listptr *p = &table->table[*idxp];

Completed in 275 milliseconds