/third_party/ltp/tools/sparse/sparse-src/ |
D | ptrlist.c | 195 void pack_ptr_list(struct ptr_list **listp) in pack_ptr_list() argument 197 struct ptr_list *head = *listp; in pack_ptr_list() 209 *listp = NULL; in pack_ptr_list() 217 *listp = next; in pack_ptr_list() 260 void **__add_ptr_list(struct ptr_list **listp, void *ptr) in __add_ptr_list() argument 262 struct ptr_list *list = *listp; in __add_ptr_list() 272 *listp = newlist; in __add_ptr_list() 298 void **__add_ptr_list_tag(struct ptr_list **listp, void *ptr, unsigned long tag) in __add_ptr_list_tag() argument 306 return __add_ptr_list(listp, ptr); in __add_ptr_list_tag() 442 void copy_ptr_list(struct ptr_list **listp, struct ptr_list *src) in copy_ptr_list() argument [all …]
|
D | storage.c | 40 static void sort_hash_list(struct storage_hash_list **listp) in sort_hash_list() argument 42 sort_list((struct ptr_list **)listp, hash_list_cmp); in sort_hash_list() 102 struct storage_hash_list **listp = storage_hash_table + storage_hash(bb,pseudo,inout); in add_storage() local 109 add_ptr_list(listp, hash); in add_storage() 131 static void vrfy_storage(struct storage_hash_list **listp) in vrfy_storage() argument 135 sort_list((struct ptr_list **)listp, storage_hash_cmp); in vrfy_storage() 137 FOR_EACH_PTR(*listp, entry) { in vrfy_storage()
|
D | example.c | 221 static struct storage_hash *find_or_create_hash(pseudo_t pseudo, struct storage_hash_list **listp) in find_or_create_hash() argument 225 entry = find_storage_hash(pseudo, *listp); in find_or_create_hash() 229 add_ptr_list(listp, entry); in find_or_create_hash()
|
/third_party/iowow/src/utils/ |
D | iwarr.c | 222 void iwulist_destroy(IWULIST **listp) { in iwulist_destroy() argument 223 if (listp) { in iwulist_destroy() 224 if (*listp) { in iwulist_destroy() 225 iwulist_destroy_keep(*listp); in iwulist_destroy() 226 free(*listp); in iwulist_destroy() 228 *listp = 0; in iwulist_destroy() 460 void iwlist_destroy(IWLIST **listp) { in iwlist_destroy() argument 461 if (listp) { in iwlist_destroy() 462 if (*listp) { in iwlist_destroy() 463 iwlist_destroy_keep(*listp); in iwlist_destroy() [all …]
|
D | iwarr.h | 106 IW_EXPORT void iwulist_destroy(IWULIST **listp); 220 IW_EXPORT void iwlist_destroy(IWLIST **listp);
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_substring.c | 379 PCRE2_UCHAR **listp; in pcre2_substring_list_get() local 400 *listptr = listp = (PCRE2_UCHAR **)((char *)memp + sizeof(pcre2_memctl)); in pcre2_substring_list_get() 401 lensp = (PCRE2_SIZE *)((char *)listp + sizeof(PCRE2_UCHAR *) * (count + 1)); in pcre2_substring_list_get() 423 *listp++ = sp; in pcre2_substring_list_get() 429 *listp = NULL; in pcre2_substring_list_get()
|
/third_party/ejdb/src/ |
D | ejdb2.h | 326 …WUR iwrc ejdb_list2(EJDB db, const char *coll, const char *query, int64_t limit, EJDB_LIST *listp); 348 IWXSTR *log, EJDB_LIST *listp); 367 IW_EXPORT WUR iwrc ejdb_list4(EJDB db, JQL q, int64_t limit, IWXSTR *log, EJDB_LIST *listp); 373 IW_EXPORT void ejdb_list_destroy(EJDB_LIST *listp);
|
D | ejdb2.c | 1027 …list3(EJDB db, const char *coll, const char *query, int64_t limit, IWXSTR *log, EJDB_LIST *listp) { in ejdb_list3() argument 1028 if (!listp) { in ejdb_list3() 1032 *listp = 0; in ejdb_list3() 1053 *listp = list; in ejdb_list3() 1058 iwrc ejdb_list4(EJDB db, JQL q, int64_t limit, IWXSTR *log, EJDB_LIST *listp) { in ejdb_list4() argument 1059 if (!listp) { in ejdb_list4() 1063 *listp = 0; in ejdb_list4() 1083 *listp = list; in ejdb_list4() 1088 iwrc ejdb_list2(EJDB db, const char *coll, const char *query, int64_t limit, EJDB_LIST *listp) { in ejdb_list2() argument 1089 return ejdb_list3(db, coll, query, limit, 0, listp); in ejdb_list2() [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | format-lisp.c | 2022 add_req_type_constraint (struct format_arg_list **listp, in add_req_type_constraint() argument 2025 *listp = add_required_constraint (*listp, position); in add_req_type_constraint() 2026 *listp = add_type_constraint (*listp, position, type); in add_req_type_constraint() 2031 add_req_listtype_constraint (struct format_arg_list **listp, in add_req_listtype_constraint() argument 2035 *listp = add_required_constraint (*listp, position); in add_req_listtype_constraint() 2036 *listp = add_listtype_constraint (*listp, position, type, sublist); in add_req_listtype_constraint() 2317 check_params (struct format_arg_list **listp, in check_params() argument 2363 add_req_type_constraint (listp, position, *t_types); in check_params() 2387 add_req_listtype_constraint (listp, position, in check_params() 2404 nocheck_params (struct format_arg_list **listp, in nocheck_params() argument [all …]
|
D | format-scheme.c | 2044 add_req_type_constraint (struct format_arg_list **listp, in add_req_type_constraint() argument 2047 *listp = add_required_constraint (*listp, position); in add_req_type_constraint() 2048 *listp = add_type_constraint (*listp, position, type); in add_req_type_constraint() 2053 add_req_listtype_constraint (struct format_arg_list **listp, in add_req_listtype_constraint() argument 2057 *listp = add_required_constraint (*listp, position); in add_req_listtype_constraint() 2058 *listp = add_listtype_constraint (*listp, position, type, sublist); in add_req_listtype_constraint() 2342 check_params (struct format_arg_list **listp, in check_params() argument 2388 add_req_type_constraint (listp, position, *t_types); in check_params() 2412 add_req_listtype_constraint (listp, position, in check_params() 2446 int *positionp, struct format_arg_list **listp, in parse_upto() argument [all …]
|
/third_party/boost/tools/build/src/engine/ |
D | jamgram.yy | 270 * listp - list (in puncutation only mode) 274 list : listp 278 listp : /* empty */ 280 | listp arg
|
D | jamgram.y | 320 list : listp 324 listp : /* empty */ 326 | listp arg
|
/third_party/selinux/libsepol/src/ |
D | optimize.c | 317 cond_av_list_t **listp = cond; in optimize_cond_av_list() local 341 cond = listp; in optimize_cond_av_list()
|
/third_party/FreeBSD/sys/sys/ |
D | bus.h | 303 int device_get_children(device_t dev, device_t **listp, int *countp); 355 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp); 356 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngwutil.c | 439 png_free_buffer_list(png_structrp png_ptr, png_compression_bufferp *listp) in png_free_buffer_list() argument 441 png_compression_bufferp list = *listp; in png_free_buffer_list() 445 *listp = NULL; in png_free_buffer_list()
|
/third_party/libpng/ |
D | pngwutil.c | 439 png_free_buffer_list(png_structrp png_ptr, png_compression_bufferp *listp) in png_free_buffer_list() argument 441 png_compression_bufferp list = *listp; in png_free_buffer_list() 445 *listp = NULL; in png_free_buffer_list()
|
/third_party/skia/third_party/externals/libpng/ |
D | pngwutil.c | 439 png_free_buffer_list(png_structrp png_ptr, png_compression_bufferp *listp) in png_free_buffer_list() argument 441 png_compression_bufferp list = *listp; in png_free_buffer_list() 445 *listp = NULL; in png_free_buffer_list()
|
/third_party/FreeBSD/sys/kern/ |
D | subr_bus.c | 793 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) in devclass_get_drivers() argument 811 *listp = list; in devclass_get_drivers()
|
/third_party/python/Lib/test/ |
D | test_buffer.py | 252 def listp(lst): function 307 if listp(items) and not 0 in shape and prod(shape) != len(items): 312 if listp(items) and not 0 in shape and prod(shape) != len(items):
|