HomeSort by relevance Sort by last modified time
    Searched refs:listptr (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/
args.c 127 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/
args.c 127 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
args.c 127 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/
pcre_get.c 432 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;
pcretest.c 269 #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...]
pcregexp.pas 403 listptr : pointer {const char ***listptr}) : integer; external;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 117 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 */
bitvect.c 449 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);
    [all...]
  /external/elfutils/0.153/src/
readelf.c 4426 struct listptr struct
    [all...]

Completed in 267 milliseconds