Searched refs:ccp (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmcache.c398 mcache_cpu_t *ccp = &cp->mc_cpu[c]; local
400 VERIFY(IS_P2ALIGNED(ccp, CPU_CACHE_LINE_SIZE));
401 lck_mtx_init(&ccp->cc_lock, cp->mc_cpu_lock_grp,
403 ccp->cc_objs = -1;
404 ccp->cc_pobjs = -1;
443 mcache_cpu_t *ccp; local
460 ccp = MCACHE_CPU(cp);
462 MCACHE_LOCK(&ccp->cc_lock);
469 if (ccp->cc_objs > 0) {
478 objs = MIN((unsigned int)ccp
704 mcache_cpu_t *ccp = MCACHE_CPU(cp); local
1054 mcache_cpu_refill(mcache_cpu_t *ccp, mcache_bkt_t *bkt, int objs) argument
1120 mcache_cpu_t *ccp; local
1140 mcache_cpu_t *ccp; local
[all...]
H A Duipc_mbuf.c969 mcache_cpu_t *ccp; local
977 ccp = &cp->mc_cpu[0];
978 bktsize = ccp->cc_bktsize;
992 ccp = &cp->mc_cpu[m];
993 if (ccp->cc_objs > 0)
994 sp->mbcl_mc_cached += ccp->cc_objs;
995 if (ccp->cc_pobjs > 0)
996 sp->mbcl_mc_cached += ccp->cc_pobjs;
/macosx-10.9.5/vim-53/src/proto/
H A Dmain.pro25 int arabic_shape __ARGS((int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c));
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmbufs.py32 ccp = ccp_arr[i]
33 if int(ccp.cc_objs) > 0:
34 total += int(ccp.cc_objs)
35 if int(ccp.cc_pobjs) > 0:
36 total += int(ccp.cc_pobjs)
728 ccp = mc.mc_cpu[n]
729 if (ccp.cc_objs > 0):
730 total += ccp.cc_objs
731 if (ccp.cc_pobjs > 0):
732 total += ccp
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddg.h2147 * RPC_DG_SOCKET_RECVFROM(sock, buf, buflen, from, ccp, serrp)
2148 * RPC_DG_SOCKET_RECVFROM_OOL(sock, buf, buflen, from, ccp, serrp)
2149 * RPC_DG_SOCKET_SENDMSG(sock, iov, iovlen, addr, ccp, serrp)
2150 * RPC_DG_SOCKET_SENDMSG_OOL(sock, iov, iovlen, addr, ccp, serrp)
2179 #define RPC_DG_SOCKET_RECVFROM(sock, buf, buflen, from, ccp, serrp) \
2181 *(serrp) = rpc__socket_recvfrom(sock, (byte_p_t)(buf), buflen, from, ccp); \
2188 #define RPC_DG_SOCKET_RECVFROM_OOL(sock, buf, buflen, from, ccp, serrp) \
2190 *(serr) = rpc__socket_recvfrom(sock, (byte_p_t)(buf), buflen, from, ccp); \
2198 # define RPC_DG_SOCKET_SENDMSG_OOL(sock, iov, iovlen, addr, ccp, serrp) \
2200 *(serrp) = rpc__socket_sendmsg(sock, iov, iovlen, addr, ccp); \
[all...]
/macosx-10.9.5/vim-53/src/
H A Darabic.c1006 * out: "ccp" points to the first byte of the character to be shaped.
1014 arabic_shape(c, ccp, c1p, prev_c, prev_c1, next_c)
1016 int *ccp;
1067 if (curr_c != c && ccp != NULL)
1073 *ccp = buf[0];
H A Dex_getln.c93 static void save_cmdline __ARGS((struct cmdline_info *ccp));
94 static void restore_cmdline __ARGS((struct cmdline_info *ccp));
2909 save_cmdline(ccp)
2910 struct cmdline_info *ccp;
2917 *ccp = prev_ccline;
2928 restore_cmdline(ccp)
2929 struct cmdline_info *ccp;
2932 prev_ccline = *ccp;
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompctl.c94 Compctlp ccp = (Compctlp) hn; local
96 zsfree(ccp->node.nam);
97 freecompctl(ccp->cc);
98 zfree(ccp, sizeof(struct compctlp));
1318 Compctlp ccp; local
1327 else if ((ccp = (Compctlp) compctltab->removenode(compctltab, n)))
1328 compctltab->freenode(&ccp->node);
1348 ccp = (Compctlp) zalloc(sizeof *ccp);
1349 ccp
1553 Compctlp ccp = (Compctlp) hn; local
2452 Compctlp ccp; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/
H A Dnslint.c1032 register const char *ccp; local
1056 ccp = domain + strlen(domain) - sizeof(inaddr) + 1;
1057 if (ccp >= domain && strcasecmp(ccp, inaddr) == 0 &&
1178 ccp = domain + strlen(domain) - (sizeof(inaddr) - 1);
1179 if (ccp >= domain && strcasecmp(ccp, inaddr) == 0 &&
1667 register const char *ccp; local
1676 ITEMHASH(host, i, ccp);
/macosx-10.9.5/cctools-845/as/
H A Dm68k.c501 char **ccp);
537 char **ccp)
549 c1=mklower(ccp[0][0]);
550 c2=mklower(ccp[0][1]);
551 c3=mklower(ccp[0][2]);
552 c4=mklower(ccp[0][3]);
554 c5=mklower(ccp[0][4]);
655 ccp[0][3]=',';
803 if(isalnum(ccp[0][n]) || ccp[
536 m68k_reg_parse( char **ccp) argument
[all...]
H A Darm.c965 arm_reg_parse_multi (char **ccp)
967 char *start = *ccp;
994 *ccp = p;
999 arm_reg_alt_syntax (char **ccp, char *start, struct reg_entry *reg,
1017 uint32_t processor = strtoul (start, ccp, 10);
1018 if (*ccp != start && processor <= 15)
1040 arm_reg_parse (char **ccp, enum arm_reg_type type)
1042 char *start = *ccp;
1043 struct reg_entry *reg = arm_reg_parse_multi (ccp);
1053 if ((ret = arm_reg_alt_syntax (ccp, star
964 arm_reg_parse_multi(char **ccp) argument
998 arm_reg_alt_syntax(char **ccp, char *start, struct reg_entry *reg, enum arm_reg_type type) argument
1039 arm_reg_parse(char **ccp, enum arm_reg_type type) argument
1162 parse_neon_operand_type(struct neon_type_el *vectype, char **ccp) argument
1205 parse_typed_reg_or_scalar(char **ccp, enum arm_reg_type type, enum arm_reg_type *rtype, struct neon_typed_alias *typeinfo) argument
1317 arm_typed_reg_parse(char **ccp, enum arm_reg_type type, enum arm_reg_type *rtype, struct neon_type_el *vectype) argument
1350 parse_scalar(char **ccp, int elsize, struct neon_type_el *type) argument
1530 parse_vfp_reg_list(char **ccp, unsigned int *pbase, enum reg_list_els etype) argument
3114 parse_qfloat_immediate(char **ccp, int *immed) argument
[all...]
/macosx-10.9.5/bc-21/bc/
H A Dconfigure1539 char const *const *ccp;
1548 ccp = &g + (g ? g-g : 0);
1550 ++ccp;
1551 p = (char**) ccp;
1552 ccp = (char const *const *) p;
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dconfigure877 char const *const *ccp;
886 ccp = &g + (g ? g-g : 0);
888 ++ccp;
889 p = (char**) ccp;
890 ccp = (char const *const *) p;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.dir.c759 Char *ccp; local
761 if ((ccp = dfollow(cp, dflag & DIR_OLD)) == NULL)
764 dp->di_name = ccp;
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dconfigure3624 char const *const *ccp;
3634 ccp = &g + (g ? g-g : 0);
3636 ++ccp;
3637 p = (char**) ccp;
3638 ccp = (char const *const *) p;
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_rewrite.c4569 const char *ccp; local
4817 if ((ccp = ap_document_root(r)) != NULL) {
4819 l = strlen(ccp);
4820 if (ccp[l-1] == '/') {
4823 if (!strncmp(r->filename, ccp, l) &&
/macosx-10.9.5/srm-7/srm/
H A Dconfigure3586 char const *const *ccp;
3596 ccp = &g + (g ? g-g : 0);
3598 ++ccp;
3599 p = (char**) ccp;
3600 ccp = (char const *const *) p;
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/unix/
H A Dconfigure2568 char const *const *ccp;
2578 ccp = &g + (g ? g-g : 0);
2580 ++ccp;
2581 p = (char**) ccp;
2582 ccp = (char const *const *) p;
/macosx-10.9.5/uucp-11/uucp/
H A Dconfigure1819 char const *const *ccp;
1828 ccp = &g + (g ? g-g : 0);
1830 ++ccp;
1831 p = (char**) ccp;
1832 ccp = (char const *const *) p;
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dconfigure2029 char const *const *ccp;
2038 ccp = &g + (g ? g-g : 0);
2040 ++ccp;
2041 p = (char**) ccp;
2042 ccp = (char const *const *) p;
/macosx-10.9.5/bind9-45.100/bind9/contrib/query-loc-0.4.0/
H A Dconfigure3605 char const *const *ccp;
3615 ccp = &g + (g ? g-g : 0);
3617 ++ccp;
3618 p = (char**) ccp;
3619 ccp = (char const *const *) p;
/macosx-10.9.5/patch_cmds-17/diffstat/
H A Dconfigure5069 char const *const *ccp;
5079 ccp = &g + (g ? g-g : 0);
5081 ++ccp;
5082 p = (char**) ccp;
5083 ccp = (char const *const *) p;
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dconfigure3391 char const *const *ccp;
3401 ccp = &g + (g ? g-g : 0);
3403 ++ccp;
3404 p = (char**) ccp;
3405 ccp = (char const *const *) p;
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dconfigure3114 char const *const *ccp;
3124 ccp = &g + (g ? g-g : 0);
3126 ++ccp;
3127 p = (char**) ccp;
3128 ccp = (char const *const *) p;
/macosx-10.9.5/gnudiff-19/diffutils/
H A Dconfigure3541 char const *const *ccp;
3551 ccp = &g + (g ? g-g : 0);
3553 ++ccp;
3554 p = (char**) ccp;
3555 ccp = (char const *const *) p;

Completed in 416 milliseconds

12