Home
last modified time | relevance | path

Searched refs:listp (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/Rewriter/
Drewrite-byref-vars.mm47 __attribute__((__blocks__(byref))) id *listp;
50 *listp++ = 0;
53 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; }
Drewrite-modern-extern-c-func-decl.mm84 __attribute__((__blocks__(byref))) id *listp;
87 *listp++ = 0;
92 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; }
/external/llvm-project/clang/test/Rewriter/
Drewrite-byref-vars.mm47 __attribute__((__blocks__(byref))) id *listp;
50 *listp++ = 0;
53 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; }
Drewrite-modern-extern-c-func-decl.mm84 __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/
Dprocess.c197 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/
Dpcre2_substring.c379 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/
Dclang-format.el61 (unless (and (listp xml-node) (eq (xml-node-name xml-node) 'replacements))
68 (when (listp node)
/external/llvm-project/clang/tools/clang-format/
Dclang-format.el74 (unless (and (listp xml-node) (eq (xml-node-name xml-node) 'replacements))
81 (when (listp node)
/external/openssh/
Dkex.c223 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/
Doptimize.c248 cond_av_list_t **listp = cond; in optimize_cond_av_list() local
272 cond = listp; in optimize_cond_av_list()
/external/clang/utils/
Dclang-completion-mode.el147 (cc-flags (if (listp clang-flags) clang-flags nil))
/external/python/cpython2/Lib/plat-unixware7/
DIN.py435 def LS_ISEMPTY(listp): return \ argument
/external/libpng/
Dpngwutil.c439 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/
Dpngwutil.c439 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.c7981 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/
Dtest_buffer.py251 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):