Searched refs:listp (Results 1 – 9 of 9) sorted by relevance
/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/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/selinux/libsepol/src/ |
D | optimize.c | 326 cond_av_list_t **listp = cond; in optimize_cond_av_list() local 350 cond = listp; in optimize_cond_av_list()
|
/third_party/FreeBSD/sys/sys/ |
D | bus.h | 306 int device_get_children(device_t dev, device_t **listp, int *countp); 359 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp); 360 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
|
/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):
|