Searched refs:listp (Results 1 – 12 of 12) sorted by relevance
/external/ltp/testcases/kernel/sched/process_stress/ |
D | process.c | 198 int *listp; /* pointer to sibling info in shared memory */ in print_shm() local 209 for (j = 0, listp = pinfo->list; j < BVAL; j++, listp++) in print_shm() 210 fprintf(errfp, " %d", *listp); in print_shm() 389 int *listp; /* ptr to sibling info for current proc */ in put_proc_info() local 407 listp = smp->list + 1; in put_proc_info() 410 for (sibslot = *smp->list * BVAL + 1; listp < smp->list + BVAL; in put_proc_info() 413 *(listp++) = sibslot; in put_proc_info() 431 int *listp = (shmaddr + slot)->list; in notify() local 443 for (i = 1, listp++; i < BVAL; i++, listp++) { in notify() 445 rc = send_message(msgid, (mtyp_t) * listp, mtext); in notify() [all …]
|
/external/clang/test/Rewriter/ |
D | rewrite-byref-vars.mm | 47 __attribute__((__blocks__(byref))) id *listp; 50 *listp++ = 0; 53 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; }
|
D | rewrite-modern-extern-c-func-decl.mm | 84 __attribute__((__blocks__(byref))) id *listp; 87 *listp++ = 0; 92 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; }
|
/external/pcre/dist2/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() 418 *listp++ = sp; in pcre2_substring_list_get() 424 *listp = NULL; in pcre2_substring_list_get()
|
/external/clang/tools/clang-format/ |
D | clang-format.el | 61 (unless (and (listp xml-node) (eq (xml-node-name xml-node) 'replacements)) 68 (when (listp node)
|
/external/elfutils/src/ |
D | ldscript.y | 53 static struct filename_list *mark_as_needed (struct filename_list *listp); 577 mark_as_needed (struct filename_list *listp) in mark_as_needed() argument 579 struct filename_list *runp = listp; in mark_as_needed() 585 while (runp != listp); in mark_as_needed() 587 return listp; in mark_as_needed()
|
/external/clang/utils/ |
D | clang-completion-mode.el | 147 (cc-flags (if (listp clang-flags) clang-flags nil))
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 435 def LS_ISEMPTY(listp): return \ argument
|
/external/skia/third_party/libpng/ |
D | pngwutil.c | 440 png_free_buffer_list(png_structrp png_ptr, png_compression_bufferp *listp) in png_free_buffer_list() argument 442 png_compression_bufferp list = *listp; in png_free_buffer_list() 446 *listp = NULL; in png_free_buffer_list()
|
/external/libpng/ |
D | pngwutil.c | 440 png_free_buffer_list(png_structrp png_ptr, png_compression_bufferp *listp) in png_free_buffer_list() argument 442 png_compression_bufferp list = *listp; in png_free_buffer_list() 446 *listp = NULL; in png_free_buffer_list()
|
/external/pdfium/third_party/libpng16/ |
D | pngwutil.c | 440 png_free_buffer_list(png_structrp png_ptr, png_compression_bufferp *listp) in png_free_buffer_list() argument 442 png_compression_bufferp list = *listp; in png_free_buffer_list() 446 *listp = NULL; in png_free_buffer_list()
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 7957 DB_REPMGR_SITE *listp; in DBEnv_repmgr_site_list() local 7962 err = self->db_env->repmgr_site_list(self->db_env, &countp, &listp); in DBEnv_repmgr_site_list() 7968 free(listp); in DBEnv_repmgr_site_list() 7973 key=NUMBER_FromLong(listp[countp].eid); in DBEnv_repmgr_site_list() 7976 free(listp); in DBEnv_repmgr_site_list() 7979 tuple=Py_BuildValue("(sII)", listp[countp].host, in DBEnv_repmgr_site_list() 7980 listp[countp].port, listp[countp].status); in DBEnv_repmgr_site_list() 7984 free(listp); in DBEnv_repmgr_site_list() 7991 free(listp); in DBEnv_repmgr_site_list() 7997 free(listp); in DBEnv_repmgr_site_list()
|