/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/llvm-project/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/ltp/testcases/kernel/sched/process_stress/ |
D | process.c | 197 int *listp; /* pointer to sibling info in shared memory */ in print_shm() local 208 for (j = 0, listp = pinfo->list; j < BVAL; j++, listp++) in print_shm() 209 fprintf(errfp, " %d", *listp); in print_shm() 388 int *listp; /* ptr to sibling info for current proc */ in put_proc_info() local 406 listp = smp->list + 1; in put_proc_info() 409 for (sibslot = *smp->list * BVAL + 1; listp < smp->list + BVAL; in put_proc_info() 412 *(listp++) = sibslot; in put_proc_info() 430 int *listp = (shmaddr + slot)->list; in notify() local 442 for (i = 1, listp++; i < BVAL; i++, listp++) { in notify() 444 rc = send_message(msgid, (mtyp_t) * listp, mtext); in notify() [all …]
|
/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() 423 *listp++ = sp; in pcre2_substring_list_get() 429 *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/llvm-project/clang/tools/clang-format/ |
D | clang-format.el | 74 (unless (and (listp xml-node) (eq (xml-node-name xml-node) 'replacements)) 81 (when (listp node)
|
/external/openssh/ |
D | kex.c | 223 kex_assemble_names(char **listp, const char *def, const char *all) in kex_assemble_names() argument 229 if (listp == NULL || def == NULL || all == NULL) in kex_assemble_names() 232 if (*listp == NULL || **listp == '\0') { in kex_assemble_names() 233 if ((*listp = strdup(def)) == NULL) in kex_assemble_names() 238 list = *listp; in kex_assemble_names() 239 *listp = NULL; in kex_assemble_names() 250 if ((*listp = match_filter_blacklist(def, list + 1)) == NULL) { in kex_assemble_names() 306 *listp = ret; in kex_assemble_names()
|
/external/selinux/libsepol/src/ |
D | optimize.c | 248 cond_av_list_t **listp = cond; in optimize_cond_av_list() local 272 cond = listp; in optimize_cond_av_list()
|
/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/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()
|
/external/pdfium/third_party/libpng16/ |
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()
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 7981 DB_REPMGR_SITE *listp; in DBEnv_repmgr_site_list() local 7986 err = self->db_env->repmgr_site_list(self->db_env, &countp, &listp); in DBEnv_repmgr_site_list() 7992 free(listp); in DBEnv_repmgr_site_list() 7997 key=NUMBER_FromLong(listp[countp].eid); in DBEnv_repmgr_site_list() 8000 free(listp); in DBEnv_repmgr_site_list() 8003 tuple=Py_BuildValue("(sII)", listp[countp].host, in DBEnv_repmgr_site_list() 8004 listp[countp].port, listp[countp].status); in DBEnv_repmgr_site_list() 8008 free(listp); in DBEnv_repmgr_site_list() 8015 free(listp); in DBEnv_repmgr_site_list() 8021 free(listp); in DBEnv_repmgr_site_list()
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 251 def listp(lst): function 306 if listp(items) and not 0 in shape and prod(shape) != len(items): 311 if listp(items) and not 0 in shape and prod(shape) != len(items):
|