Searched refs:listptr (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/ |
D | args.c | 111 const struct arg_enum_list *listptr; in arg_show_usage() local 115 for (listptr = def->enums; listptr->name; listptr++) in arg_show_usage() 116 fprintf(fp, "%s%s", listptr->name, listptr[1].name ? ", " : "\n"); in arg_show_usage() 192 const struct arg_enum_list *listptr; in arg_parse_enum() local 200 for (listptr = arg->def->enums; listptr->name; listptr++) in arg_parse_enum() 201 if (listptr->val == rawval) return (int)rawval; in arg_parse_enum() 205 for (listptr = arg->def->enums; listptr->name; listptr++) in arg_parse_enum() 206 if (!strcmp(arg->val, listptr->name)) return listptr->val; in arg_parse_enum()
|
/external/libaom/libaom/common/ |
D | args.c | 172 const struct arg_enum_list *listptr; in arg_show_usage() local 176 for (listptr = def->enums; listptr->name; listptr++) in arg_show_usage() 177 fprintf(fp, "%s%s", listptr->name, listptr[1].name ? ", " : "\n"); in arg_show_usage() 249 const struct arg_enum_list *listptr; in arg_parse_enum() local 257 for (listptr = arg->def->enums; listptr->name; listptr++) in arg_parse_enum() 258 if (listptr->val == rawval) return (int)rawval; in arg_parse_enum() 262 for (listptr = arg->def->enums; listptr->name; listptr++) in arg_parse_enum() 263 if (!strcmp(arg->val, listptr->name)) return listptr->val; in arg_parse_enum()
|
/external/pcre/dist2/src/ |
D | pcre2_substring.c | 372 pcre2_substring_list_get(pcre2_match_data *match_data, PCRE2_UCHAR ***listptr, in pcre2_substring_list_get() argument 400 *listptr = listp = (PCRE2_UCHAR **)((char *)memp + sizeof(pcre2_memctl)); in pcre2_substring_list_get()
|
/external/elfutils/src/ |
D | readelf.c | 4756 struct listptr struct 4789 listptr_base (struct listptr *p) in listptr_base() 4799 struct listptr *p1 = (void *) a; in compare_listptr() 4800 struct listptr *p2 = (void *) b; in compare_listptr() 4848 struct listptr *table; 4884 struct listptr *p = &table->table[table->n++]; in notice_listptr() 4886 *p = (struct listptr) in notice_listptr() 4925 struct listptr *p = &table->table[*idxp]; in skip_listptr_hole() 4975 static struct listptr * 4999 struct listptr *p = &table->table[*idxp]; in listptr_cu() [all …]
|
D | ChangeLog | 417 * readelf.c (print_debug_loc_section): Use correct listptr for 658 * readelf.c (struct listptr): Add attr field. 661 (notice_listptr): Take attr as argument and add it to listptr. 668 a listptr. If the attr is DW_AT_GNU_locview print view pairs till the 669 next listptr offset. 2158 (struct listptr): Replace base field with cu. 2248 * readelf.c (struct listptr): Add base Dwarf_Addr field. 2709 (struct listptr, struct listptr_table): New types.
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 342 PCRE2_UCHAR ***listptr, PCRE2_SIZE **lengthsptr); 2995 PCRE2_UCHAR ***listptr, PCRE2_SIZE **lengthsptr); 3009 The address of the memory block is returned via listptr, which is also
|